﻿@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*@mixin max-width {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
}*/
@font-face {
  font-family: "Indeed Sans";
  src: url("../fonts/IndeedSans-Light.eot");
  src: url("../fonts/IndeedSans-Light.eot") format("embedded-opentype"), url("../fonts/IndeedSans-Light.ttf") format("truetype"), url("../fonts/IndeedSans-Light.woff2") format("woff2"), url("../fonts/IndeedSans-Light.woff") format("woff"), url("../fonts/IndeedSans-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "Indeed Sans";
  src: url("../fonts/IndeedSans-Regular.eot");
  src: url("../fonts/IndeedSans-Regular.eot") format("embedded-opentype"), url("../fonts/IndeedSans-Regular.ttf") format("truetype"), url("../fonts/IndeedSans-Regular.woff2") format("woff2"), url("../fonts/IndeedSans-Regular.woff") format("woff"), url("../fonts/IndeedSans-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "Indeed Sans";
  src: url("../fonts/IndeedSans-Medium.eot");
  src: url("../fonts/IndeedSans-Medium.eot") format("embedded-opentype"), url("../fonts/IndeedSans-Medium.ttf") format("truetype"), url("../fonts/IndeedSans-Medium.woff2") format("woff2"), url("../fonts/IndeedSans-Medium.woff") format("woff"), url("../fonts/IndeedSans-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "Indeed Sans";
  src: url("../fonts/IndeedSans-Bold.eot");
  src: url("../fonts/IndeedSans-Bold.eot") format("embedded-opentype"), url("../fonts/IndeedSans-Bold.ttf") format("truetype"), url("../fonts/IndeedSans-Bold.woff2") format("woff2"), url("../fonts/IndeedSans-Bold.woff") format("woff"), url("../fonts/IndeedSans-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "Indeed Sans";
  src: url("../fonts/IndeedSans-Bold.eot");
  src: url("../fonts/IndeedSans-Bold.eot") format("embedded-opentype"), url("../fonts/IndeedSans-Bold.ttf") format("truetype"), url("../fonts/IndeedSans-Bold.woff2") format("woff2"), url("../fonts/IndeedSans-Bold.woff") format("woff"), url("../fonts/IndeedSans-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "Indeed Sans";
  src: url("../fonts/IndeedSans-ExtraBold.eot");
  src: url("../fonts/IndeedSans-ExtraBold.eot") format("embedded-opentype"), url("../fonts/IndeedSans-ExtraBold.ttf") format("truetype"), url("../fonts/IndeedSans-ExtraBold.woff2") format("woff2"), url("../fonts/IndeedSans-ExtraBold.woff") format("woff"), url("../fonts/IndeedSans-ExtraBold.svg") format("svg");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  /*  font-family: $fontAwesome;*/
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #2d2d2d;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 1rem;
}
body * {
  font-family: "Indeed Sans", "Noto Sans", "Helvetica Neue", Helvetica, Arial, Liberation Sans, Roboto, Noto, sans-serif;
}
@media (max-width: 600px) {
  body {
    font-size: 0.9rem;
  }
}

.fa, .fal, .fas, .far, .fa-brands {
  font-family: "Font Awesome 6 Pro" !important;
}
.fa:before, .fa:after, .fal:before, .fal:after, .fas:before, .fas:after, .far:before, .far:after, .fa-brands:before, .fa-brands:after {
  font-family: "Font Awesome 6 Pro" !important;
}

.fa-brands:before, .fa-brands:after {
  font-family: "Font Awesome 6 Brands" !important;
}

html, body, #theme-wrapper, #contain, footer {
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

#theme-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
#theme-wrapper #contain {
  padding: 0 0 0 0;
  position: relative;
  transition: all 0.2s ease-in-out;
}

img {
  -ms-interpolation-mode: bicubic;
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
  content: " ▴▾";
  cursor: pointer;
}

table.sortable th {
  cursor: pointer;
}

.prop65-link {
  display: block;
  font-weight: bold;
  color: red;
  cursor: pointer;
}
.prop65-link:hover {
  color: darkred;
}
.prop65-link img {
  max-width: 20px;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.prop65-modal {
  width: 90% !important;
  max-width: 700px !important;
}
.prop65-modal .modal-body {
  flex-wrap: wrap;
  padding: 1em 4em 1em 4em;
  height: auto !important;
  flex-direction: row;
  font-size: 14px;
}
@media (max-width: 767px) and (min-width: 0px) {
  .prop65-modal .modal-body {
    padding: 1em 2em;
  }
}
.prop65-modal .modal-body .warning-header {
  width: 100%;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 1em;
}
.prop65-modal .modal-body .warning-header img {
  max-width: 40px;
}
.prop65-modal .modal-body p {
  width: 100%;
}
.prop65-modal .modal-body .warning-optin {
  width: 100%;
  text-align: center;
}
.prop65-modal .modal-body .warning-buttons {
  width: 100%;
  padding: 1em;
  text-align: center;
}
.prop65-modal .modal-body .warning-buttons button {
  font-size: 1em;
  color: #FFF;
  background-color: #2557a7;
  padding: 1em;
  margin: 0;
  transition: all 0.2s ease-out;
  border: 0;
  text-transform: uppercase;
  font-weight: 600;
}

#prop65-confirm-modal {
  width: 99% !important;
  position: absolute !important;
}
@media (max-width: 767px) and (min-width: 0px) {
  #prop65-confirm-modal {
    top: 2px !important;
  }
}
@media (max-width: 767px) and (min-width: 0px) {
  #prop65-confirm-modal .modal-header {
    padding: 0 !important;
  }
}
@media (max-width: 767px) and (min-width: 0px) {
  #prop65-confirm-modal .modal-body {
    padding: 1em !important;
  }
}
#prop65-confirm-modal .affected-items {
  text-align: center;
  font-weight: bold;
}
#prop65-confirm-modal .warning-text {
  padding: 1em;
  margin: 1em 0;
  background-color: #f8f8f8;
}
#prop65-confirm-modal .warning-items {
  width: 100%;
  padding: 1em 0;
  margin: 0 0 2em 0;
  max-height: 150px;
  overflow-y: auto;
}
#prop65-confirm-modal .warning-items p {
  text-align: center;
}
#prop65-confirm-modal .warning-items .warning-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#prop65-confirm-modal .warning-items .warning-item:nth-of-type(even) {
  background-color: #f8f8f8;
}
#prop65-confirm-modal .warning-buttons {
  display: flex;
  justify-content: space-between;
  padding: 2em 0 6em 0;
}
#prop65-confirm-modal .warning-buttons #prop65-return-to-cart {
  background-color: #ffffff;
  color: #2557a7;
}

.alert-backorder, .login-error, .create-account-error {
  text-align: center;
  background-color: #fdefe9;
  color: #2d2d2d;
  padding: 1rem;
  display: block;
  font-weight: bold;
  margin: 1rem 0 2rem 0;
  line-height: 1.2;
  border-radius: 0.5rem;
  width: 100%;
}

.alert {
  text-align: left;
  background-color: #fdefe9;
  color: #2d2d2d;
  padding: 2rem 2rem 2rem 2rem;
  display: block;
  margin: 0 0 2rem 0;
  line-height: 1.2;
  border-radius: 0.5rem;
  width: 100%;
  font-weight: bold;
}
.alert a {
  font-size: 1rem !important;
}
.alert:before {
  content: "\f06a";
  font-family: "Font Awesome 6 Pro";
  color: #b16300;
  margin-right: 0.5rem;
  font-size: 1.5rem;
}
.alert p:last-of-type {
  margin-bottom: 0;
}

.update-information-disclaimer i {
  color: #b16300;
  margin-right: 0.5rem;
  font-size: 1.5rem;
}
.update-information-disclaimer:before {
  display: none;
  content: "\f06a";
  font-family: "Font Awesome 6 Pro";
  color: #b16300;
  margin-right: 0.5rem;
  font-size: 1.5rem;
}

.accessibility-notice {
  position: fixed;
  left: 10px;
  bottom: 90px;
  background-color: #FAF9F8;
  color: #2d2d2d;
  padding: 1rem 2rem;
  border: 1px solid #949494;
  border-radius: 8px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
  z-index: 0;
  max-width: 300px;
  width: 100%;
  animation: accessibility 1s ease-in-out;
}
.accessibility-notice:after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #949494;
  z-index: 1;
}
.accessibility-notice i {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  cursor: pointer;
  padding: 0.5rem;
}
.accessibility-notice #access-header {
  font-weight: bold;
  color: #1F662C;
  margin-bottom: 0.5rem;
}
.accessibility-notice p {
  margin-bottom: 0.5rem;
}

.remove-accessibility-notice {
  animation: accessibility-remove forwards 1s ease-in-out;
}

@keyframes accessibility {
  0% {
    opacity: 0;
    transform: scale(0);
    left: -300px;
  }
  50% {
    transform: scale(1.25);
    left: 100px;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes accessibility-remove {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
    left: 100px;
  }
  100% {
    opacity: 0;
    transform: scale(0);
    left: -300px;
  }
}
button:focus {
  outline: 0;
}

.btn, .el-button, input[type=submit] {
  display: block;
  font-family: "Indeed Sans", "Noto Sans", "Helvetica Neue", Helvetica, Arial, Liberation Sans, Roboto, Noto, sans-serif;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  margin: 0;
  border: 0.0625rem solid transparent;
  text-transform: none;
  text-align: center;
  font-weight: 700;
  border-radius: 0.5rem;
  min-width: 94px;
  max-width: 200px;
  max-width: fit-content;
  transition: all 0.2s ease-out;
  cursor: pointer;
  text-decoration: none;
  word-break: keep-all;
  line-height: normal;
  position: relative;
}
.btn:hover, .el-button:hover, input[type=submit]:hover {
  text-decoration: none !important;
  transition: all 0.2s ease-out;
  text-decoration: none;
}
.btn:focus, .el-button:focus, input[type=submit]:focus {
  outline: 0;
}
.btn i, .el-button i, input[type=submit] i {
  margin: 0 0.25em;
}
.btn .spinner, .el-button .spinner, input[type=submit] .spinner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn .spinner .fa-circle-notch, .el-button .spinner .fa-circle-notch, input[type=submit] .spinner .fa-circle-notch {
  animation: spin 1s linear infinite;
}
.btn:disabled, .el-button:disabled, input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.btn span, .el-button span, input[type=submit] span {
  vertical-align: text-top;
}

.btn-alpha, .btn-cart, #c-submit-button, .cog-button--primary, .gf__submit {
  color: #FFFFFF !important;
  background-color: #2557a7;
  border-color: #2557a7;
}
.btn-alpha:hover, .btn-cart:hover, #c-submit-button:hover, .cog-button--primary:hover, .gf__submit:hover {
  background-color: #164081;
  border-color: #164081;
  color: #FFFFFF !important;
}
.btn-alpha:hover:active, .btn-alpha:hover:focus, .btn-alpha:hover:visited, .btn-cart:hover:active, .btn-cart:hover:focus, .btn-cart:hover:visited, #c-submit-button:hover:active, #c-submit-button:hover:focus, #c-submit-button:hover:visited, .cog-button--primary:hover:active, .cog-button--primary:hover:focus, .cog-button--primary:hover:visited, .gf__submit:hover:active, .gf__submit:hover:focus, .gf__submit:hover:visited {
  color: #FFFFFF !important;
}
.btn-alpha:active, .btn-alpha:focus, .btn-alpha:visited, .btn-cart:active, .btn-cart:focus, .btn-cart:visited, #c-submit-button:active, #c-submit-button:focus, #c-submit-button:visited, .cog-button--primary:active, .cog-button--primary:focus, .cog-button--primary:visited, .gf__submit:active, .gf__submit:focus, .gf__submit:visited {
  color: #FFFFFF !important;
}
.btn-alpha:active, .btn-cart:active, #c-submit-button:active, .cog-button--primary:active, .gf__submit:active {
  background-color: #0D2D5E;
}
.btn-alpha:focus, .btn-cart:focus, #c-submit-button:focus, .cog-button--primary:focus, .gf__submit:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #2557a7;
}

.btn-beta {
  color: #FFFFFF;
  background-color: #2557a7;
  border-color: #2557a7;
}
.btn-beta:hover {
  background-color: #2557a7;
  border-color: #2557a7;
}
.btn-beta:hover:active, .btn-beta:hover:focus, .btn-beta:hover:visited {
  color: #FFFFFF;
}
.btn-beta:active, .btn-beta:focus, .btn-beta:visited {
  color: #FFFFFF;
}

.btn-gamma {
  color: #FFFFFF;
  background-color: #2557a7;
  border-color: #2557a7;
}
.btn-gamma:hover {
  background-color: #2557a7;
  border-color: #2557a7;
}
.btn-gamma:hover:active, .btn-gamma:hover:focus, .btn-gamma:hover:visited {
  color: #FFFFFF;
}
.btn-gamma:active, .btn-gamma:focus, .btn-gamma:visited {
  color: #FFFFFF;
}

.btn-neutral {
  color: #FFFFFF;
  background-color: #949494;
  border-color: #949494;
}
.btn-neutral:hover {
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}
.btn-neutral:hover:active, .btn-neutral:hover:focus, .btn-neutral:hover:visited {
  color: #FFFFFF;
}
.btn-neutral:active, .btn-neutral:focus, .btn-neutral:visited {
  color: #FFFFFF;
}

.btn-ghost {
  color: #FFFFFF;
  background-color: transparent;
  border: 2px solid #FFFFFF;
}
.btn-ghost:hover {
  background-color: #FFFFFF;
  color: #2557a7;
}
.btn-ghost:hover:active, .btn-ghost:hover:focus {
  background-color: #FFFFFF;
  color: #2557a7;
}
.btn-ghost:hover:visited {
  background-color: #FFFFFF;
  color: #2557a7;
}
.btn-ghost:active, .btn-ghost:focus, .btn-ghost:visited {
  background-color: transparent;
  color: #FFFFFF;
}

.btn-approve {
  background-color: #1F662C;
  color: #FFFFFF;
}

.btn-deny {
  background-color: #A9252B;
  color: #FFFFFF;
}

.btn-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

#return-to-top {
  max-width: 50px;
  max-height: 50px;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 50px;
  right: 30px;
  min-width: initial;
  display: none;
  padding: 10px;
  border: 1px solid #FFFFFF;
}
@media screen and (max-width: 768px) {
  #return-to-top {
    bottom: 80px;
    right: 10px;
  }
}
#return-to-top span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#return-to-top span i {
  margin: 0;
  padding: 0;
  align-self: center;
}

.btn-wishlist, .btn-continue-shopping {
  background-color: transparent;
  border-color: transparent;
  color: #2d2d2d;
}
.btn-wishlist:hover, .btn-continue-shopping:hover {
  background-color: transparent;
  border-color: transparent;
  color: #2d2d2d;
}
.btn-wishlist:hover:active, .btn-wishlist:hover:focus, .btn-wishlist:hover:visited, .btn-continue-shopping:hover:active, .btn-continue-shopping:hover:focus, .btn-continue-shopping:hover:visited {
  background-color: transparent;
  border-color: transparent;
  color: #2d2d2d;
}
.btn-wishlist:active, .btn-wishlist:focus, .btn-wishlist:visited, .btn-continue-shopping:active, .btn-continue-shopping:focus, .btn-continue-shopping:visited {
  background-color: transparent;
  border-color: transparent;
  color: #2d2d2d;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.breadcrumb {
  background-color: #FFFFFF;
  color: #2d2d2d !important;
  display: block !important;
  width: 100%;
  margin-bottom: 2em;
  padding: 1rem;
  text-align: left;
  font-size: 0.9em !important;
  background-color: #FAF9F8;
}
.breadcrumb a {
  color: #2d2d2d;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #2d2d2d;
  text-decoration: underline;
}
.breadcrumb ul {
  max-width: 1440px;
  margin: 0 auto;
  list-style: none;
  padding: 0 1rem;
}
.breadcrumb ul li {
  display: inline-block;
  padding: 0 !important;
}
.breadcrumb ul li:last-of-type a {
  font-weight: bold;
  color: #2557a7;
}
.breadcrumb ul .active {
  color: #2d2d2d;
}
@media (max-width: 767px) and (min-width: 0px) {
  .breadcrumb {
    display: none !important;
  }
}
.required {
  color: red !important;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 40px;
  color: #2d2d2d;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label,
input,
button,
select,
textarea {
  font-family: "Indeed Sans", "Noto Sans", "Helvetica Neue", Helvetica, Arial, Liberation Sans, Roboto, Noto, sans-serif;
}
label:before, label:after,
input:before,
input:after,
button:before,
button:after,
select:before,
select:after,
textarea:before,
textarea:after {
  font-family: "Indeed Sans", "Noto Sans", "Helvetica Neue", Helvetica, Arial, Liberation Sans, Roboto, Noto, sans-serif !important;
}

label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  color: #2d2d2d !important;
}

select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #2d2d2d;
  vertical-align: middle;
}
select:required:focus,
textarea:required:focus,
input[type=text]:required:focus,
input[type=password]:required:focus,
input[type=datetime]:required:focus,
input[type=datetime-local]:required:focus,
input[type=date]:required:focus,
input[type=month]:required:focus,
input[type=time]:required:focus,
input[type=week]:required:focus,
input[type=number]:required:focus,
input[type=email]:required:focus,
input[type=url]:required:focus,
input[type=search]:required:focus,
input[type=tel]:required:focus,
input[type=color]:required:focus,
.uneditable-input:required:focus {
  border-color: #A9252B;
  box-shadow: 0 0 0.5rem #A9252B;
}

.ie8 input[type=search],
.ie9 input[type=search] {
  padding-bottom: 8px;
}

textarea {
  height: auto;
}

select, textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #949494;
  height: 45px;
  border-radius: 8px;
  font-size: 0.9rem;
}
select:focus, select:hover, textarea:focus, textarea:hover,
input[type=text]:focus,
input[type=text]:hover,
input[type=password]:focus,
input[type=password]:hover,
input[type=datetime]:focus,
input[type=datetime]:hover,
input[type=datetime-local]:focus,
input[type=datetime-local]:hover,
input[type=date]:focus,
input[type=date]:hover,
input[type=month]:focus,
input[type=month]:hover,
input[type=time]:focus,
input[type=time]:hover,
input[type=week]:focus,
input[type=week]:hover,
input[type=number]:focus,
input[type=number]:hover,
input[type=email]:focus,
input[type=email]:hover,
input[type=url]:focus,
input[type=url]:hover,
input[type=search]:focus,
input[type=search]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
input[type=color]:focus,
input[type=color]:hover,
.uneditable-input:focus,
.uneditable-input:hover {
  border-color: #2557a7;
  outline: 0;
  outline: thin dotted \9 ; /* IE6-9 */
}

input ::-webkit-input-placeholder,
textarea ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #949494;
}
input ::-moz-placeholder,
textarea ::-moz-placeholder { /* Firefox 19+ */
  color: #949494;
}
input :-ms-input-placeholder,
textarea :-ms-input-placeholder { /* IE 10+ */
  color: #949494;
}
input :-moz-placeholder,
textarea :-moz-placeholder { /* Firefox 18- */
  color: #949494;
}

input[type=checkbox] {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  margin-right: 0.5em;
  padding: 10px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: initial !important;
  margin: 0 0.5rem 0 0 !important;
}
input[type=checkbox]:checked {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}
input[type=checkbox]:checked:after {
  content: "✔";
  font-size: 1em;
  position: absolute;
  top: 0;
  left: 5px;
  color: #99a1a7;
}

.modal {
  display: none;
  max-width: 800px;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 10px;
  margin: 0 auto;
  z-index: 1050;
  background-color: #FFF;
  border: 1px solid #949494;
  border-radius: 5px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  animation: modal-fade-in;
  animation-duration: 0.2s;
  max-height: 100vh;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.modal::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .modal {
    max-width: 700px;
  }
}
@media screen and (max-width: 500px) {
  .modal {
    max-width: 450px;
  }
}
.modal .modal-header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 1em 2em;
  color: #3c4046;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: right;
}
@media (max-width: 767px) and (min-width: 0px) {
  .modal .modal-header {
    padding: 0.5em;
    padding-bottom: 0;
  }
}
.modal .modal-header h2 {
  font-size: 2em;
  font-weight: 400;
  color: #3c4046;
}
.modal .modal-header h5 {
  width: 100%;
}
.modal .modal-header .modal-close {
  display: flex;
  align-content: center;
  justify-content: center;
  margin-left: auto;
  position: relative;
  padding: 0.5em;
  color: #949494;
  transition: all 0.1s ease-in-out;
  font-size: 1.2em;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  width: 2em;
}
.modal .modal-header .modal-close:hover {
  color: #2d2d2d;
  transition: all 0.2s ease-in-out;
}
.modal .modal-body {
  display: flex;
  /*        @include media(mobile) {
              flex-direction: column;
              overflow: scroll;
          }*/
}
.modal .modal-body .modal-body-left, .modal .modal-body .modal-body-right {
  flex-grow: 1;
  padding: 2em;
  padding-bottom: 3em;
}
.modal .modal-body .modal-body-left {
  width: 60%;
}
.modal .modal-body ul {
  margin: 0;
  list-style: none;
}

.quick-view {
  max-width: 768px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .quick-view {
    width: 95%;
  }
}
.quick-view #size-fit, .quick-view .size-guide-type {
  display: none !important;
}
.quick-view form {
  margin: 0;
}
.quick-view form .modal-header #modal-rating i {
  font-size: 1.5em;
}
.quick-view form .modal-header #modal-product-url {
  float: none;
  color: #2557a7;
  text-decoration: none;
  position: absolute;
  right: 2em;
  bottom: 1em;
}
.quick-view form .modal-header #modal-product-url:hover {
  text-decoration: underline;
}
.quick-view form .modal-body {
  flex-wrap: wrap;
}
.quick-view form .modal-body #modal-product-url {
  text-decoration: none;
}
.quick-view form .modal-body #modal-product-url #item-title {
  color: #2557a7;
  text-align: left;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.quick-view form .modal-body #modal-product-url:hover #item-title {
  text-decoration: underline;
}
.quick-view form .modal-body .product_image {
  max-width: 50%;
  margin: 0 auto;
  width: 100%;
  vertical-align: text-top;
  padding: 0;
  text-align: center;
  padding: 2rem;
}
@media screen and (max-width: 600px) {
  .quick-view form .modal-body .product_image {
    max-width: 100%;
  }
}
.quick-view form .modal-body .product_image img {
  width: 100%;
}
.quick-view form .modal-body .product_info {
  display: inline-flex;
  flex-direction: column;
  max-width: 50%;
  width: 100%;
  vertical-align: text-top;
  padding: 2rem;
}
@media screen and (max-width: 600px) {
  .quick-view form .modal-body .product_info {
    max-width: 100%;
  }
}
.quick-view form .modal-body .product_info .product-details {
  margin: 0;
  list-style: none;
}
.quick-view form .modal-body .product_info .product-details li {
  margin-bottom: 1em;
}
.quick-view form .modal-body .product_info .product-details #item-number {
  font-size: 1em;
  margin: 0.5rem 0;
  color: #2d2d2d;
}
.quick-view form .modal-body .product_info .product-details #product-price {
  font-size: 1.5rem;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 1rem;
}
.quick-view form .modal-body .product_info .product-details #product-price #product-price {
  margin: 0;
}
.quick-view form .modal-body .product_info .product-details #product-points {
  font-size: 1.4rem;
  color: #2d2d2d;
  padding: 0 0.25em;
  display: inline-block;
  margin-bottom: 1rem;
}
.quick-view form .modal-body .product_info #modal-input-info {
  display: none;
}
.quick-view form .modal-body .product_info .product-options {
  margin: 0;
  list-style: none;
}
.quick-view form .modal-body .product_info .product-options ul {
  margin: 0;
  list-style: none;
  position: relative;
}
.quick-view form .modal-body .product_info .product-options ul li {
  width: 100%;
  margin: 0 0 1rem 0 !important;
}
.quick-view form .modal-body .product_info .product-options ul li label, .quick-view form .modal-body .product_info .product-options ul li select, .quick-view form .modal-body .product_info .product-options ul li input, .quick-view form .modal-body .product_info .product-options ul li .highlight-stock {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.quick-view form .modal-body .product_info .product-options ul li label {
  width: 100%;
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
  font-weight: 500;
}
.quick-view form .modal-body .product_info .product-options ul li select, .quick-view form .modal-body .product_info .product-options ul li input {
  width: 100px !important;
  box-shadow: none;
}
.quick-view form .modal-body .product_info .quick-view-buttons {
  width: 100%;
  margin-top: auto;
  padding: 1rem 0;
}

#product-legend-modal {
  max-width: 400px;
  width: 100%;
}
#product-legend-modal .modal-header {
  padding: 0;
  text-align: right;
}
#product-legend-modal .modal-header .modal-close {
  position: static;
}
#product-legend-modal .product-icon-legend {
  padding: 1rem 1rem 3.5rem 1rem;
  max-width: 300px;
  min-width: 275px;
  margin: 0 auto;
}
#product-legend-modal .product-icon-legend ul {
  padding-left: 0;
}
#product-legend-modal .product-icon-legend ul li {
  display: flex;
  flex-wrap: wrap;
  cursor: initial;
  line-height: 2;
}
#product-legend-modal .product-icon-legend ul li a {
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
  align-content: center;
  align-items: center;
}
#product-legend-modal .product-icon-legend ul li a span, #product-legend-modal .product-icon-legend ul li a img {
  align-self: center;
}
#product-legend-modal .product-icon-legend ul li a:hover {
  text-decoration: none;
  font-weight: bold;
}
#product-legend-modal .product-icon-legend ul li img {
  max-width: 1.5rem;
  width: 100%;
  margin-right: 1rem;
}

#size-guide-modal .modal-header h5 {
  text-align: center;
  margin: 0;
}
#size-guide-modal .modal-body {
  padding: 2em;
}
@media (max-width: 767px) and (min-width: 0px) {
  #size-guide-modal .modal-body {
    padding: 0.5em;
    font-size: 0.75em;
  }
}
#size-guide-modal .modal-body section {
  margin: 0;
}
#size-guide-modal .modal-body table {
  text-align: left;
}
#size-guide-modal .modal-body table th, #size-guide-modal .modal-body table td {
  padding: 0.5rem;
  border: 1px solid #FAF9F8;
}
#size-guide-modal .modal-body table th {
  font-weight: bold;
}
#size-guide-modal .modal-body .table-striped tbody > tr:nth-child(odd) > td, #size-guide-modal .modal-body .table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.size-charts-wrapper {
  width: 100%;
}
.size-charts-wrapper .size-chart-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.size-charts-wrapper .size-chart-item h5 {
  width: 100%;
}
.size-charts-wrapper .size-chart-item img {
  padding: 2rem 0;
}
.size-charts-wrapper .size-chart-item .size-chart-table {
  width: 100%;
  margin-bottom: 0;
}
.size-charts-wrapper .size-chart-item p {
  width: 100%;
}

#delete-address-modal .modal-body {
  flex-wrap: wrap;
  padding: 2rem;
  text-align: center;
}
#delete-address-modal .modal-body p {
  text-align: center;
  width: 100%;
}
#delete-address-modal .modal-body .modal-buttons {
  width: 100%;
  display: flex;
  justify-content: center;
}
#delete-address-modal .modal-body .modal-buttons a {
  margin: 1rem;
}

.modal-backdrop {
  /*    display: none;*/
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1049;
  animation: modal-fade-in;
  animation-duration: 0.2s;
}

#special-order-modal .modal-body-left {
  padding-top: 3em;
  font-size: 0.95em;
}
#special-order-modal .modal-body-left ul {
  margin: 1em;
}
#special-order-modal .modal-body-left ul li:before {
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 0.25em;
}
#special-order-modal .modal-body-right {
  text-align: center;
}
#special-order-modal .modal-body-right ul li img {
  border: 1px solid #313131;
  border-radius: 50%;
  width: 100%;
  max-width: 225px;
  height: auto;
}
#special-order-modal .modal-body-right ul li hr {
  width: 50%;
  border-top: 0;
  border-bottom: 2px solid #2557a7;
  margin: 1em auto;
}
#special-order-modal .modal-body-right ul li:nth-of-type(4) {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.8em;
  letter-spacing: 1px;
}

@media (max-width: 767px) and (min-width: 0px) {
  #contact-us-modal {
    position: absolute !important;
  }
}
#contact-us-modal .modal-body-left {
  text-align: center;
}
@media (max-width: 767px) and (min-width: 0px) {
  #contact-us-modal .modal-body-left {
    width: 100%;
  }
}
#contact-us-modal .modal-body-left form {
  margin: 0;
}
#contact-us-modal .modal-body-left form fieldset .input {
  width: 47%;
  margin: 0.25em;
  display: inline-block;
}
@media (max-width: 1024px) and (min-width: 678px) {
  #contact-us-modal .modal-body-left form fieldset .input {
    width: 100%;
  }
}
@media (max-width: 767px) and (min-width: 0px) {
  #contact-us-modal .modal-body-left form fieldset .input {
    width: 100%;
  }
}
#contact-us-modal .modal-body-left form fieldset .input label {
  text-align: left;
}
#contact-us-modal .modal-body-left form fieldset textarea {
  width: 100%;
  height: 150px;
  border-radius: 5px;
  resize: none;
  margin-bottom: 1em;
}
#contact-us-modal .modal-body-right .standout {
  font-size: 0.9em;
}

#has-styles-modal {
  max-width: 400px;
  width: 90%;
}
#has-styles-modal .modal-body {
  flex-wrap: wrap;
  height: auto;
}
#has-styles-modal p {
  padding: 1em;
  margin-bottom: 1em;
  text-align: center;
}
#has-styles-modal .has-styles-buttons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#has-styles-modal .has-styles-buttons .btn-alpha {
  margin: 0.5em;
  margin-bottom: 1em;
}

#gift-points-modal hr {
  width: 75%;
  margin: 2em auto 2em auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
}
#gift-points-modal .modal-header {
  padding-bottom: 0;
}
#gift-points-modal .modal-header hr {
  margin-bottom: 1em;
}
#gift-points-modal .modal-header .fa-gift {
  color: #FCD433;
  font-size: 3em;
}
#gift-points-modal .modal-header h2 {
  font-weight: 500;
}
#gift-points-modal .modal-body {
  padding: 1em;
  display: block;
  text-align: center;
}
#gift-points-modal .modal-body p {
  text-align: center;
  width: 100%;
}
#gift-points-modal .modal-body form {
  width: 600px;
  margin: 2em auto 3em;
}
#gift-points-modal .modal-body form select, #gift-points-modal .modal-body form input {
  display: inline-block;
  height: 44px;
  vertical-align: text-top;
}
#gift-points-modal .modal-body form input {
  width: 120px;
  margin-right: 1em;
}
#gift-points-modal .modal-body form ::-webkit-input-placeholder { /* Chrome */
  color: rgba(0, 0, 0, 0.2);
}
#gift-points-modal .modal-body form :-ms-input-placeholder { /* IE 10+ */
  color: rgba(0, 0, 0, 0.2);
}
#gift-points-modal .modal-body form ::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.2);
}
#gift-points-modal .modal-body form :-moz-placeholder { /* Firefox 4 - 18 */
  color: rgba(0, 0, 0, 0.2);
}
#gift-points-modal .modal-body form select {
  width: 200px;
}
#gift-points-modal #spinner, #gift-points-modal #success, #gift-points-modal #failure {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: rgb(255, 255, 255);
  padding: 3em;
}
#gift-points-modal #spinner i, #gift-points-modal #success i, #gift-points-modal #failure i {
  font-size: 3em;
}
#gift-points-modal #spinner button, #gift-points-modal #success button, #gift-points-modal #failure button {
  width: 100px;
}
#gift-points-modal #spinner i {
  padding-top: 12em;
  margin-left: -1em;
  position: relative;
  color: #666;
}
#gift-points-modal #spinner i:before {
  position: absolute;
  top: 25%;
  animation: spinner 1.2s linear infinite;
}
#gift-points-modal #success, #gift-points-modal #failure {
  padding-top: 7em;
}
#gift-points-modal #success h3, #gift-points-modal #failure h3 {
  font-weight: 500;
}
#gift-points-modal #success i, #gift-points-modal #failure i {
  font-size: 5em;
}
#gift-points-modal #success p, #gift-points-modal #failure p {
  margin-bottom: 1em;
  font-size: 0.9em;
}
#gift-points-modal #success button, #gift-points-modal #failure button {
  margin-top: 1em;
}
#gift-points-modal #success i {
  color: green;
}
#gift-points-modal #failure i {
  color: red;
}

@keyframes spinner {
  to {
    -ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);
  }
}
#special-order-request-modal hr {
  width: 75%;
  margin: 2em auto 2em auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
}
#special-order-request-modal .modal-header {
  padding-bottom: 0;
}
#special-order-request-modal .modal-header hr {
  margin-bottom: 1em;
}
#special-order-request-modal .modal-header .fa-gift {
  color: #FCD433;
  font-size: 3em;
}
#special-order-request-modal .modal-header h2 {
  font-weight: 500;
}
#special-order-request-modal .modal-body {
  padding: 1em;
  display: block;
  text-align: center;
  position: relative;
}
#special-order-request-modal .modal-body p {
  text-align: center;
  width: 100%;
}
#special-order-request-modal .modal-body form {
  width: 600px;
  margin: 2em auto 3em;
}
#special-order-request-modal .modal-body form select, #special-order-request-modal .modal-body form input {
  display: inline-block;
  height: 44px;
  vertical-align: text-top;
}
#special-order-request-modal .modal-body form input {
  width: 120px;
  margin-right: 1em;
}
#special-order-request-modal .modal-body form ::-webkit-input-placeholder { /* Chrome */
  color: rgba(0, 0, 0, 0.2);
}
#special-order-request-modal .modal-body form :-ms-input-placeholder { /* IE 10+ */
  color: rgba(0, 0, 0, 0.2);
}
#special-order-request-modal .modal-body form ::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.2);
}
#special-order-request-modal .modal-body form :-moz-placeholder { /* Firefox 4 - 18 */
  color: rgba(0, 0, 0, 0.2);
}
#special-order-request-modal .modal-body form select {
  width: 200px;
}
#special-order-request-modal #spinner, #special-order-request-modal #success, #special-order-request-modal #failure {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgb(255, 255, 255);
  padding: 3em;
}
#special-order-request-modal #spinner i, #special-order-request-modal #success i, #special-order-request-modal #failure i {
  font-size: 3em;
}
#special-order-request-modal #spinner button, #special-order-request-modal #success button, #special-order-request-modal #failure button {
  width: 100px;
}
#special-order-request-modal #spinner i {
  padding: 3em 0;
  margin-left: -1em;
  position: relative;
  color: #666;
}
#special-order-request-modal #spinner i:before {
  position: absolute;
  top: 25%;
  animation: spinner 1.2s linear infinite;
}
#special-order-request-modal #success h3, #special-order-request-modal #failure h3 {
  font-weight: 500;
}
#special-order-request-modal #success i, #special-order-request-modal #failure i {
  font-size: 5em;
}
#special-order-request-modal #success p, #special-order-request-modal #failure p {
  margin-bottom: 1em;
  font-size: 0.9em;
}
#special-order-request-modal #success button, #special-order-request-modal #failure button {
  margin-top: 1em;
}
#special-order-request-modal #success i {
  color: green;
}
#special-order-request-modal #failure i {
  color: red;
}

#dashboard-product-modal .modal-body {
  display: block;
  text-align: center;
}
#dashboard-product-modal .modal-header {
  padding: 0 !important;
}
#dashboard-product-modal .modal-body-left {
  display: inline-block;
  width: 48% !important;
  vertical-align: text-top;
}
#dashboard-product-modal .modal-body-right {
  display: inline-block;
  width: 48% !important;
  text-align: left;
  vertical-align: text-top;
}
#dashboard-product-modal #name {
  font-size: 1.2em;
  font-weight: 700;
}
#dashboard-product-modal #item-no, #dashboard-product-modal #description, #dashboard-product-modal #sizes {
  font-size: 0.9em;
}
#dashboard-product-modal button {
  margin-top: 1em;
}

#update-information-modal {
  max-width: 400px;
}
#update-information-modal hr {
  width: 75%;
  margin: 2em auto 2em auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
}
#update-information-modal .modal-header {
  padding-bottom: 0;
}
#update-information-modal .modal-header hr {
  margin-bottom: 1em;
}
#update-information-modal .modal-header .fa-gift {
  color: #FCD433;
  font-size: 3em;
}
#update-information-modal .modal-header h2 {
  font-weight: 500;
}
#update-information-modal .modal-body {
  padding: 1em;
  display: block;
  text-align: center;
}
#update-information-modal .modal-body p {
  text-align: center;
  width: 100%;
}
#update-information-modal .modal-body form {
  width: 600px;
  margin: 2em auto 3em;
}
#update-information-modal .modal-body form select, #update-information-modal .modal-body form input {
  display: inline-block;
  height: 44px;
  vertical-align: text-top;
}
#update-information-modal .modal-body form input {
  width: 120px;
  margin-right: 1em;
}
#update-information-modal .modal-body form ::-webkit-input-placeholder { /* Chrome */
  color: rgba(0, 0, 0, 0.2);
}
#update-information-modal .modal-body form :-ms-input-placeholder { /* IE 10+ */
  color: rgba(0, 0, 0, 0.2);
}
#update-information-modal .modal-body form ::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.2);
}
#update-information-modal .modal-body form :-moz-placeholder { /* Firefox 4 - 18 */
  color: rgba(0, 0, 0, 0.2);
}
#update-information-modal .modal-body form select {
  width: 200px;
}
#update-information-modal #spinner, #update-information-modal #success, #update-information-modal #failure {
  display: none;
  width: 100%;
  height: 100%;
  /*position: absolute;*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: rgb(255, 255, 255);
  padding: 3em;
}
#update-information-modal #spinner i, #update-information-modal #success i, #update-information-modal #failure i {
  font-size: 2em;
}
#update-information-modal #spinner button, #update-information-modal #success button, #update-information-modal #failure button {
  width: 100px;
}
#update-information-modal #spinner i {
  padding-top: 12em;
  margin-left: -1em;
  position: relative;
  color: #666;
}
#update-information-modal #spinner i:before {
  position: absolute;
  top: 25%;
  animation: spinner 1.2s linear infinite;
}
#update-information-modal #success, #update-information-modal #failure {
  padding-top: 2em;
}
#update-information-modal #success h4, #update-information-modal #failure h4 {
  font-weight: 500;
}
#update-information-modal #success i, #update-information-modal #failure i {
  font-size: 3em;
}
#update-information-modal #success p, #update-information-modal #failure p {
  margin-bottom: 1em;
  text-align: center;
}
#update-information-modal #success button, #update-information-modal #failure button {
  margin: 1rem auto 0 auto;
}
#update-information-modal #success i {
  color: green;
}
#update-information-modal #failure i {
  color: red;
}

#special-request-submit-modal hr {
  width: 75%;
  margin: 2em auto 2em auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
}
#special-request-submit-modal .modal-header {
  padding-bottom: 0;
}
#special-request-submit-modal .modal-header hr {
  margin-bottom: 1em;
}
#special-request-submit-modal .modal-header .fa-gift {
  color: #FCD433;
  font-size: 3em;
}
#special-request-submit-modal .modal-header h2 {
  font-weight: 500;
}
#special-request-submit-modal .modal-body {
  padding: 1em;
  display: block;
  text-align: center;
}
#special-request-submit-modal #spinner, #special-request-submit-modal #success, #special-request-submit-modal #failure, #special-request-submit-modal #deny {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: rgb(255, 255, 255);
  padding: 3em;
}
#special-request-submit-modal #spinner i, #special-request-submit-modal #success i, #special-request-submit-modal #failure i, #special-request-submit-modal #deny i {
  font-size: 3em;
}
#special-request-submit-modal #spinner button, #special-request-submit-modal #success button, #special-request-submit-modal #failure button, #special-request-submit-modal #deny button {
  width: 100px;
}
#special-request-submit-modal #spinner i {
  padding-top: 12em;
  margin-left: -1em;
  position: relative;
  color: #666;
}
#special-request-submit-modal #spinner i:before {
  position: absolute;
  top: 25%;
  animation: spinner 1.2s linear infinite;
}
#special-request-submit-modal #success, #special-request-submit-modal #failure, #special-request-submit-modal #deny {
  padding-top: 7em;
}
#special-request-submit-modal #success h3, #special-request-submit-modal #failure h3, #special-request-submit-modal #deny h3 {
  font-weight: 500;
}
#special-request-submit-modal #success i, #special-request-submit-modal #failure i, #special-request-submit-modal #deny i {
  font-size: 5em;
}
#special-request-submit-modal #success p, #special-request-submit-modal #failure p, #special-request-submit-modal #deny p {
  margin-bottom: 1em;
  font-size: 0.9em;
}
#special-request-submit-modal #success button, #special-request-submit-modal #failure button, #special-request-submit-modal #deny button {
  margin-top: 1em;
}
#special-request-submit-modal #success i {
  color: green;
}
#special-request-submit-modal #failure i, #special-request-submit-modal #deny i {
  color: red;
}

#verify-information-modal {
  text-align: center;
}
#verify-information-modal .modal-header {
  padding: 0.5em 2em;
}
#verify-information-modal .modal-header .modal-close {
  top: 0;
}
#verify-information-modal .modal-body {
  display: block;
  padding: 0 1em 2em 1em;
}
#verify-information-modal .modal-body .information p span {
  display: inline-block;
  padding: 0 0.25rem;
}
#verify-information-modal .modal-body button {
  width: 70px;
  margin-top: 2em;
}

#view-video {
  border: 0;
}
#view-video .video-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  display: block;
}
#view-video .video-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

#view-ship-modal .modal-body {
  justify-content: center;
}

#write-review-modal .modal-body-left {
  width: 45%;
  text-align: center;
}
#write-review-modal .modal-body-right {
  width: 55%;
  text-align: center;
}
#write-review-modal .modal-body-right .input {
  text-align: left;
}
#write-review-modal .modal-body-right .input:nth-of-type(2) input {
  width: 75%;
}
#write-review-modal .modal-body-right .input:nth-of-type(2) select {
  width: 24%;
}
#write-review-modal .modal-body-right .input textarea {
  resize: none;
  width: 100%;
  height: 150px;
  border-radius: 5px;
}
#write-review-modal .modal-body-right #write-review-buttons {
  margin-top: 1em;
}
#write-review-modal .modal-body-right #write-review-buttons button {
  width: 100%;
  margin: 0.5em 0;
}

@keyframes modal-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#notify {
  width: 300px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  position: fixed;
  top: 1em;
  right: -30em;
  z-index: 1050;
  background-color: #FFF;
  transition: all 0.2s ease-in-out;
  padding: 1.2rem 1rem 1rem 1rem;
}
@media (max-width: 767px) and (min-width: 0px) {
  #notify {
    display: none;
  }
}
#notify i {
  font-size: 0.9em;
  padding: 0.5em;
  cursor: pointer;
  position: absolute;
  top: 0.25em;
  right: 0.25em;
}
#notify i:hover {
  color: rgba(0, 0, 0, 0.6);
}
#notify img {
  display: inline-block;
  vertical-align: text-top;
  margin-right: 0.75em;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
}
#notify .notify-message {
  font-size: 0.9rem;
  display: inline-block;
  vertical-align: text-top;
  text-align: left;
}
#notify .notify-message ul {
  margin: 0;
  list-style: none;
  line-height: 1.2;
}
#notify .notify-message ul li {
  margin-bottom: 0.5rem;
}
#notify .notify-message ul #notify-message-price {
  display: inline-block;
  font-weight: 400;
}
#notify .notify-message ul #notify-message-price {
  color: #2557a7;
  display: inline-block;
  font-weight: 500;
}
#notify .notify-message ul #notify-message-name {
  font-weight: 400;
}
#notify .notify-message ul #notify-message-type {
  color: #2d2d2d;
  font-weight: bold;
}
#notify .notify-message ul #notify-message-points {
  display: inline-block;
  color: #2d2d2d;
  margin-right: auto;
}
#notify .notify-message ul #notify-message-carttotal {
  display: inline-block;
  font-weight: 400;
}
#notify .notify-message ul #notify-message-carttotal-points {
  display: inline-block;
  color: #2d2d2d;
}
#notify button {
  width: 100%;
  display: inline-block;
}

.notify-view {
  right: 1rem !important;
  transition: all 0.2s ease-in-out !important;
}

.notify-hide {
  right: -30rem !important;
  transition: all 0.2s ease-in-out !important;
}

a {
  text-decoration: underline;
  color: #2d2d2d;
}
a:hover {
  color: #2d2d2d;
  text-decoration: none;
}
a:visited {
  color: #2d2d2d;
}
a:active {
  color: #2d2d2d;
}
a:focus {
  color: #2d2d2d;
}

p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0.25rem 0 1rem 0;
}

b {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 1rem;
  text-rendering: optimizelegibility;
  text-transform: none;
}
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
  font-family: "Indeed Sans", "Noto Sans", "Helvetica Neue", Helvetica, Arial, Liberation Sans, Roboto, Noto, sans-serif;
}

h1 {
  font-size: 2.5rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}
@media (max-width: 425px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 1.875rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.625rem;
  }
}
@media (max-width: 425px) {
  h2 {
    font-size: 1.375rem;
  }
}

h3 {
  font-size: 1.625rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.375rem;
  }
}
@media (max-width: 425px) {
  h3 {
    font-size: 1.125rem;
  }
}

h4 {
  font-size: 1.5rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  h4 {
    font-size: 1.25rem;
  }
}
@media (max-width: 425px) {
  h4 {
    font-size: 1.125rem;
  }
}

h5 {
  font-size: 1.375rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  h5 {
    font-size: 1.25rem;
  }
}
@media (max-width: 425px) {
  h5 {
    font-size: 1.125rem;
  }
}

h6 {
  font-size: 1.25rem;
}

.card-container {
  width: 100%;
  background-color: #f8f8f8;
  min-height: 90vh;
}
.card-container .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
@media (max-width: 1024px) {
  .card-container .wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .card-container .wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .card-container .wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .card-container .wrapper {
    grid-template-columns: 1fr;
  }
}
.card-container .wrapper .card {
  width: 100%;
  border: 1px solid #FAF9F8;
  background-color: #FFFFFF;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: flex-start;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.card-container .wrapper .card img {
  width: 100%;
}
.card-container .wrapper .card .card-wrapper {
  padding: 1.5rem 2rem 2rem 2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: flex-start;
  flex-grow: 2;
}
.card-container .wrapper .card .card-wrapper h4 {
  width: 100%;
}
.card-container .wrapper .card .card-wrapper select {
  margin-bottom: 2rem;
}
.card-container .wrapper .card .card-wrapper a, .card-container .wrapper .card .card-wrapper button, .card-container .wrapper .card .card-wrapper form {
  margin-top: auto;
  max-width: 100%;
  width: 100%;
}

.login-header {
  width: 100%;
  background-color: #FFFFFF;
  text-align: center;
  padding: 1em;
}
.login-header img {
  max-width: 150px;
  margin: 0 auto;
}

.login-footer {
  background-color: #2d2d2d;
  padding: 1em 1em 4em 1em;
}
.login-footer p {
  text-align: center;
  font-size: 12px;
  color: #FAF9F8;
}
.login-footer p a {
  color: #FAF9F8;
  text-decoration: underline;
}
.login-footer p a:hover {
  text-decoration: none;
}

.login {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #FFFFFF;
  padding: 5em 2em;
}
@media (max-width: 767px) and (min-width: 0px) {
  .login {
    padding-top: 1em;
  }
}
.login .login-left, .login .login-right {
  width: 45%;
  padding: 2em;
  font-size: 0.9em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) and (min-width: 0px) {
  .login .login-left, .login .login-right {
    width: 100%;
  }
}
.login .login-left h5, .login .login-right h5 {
  text-align: center;
  padding-bottom: 0.5em;
  width: 100%;
}
.login .login-left label, .login .login-right label {
  font-size: 0.9em;
  color: #2d2d2d;
  text-align: left;
}
.login .login-left input, .login .login-right input {
  margin: 0 0 1em 0;
  display: block;
  width: 100%;
}
@media (max-width: 767px) and (min-width: 0px) {
  .login .login-left input, .login .login-right input {
    width: 100%;
    max-width: initial;
  }
}
.login .login-left button, .login .login-right button {
  margin-top: 1em;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) and (min-width: 0px) {
  .login .login-left button, .login .login-right button {
    margin-top: 2em;
    width: 100%;
    max-width: initial;
  }
}
.login .login-left hr, .login .login-right hr {
  border: 1px solid #FAF9F8;
  border-top: 0;
}
@media (max-width: 767px) and (min-width: 0px) {
  .login .login-left {
    order: 2;
  }
}
.login .login-left .retail-login-wrapper {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  padding: 2rem 2rem 2rem 2rem;
  box-shadow: 0 30px 50px rgba(79, 75, 147, 0.3);
  border-radius: 4px;
}
.login .login-left .retail-login-wrapper img {
  width: 100%;
  max-width: 100px;
  margin: 0 auto 1rem auto;
}
.login .login-left .retail-login-wrapper .forgot-password, .login .login-left .retail-login-wrapper .remembered-password {
  margin: 1.5em 0;
  display: block;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) and (min-width: 0px) {
  .login .login-left .retail-login-wrapper .forgot-password, .login .login-left .retail-login-wrapper .remembered-password {
    margin: 1em 0;
    width: 100%;
    text-align: center;
  }
}
.login .login-left .retail-login-wrapper p {
  margin: 1em 0 1em 0;
  text-align: left;
}
.login .login-left .retail-login-wrapper p a {
  margin: 0 1em;
  font-size: 0.9rem;
}
.login .login-left .retail-login-wrapper .register-links {
  text-align: center;
}
.login #reset-password-form {
  display: none;
  transition: all 0.2s ease-in-out;
}
.login #retail-login {
  opacity: 1;
  display: block;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) and (min-width: 0px) {
  .login .login-right {
    order: 1;
  }
}
.login .login-right .dealer-notice {
  font-size: 0.9em;
  margin-top: 1em;
  color: #2557a7;
}
.login .login-right button:first-of-type {
  margin-bottom: 3em;
}

.login-wrapper {
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
}
.login-wrapper .login-container {
  max-width: 350px;
  text-align: center;
  padding-top: 2rem;
  margin: 0 auto;
}
.login-wrapper .login-container .login-card {
  padding: 1rem 2rem 2rem 2rem;
  box-shadow: 0 30px 50px rgba(79, 75, 147, 0.3);
  border-radius: 4px;
  outline: 0;
  background-color: #FFF;
  text-align: center;
  animation: fade-in;
  animation: fade-in;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}
.login-wrapper .login-container .login-card hr {
  border-top: none;
  border-bottom: 1px solid #FAF9F8;
  margin: 1em auto 2em auto;
  text-align: center;
  width: 50%;
}
.login-wrapper .login-container .login-card img {
  margin: 1em auto 2rem auto;
  width: 150px;
  height: auto;
}
.login-wrapper .login-container .login-card form input {
  width: 100%;
  max-width: 100%;
}
.login-wrapper .login-container .login-card form input:focus {
  outline: 0;
}
.login-wrapper .login-container .login-card form #login-id {
  width: 100%;
  margin: 0.5em 0 0.5em 0;
  vertical-align: middle;
}
@media (max-width: 767px) and (min-width: 0px) {
  .login-wrapper .login-container .login-card form #login-id {
    width: 200px;
  }
}

.no-login hr {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 0;
}
.no-login .no-login-header {
  padding: 1em;
  margin-bottom: 4em;
}
.no-login .no-login-header img {
  max-width: 150px;
  margin: 0 auto;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.no-login .logged-out {
  text-align: center;
}
.no-login .no-login-body {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.no-login ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.no-login ul li {
  margin: 1em 0;
}
.no-login .whoops {
  text-align: center;
  margin-bottom: 4em;
  display: inline-block;
  width: 30%;
  vertical-align: text-top;
}
.no-login .whoops i {
  font-size: 3em;
  color: #FCD433;
}
.no-login .whoops li:nth-of-type(2) {
  font-weight: bold;
  font-size: 3em;
}
.no-login .messages {
  display: inline-block;
  width: 60%;
  vertical-align: text-top;
  text-align: left;
}

@media (max-width: 1024px) and (min-width: 678px) {
  .whoops {
    width: 100% !important;
    display: block !important;
  }
  .messages {
    width: 100% !important;
    display: block !important;
  }
  .no-login-body {
    max-width: 800px !important;
  }
}
.no-login-debug {
  max-width: 1200px;
  margin: 0 auto;
}

section, footer {
  width: 100%;
  position: relative;
}
section .wrapper, footer .wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  /*        padding: 2em 0;*/
}
section .wrapper .section-title, footer .wrapper .section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 2em;
}
section .wrapper .section-title a, footer .wrapper .section-title a {
  text-decoration: none;
  color: #2d2d2d;
}
section .wrapper .section-title a:hover, footer .wrapper .section-title a:hover {
  text-decoration: none;
  color: #2d2d2d;
}
section .wrapper .item, footer .wrapper .item {
  transition: all 0.2s ease-in-out;
}
section .wrapper .item img, footer .wrapper .item img {
  transition: all 0.2s ease-in-out;
}
section .wrapper .item:hover, footer .wrapper .item:hover {
  transition: all 0.2s ease-in-out;
}
section .wrapper .item:hover img, footer .wrapper .item:hover img {
  transition: all 0.2s ease-in-out;
}

footer {
  margin-bottom: 0;
}

.opt-in {
  background-color: #FAF9F8;
  padding: 1rem;
}
.opt-in .wrapper {
  background-color: #164081;
  padding: 4rem;
  border-radius: 8px;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .opt-in .wrapper {
    border-radius: 8px;
    margin: 0 auto;
    padding: 2rem;
  }
}
.opt-in #opt-in-form-elements {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.opt-in #opt-in-form-elements h1, .opt-in #opt-in-form-elements p {
  width: 100%;
  margin-bottom: 1rem;
  color: #FFFFFF;
}
.opt-in #opt-in-form-elements p {
  font-size: 1.25rem;
  color: #FFFFFF;
}
.opt-in #opt-in-form-elements #home-opt-in-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.opt-in #opt-in-form-elements #home-opt-in-form input {
  width: 50%;
  height: initial;
  margin: 0 0.5rem 0 0;
  padding: 0.5rem 0.75rem;
  border: 1px solid #FFFFFF;
  color: #2d2d2d;
}
.opt-in #opt-in-form-elements #home-opt-in-form input::placeholder {
  color: #949494;
}
.opt-in #opt-in-form-elements #home-opt-in-form input::-ms-input-placeholder {
  color: #949494;
}
.opt-in #opt-in-form-elements #home-opt-in-form input:-ms-input-placeholder {
  color: #949494;
}
@media screen and (max-width: 768px) {
  .opt-in #opt-in-form-elements #home-opt-in-form input {
    width: 100%;
    margin-bottom: 1rem;
    height: 50px;
  }
}
@media (max-width: 425px) {
  .opt-in #opt-in-form-elements #home-opt-in-form input {
    margin-right: 0;
  }
}
.opt-in #opt-in-form-elements #home-opt-in-form button {
  border: 1px solid #FFFFFF;
  color: #2557a7;
  background-color: #FFFFFF;
}
.opt-in #opt-in-form-elements #home-opt-in-form button span {
  vertical-align: text-top;
}
.opt-in #opt-in-form-elements #home-opt-in-form button:hover {
  background-color: #FFFFFF;
  color: #2557a7;
}
@media (max-width: 425px) {
  .opt-in #opt-in-form-elements #home-opt-in-form button {
    width: 100%;
  }
}
.opt-in #opt-in-success, .opt-in #opt-in-failure {
  display: none;
  flex-wrap: wrap;
  width: 100%;
}
.opt-in #opt-in-success h4, .opt-in #opt-in-failure h4 {
  color: #FFFFFF;
}

header {
  display: flex !important;
  flex-wrap: wrap;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background-color: #FFFFFF;
  transition: 0.2s all ease-in-out;
}
header .header {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
header .header .header-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
header .header .header-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header .header .header-wrapper ul li {
  cursor: pointer;
}
header .header .header-wrapper a {
  text-decoration: none;
}
header .header .header-wrapper a:hover {
  text-decoration: none;
}
header .header .header-wrapper .ba-banner {
  width: 100%;
  padding: 0.25rem 1rem;
  background-color: #2D2926;
  color: #FFFFFF;
  font-size: 0.8rem;
  display: flex;
}
header .header .header-wrapper .ba-banner img {
  max-width: 100px;
  width: 100%;
  margin-left: 0.25rem;
  padding-bottom: 0.15rem;
}
header .header .header-wrapper .upper-nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #FFFFFF;
  transition: 0.2s all ease-in-out;
  z-index: 1;
  transition: 0.2s all ease-in-out;
}
@media screen and (max-width: 1200px) {
  header .header .header-wrapper .upper-nav {
    border-bottom: none;
  }
}
header .header .header-wrapper .upper-nav #company-logo {
  flex-grow: 1;
  transition: all 0.2s ease-in-out;
}
header .header .header-wrapper .upper-nav #company-logo:hover {
  text-decoration: none;
}
header .header .header-wrapper .upper-nav #company-logo #logo {
  padding: 0.9rem 1rem 1.1rem 1rem;
  display: inline-block;
}
header .header .header-wrapper .upper-nav #company-logo #logo img {
  width: 100%;
  width: 90px;
  max-width: 100px;
  align-self: center;
  opacity: 1;
  transition: 0.2s all ease-in-out;
}
header .header .header-wrapper .upper-nav #company-logo #logo #logo-white {
  display: none;
}
header .header .header-wrapper .upper-nav #company-logo #logo-text {
  border-left: 1px solid #e2e2e2;
  align-self: center;
  display: inline-block;
  text-transform: uppercase;
  padding: 1rem;
  font-family: "Indeed Sans", "Noto Sans", "Helvetica Neue", Helvetica, Arial, Liberation Sans, Roboto, Noto, sans-serif;
  font-size: 0.75rem;
  padding: 0 1rem;
  font-weight: 400;
  vertical-align: middle;
}
@media screen and (max-width: 1200px) {
  header .header .header-wrapper .upper-nav #company-logo {
    flex-grow: unset;
  }
}
header .header .header-wrapper .upper-nav .nav-search {
  display: flex;
  flex-grow: 1;
}
@media screen and (max-width: 1200px) {
  header .header .header-wrapper .upper-nav .nav-search {
    display: none;
  }
}
header .header .header-wrapper .upper-nav .nav-search form {
  width: 100%;
  display: flex;
  align-self: center;
}
header .header .header-wrapper .upper-nav .nav-search form input {
  margin: 0;
  align-self: center;
  display: flex;
}
header .header .header-wrapper .upper-nav .nav-search form input::placeholder {
  align-self: center;
}
header .header .header-wrapper .upper-nav .nav-search form button {
  font-size: 0.9rem;
  padding: 0.5rem 0.5rem;
  margin: 0 0.5rem;
}
header .header .header-wrapper .upper-nav .upper-nav-menu {
  flex-grow: 1;
  display: flex;
  box-sizing: border-box;
  z-index: 100;
  /*background-color: $white;*/
  transition: 0.2s all ease-in-out;
}
@media screen and (max-width: 1200px) {
  header .header .header-wrapper .upper-nav .upper-nav-menu {
    /*width: 100%;*/
    border-bottom: 1px solid transparent;
  }
}
header .header .header-wrapper .upper-nav .upper-nav-menu li {
  padding: 1rem;
  /*border-left: 1px solid #FFFFFF;*/
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  align-self: center;
  height: 100%;
  z-index: 0;
  border-radius: 8px;
}
header .header .header-wrapper .upper-nav .upper-nav-menu li i {
  opacity: 1;
  transition: 0.2s all ease-in-out;
}
header .header .header-wrapper .upper-nav .upper-nav-menu li:hover {
  background-color: #EEF1FE;
}
header .header .header-wrapper .upper-nav .upper-nav-menu li:hover i {
  color: #2557a7 !important;
}
@media screen and (max-width: 1200px) {
  header .header .header-wrapper .upper-nav .upper-nav-menu li:hover {
    background-color: #FFFFFF;
  }
  header .header .header-wrapper .upper-nav .upper-nav-menu li:hover i {
    color: #2d2d2d !important;
  }
}
header .header .header-wrapper .upper-nav .upper-nav-menu li ul li {
  border-left: 0;
}
header .header .header-wrapper .upper-nav .upper-nav-menu li img {
  width: 100%;
  max-width: 25px;
  align-self: center;
}
header .header .header-wrapper .upper-nav .upper-nav-menu #mobile-nav {
  display: none;
  margin-right: auto;
  border-left: 0;
  border-right: 1px solid transparent;
  order: 1;
}
header .header .header-wrapper .upper-nav .upper-nav-menu #mobile-nav #mobile-close {
  display: none;
  width: 20px;
}
header .header .header-wrapper .upper-nav .upper-nav-menu #mobile-nav i {
  /*  font-size: 1.3rem;*/
}
@media screen and (max-width: 1200px) {
  header .header .header-wrapper .upper-nav .upper-nav-menu #mobile-nav {
    display: flex;
    justify-content: center;
  }
  header .header .header-wrapper .upper-nav .upper-nav-menu #mobile-nav i {
    align-self: center;
  }
}
header .header .header-wrapper .upper-nav .upper-nav-menu #open-search {
  display: none;
  margin-left: auto;
  order: 1;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  header .header .header-wrapper .upper-nav .upper-nav-menu #open-search {
    display: flex;
    /*order: 3;*/
    margin-left: 0;
    width: 49px;
    justify-content: center;
  }
}
header .header .header-wrapper .upper-nav .upper-nav-menu #open-search #close-search {
  display: none;
}
header .header .header-wrapper .upper-nav .upper-nav-menu #open-search .search-box {
  background-color: transparent;
  display: none;
  width: initial;
  position: absolute;
  right: 100px;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  /*margin-right: auto;*/
  cursor: initial;
  opacity: 0;
  transition: 0.2s all ease-in-out;
}
@media screen and (max-width: 470px) {
  header .header .header-wrapper .upper-nav .upper-nav-menu #open-search .search-box {
    width: 76%;
  }
}
@media screen and (max-width: 470px) {
  header .header .header-wrapper .upper-nav .upper-nav-menu #open-search .search-box {
    width: 75%;
  }
}
@media screen and (max-width: 375px) {
  header .header .header-wrapper .upper-nav .upper-nav-menu #open-search .search-box {
    width: 71%;
  }
}
@media screen and (max-width: 320px) {
  header .header .header-wrapper .upper-nav .upper-nav-menu #open-search .search-box {
    width: 64%;
  }
}
header .header .header-wrapper .upper-nav .upper-nav-menu #open-search .search-box form, header .header .header-wrapper .upper-nav .upper-nav-menu #open-search .search-box input {
  margin: 0;
  border: 0;
  width: 100%;
}
header .header .header-wrapper .upper-nav .upper-nav-menu #open-search .search-box form, header .header .header-wrapper .upper-nav .upper-nav-menu #open-search .search-box i {
  align-self: center;
}
header .header .header-wrapper .upper-nav .upper-nav-menu #open-search .search-box form input {
  padding: 0 1rem;
  border: 1px solid #2d2d2d;
}
header .header .header-wrapper .upper-nav .upper-nav-menu #open-search .search-box .icon-wrapper {
  display: flex;
  border-right: 1px solid #FFFFFF;
  align-content: center;
  align-items: center;
  align-self: center;
  padding: 1rem;
  height: 100%;
}
header .header .header-wrapper .upper-nav .upper-nav-menu #account-menu {
  order: 3;
  position: relative;
}
@media screen and (max-width: 1200px) {
  header .header .header-wrapper .upper-nav .upper-nav-menu #account-menu {
    display: none;
  }
}
header .header .header-wrapper .upper-nav .upper-nav-menu #account-menu .account-sub-menu {
  display: none;
  background-color: #FFFFFF;
  z-index: 2;
  width: 200px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
header .header .header-wrapper .upper-nav .upper-nav-menu #account-menu .account-sub-menu li {
  font-size: 0.9rem;
  border: 1px solid #e2e2e2;
  border-top: 0;
  padding: 0;
  display: flex;
  border-radius: 0;
}
header .header .header-wrapper .upper-nav .upper-nav-menu #account-menu .account-sub-menu li:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
header .header .header-wrapper .upper-nav .upper-nav-menu #account-menu .account-sub-menu li:last-of-type {
  border-bottom: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
header .header .header-wrapper .upper-nav .upper-nav-menu #account-menu .account-sub-menu li a {
  display: flex;
  padding: 1.1rem 1rem 1rem 1rem;
  width: 100%;
}
header .header .header-wrapper .upper-nav .upper-nav-menu #account-menu.account-menu-active {
  background-color: #EEF1FE;
}
header .header .header-wrapper .upper-nav .upper-nav-menu #account-menu.account-menu-active ul.account-sub-menu {
  display: block;
  position: absolute;
  top: 56px;
  right: -10px;
}
header .header .header-wrapper .upper-nav .upper-nav-menu #store-selector {
  margin-left: auto;
  order: 2;
}
@media screen and (max-width: 1200px) {
  header .header .header-wrapper .upper-nav .upper-nav-menu #store-selector {
    display: none;
  }
}
header .header .header-wrapper .upper-nav .upper-nav-menu #cart-icon {
  order: 5;
  position: relative;
}
@media screen and (max-width: 1200px) {
  header .header .header-wrapper .upper-nav .upper-nav-menu #cart-icon {
    /*order: 2;*/
    /*margin-left: auto;*/
  }
}
header .header .header-wrapper .upper-nav .upper-nav-menu #cart-icon #cart_total #number-of-items {
  display: none;
  background-color: #A9252B;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 9px;
  color: #FFFFFF;
  padding: 2px 8px;
  align-content: center;
  align-items: center;
  min-width: 16px;
  min-height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 32px;
  justify-content: center;
}
header .header .header-wrapper .upper-nav .upper-nav-menu #cart-icon #cart_total .show-line-count {
  display: flex !important;
}
header .header .header-wrapper .upper-nav .upper-nav-menu #logomark {
  order: 6;
}
header .header .header-wrapper .upper-nav .upper-nav-menu #logomark:hover {
  background-color: #FFFFFF;
}
header .header .header-wrapper .search-open {
  width: 100%;
}
header .header .header-wrapper .search-open #close-search {
  display: flex !important;
  z-index: 100;
}
header .header .header-wrapper .search-open #search-icon {
  display: none;
}
header .header .header-wrapper .search-open .search-box {
  display: flex !important;
  transition: 0.2s all ease-in-out !important;
  opacity: 1 !important;
}
header .header .header-wrapper .lower-nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  width: 100%;
  border-bottom: 1px solid #2557a7;
  background-color: #2557a7;
  z-index: 0;
  transition: 0.2s all ease-in-out;
  position: relative;
}
@media screen and (max-width: 1200px) {
  header .header .header-wrapper .lower-nav {
    position: absolute;
    top: 61px;
    left: -100%;
    min-height: 100vh;
    border-bottom: none;
    background-color: #FFFFFF;
  }
}
header .header .header-wrapper .lower-nav #sticky-logo {
  position: absolute;
  left: 1rem;
  top: 0.9rem;
  opacity: 0;
  height: 0;
  transition: 0.2s all ease-in-out;
}
header .header .header-wrapper .lower-nav #sticky-logo img {
  max-width: 90px;
  width: 100%;
}
header .header .header-wrapper .lower-nav .product-categories {
  display: flex;
  flex-wrap: wrap;
  color: #FFFFFF;
}
header .header .header-wrapper .lower-nav .product-categories .category {
  padding: 1.25rem 1rem;
  font-weight: bold;
  /*border-top: 4px solid transparent;*/
  /*opacity: 0.8;*/
  transition: 0.2s all ease-in-out;
}
@media screen and (max-width: 1375px) {
  header .header .header-wrapper .lower-nav .product-categories .category {
    padding: 1.25rem 0.75rem;
  }
}
@media screen and (max-width: 1200px) {
  header .header .header-wrapper .lower-nav .product-categories .category {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: 0;
    width: 100%;
    background-color: #FFFFFF !important;
    /*border-top: 4px solid transparent !important;*/
    border-bottom: 1px solid #e2e2e2;
    padding: 0;
    margin: 0;
  }
  header .header .header-wrapper .lower-nav .product-categories .category:first-of-type {
    border-top: 1px solid #e2e2e2;
  }
}
header .header .header-wrapper .lower-nav .product-categories .category:hover {
  /*border-top: 4px solid #0f3263;*/
  /*background-color: #f9fafb;*/
  transition: 0.2s all ease-in-out;
}
header .header .header-wrapper .lower-nav .product-categories .category:hover .category-header {
  font-weight: bold;
}
header .header .header-wrapper .lower-nav .product-categories .category a {
  font-size: 1rem !important;
  font-weight: 500;
  color: #FFFFFF;
  transition: 0.2s all ease-in-out;
}
@media screen and (max-width: 1375px) {
  header .header .header-wrapper .lower-nav .product-categories .category a {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1200px) {
  header .header .header-wrapper .lower-nav .product-categories .category a {
    font-size: 1rem;
    padding: 1rem;
    display: inline-block;
    z-index: 1;
    position: relative;
    color: #2557a7;
  }
}
header .header .header-wrapper .lower-nav .product-categories .category a[name=Jobby]:after {
  content: "";
  background: url(../images/icons/Icon-Jobby.svg) no-repeat;
  padding: 5px 10px 10px 10px;
  margin-left: 0.25rem;
}
header .header .header-wrapper .lower-nav .product-categories .category a[name=RPET]:after {
  content: "";
  background: url(../images/icons/nav-sustainable.svg) no-repeat;
  padding: 3px 10px 10px 10px;
  margin-left: 0.25rem;
}
header .header .header-wrapper .lower-nav .product-categories .category a[name=Sustainable]:after {
  content: "";
  background: url(../images/icons/nav-sustainable.svg) no-repeat;
  padding: 3px 10px 10px 10px;
  margin-left: 0.25rem;
}
@media screen and (max-width: 1200px) {
  header .header .header-wrapper .lower-nav .product-categories .category .noChildren {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  header .header .header-wrapper .lower-nav .product-categories .category .chevron-icon {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 0;
    top: 0;
  }
}
header .header .header-wrapper .lower-nav .product-categories .category .chevron-icon i {
  display: none;
  margin-left: 0.5rem;
  color: #2d2d2d;
  transition: 0.2s all ease-in-out;
}
@media screen and (max-width: 1200px) {
  header .header .header-wrapper .lower-nav .product-categories .category .chevron-icon i {
    display: block;
    margin-left: auto;
    margin-right: 1rem;
  }
}
header .header .header-wrapper .lower-nav .product-categories .category .noChildren + .chevron-icon {
  display: none;
}
header .header .header-wrapper .lower-nav .product-categories .category:last-of-type .category-sub-menu {
  border-right: 0 !important;
}
header .header .header-wrapper .lower-nav .product-categories .category .category-sub-menu {
  display: none;
  width: 100%;
  flex-wrap: wrap;
  justify-content: stretch;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 57px;
  padding: 1rem;
  opacity: 0;
  height: 0;
  transition: 0.2s all ease-in-out;
  cursor: initial;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  header .header .header-wrapper .lower-nav .product-categories .category .category-sub-menu {
    position: static;
    padding: 0;
  }
  header .header .header-wrapper .lower-nav .product-categories .category .category-sub-menu .chevron-icon {
    padding-right: 1rem;
  }
}
header .header .header-wrapper .lower-nav .product-categories .category .category-sub-menu:last-of-type {
  border-right: 0;
}
header .header .header-wrapper .lower-nav .product-categories .category .category-sub-menu .sub-category {
  /*border-right: 1px solid #e2e2e2;*/
  padding: 1rem;
  flex-grow: 1;
  cursor: initial;
  position: relative;
}
@media screen and (max-width: 1200px) {
  header .header .header-wrapper .lower-nav .product-categories .category .category-sub-menu .sub-category {
    width: 100%;
    border-right: none;
    padding: 0;
  }
  header .header .header-wrapper .lower-nav .product-categories .category .category-sub-menu .sub-category .chevron-icon {
    padding-right: 2rem;
  }
}
header .header .header-wrapper .lower-nav .product-categories .category .category-sub-menu .sub-category:last-of-type {
  border-right: 0;
}
header .header .header-wrapper .lower-nav .product-categories .category .category-sub-menu .sub-category a {
  display: inline-block;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  margin-bottom: 1rem;
  font-weight: bold;
  transition: 0.2s all ease-in-out;
  color: #2557a7;
}
@media screen and (max-width: 1200px) {
  header .header .header-wrapper .lower-nav .product-categories .category .category-sub-menu .sub-category a {
    color: #2d2d2d;
  }
}
@media screen and (max-width: 1200px) {
  header .header .header-wrapper .lower-nav .product-categories .category .category-sub-menu .sub-category a {
    font-size: 1rem;
    margin-bottom: 0;
    padding: 1rem 1rem 1rem 2rem;
  }
}
header .header .header-wrapper .lower-nav .product-categories .category .category-sub-menu .sub-category a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  header .header .header-wrapper .lower-nav .product-categories .category .category-sub-menu .sub-category a:hover {
    text-decoration: none;
  }
}
header .header .header-wrapper .lower-nav .product-categories .category .category-sub-menu .sub-category ul li {
  border-right: 0;
  font-weight: 400;
  margin-bottom: 1rem;
  /*line-height: 0;*/
  cursor: initial;
}
@media screen and (max-width: 1200px) {
  header .header .header-wrapper .lower-nav .product-categories .category .category-sub-menu .sub-category ul li {
    width: 100%;
    margin: 0;
    border-bottom: 0;
  }
}
header .header .header-wrapper .lower-nav .product-categories .category .category-sub-menu .sub-category ul li a {
  font-size: 0.8rem !important;
  margin-bottom: 0;
  transition: 0.2s all ease-in-out;
  font-weight: initial;
  cursor: pointer;
}
header .header .header-wrapper .lower-nav .product-categories .category .category-sub-menu .sub-category.noChildren a {
  width: 100%;
}
header .header .header-wrapper .lower-nav .product-categories .category .category-sub-menu .sub-category.noChildren .chevron-icon {
  display: none;
}
@media screen and (max-width: 1200px) {
  header .header .header-wrapper .lower-nav .product-categories .category .sub-category-menu {
    width: 100%;
    display: none;
    flex-wrap: wrap;
    background-color: #f3f3f3 !important;
  }
}
@media screen and (max-width: 1200px) {
  header .header .header-wrapper .lower-nav .product-categories .category .sub-category-menu li {
    background-color: #f3f3f3;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    z-index: 1;
  }
  header .header .header-wrapper .lower-nav .product-categories .category .sub-category-menu li:last-of-type {
    border-bottom: none;
  }
  header .header .header-wrapper .lower-nav .product-categories .category .sub-category-menu li a {
    padding-left: 3rem !important;
  }
}
header .header .header-wrapper .lower-nav .product-categories .nav-active {
  background-color: transparent;
  /*border-top: 4px solid #0f3263;*/
  opacity: 1;
}
header .header .header-wrapper .lower-nav .product-categories .nav-active .category-header {
  position: relative;
  font-weight: bold;
}
header .header .header-wrapper .lower-nav .product-categories .nav-active .category-header.noChildren:after {
  display: none !important;
}
header .header .header-wrapper .lower-nav .product-categories .nav-active .category-header.hasChildren:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 10px;
  border-color: transparent transparent white;
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
header .header .header-wrapper .lower-nav .product-categories .nav-active i {
  transform: rotate(-180deg);
  transition: 0.2s all ease-in-out;
}
header .header .header-wrapper .lower-nav .product-categories .nav-active .category-sub-menu {
  display: flex;
  opacity: 1;
  height: initial;
  transition: 0.2s all ease-in-out;
}
header .header .header-wrapper .lower-nav .product-categories .mobile-nav-active > ul {
  display: flex !important;
  height: initial !important;
  opacity: 1 !important;
  background-color: #f9f9f9 !important;
}
header .header .header-wrapper .lower-nav .product-categories .mobile-nav-active > ul > li {
  border-bottom: 1px solid #e2e2e2;
}
header .header .header-wrapper .lower-nav .product-categories .mobile-nav-active > ul > li:first-of-type {
  border-top: 1px solid #e2e2e2;
}
header .header .header-wrapper .lower-nav .product-categories .mobile-nav-active > ul > li:last-of-type {
  border-bottom: 0;
}
header .header .header-wrapper .lower-nav .product-categories .mobile-nav-active .hasChildren + .chevron-icon i {
  align-self: flex-start;
  margin-top: 1rem;
  transform: rotate(180deg);
}
header .header .header-wrapper .lower-nav .product-categories .mobile-nav-active .mobile-nav-active .chevron-icon i {
  align-self: flex-start;
  margin-top: 1rem;
  transform: rotate(180deg);
}
header .header .header-wrapper .lower-nav .product-categories #mobile-account-menu, header .header .header-wrapper .lower-nav .product-categories #region-selector-mobile {
  display: none;
}
header .header .header-wrapper .lower-nav .product-categories #mobile-account-menu a, header .header .header-wrapper .lower-nav .product-categories #region-selector-mobile a {
  display: flex;
  align-items: center;
}
header .header .header-wrapper .lower-nav .product-categories #mobile-account-menu a i, header .header .header-wrapper .lower-nav .product-categories #region-selector-mobile a i {
  max-width: 30px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  header .header .header-wrapper .lower-nav .product-categories #mobile-account-menu a i, header .header .header-wrapper .lower-nav .product-categories #region-selector-mobile a i {
    max-width: 20px;
  }
}
@media screen and (max-width: 1200px) {
  header .header .header-wrapper .lower-nav .product-categories #mobile-account-menu, header .header .header-wrapper .lower-nav .product-categories #region-selector-mobile {
    display: block;
  }
}
header .header .header-wrapper .lower-nav .product-categories #mobile-account-menu a {
  padding: 0 0 0 1rem;
  z-index: 0;
  border: 0;
}
header .header .header-wrapper .lower-nav .product-categories #mobile-account-menu a div {
  border-left: 1px solid #FFFFFF;
  padding: 1rem 1rem 1rem 0.5rem;
}
header .header .header-wrapper .lower-nav .product-categories #mobile-account-menu .chevron-icon {
  z-index: 1;
}
header .header .header-wrapper .lower-nav .product-categories #mobile-account-menu ul {
  border-top: 1px solid #e2e2e2;
}
header .header .header-wrapper .lower-nav .product-categories #mobile-account-menu ul li {
  border-top: 0;
  margin: 0;
  width: 100%;
}
header .header .header-wrapper .lower-nav .product-categories #mobile-account-menu ul li a {
  width: 100%;
  padding: 1rem 1rem 1rem 2rem;
  z-index: 1;
  color: #2d2d2d;
  font-weight: bold;
}
header .header .header-wrapper .lower-nav .product-categories #mobile-account-menu.mobile-nav-active .chevron-icon i {
  align-self: flex-start;
  margin-top: 1rem;
  transform: rotate(180deg);
}
header .header .header-wrapper .lower-nav .product-categories #region-selector-mobile {
  padding-left: 1rem;
}
header .header .header-wrapper .lower-nav .product-categories #region-selector-mobile a {
  padding: 0;
  width: 100%;
}
header .header .header-wrapper .lower-nav .product-categories #region-selector-mobile a div {
  border-left: 1px solid white;
  padding: 1rem 1rem 1rem 0.5rem;
}

.sticky {
  transition: 0.2s all ease-in-out;
}
.sticky #upper-nav {
  transition: 0.2s all ease-in-out;
  height: 0;
  opacity: 1;
  width: initial;
  border-bottom: none;
  transition: 0.2s all ease-in-out;
}
@media screen and (max-width: 1200px) {
  .sticky #upper-nav {
    width: 100%;
    height: initial;
    opacity: 1;
  }
}
@media screen and (max-width: 1200px) {
  .sticky #upper-nav #company-logo {
    background-color: #2557a7;
  }
}
@media screen and (min-width: 1200px) {
  .sticky #upper-nav #company-logo {
    height: 0;
    transition: 0.2s all ease-in-out;
  }
  .sticky #upper-nav #company-logo img {
    opacity: 0;
  }
}
.sticky #upper-nav #company-logo #logo-blue {
  /*display: none;*/
  transition: 0.2s all ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .sticky #upper-nav #company-logo #logo-blue {
    display: none;
  }
}
.sticky #upper-nav #company-logo #logo-white {
  transition: 0.2s all ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .sticky #upper-nav #company-logo #logo-white {
    display: block !important;
    opacity: 1;
  }
}
.sticky #upper-nav .search-box {
  height: 100%;
}
.sticky #upper-nav .search-box form input {
  border: 1px solid #FFFFFF !important;
}
.sticky #upper-nav .search-box i {
  color: #2557a7 !important;
}
.sticky #upper-nav .upper-nav-menu {
  position: fixed;
  right: 0;
  top: 0;
  height: 57px;
}
@media screen and (max-width: 1200px) {
  .sticky #upper-nav .upper-nav-menu {
    background-color: #2557a7;
    position: static;
    transition: 0.2s all ease-in-out;
    height: initial;
  }
}
.sticky #upper-nav .upper-nav-menu i {
  color: #FFFFFF;
  transition: 0.2s all ease-in-out;
}
.sticky #upper-nav .upper-nav-menu li {
  border-left: 1px solid transparent;
}
@media screen and (max-width: 1200px) {
  .sticky #upper-nav .upper-nav-menu li {
    background-color: transparent;
  }
  .sticky #upper-nav .upper-nav-menu li i {
    color: #FFFFFF !important;
  }
}
.sticky #open-search {
  /*display: flex !important;*/
}
.sticky .search-open {
  width: 100% !important;
}
.sticky .search-open #store-selector {
  margin-left: 0 !important;
}
.sticky .lower-nav {
  position: fixed;
  left: 0;
  top: 0;
  border-bottom: 1px solid #e2e2e2;
  transition: 0.2s all ease-in-out;
}
.sticky .lower-nav #sticky-logo {
  opacity: 1 !important;
  height: initial !important;
  transition: 0.2s all ease-in-out;
}
.sticky .lower-nav .product-categories .category .category-sub-menu {
  top: 56px !important;
}
.sticky .nav-search {
  display: none !important;
}

#nav-backdrop {
  display: none;
  position: fixed;
  left: 0;
  top: 100px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.menu-open {
  overflow: hidden !important;
  position: fixed;
}
.menu-open body {
  position: fixed !important;
  overflow: hidden !important;
}
.menu-open body #nav-backdrop {
  display: block;
}
.menu-open body #store-selector {
  display: none;
}
.menu-open body #mobile-nav i {
  display: none;
}
.menu-open body #mobile-close {
  display: block !important;
}
.menu-open body .lower-nav {
  left: 0 !important;
  overflow-y: scroll;
  transition: 0.2s all ease-in-out;
}

.header-no-nav .upper-nav {
  flex-wrap: nowrap !important;
}
.header-no-nav #company-logo {
  display: block !important;
}
.header-no-nav #store-selector {
  display: flex !important;
}

.slim-jim-header {
  height: 0;
  width: 100%;
  background-color: pink;
}
.slim-jim-header .wrapper {
  margin: 0 auto;
  width: 100%;
  font-weight: bold;
  text-align: center;
  font-size: 0.9rem;
  text-transform: uppercase;
  list-style: none;
}
.slim-jim-header .wrapper div {
  padding: 1rem;
}

.tile-module {
  width: 100%;
  background-color: #FAF9F8;
  min-height: 90vh;
}
.tile-module .tile-module-header {
  width: 100%;
  display: flex;
  height: 200px;
}
.tile-module .tile-module-header .tile-module-header-graphic {
  width: 100%;
  background-color: #0d2d5e;
  border-bottom-right-radius: 70px;
}
.tile-module .tile-module-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: 0 auto;
  padding: 2rem 1rem;
  justify-content: space-between;
  position: relative;
  min-height: 85vh;
}
.tile-module .tile-module-wrapper .back-to-requests-wrapper {
  width: 100%;
}
.tile-module .tile-module-wrapper a {
  color: #2557a7;
}
.tile-module .tile-module-wrapper a:hover {
  color: #2557a7;
}
.tile-module .tile-module-wrapper a:hover:active, .tile-module .tile-module-wrapper a:hover:focus, .tile-module .tile-module-wrapper a:hover:visited {
  color: #2557a7;
}
.tile-module .tile-module-wrapper a:active, .tile-module .tile-module-wrapper a:focus, .tile-module .tile-module-wrapper a:visited {
  color: #2557a7;
}
.tile-module .tile-module-wrapper .tile-module-message {
  padding: 1rem;
  width: 100%;
}
.tile-module .tile-module-wrapper .tile-module-message p {
  width: 100%;
  margin: 0;
  font-weight: bold;
  text-align: center;
}
.tile-module .tile-module-wrapper .left, .tile-module .tile-module-wrapper .right {
  width: 50%;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .tile-module .tile-module-wrapper .left, .tile-module .tile-module-wrapper .right {
    width: 100%;
  }
}
.tile-module .tile-module-wrapper .text-wrapper {
  padding: 2rem;
}
.tile-module .tile-module-wrapper .text-wrapper ul {
  margin: 0 0 1rem 1rem;
  list-style: disc;
  line-height: 1.2;
}
.tile-module .tile-module-wrapper .form-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem;
  background-color: #FFFFFF;
  border: 1px solid #d4d2d0;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  position: relative;
}
.tile-module .tile-module-wrapper .form-wrapper form {
  width: 100%;
}
.tile-module .tile-module-wrapper .form-wrapper label {
  margin-top: 0.5rem;
}
.tile-module .tile-module-wrapper .form-wrapper textarea {
  height: 150px;
}
.tile-module .tile-module-wrapper .form-wrapper span[name=search-icon-wrapper] {
  position: relative;
}
.tile-module .tile-module-wrapper .form-wrapper span[name=search-icon-wrapper]:after {
  display: block;
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: -5px;
  right: 15px;
}
.tile-module .tile-module-wrapper .form-wrapper span[name=search-icon-wrapper] input {
  padding-right: 2rem;
}
.tile-module .tile-module-wrapper .form-wrapper input[type=search]::-webkit-search-decoration,
.tile-module .tile-module-wrapper .form-wrapper input[type=search]::-webkit-search-cancel-button,
.tile-module .tile-module-wrapper .form-wrapper input[type=search]::-webkit-search-results-button,
.tile-module .tile-module-wrapper .form-wrapper input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.tile-module .tile-module-wrapper .form-wrapper button {
  margin: 1rem 0 0 auto;
}
.tile-module .tile-module-wrapper .form-wrapper .tile-module-success, .tile-module .tile-module-wrapper .form-wrapper .tile-module-fail {
  width: 100%;
  text-align: center;
  align-self: center;
}
.tile-module .tile-module-wrapper .form-wrapper .tile-module-success p, .tile-module .tile-module-wrapper .form-wrapper .tile-module-fail p {
  margin-bottom: 0;
}

.donate-points .donate-success, .donate-points .donate-fail {
  width: 100%;
}
.donate-points .donate-success h5, .donate-points .donate-success p, .donate-points .donate-fail h5, .donate-points .donate-fail p {
  width: 100%;
  text-align: center;
}

.retirement .retirement-success, .retirement .retirement-fail {
  width: 100%;
}
.retirement .retirement-success h5, .retirement .retirement-success p, .retirement .retirement-fail h5, .retirement .retirement-fail p {
  width: 100%;
  text-align: center;
}

.business-cards-home .bc-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.business-cards-home .bc-body .form-wrapper {
  /*height: 100%;*/
}
.business-cards-home .tile-module-wrapper {
  display: block;
}
.business-cards-home .image-wrapper {
  padding: 2rem;
}
.business-cards-home .image-wrapper img {
  width: 100%;
}
.business-cards-home .bc-spinner {
  display: none;
  background-color: rgba(255, 255, 255, 0.75);
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  align-items: center;
}
.business-cards-home .bc-spinner .fa-circle-notch {
  align-self: center;
  font-size: 3rem;
  animation: spin 1s linear infinite;
}
.business-cards-home #remote-user-message {
  font-size: 0.9rem;
  padding: 0 1rem;
}
.business-cards-home #bc-ship-country {
  height: 45px;
  padding: 4px 6px;
  font-size: 0.9rem;
  background-color: #FFFFFF;
  border: 1px solid #949494;
  border-radius: 0.5rem;
  cursor: not-allowed;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.business-cards-home .bc-faqs-wrapper {
  border-top: 1px solid #949494;
  padding: 4rem;
  margin-top: 3rem;
  width: 100%;
}
@media screen and (max-width: 425px) {
  .business-cards-home .bc-faqs-wrapper {
    padding: 2rem;
  }
}
.business-cards-home .bc-faqs-wrapper .bc-faqs ul {
  margin: 0 0 0 1rem;
  list-style: disc;
  line-height: 1.2;
}
.business-cards-home .bc-faqs-wrapper .bc-faqs p:last-of-type {
  word-break: break-word;
}
.business-cards-home .bc-faqs-wrapper .bc-faqs p:last-of-type a {
  word-break: break-word;
}
.business-cards-home .proof-failure, .business-cards-home .proof-success {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.business-cards-home .proof-failure i, .business-cards-home .proof-success i {
  font-size: 3rem;
}
.business-cards-home .proof-failure h3, .business-cards-home .proof-success h3 {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}
.business-cards-home .proof-failure button, .business-cards-home .proof-success button {
  margin: 0 auto !important;
}
.business-cards-home .proof-failure button i, .business-cards-home .proof-success button i {
  font-size: 1rem;
}
.business-cards-home .proof-failure .fa-times-circle, .business-cards-home .proof-success .fa-times-circle {
  color: #A9252B;
}
.business-cards-home .proof-failure .fa-check-circle, .business-cards-home .proof-success .fa-check-circle {
  color: #1F662C;
}
.business-cards-home .virtual-proof {
  width: 100%;
}
.business-cards-home .virtual-proof embed {
  background-color: #2d2d2d;
}
.business-cards-home .virtual-proof .submit-entry {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.business-cards-home .virtual-proof .submit-entry .verify-bc-proof {
  width: 100%;
  padding: 1rem;
  text-align: center;
}
.business-cards-home .virtual-proof .submit-entry button {
  margin: 0.25rem;
}

.business-cards-requests .bc-requests-pending, .business-cards-requests .bc-requests-nonpending {
  width: 100%;
  margin-bottom: 4rem;
  background-color: #FFFFFF;
  border: 1px solid #d4d2d0;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  padding: 2rem;
}
@media screen and (max-width: 650px) {
  .business-cards-requests .bc-requests-pending, .business-cards-requests .bc-requests-nonpending {
    padding: 1rem;
  }
}
.business-cards-requests .bc-requests-pending h5, .business-cards-requests .bc-requests-nonpending h5 {
  margin: 0;
}
.business-cards-requests .bc-requests-pending .mobile-label, .business-cards-requests .bc-requests-nonpending .mobile-label {
  display: none;
  font-weight: 600;
  width: 50%;
}
@media screen and (max-width: 650px) {
  .business-cards-requests .bc-requests-pending .mobile-label, .business-cards-requests .bc-requests-nonpending .mobile-label {
    display: inline;
  }
}
@media screen and (max-width: 400px) {
  .business-cards-requests .bc-requests-pending .mobile-label, .business-cards-requests .bc-requests-nonpending .mobile-label {
    width: 100%;
    display: block;
    margin-bottom: 0.5rem;
  }
}
.business-cards-requests .bc-requests-pending table, .business-cards-requests .bc-requests-nonpending table {
  width: 100%;
}
@media screen and (max-width: 650px) {
  .business-cards-requests .bc-requests-pending table, .business-cards-requests .bc-requests-nonpending table {
    display: flex;
  }
}
@media screen and (max-width: 650px) {
  .business-cards-requests .bc-requests-pending table thead, .business-cards-requests .bc-requests-nonpending table thead {
    display: none;
  }
}
.business-cards-requests .bc-requests-pending table thead tr, .business-cards-requests .bc-requests-nonpending table thead tr {
  background-color: #FFFFFF !important;
}
.business-cards-requests .bc-requests-pending table thead tr th, .business-cards-requests .bc-requests-nonpending table thead tr th {
  text-align: left;
  font-weight: 600;
  padding: 0.75rem 0.5rem;
}
@media screen and (max-width: 650px) {
  .business-cards-requests .bc-requests-pending table tbody, .business-cards-requests .bc-requests-nonpending table tbody {
    display: flex;
    flex-wrap: wrap;
  }
}
.business-cards-requests .bc-requests-pending table tbody tr, .business-cards-requests .bc-requests-nonpending table tbody tr {
  cursor: pointer;
}
@media screen and (max-width: 650px) {
  .business-cards-requests .bc-requests-pending table tbody tr, .business-cards-requests .bc-requests-nonpending table tbody tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 1rem;
  }
}
.business-cards-requests .bc-requests-pending table tbody tr:nth-of-type(even), .business-cards-requests .bc-requests-nonpending table tbody tr:nth-of-type(even) {
  background-color: #FAF9F8;
}
.business-cards-requests .bc-requests-pending table tbody tr:hover, .business-cards-requests .bc-requests-nonpending table tbody tr:hover {
  background-color: #F5FAFE;
}
.business-cards-requests .bc-requests-pending table tbody tr td, .business-cards-requests .bc-requests-nonpending table tbody tr td {
  padding: 0.25rem;
  padding: 0.75rem 0.55rem;
}
.business-cards-requests .bc-requests-pending table tbody tr td:first-of-type, .business-cards-requests .bc-requests-nonpending table tbody tr td:first-of-type {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.business-cards-requests .bc-requests-pending table tbody tr td:last-of-type, .business-cards-requests .bc-requests-nonpending table tbody tr td:last-of-type {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
@media screen and (max-width: 650px) {
  .business-cards-requests .bc-requests-pending table tbody tr td, .business-cards-requests .bc-requests-nonpending table tbody tr td {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}

.business-cards-pending-approval-details .left h1 {
  margin-bottom: 2rem;
}
.business-cards-pending-approval-details .left h5 {
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.business-cards-pending-approval-details .left ul {
  list-style: none !important;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.business-cards-pending-approval-details .right .bc-spinner {
  display: none;
  background-color: rgba(255, 255, 255, 0.75);
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  align-items: center;
}
.business-cards-pending-approval-details .right .bc-spinner .fa-circle-notch {
  align-self: center;
  font-size: 3rem;
  animation: spin 1s linear infinite;
}
.business-cards-pending-approval-details .virtual-proof {
  width: 100%;
  /*        #virtual-proof-display {
      min-height:400px;
      max-height:500px;
      height: 100%;
  }*/
}
.business-cards-pending-approval-details .approval-wrapper {
  width: 100%;
  display: flex;
}
.business-cards-pending-approval-details .approval-wrapper .approval-buttons {
  width: 100%;
}
.business-cards-pending-approval-details .approval-wrapper .approver-comments {
  width: 100%;
  padding: 2rem 0;
}
.business-cards-pending-approval-details .approval-wrapper .approval-buttons-wrapper {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.business-cards-pending-approval-details .approval-wrapper .approval-buttons-wrapper button {
  margin: 0.25rem;
}
.business-cards-pending-approval-details .approval-wrapper .bc-approve-success, .business-cards-pending-approval-details .approval-wrapper .bc-approve-denied, .business-cards-pending-approval-details .approval-wrapper .bc-approve-failure {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.business-cards-pending-approval-details .approval-wrapper .bc-approve-success i, .business-cards-pending-approval-details .approval-wrapper .bc-approve-denied i, .business-cards-pending-approval-details .approval-wrapper .bc-approve-failure i {
  font-size: 3rem;
}
.business-cards-pending-approval-details .approval-wrapper .bc-approve-success h3, .business-cards-pending-approval-details .approval-wrapper .bc-approve-denied h3, .business-cards-pending-approval-details .approval-wrapper .bc-approve-failure h3 {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}
.business-cards-pending-approval-details .approval-wrapper .bc-approve-success button, .business-cards-pending-approval-details .approval-wrapper .bc-approve-denied button, .business-cards-pending-approval-details .approval-wrapper .bc-approve-failure button {
  margin: 0 auto !important;
}
.business-cards-pending-approval-details .approval-wrapper .bc-approve-success button i, .business-cards-pending-approval-details .approval-wrapper .bc-approve-denied button i, .business-cards-pending-approval-details .approval-wrapper .bc-approve-failure button i {
  font-size: 1rem;
}
.business-cards-pending-approval-details .approval-wrapper .bc-approve-success .fa-times-circle, .business-cards-pending-approval-details .approval-wrapper .bc-approve-success .fa-exclamation-circle, .business-cards-pending-approval-details .approval-wrapper .bc-approve-denied .fa-times-circle, .business-cards-pending-approval-details .approval-wrapper .bc-approve-denied .fa-exclamation-circle, .business-cards-pending-approval-details .approval-wrapper .bc-approve-failure .fa-times-circle, .business-cards-pending-approval-details .approval-wrapper .bc-approve-failure .fa-exclamation-circle {
  color: #A9252B;
}
.business-cards-pending-approval-details .approval-wrapper .bc-approve-success .fa-check-circle, .business-cards-pending-approval-details .approval-wrapper .bc-approve-denied .fa-check-circle, .business-cards-pending-approval-details .approval-wrapper .bc-approve-failure .fa-check-circle {
  color: #1F662C;
}

footer, .login-footer {
  margin: 0;
  background-color: #FAF9F8;
  font-weight: 400;
}
footer .wrapper, .login-footer .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: transparent !important;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 5rem 2rem 3rem 2rem;
}
footer .wrapper hr, .login-footer .wrapper hr {
  width: 100%;
  border-top: 0;
  border-bottom: 1px solid #959595;
}
footer .wrapper .sign-off-wrapper, .login-footer .wrapper .sign-off-wrapper {
  width: 100%;
  padding: 3rem 0;
  text-align: center;
}
footer .wrapper .sign-off-wrapper img, .login-footer .wrapper .sign-off-wrapper img {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
footer .wrapper .link-wrapper, .login-footer .wrapper .link-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 20px;
}
@media (max-width: 1000px) {
  footer .wrapper .link-wrapper, .login-footer .wrapper .link-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  }
}
@media (max-width: 375px) {
  footer .wrapper .link-wrapper, .login-footer .wrapper .link-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
footer .wrapper .link-wrapper div, .login-footer .wrapper .link-wrapper div {
  width: 100%;
  margin-bottom: 2rem;
}
footer .wrapper .link-wrapper div ul, .login-footer .wrapper .link-wrapper div ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .wrapper .link-wrapper div ul li, .login-footer .wrapper .link-wrapper div ul li {
  line-height: 2.5;
}
footer .wrapper .link-wrapper div p, footer .wrapper .link-wrapper div address, footer .wrapper .link-wrapper div a, .login-footer .wrapper .link-wrapper div p, .login-footer .wrapper .link-wrapper div address, .login-footer .wrapper .link-wrapper div a {
  font-size: 0.9rem;
  line-height: 2.5;
  color: #2d2d2d;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
footer .wrapper .link-wrapper div h5, .login-footer .wrapper .link-wrapper div h5 {
  color: #2d2d2d;
}
footer .wrapper .link-wrapper div a, .login-footer .wrapper .link-wrapper div a {
  font-weight: 400;
  padding-bottom: 0.4rem;
  font-size: 0.9rem;
  text-decoration: none !important;
}
footer .wrapper .link-wrapper div a:hover, .login-footer .wrapper .link-wrapper div a:hover {
  text-decoration: underline !important;
}
footer .wrapper .link-wrapper div a:hover:visited, .login-footer .wrapper .link-wrapper div a:hover:visited {
  color: #2d2d2d;
}
footer .wrapper .link-wrapper div a:hover:active, .login-footer .wrapper .link-wrapper div a:hover:active {
  color: #2d2d2d;
}
footer .wrapper .link-wrapper div a:hover:focus, .login-footer .wrapper .link-wrapper div a:hover:focus {
  color: #2d2d2d;
}
footer .wrapper .link-wrapper div a:visited, .login-footer .wrapper .link-wrapper div a:visited {
  color: #2d2d2d;
}
footer .wrapper .link-wrapper div a:visited:active, .login-footer .wrapper .link-wrapper div a:visited:active {
  color: #2d2d2d;
}
footer .wrapper .link-wrapper div a:visited:focus, .login-footer .wrapper .link-wrapper div a:visited:focus {
  color: #2d2d2d;
}
footer .wrapper .link-wrapper div a:active, .login-footer .wrapper .link-wrapper div a:active {
  color: #2d2d2d;
}
footer .wrapper .link-wrapper div a:active:visited, .login-footer .wrapper .link-wrapper div a:active:visited {
  color: #2d2d2d;
}
footer .wrapper .link-wrapper div a:active:focus, .login-footer .wrapper .link-wrapper div a:active:focus {
  color: #2d2d2d;
}
footer .wrapper .link-wrapper div a:focus, .login-footer .wrapper .link-wrapper div a:focus {
  color: #2d2d2d;
}
footer .wrapper .link-wrapper div a:focus:visited, .login-footer .wrapper .link-wrapper div a:focus:visited {
  color: #2d2d2d;
}
footer .wrapper .link-wrapper div a:focus:active, .login-footer .wrapper .link-wrapper div a:focus:active {
  color: #2d2d2d;
}
footer .wrapper .link-wrapper #footer-contact, .login-footer .wrapper .link-wrapper #footer-contact {
  width: 100%;
}
footer .wrapper .link-wrapper #footer-contact p, .login-footer .wrapper .link-wrapper #footer-contact p {
  margin-bottom: 0;
}
footer .wrapper .link-wrapper #footer-contact #contact-email, .login-footer .wrapper .link-wrapper #footer-contact #contact-email {
  word-break: break-word;
  text-decoration: underline;
}
footer .wrapper .link-wrapper #footer-contact #contact-email:hover, .login-footer .wrapper .link-wrapper #footer-contact #contact-email:hover {
  text-decoration: none;
}
footer .wrapper .link-wrapper #footer-contact #contact-email br, .login-footer .wrapper .link-wrapper #footer-contact #contact-email br {
  display: none;
}
@media (max-width: 767px) and (min-width: 0px) {
  footer .wrapper .link-wrapper #footer-contact #contact-email, .login-footer .wrapper .link-wrapper #footer-contact #contact-email {
    display: block;
  }
}
footer .wrapper .communication-wrapper, .login-footer .wrapper .communication-wrapper {
  max-width: 1600px !important;
  margin: 0 auto;
  width: 100% !important;
  padding: 1rem 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 20px;
}
@media (max-width: 1000px) {
  footer .wrapper .communication-wrapper, .login-footer .wrapper .communication-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  }
}
@media (max-width: 375px) {
  footer .wrapper .communication-wrapper, .login-footer .wrapper .communication-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
footer .wrapper .communication-wrapper .social-media, .login-footer .wrapper .communication-wrapper .social-media {
  width: 100%;
  max-width: 100%;
  padding: 0 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) and (min-width: 0px) {
  footer .wrapper .communication-wrapper .social-media, .login-footer .wrapper .communication-wrapper .social-media {
    width: 100%;
  }
}
footer .wrapper .communication-wrapper .social-media .social-media-wrapper, .login-footer .wrapper .communication-wrapper .social-media .social-media-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
  margin-bottom: 2rem;
}
footer .wrapper .communication-wrapper .social-media h4, .login-footer .wrapper .communication-wrapper .social-media h4 {
  width: 100%;
  margin-bottom: 1rem;
  color: #2d2d2d;
}
footer .wrapper .communication-wrapper .social-media a, .login-footer .wrapper .communication-wrapper .social-media a {
  display: inline-block;
  max-width: 42px;
  width: 100%;
  margin-right: 1rem;
  color: #2d2d2d;
}
@media screen and (max-width: 1000px) {
  footer .wrapper .communication-wrapper .social-media a, .login-footer .wrapper .communication-wrapper .social-media a {
    margin-bottom: 1rem;
  }
}
footer .wrapper .communication-wrapper .social-media a img, .login-footer .wrapper .communication-wrapper .social-media a img {
  max-width: 42px;
  width: 100%;
}
footer .wrapper .communication-wrapper .social-media a img:nth-of-type(2), .login-footer .wrapper .communication-wrapper .social-media a img:nth-of-type(2) {
  display: none;
}
footer .wrapper .communication-wrapper .social-media a:hover, .login-footer .wrapper .communication-wrapper .social-media a:hover {
  color: #2d2d2d;
}
footer .wrapper .communication-wrapper .social-media a:hover img, .login-footer .wrapper .communication-wrapper .social-media a:hover img {
  max-width: 42px;
  width: 100%;
}
footer .wrapper .communication-wrapper .social-media a:hover img:nth-of-type(1), .login-footer .wrapper .communication-wrapper .social-media a:hover img:nth-of-type(1) {
  display: none;
}
footer .wrapper .communication-wrapper .social-media a:hover img:nth-of-type(2), .login-footer .wrapper .communication-wrapper .social-media a:hover img:nth-of-type(2) {
  display: block;
}
@media screen and (max-width: 1000px) {
  footer .wrapper #blank1, footer .wrapper #blank2, .login-footer .wrapper #blank1, .login-footer .wrapper #blank2 {
    display: none;
  }
}
footer .wrapper .footer-logo, .login-footer .wrapper .footer-logo {
  width: 100%;
  max-width: 100%;
}
footer .wrapper .footer-logo img, .login-footer .wrapper .footer-logo img {
  max-width: 120px;
}
@media (max-width: 767px) and (min-width: 0px) {
  footer .wrapper .footer-logo, .login-footer .wrapper .footer-logo {
    width: 100%;
    max-width: 100%;
    text-align: left;
    display: none;
  }
  footer .wrapper .footer-logo img, .login-footer .wrapper .footer-logo img {
    max-width: 60px;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  footer .wrapper .footer-logo, .login-footer .wrapper .footer-logo {
    display: none;
  }
}
footer .copyright, .login-footer .copyright {
  background-color: transparent;
  width: 100%;
  text-align: left;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  /*        border-top: 1px solid #e2e2e2;*/
}
footer .copyright .footer-logo, .login-footer .copyright .footer-logo {
  width: 25%;
  /*           border-right: 1px solid #e2e2e2;*/
  padding: 2rem;
  display: none;
  justify-content: flex-start;
  text-align: left;
}
footer .copyright .footer-logo img, .login-footer .copyright .footer-logo img {
  align-self: center;
  margin-right: 1rem;
  max-width: 112px;
}
footer .copyright .footer-logo span, .login-footer .copyright .footer-logo span {
  border-left: 1px solid #e2e2e2;
  padding-left: 1rem;
  font-weight: 700;
  align-self: center;
  padding-top: 0.25rem;
}
@media (max-width: 767px) and (min-width: 0px) {
  footer .copyright .footer-logo, .login-footer .copyright .footer-logo {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
    border-right: none;
    border-bottom: 1px solid #e2e2e2;
  }
}
footer .copyright .footer-disclaimer, .login-footer .copyright .footer-disclaimer {
  width: 100%;
  padding: 1rem;
  display: flex;
}
@media (max-width: 767px) and (min-width: 0px) {
  footer .copyright .footer-disclaimer, .login-footer .copyright .footer-disclaimer {
    width: 100%;
    max-width: 100%;
  }
}
footer .copyright .footer-disclaimer a, .login-footer .copyright .footer-disclaimer a {
  padding: 0 0.5em;
  text-decoration: underline;
  font-weight: 400;
  color: #2d2d2d;
}
footer .copyright .footer-disclaimer p, .login-footer .copyright .footer-disclaimer p {
  width: 100%;
  text-align: center;
  font-size: 10px;
  margin: 0;
  align-self: center;
  color: #2d2d2d;
}

#tariff-footer-verbiage {
  margin-top: 1em;
  font-size: 12px;
}

#copyright a {
  padding: 0;
}

.modal-background {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 50;
}

.hero {
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: flex;
  padding: 1rem;
  background-color: #FAF9F8;
  overflow: hidden;
}
.hero .wrapper {
  margin: 0 auto;
  max-width: 100%;
}
.hero .wrapper img {
  width: 100%;
  border-radius: 8px;
}
.hero .wrapper .hero-carousel .item {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .hero .wrapper .hero-carousel .item {
    background-position-x: 60%;
  }
}
.hero .wrapper .hero-carousel .item .hero-text {
  width: 40%;
  align-self: center;
  padding: 4rem;
  margin: 5rem;
  margin-left: 8rem;
  text-align: left;
  background-color: #FCD433;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .hero .wrapper .hero-carousel .item .hero-text {
    padding: 4rem;
    margin-left: 7rem;
  }
}
@media screen and (max-width: 1200px) {
  .hero .wrapper .hero-carousel .item .hero-text {
    width: 50%;
    margin-left: 6rem;
  }
}
@media screen and (max-width: 1024px) {
  .hero .wrapper .hero-carousel .item .hero-text {
    width: 50%;
    margin-left: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .hero .wrapper .hero-carousel .item .hero-text {
    width: 100%;
    margin: 0;
    background-color: #FCD433 !important;
  }
}
.hero .wrapper .hero-carousel .item .hero-text h1 {
  color: #FFFFFF;
  text-align: left;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 2rem;
  letter-spacing: -1px;
}
@media screen and (max-width: 1500px) {
  .hero .wrapper .hero-carousel .item .hero-text h1 {
    font-size: 3.5rem;
  }
}
.hero .wrapper .hero-carousel .item .hero-text h1 span {
  color: #2557a7;
}
.hero .wrapper .hero-carousel .item .hero-text p {
  color: #FFFFFF;
  text-align: left;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .hero .wrapper .hero-carousel .item .hero-text h1 {
    font-size: 3.125rem;
  }
  .hero .wrapper .hero-carousel .item .hero-text p {
    font-size: 1.375rem;
    line-height: 140%;
  }
}
@media (max-width: 767px) and (min-width: 0px) {
  .hero .wrapper .hero-carousel .item .hero-text {
    padding: 2.5rem;
    width: 100%;
    margin: 0;
  }
  .hero .wrapper .hero-carousel .item .hero-text h1 {
    font-size: 2.25rem;
  }
  .hero .wrapper .hero-carousel .item .hero-text p {
    font-size: 1rem;
    line-height: 140%;
  }
}
.hero .wrapper .hero-carousel .item .hero-mobile {
  display: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .hero .wrapper .hero-carousel .item .hero-mobile {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .hero .wrapper .hero-carousel .item .hero-mobile + img {
    display: none;
  }
}
.hero .wrapper .hero-carousel .hero-swiper-button-prev, .hero .wrapper .hero-carousel .hero-swiper-button-next {
  background-color: #FFFFFF;
  padding: 0.5rem;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}
.hero .wrapper .hero-carousel .hero-swiper-button-prev:after, .hero .wrapper .hero-carousel .hero-swiper-button-next:after {
  content: "";
}
.hero .wrapper .hero-carousel .hero-swiper-button-prev i, .hero .wrapper .hero-carousel .hero-swiper-button-next i {
  font-size: 1.5rem;
  position: relative;
  color: #2557a7;
}

.category-icons {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 450px;
  position: relative;
  z-index: 1;
  background-color: #FFF;
}
@media (max-width: 767px) and (min-width: 0px) {
  .category-icons {
    display: block;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .category-icons {
    margin-top: 0;
  }
}
.category-icons .category-icons-header {
  text-align: center;
  padding: 5em;
  width: 100%;
}
.category-icons .category-icons-header h1 {
  margin-bottom: 1em;
}
.category-icons .category-icons-header p {
  margin-bottom: 2em;
}
.category-icons .category-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.category-icons .category-container .container-left {
  width: 50%;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .category-icons .category-container .container-left {
    width: 100%;
  }
}
.category-icons .category-container .container-left:hover img {
  filter: brightness(90%);
  transition: all 0.2s ease-in-out;
}
.category-icons .category-container .container-left h3 {
  position: absolute;
  bottom: 1em;
  right: 1em;
  color: #FFFFFF;
  font-size: 5em;
}
.category-icons .category-container .container-right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .category-icons .category-container .container-right {
    width: 100%;
  }
}
.category-icons .category-container .container-right .container-item {
  width: 50%;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.category-icons .category-container .container-right .container-item:hover img {
  filter: brightness(90%);
  transition: all 0.2s ease-in-out;
}
.category-icons .category-container .container-right .container-item:first-of-type h6, .category-icons .category-container .container-right .container-item:first-of-type h3 {
  color: #2557a7;
}
.category-icons .category-container .container-right .container-item h6 {
  position: absolute;
  top: 1em;
  left: 2em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.category-icons .category-container .container-right .container-item h3 {
  position: absolute;
  bottom: 1em;
  left: 1em;
  color: #FFFFFF;
  width: 70%;
}
.category-icons .featured-left, .category-icons .featured-right {
  width: 50%;
  margin-top: 1em;
  text-align: left !important;
  position: relative;
}
@media (max-width: 767px) and (min-width: 0px) {
  .category-icons .featured-left, .category-icons .featured-right {
    width: 100%;
    margin: 1em 0 0 0 !important;
  }
}
.category-icons .featured-left .featured-text, .category-icons .featured-right .featured-text {
  position: absolute;
  left: 4em;
  bottom: 4em;
}
@media (max-width: 767px) and (min-width: 0px) {
  .category-icons .featured-left .featured-text, .category-icons .featured-right .featured-text {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}
.category-icons .featured-left .featured-text h1, .category-icons .featured-right .featured-text h1 {
  color: #FFFFFF;
  text-align: left !important;
}
.category-icons .featured-left .featured-text h1:nth-of-type(1), .category-icons .featured-right .featured-text h1:nth-of-type(1) {
  font-weight: 400;
}
.category-icons .featured-left .featured-text h1:nth-of-type(2), .category-icons .featured-right .featured-text h1:nth-of-type(2) {
  font-weight: 500;
  margin-bottom: 0.5em;
}
.category-icons .featured-left .featured-text a, .category-icons .featured-right .featured-text a {
  color: #FFFFFF;
}
.category-icons .featured-left {
  margin-right: 0.5em;
}
.category-icons .featured-right {
  margin-left: 0.5em;
}

.side-kick {
  background-color: #FAF9F8;
}
.side-kick .wrapper {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  justify-content: space-between;
  max-width: 100%;
}
.side-kick .wrapper .item {
  padding: 1rem;
}
.side-kick .wrapper .mobile-image {
  display: none !important;
}
@media (max-width: 768px) {
  .side-kick .wrapper {
    padding: 1rem;
  }
}
.side-kick .wrapper .item {
  width: 50%;
  margin-bottom: 1rem;
}
.side-kick .wrapper .item:nth-of-type(odd) {
  padding-right: 1rem;
}
.side-kick .wrapper .item:nth-of-type(even) {
  padding-right: 1rem;
}
@media (max-width: 768px) {
  .side-kick .wrapper .item {
    width: 100%;
  }
  .side-kick .wrapper .item:nth-of-type(odd) {
    padding-right: 0;
  }
  .side-kick .wrapper .item:nth-of-type(even) {
    padding-right: 0;
  }
}
.side-kick .wrapper .item img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease-in-out;
}
.side-kick .wrapper .item img:hover {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out;
}

@media (max-width: 767px) and (min-width: 0px) {
  .full-side-kick .side-kick-wrapper .side-kick {
    width: 100%;
    margin: 0;
    text-align: center !important;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
    transform: scale(0.7, 0.7);
  }
  to {
    opacity: 1;
  }
}
.fade-in-element {
  animation: fade-in 1.4s;
}

.hidden {
  opacity: 0;
}

.callout {
  padding: 7rem 1rem;
  background-color: #FAF9F8;
}
@media (max-width: 767px) and (min-width: 0px) {
  .callout {
    padding: 3rem 1rem;
  }
}
.callout .wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  text-align: left;
  background-color: transparent;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .callout .wrapper {
    justify-content: space-evenly;
  }
}
.callout .wrapper .right {
  width: 50%;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) and (min-width: 0px) {
  .callout .wrapper .right {
    width: 100%;
  }
}
.callout .wrapper .right div {
  align-self: center;
  padding: 2rem 4rem;
}
.callout .wrapper .right div h1 {
  text-align: left;
  line-height: 120%;
  margin-bottom: 2rem;
}
.callout .wrapper .right div p {
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) and (min-width: 0px) {
  .callout .wrapper .right div {
    padding: 2rem;
  }
  .callout .wrapper .right div h1 {
    text-align: left;
    line-height: 100%;
    margin-bottom: 2rem;
  }
  .callout .wrapper .right div p {
    font-size: 1rem;
    line-height: 140%;
    font-weight: 400;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .callout .wrapper .right div {
    padding: 1rem 2rem;
    /*                    h2 {
        text-align: left;
        line-height: 100%;
        margin-bottom: 2rem;
    }

    p {
        font-size: 1.375rem;
        line-height: 135%;
        font-weight: 400;
        margin-bottom: 2.5rem;
    }*/
  }
}
.callout .wrapper .left {
  width: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.callout .wrapper .left img {
  max-width: 600px;
  width: 100%;
  align-self: center;
}
@media (max-width: 767px) and (min-width: 0px) {
  .callout .wrapper .left {
    width: 100%;
  }
  .callout .wrapper .left img {
    max-width: 100%;
  }
}

.callout1 {
  background-color: #f8f8f8;
}
.callout1 .wrapper .left {
  order: 1;
}
.callout1 .wrapper .right {
  order: 2;
}
@media (max-width: 767px) and (min-width: 0px) {
  .callout1 .wrapper .right {
    padding-top: 3rem;
  }
}

.callout2 .wrapper .left {
  order: 2;
}
@media (max-width: 767px) and (min-width: 0px) {
  .callout2 .wrapper .left {
    padding-top: 2rem;
  }
}
.callout2 .wrapper .right {
  justify-content: flex-start;
  order: 1;
  text-align: left;
}

.product-spotlight .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background: #FFFFFF;
  position: relative;
  z-index: 0;
  border: 1px solid #FAF9F8;
}
.product-spotlight .wrapper .product-spotlight-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #FFFFFF;
  opacity: 0.4;
}
.product-spotlight .wrapper .left {
  width: 30%;
  align-self: center;
  text-align: center;
  border: 20px solid transparent;
}
@media (max-width: 767px) and (min-width: 0px) {
  .product-spotlight .wrapper .left {
    width: 100%;
    margin-top: 2em;
  }
}
.product-spotlight .wrapper .left .owl-carousel:after {
  display: none;
}
.product-spotlight .wrapper .left .owl-next, .product-spotlight .wrapper .left .owl-prev {
  font-size: 1em !important;
}
.product-spotlight .wrapper .left .owl-next {
  right: -0.5em !important;
}
.product-spotlight .wrapper .left .owl-prev {
  left: -0.5em !important;
}
.product-spotlight .wrapper .left img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.product-spotlight .wrapper .right {
  width: 50%;
  align-self: center;
  padding: 2em 4em;
  background-color: transparent;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) and (min-width: 0px) {
  .product-spotlight .wrapper .right {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1em;
    padding: 2em;
  }
}
.product-spotlight .wrapper .right h5 {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 1em;
  color: #2d2d2d;
  line-height: 1;
}
.product-spotlight .wrapper .right p {
  text-align: left;
  color: #2d2d2d;
  margin-bottom: 1.5em;
}
.product-spotlight .wrapper .right .bracket-left, .product-spotlight .wrapper .right .bracket-right {
  position: absolute;
  width: 25px;
  height: 25px;
  border: 10px solid #FFFFFF;
}
.product-spotlight .wrapper .right .owl-next, .product-spotlight .wrapper .right .owl-prev {
  font-size: 1em !important;
}
.product-spotlight .wrapper .right .bracket-left {
  top: 0;
  left: 0;
  border-right: 0;
  border-bottom: 0;
}
.product-spotlight .wrapper .right .bracket-right {
  bottom: 0;
  right: 0;
  border-top: 0;
  border-left: 0;
}
.product-spotlight .wrapper .product-spotlight-badge {
  position: absolute;
  left: -14px;
  top: 1.5em;
  z-index: 10;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) and (min-width: 678px) {
  .product-spotlight .wrapper .product-spotlight-badge {
    top: 0.9em;
  }
}
.product-spotlight .wrapper .product-spotlight-badge span {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  background-color: #2d2d2d;
  font-weight: bold;
  display: block;
  padding: 1em;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .product-spotlight .wrapper .product-spotlight-badge span {
    padding: 0.5em 0.75em;
    font-size: 0.9em;
  }
}
.product-spotlight .wrapper .product-spotlight-badge:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 1px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #616161;
  transform: rotate(45deg);
}

.featured-products, .cross-sells {
  z-index: 0;
  padding: 7rem 1rem;
  background-color: #f8f8f8;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .featured-products, .cross-sells {
    padding: 5rem 1rem;
  }
}
@media screen and (max-width: 425px) {
  .featured-products, .cross-sells {
    padding: 3rem 1rem;
  }
}
.featured-products .wrapper, .cross-sells .wrapper {
  padding: 0;
  background-color: transparent;
  position: relative;
  width: 100%;
}
.featured-products .wrapper .tns-outer, .cross-sells .wrapper .tns-outer {
  position: relative;
  padding: 3rem !important;
}
@media screen and (max-width: 500px) {
  .featured-products .wrapper .tns-outer, .cross-sells .wrapper .tns-outer {
    padding: 0 !important;
  }
}
.featured-products .wrapper .tns-outer #featured-products-carousel-iw, .cross-sells .wrapper .tns-outer #featured-products-carousel-iw {
  margin-right: 0 !important;
}
.featured-products .wrapper .tns-outer .tns-controls, .cross-sells .wrapper .tns-outer .tns-controls {
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  left: 1rem;
  margin: auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 0;
}
.featured-products .wrapper .tns-outer .tns-controls button, .cross-sells .wrapper .tns-outer .tns-controls button {
  background: none;
  outline: 0;
  border: 0;
  font-size: 2rem;
}
.featured-products .wrapper .tns-horizontal .tns-item, .cross-sells .wrapper .tns-horizontal .tns-item {
  display: inline-flex !important;
}
.featured-products .wrapper .featured-products-carousel, .cross-sells .wrapper .featured-products-carousel {
  padding: 1rem;
}
.featured-products .section-title, .cross-sells .section-title {
  margin-bottom: 3rem !important;
  text-align: left;
}
.featured-products .featured-products-carousel, .cross-sells .featured-products-carousel {
  display: flex;
}
.featured-products .product_item, .cross-sells .product_item {
  width: 100%;
  padding: 1rem;
  margin: 0;
  background-color: #FFFFFF;
  border-radius: 6px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease-in-out;
}
.featured-products .product_item a, .cross-sells .product_item a {
  display: block;
  flex-wrap: wrap;
  text-align: right;
}
.featured-products .product_item a .product-values, .cross-sells .product_item a .product-values {
  line-height: initial !important;
  white-space: initial !important;
}
.featured-products .product_item a .product-values .product-title, .cross-sells .product_item a .product-values .product-title {
  padding: 0.5rem 0;
}
.featured-products .product_item a .product-values .product_price, .cross-sells .product_item a .product-values .product_price {
  padding: 0.5rem 0;
}
.featured-products .product_item:hover, .cross-sells .product_item:hover {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease-in-out;
}

.showcase-products {
  background-color: #f1f1f1;
  padding: 2rem 1rem;
  margin: 0;
  position: relative;
  overflow-x: clip;
}
.showcase-products .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 1440px;
  margin: 0 auto;
  background-color: transparent;
}
.showcase-products .wrapper h1 {
  margin-bottom: 4rem;
}
.showcase-products .wrapper .showcase-card {
  width: 22%;
  background-color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-content: flex-start;
  margin-bottom: 2rem;
  border-radius: 8px;
}
@media only screen and (max-width: 600px) {
  .showcase-products .wrapper .showcase-card {
    width: 100% !important;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .showcase-products .wrapper .showcase-card {
    width: 42%;
  }
}
@media only screen and (max-width: 1200px) {
  .showcase-products .wrapper .showcase-card {
    width: 42%;
  }
}
.showcase-products .wrapper .showcase-card .image {
  width: 100%;
  height: 200px;
  position: relative;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.showcase-products .wrapper .showcase-card .image img {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}
.showcase-products .wrapper .showcase-card .info {
  padding: 4rem 2rem 2rem 2rem;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  flex-direction: column;
}
@media only screen and (max-width: 600px) {
  .showcase-products .wrapper .showcase-card .info {
    height: 500px;
    width: 100%;
  }
}
.showcase-products .wrapper .showcase-card .info h3 {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.showcase-products .wrapper .showcase-card .info p {
  width: 100%;
  margin-bottom: 2rem;
}
.showcase-products .wrapper .showcase-card .info .btn-alpha {
  margin-top: auto;
  width: 100%;
}
.showcase-products .wrapper .showcase-card:nth-of-type(1) .image {
  background-color: #12A37C;
}
.showcase-products .wrapper .showcase-card:nth-of-type(2) .image {
  background-color: #FFD761;
}
.showcase-products .wrapper .showcase-card:nth-of-type(3) .image {
  background-color: #96DDFF;
}
.showcase-products .wrapper .showcase-card:nth-of-type(4) .image {
  background-color: #FF9E26;
}

.shop-by-category .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
  background-color: transparent;
  padding: 0;
}
.shop-by-category .wrapper .section-title {
  line-height: 100%;
  margin-bottom: 3rem !important;
  text-align: left;
  width: 100%;
}
.shop-by-category .wrapper .category-cards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.shop-by-category .wrapper .item {
  width: 23%;
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  box-shadow: 0 10px 25px rgba(114, 114, 114, 0.25);
  transition: all 0.2s ease-in-out;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.shop-by-category .wrapper .item a {
  display: block;
}
.shop-by-category .wrapper .item h3 {
  color: #FFFFFF;
  text-align: left;
  display: flex;
  margin: 0;
  align-items: center;
}
.shop-by-category .wrapper .item img {
  width: 100%;
  border-radius: 6px;
}
.shop-by-category .wrapper .item .title {
  position: absolute;
  padding: 1rem;
  left: 0;
  bottom: 0;
  right: 0;
}
.shop-by-category .wrapper .item:hover {
  box-shadow: 0 10px 25px rgba(114, 114, 114, 0.7);
  transition: all 0.2s ease-in-out;
}

.special-order-home {
  padding: 3rem 2rem 7rem 2rem;
}
.special-order-home .wrapper {
  background-image: url(../images/hero/SPO-BG.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 3rem;
  border-radius: 8px;
}
.special-order-home .wrapper .spo-text {
  max-width: 700px;
  margin: 0 auto;
}
.special-order-home .wrapper .spo-text h1, .special-order-home .wrapper .spo-text p {
  color: #FFFFFF;
}
.special-order-home .wrapper .spo-text p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) and (min-width: 0px) {
  .special-order-home .wrapper .spo-text p {
    font-size: 1rem;
  }
}

.special-order {
  background-color: #FAF9F8 !important;
  padding: 0 !important;
  max-width: 100% !important;
}
.special-order .spo-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}
.special-order .spo-wrapper .spo-left {
  width: 50%;
  background-color: #FCD433;
  padding: 6.25rem;
}
.special-order .spo-wrapper .spo-left .spo-left-wrapper {
  color: #FFFFFF;
}
.special-order .spo-wrapper .spo-left .spo-left-wrapper h1 {
  font-size: 40px;
  text-align: left;
  line-height: 100%;
  margin-bottom: 2.5rem;
  color: #FFFFFF;
}
.special-order .spo-wrapper .spo-left .spo-left-wrapper p {
  color: #FFFFFF;
  word-break: break-word;
}
.special-order .spo-wrapper .spo-left .spo-left-wrapper p a {
  color: #FFFFFF;
  font-weight: 400;
}
.special-order .spo-wrapper .spo-left .spo-left-wrapper p a:hover {
  color: #FFFFFF;
}
.special-order .spo-wrapper .spo-left .spo-left-wrapper p a:hover:active, .special-order .spo-wrapper .spo-left .spo-left-wrapper p a:hover:focus, .special-order .spo-wrapper .spo-left .spo-left-wrapper p a:hover:visited {
  color: #FFFFFF;
}
.special-order .spo-wrapper .spo-left .spo-left-wrapper p a:active, .special-order .spo-wrapper .spo-left .spo-left-wrapper p a:focus, .special-order .spo-wrapper .spo-left .spo-left-wrapper p a:visited {
  color: #FFFFFF;
}
.special-order .spo-wrapper .spo-left .spo-left-wrapper ul {
  margin-bottom: 2rem;
  list-style: disc;
  padding-left: 1rem;
}
.special-order .spo-wrapper .spo-left .spo-left-wrapper li {
  line-height: 1.2;
}
.special-order .spo-wrapper .spo-left .spo-left-wrapper address {
  font-size: 1.5rem;
  font-weight: 400;
}
.special-order .spo-wrapper .spo-right {
  width: 50%;
  background-color: #FAF9F8;
  padding: 6.25rem;
}
.special-order .spo-wrapper .spo-right .spo-right-wrapper select, .special-order .spo-wrapper .spo-right .spo-right-wrapper input, .special-order .spo-wrapper .spo-right .spo-right-wrapper .c-label, .special-order .spo-wrapper .spo-right .spo-right-wrapper .c-dropdown {
  width: 100%;
}
.special-order .spo-wrapper .spo-right .spo-right-wrapper .c-label {
  display: flex;
}
.special-order .spo-wrapper .spo-right .spo-right-wrapper label {
  font-weight: 400 !important;
  font-size: 0.9rem !important;
}
.special-order .spo-wrapper .spo-right .spo-right-wrapper h2 {
  font-weight: 500;
}
.special-order .spo-wrapper .spo-right .spo-right-wrapper p {
  font-size: 1.5rem;
  font-weight: 400;
}
.special-order .spo-wrapper .spo-right .spo-right-wrapper p em {
  font-style: normal;
  font-size: 1.125rem;
  line-height: 100%;
}
.special-order .spo-wrapper .spo-right .spo-right-wrapper .c-label, .special-order .spo-wrapper .spo-right .spo-right-wrapper .c-editor {
  padding-left: 0 !important;
  font-size: 1.125rem;
  border-bottom: 0;
}
.special-order .spo-wrapper .spo-right .spo-right-wrapper .c-label:after, .special-order .spo-wrapper .spo-right .spo-right-wrapper .c-editor:after {
  font-size: 0.5rem;
}
@media (max-width: 767px) and (min-width: 0px) {
  .special-order .spo-wrapper .spo-left, .special-order .spo-wrapper .spo-right {
    padding: 1.5rem;
    width: 100%;
  }
  .special-order .spo-wrapper .spo-left p, .special-order .spo-wrapper .spo-left ul, .special-order .spo-wrapper .spo-left li, .special-order .spo-wrapper .spo-right p, .special-order .spo-wrapper .spo-right ul, .special-order .spo-wrapper .spo-right li {
    font-size: 1rem !important;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .special-order .spo-wrapper .spo-left, .special-order .spo-wrapper .spo-right {
    padding: 5rem;
    width: 100%;
  }
}
.special-order .cognito {
  width: 100%;
}
.special-order .cognito legend.c-label {
  color: #2d2d2d;
  font-size: 12px;
}
.special-order .cognito label[for=c-12-3] {
  font-size: 1rem !important;
  font-weight: 400;
}

.email-opt-in-footer {
  max-width: 100%;
  width: 100%;
  margin-bottom: 3rem;
  padding-right: 3rem;
}
.email-opt-in-footer h5 {
  width: 100%;
}
.email-opt-in-footer form {
  display: flex;
  flex-wrap: wrap;
}
.email-opt-in-footer form .gf__control {
  margin-right: 0.5rem;
  max-width: 100%;
  width: 100%;
}
.email-opt-in-footer form .gf__control--submit {
  width: 100%;
  max-width: 100%;
  width: 100%;
}
.email-opt-in-footer .gf__control__failure-message {
  font-size: 0.9rem;
}
.email-opt-in-footer .gf__status-message {
  padding: 0.5rem 0;
}

.category_products {
  background-color: #FFFFFF;
  max-width: 1440px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 1rem 1rem 1rem 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.category_products .right_content {
  width: 75%;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .category_products .right_content {
    width: 100%;
  }
}
.category_products .right_content h1 {
  text-align: left;
  margin-bottom: 1rem;
  color: #2d2d2d;
}
.category_products .right_content .category-header form {
  width: fit-content;
  margin-left: auto;
}
.category_products .right_content #all-products-header {
  margin-bottom: 5.5rem;
}
.category_products .right_content .search_title h4 {
  display: inline;
}
.category_products .right_content .displayby {
  float: left;
}
.category_products .right_content .displayby a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.category_products .right_content .displayby a:hover {
  color: #FFF;
}
.category_products .right_content .category-product-list ul {
  list-style: none;
  margin: 0;
}
.category_products .right_content .category-product-list ul li {
  display: inline-block;
  margin: 0.5em;
}
.category_products .right_content .category-product-list .contain-products {
  padding: 1rem 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
  grid-gap: 10px;
}
@media (max-width: 1130px) {
  .category_products .right_content .category-product-list .contain-products {
    grid-template-columns: repeat(3, minmax(200px, 1fr));
  }
}
@media (max-width: 860px) {
  .category_products .right_content .category-product-list .contain-products {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
}
@media (max-width: 500px) {
  .category_products .right_content .category-product-list .contain-products {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
@media (max-width: 340px) {
  .category_products .right_content .category-product-list .contain-products {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
.category_products .right_content .category-product-list .category-header {
  position: relative;
}
.category_products .right_content .category-product-list .category-header hr {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
  margin: 2em 0;
}
.category_products .right_content .category-product-list .category-header .category-page-title {
  font-weight: bold;
  font-size: 2rem;
  color: #2d2d2d;
  padding: 1rem;
  padding-left: 0;
  margin: 0;
}
.category_products .right_content .category-product-list .category-header .category-page-title a {
  color: #2d2d2d;
  text-decoration: none;
}
.category_products .right_content .category-product-list .category-header .category-page-title a:hover {
  text-decoration: none !important;
}
.category_products .right_content .category-product-list .category-header h2.category-page-title {
  font-size: 2rem;
  padding-left: 0.5rem;
}
.category_products .right_content .category-product-list .category-header h3.category-page-title {
  font-size: 1.625rem;
  padding-left: 1rem;
}
.category_products .right_content .category-product-list .category-header .view-all-products {
  position: absolute;
  right: 0;
  bottom: 1.3em;
  background-color: #FFFFFF;
  padding: 1em;
  color: #2d2d2d;
}
.category_products .right_content .category-product-list .category-header .view-all-products:visited {
  color: #2d2d2d;
}
.category_products .right_content .category-product-list .category-header .view-all-products:focus {
  color: #2d2d2d;
}
.category_products .right_content .category-product-list .category-header .view-all-products:active {
  color: #2d2d2d;
}
.category_products .right_content .category-product-list .tier2-category {
  color: #2557a7 !important;
}
.category_products .right_content .category-product-list .tier2-category h2 a, .category_products .right_content .category-product-list .tier2-category h3 a {
  color: #2557a7 !important;
}
.category_products .right_content .category-product-list .tier2-category a {
  color: #2557a7 !important;
}
.category_products .right_content .category-product-list .featured-products {
  margin-top: 3em;
}
.category_products .right_content .category-product-list .featured-products h2 {
  margin-bottom: 1em;
}
.category_products .search-results {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
}
.category_products .search-results .entry {
  width: 50%;
  align-self: center;
}
.category_products .search-results .sortby {
  width: 50%;
  align-self: center;
}
.category_products .search-results .sortby select {
  margin-left: auto;
  width: unset;
}
.category_products .search-results-empty {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
  flex-direction: column;
  text-align: center;
  margin-top: 2rem;
}
.category_products .search-results-empty h2, .category_products .search-results-empty p {
  width: 100%;
}
.category_products #product-list-view, .category_products #product-grid-view {
  font-size: 1em;
  width: auto;
  cursor: pointer;
  height: 30px;
  float: right;
  line-height: 30px;
  margin-right: 1em;
  color: #2d2d2d;
  display: inline;
}
.category_products #product-list-view i, .category_products #product-grid-view i {
  margin-right: 0.5em;
}
.category_products #product-list-view:hover, .category_products #product-grid-view:hover {
  color: #2d2d2d;
}
@media (max-width: 767px) and (min-width: 0px) {
  .category_products #product-list-view, .category_products #product-grid-view {
    display: none !important;
  }
}
.category_products #product-list-view {
  display: none;
}
.category_products .sortby {
  width: 100%;
  text-align: right;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
}
@media (max-width: 767px) and (min-width: 0px) {
  .category_products .sortby {
    text-align: center;
    padding: 1rem 0;
  }
}
.category_products .sortby form {
  margin: 0;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.category_products .sortby form #sort-by-upper, .category_products .sortby form #sort-by-lower {
  font-size: 0.9em;
  width: initial !important;
  margin-left: auto;
}

.left_nav, .my-account-left {
  width: 21%;
  min-height: 100vh;
}
@media (max-width: 768px) {
  .left_nav, .my-account-left {
    min-height: unset;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.left_nav h5, .my-account-left h5 {
  margin: 0 0 2rem 0;
  color: #21214c;
}
@media (max-width: 768px) {
  .left_nav h5, .my-account-left h5 {
    display: none;
  }
}
.left_nav ul, .my-account-left ul {
  margin: 0;
  list-style: none;
  padding-bottom: 2rem;
}
.left_nav ul li, .my-account-left ul li {
  width: 100%;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  position: relative;
}
.left_nav ul li:hover, .my-account-left ul li:hover {
  transition: all 0.1s ease-in-out;
}
.left_nav ul li a, .my-account-left ul li a {
  color: #2d2d2d;
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 1rem;
  transition: all 0.1s ease-in-out;
}
.left_nav ul li a:hover, .my-account-left ul li a:hover {
  transition: all 0.1s ease-in-out;
  text-decoration: none;
  color: #2557a7;
  font-weight: bold;
}
.left_nav ul .selected, .my-account-left ul .selected {
  background-color: #2557a7;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 0.5rem;
}
.left_nav ul .selected:hover a, .my-account-left ul .selected:hover a {
  color: #FFFFFF;
}
.left_nav ul .selected a, .my-account-left ul .selected a {
  color: #FFFFFF;
  font-weight: bold;
}
@media (max-width: 768px) {
  .left_nav .my-account-navigation, .my-account-left .my-account-navigation {
    display: none;
  }
}
.left_nav .my-account-navigation-mobile, .my-account-left .my-account-navigation-mobile {
  display: none;
  width: 100%;
}
@media (max-width: 768px) {
  .left_nav .my-account-navigation-mobile, .my-account-left .my-account-navigation-mobile {
    display: block;
  }
}
.left_nav .product-icon-legend, .my-account-left .product-icon-legend {
  margin-top: 4rem;
}
.left_nav .product-icon-legend h5, .my-account-left .product-icon-legend h5 {
  cursor: pointer;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.left_nav .product-icon-legend h5:hover, .my-account-left .product-icon-legend h5:hover {
  font-weight: bold;
}
.left_nav .product-icon-legend h5:before, .my-account-left .product-icon-legend h5:before {
  align-self: center;
  content: url(../images/icons/angle-down.svg);
  display: inline-block;
  width: 30px;
  vertical-align: middle;
  transform: rotate(-90deg);
}
.left_nav .product-icon-legend ul, .my-account-left .product-icon-legend ul {
  padding-left: 0;
  height: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  font-size: 0.9rem;
}
.left_nav .product-icon-legend ul li, .my-account-left .product-icon-legend ul li {
  display: flex;
  flex-wrap: wrap;
  cursor: initial;
  margin-bottom: 1rem;
}
.left_nav .product-icon-legend ul li img, .my-account-left .product-icon-legend ul li img {
  max-width: 1.5rem;
  width: 100%;
  margin-right: 1rem;
}
.left_nav .product-icon-legend ul li a, .my-account-left .product-icon-legend ul li a {
  font-size: 0.9rem;
}
@media only screen and (min-width: 501px) and (max-width: 1000px) {
  .left_nav .product-icon-legend ul, .my-account-left .product-icon-legend ul {
    display: flex;
    flex-wrap: wrap;
  }
  .left_nav .product-icon-legend ul li, .my-account-left .product-icon-legend ul li {
    width: 50% !important;
  }
}
@media only screen and (min-width: 0) and (max-width: 500px) {
  .left_nav .product-icon-legend ul, .my-account-left .product-icon-legend ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .left_nav .product-icon-legend ul li, .my-account-left .product-icon-legend ul li {
    width: 50% !important;
    text-align: center;
    flex-direction: column;
  }
  .left_nav .product-icon-legend ul li img, .my-account-left .product-icon-legend ul li img {
    margin-bottom: 1rem;
  }
  .left_nav .product-icon-legend ul li span, .my-account-left .product-icon-legend ul li span {
    width: 100%;
    text-align: left;
  }
}
.left_nav .product-filter, .my-account-left .product-filter {
  display: flex;
  flex-wrap: wrap;
}
.left_nav .product-filter .filter, .my-account-left .product-filter .filter {
  padding: 1rem 0 2rem 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.left_nav .product-filter .filter .filter-header, .my-account-left .product-filter .filter .filter-header {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.left_nav .product-filter .filter .filter-header span, .my-account-left .product-filter .filter .filter-header span {
  font-weight: normal;
  margin-left: auto;
  font-size: 0.9rem;
}
.left_nav .product-filter .filter div, .left_nav .product-filter .filter label, .my-account-left .product-filter .filter div, .my-account-left .product-filter .filter label {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0.375rem 0;
  align-items: center;
  font-size: 0.9rem;
}
.left_nav .product-filter .filter div a, .left_nav .product-filter .filter label a, .my-account-left .product-filter .filter div a, .my-account-left .product-filter .filter label a {
  text-decoration: none;
}
.left_nav .product-filter .filter div a:hover, .left_nav .product-filter .filter label a:hover, .my-account-left .product-filter .filter div a:hover, .my-account-left .product-filter .filter label a:hover {
  text-decoration: underline;
}
.left_nav .product-filter .filter div span, .left_nav .product-filter .filter label span, .my-account-left .product-filter .filter div span, .my-account-left .product-filter .filter label span {
  padding-top: 1px;
}
.left_nav .product-filter .filter label, .my-account-left .product-filter .filter label {
  cursor: pointer;
}
.left_nav .product-filter .filter-Color, .my-account-left .product-filter .filter-Color {
  order: 3;
}
.left_nav .product-filter .filter-Size, .my-account-left .product-filter .filter-Size {
  order: 2;
}
.left_nav .product-filter .filter-Price, .my-account-left .product-filter .filter-Price {
  order: 1;
}

.open-legend h5 {
  font-weight: bold;
}
.open-legend h5:before {
  transform: rotate(0) !important;
}
.open-legend ul {
  height: initial !important;
  transition: all 0.2s ease-in-out;
  opacity: 1 !important;
}

.mobile-sub-categories {
  display: none;
}
@media (max-width: 768px) {
  .mobile-sub-categories {
    display: block;
  }
}

.left-nav-categories {
  display: block;
}
@media (max-width: 768px) {
  .left-nav-categories {
    display: none;
  }
}

.side-bar {
  width: 95%;
  margin: 4em auto 0 auto;
  max-width: 250px;
}
.side-bar a {
  display: block;
  border: 1px solid #FAF9F8;
}
@media (max-width: 767px) and (min-width: 0px) {
  .side-bar {
    display: none;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .side-bar {
    display: none;
  }
}

.product_grid {
  background-color: #FFFFFF;
  width: 100%;
}
.product_grid .product_list {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
  grid-gap: 10px;
}
@media (max-width: 1130px) {
  .product_grid .product_list {
    grid-template-columns: repeat(3, minmax(200px, 1fr));
  }
}
@media (max-width: 860px) {
  .product_grid .product_list {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
}
@media (max-width: 500px) {
  .product_grid .product_list {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
@media (max-width: 340px) {
  .product_grid .product_list {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}

.product_item {
  position: relative;
  text-align: right;
  vertical-align: text-top;
  transition: all 0.2s ease-in-out;
  padding: 1rem;
  margin: 0.25rem;
  background-color: #FFFFFF;
  border-radius: 6px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease-in-out;
}
.product_item .quick-view-wrapper {
  opacity: 0;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  transition: 0.2s all ease-in-out;
}
@media screen and (max-width: 1000px) {
  .product_item .quick-view-wrapper {
    display: none !important;
  }
}
.product_item .quick-view-wrapper a {
  width: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  padding: 2rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #FFFFFF !important;
  cursor: pointer;
}
.product_item .quick-view-wrapper a i {
  font-size: 0.9rem;
  margin-right: 0.25rem;
  font-weight: 500;
}
.product_item:hover {
  transition: all 0.2s ease-in-out;
}
.product_item:hover .quick-view-wrapper {
  opacity: 1;
  display: block;
  z-index: 1;
  transition: 0.2s all ease-in-out;
}
.product_item .fa-heart {
  color: #B4397D !important;
}
.product_item form {
  margin: 0;
}
.product_item .add-to-wishlist-from-list {
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  margin-left: auto;
}
.product_item .add-to-wishlist-from-list:hover {
  transition: all 0.1s ease-in-out;
}
.product_item .add-to-wishlist-from-list:hover:before {
  content: "\f004";
  transition: all 0.1s ease-in-out;
}
.product_item a {
  color: #2d2d2d;
  text-decoration: none;
}
.product_item a .product_image {
  text-align: center;
  position: relative;
}
.product_item a .product_image img {
  width: 100%;
}
.product_item a .product_image .image-hover {
  transition: all 0.2s ease-in-out;
}
.product_item a .product_image .image-hover:nth-of-type(2) {
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product_item a:hover {
  text-decoration: none;
}
.product_item a:hover .product_image .image-hover:nth-of-type(1) {
  opacity: 0;
  z-index: -1;
}
.product_item a:hover .product_image .image-hover:nth-of-type(2) {
  opacity: 1;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .product_item a:hover .product_image .image-hover:nth-of-type(1) {
    display: block;
  }
  .product_item a:hover .product_image .image-hover:nth-of-type(2) {
    display: none;
  }
}
.product_item .product_values {
  text-align: left;
  padding: 1rem 0 0 0;
}
.product_item .product_values .tags {
  font-size: 0.8rem;
  padding: 0.25rem 0;
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  height: 22px;
  align-content: center;
  align-items: center;
}
.product_item .product_values .tags span {
  align-self: center;
  padding-right: 0.25rem;
}
.product_item .product_values .tags span img {
  width: 20px;
}
.product_item .product_values .tags .product-tag-limitedsupply {
  color: #2557a7;
  font-weight: 500;
}
.product_item .product_values .tags .product-tag-new {
  color: green;
  font-weight: 500;
}
.product_item .product_values .product_title {
  font-weight: 400;
  padding: 0.5rem 0;
  line-height: 1.3;
}
.product_item .product_values .product_title:hover {
  transition: all 0.1s ease-in-out;
  color: #2d2d2d;
}
.product_item .product_values .product_description {
  display: none;
}
.product_item .product_values .product_description div, .product_item .product_values .product_description p, .product_item .product_values .product_description span, .product_item .product_values .product_description ul, .product_item .product_values .product_description li {
  font-family: "Indeed Sans", "Noto Sans", "Helvetica Neue", Helvetica, Arial, Liberation Sans, Roboto, Noto, sans-serif !important;
  font-size: 1em !important;
}
.product_item .product_values .product_price {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
}
.product_item .product_values .product_price #product-price {
  order: 2;
  color: #2d2d2d;
}
.product_item .product_values .product_price .saleprice {
  color: #A9252B !important;
}
.product_item .product_values .product_price .retailprice {
  order: 1;
  width: 100%;
  margin-bottom: 0.5rem;
  color: #2d2d2d;
}
.product_item .product_values .product_price .points-price {
  color: #2d2d2d;
  order: 3;
}
.product_item .product_values .product_price .retailprice + .points-price {
  color: #A9252B !important;
}

.in-wishlist:before {
  content: "\f004" !important;
  transition: all 0.1s ease-in-out !important;
}

#product-price {
  display: block;
  margin-bottom: 0.25rem;
  margin-right: 0.5rem;
}

.retailprice {
  font-weight: 300;
  font-size: 0.9rem;
}

.price_old {
  text-decoration: line-through;
}

.list-view .product_item {
  width: 100% !important;
  display: flex !important;
  min-height: 0 !important;
  border-bottom: 1px solid #FAF9F8 !important;
  text-align: left !important;
  padding: 2em 0 !important;
}
.list-view form a {
  margin: 0 !important;
}
.list-view .product_list a:nth-of-type(1) {
  width: 30%;
  margin-right: 5em;
}
.list-view .product_list a:nth-of-type(2) {
  width: 70% !important;
  display: flex;
}
.list-view .product_list a:nth-of-type(2) .product_values {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.list-view .product_list a:nth-of-type(2) .product_values .tags {
  order: 3;
  width: 100%;
  border-bottom: 0 !important;
}
.list-view .product_list a:nth-of-type(2) .product_values .product_title {
  order: 1;
  width: 100%;
}
.list-view .product_list a:nth-of-type(2) .product_values .product_price {
  order: 2;
  width: 100%;
}
.list-view .product_list a:nth-of-type(2) .product_values .product_description {
  width: 100%;
  order: 4;
  display: block !important;
}

.product_details {
  background-color: #FFFFFF;
  max-width: 1440px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 2rem 2rem 10em 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /*@include media(mobile){
      max-width: 350px;
  }

  @include media(tablet){
      max-width: 700px;
  }*/
}
.product_details .product_image {
  width: 50%;
}
@media (max-width: 767px) and (min-width: 0px) {
  .product_details .product_image {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .product_details .product_image {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.product_details .product_image .mz-button {
  background-color: transparent !important;
  color: #2d2d2d !important;
  border: 1px solid #2d2d2d !important;
  padding: 1rem 1.5rem !important;
  font-size: 2rem !important;
  border-radius: 100% !important;
  /*box-shadow: 0 5px 10px rgba(0,0,0, 0.25) !important;*/
  transition: 0.2s all ease-in-out;
  position: relative;
  opacity: 1;
}
.product_details .product_image .mz-button:before {
  opacity: 1 !important;
  padding: 1.35rem;
  background-color: transparent;
  content: "\f105" !important;
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 300;
  display: flex;
  width: 100%;
  justify-content: center;
  align-self: center;
}
.product_details .product_image .mz-button:hover {
  /*box-shadow: 0 5px 10px rgba(0,0,0, 0.7) !important;*/
}
.product_details .product_image .mz-button-prev {
  /*box-shadow: 0 -5px 10px rgba(0,0,0, 0.25) !important;*/
}
.product_details .product_image .mz-button-prev:hover {
  /*box-shadow: 0 -5px 10px rgba(0,0,0, 0.7) !important;*/
}
.product_details .product_image #multiple_product_images {
  margin-top: 20px;
  overflow: hidden;
}
.product_details .product_image #multiple_product_images #gallery-controls {
  margin: 0 auto;
  width: 206px;
  position: relative;
  top: -50px;
}
.product_details .product_image #multiple_product_images #prev, .product_details .product_image #multiple_product_images #next {
  display: block;
  line-height: 70px;
  padding: 5px;
}
.product_details .product_image #multiple_product_images #prev:hover, .product_details .product_image #multiple_product_images #prev:focus, .product_details .product_image #multiple_product_images #next:hover, .product_details .product_image #multiple_product_images #next:focus {
  text-decoration: none;
  background-color: white;
}
.product_details .product_image #multiple_product_images #prev:active, .product_details .product_image #multiple_product_images #next:active {
  background-color: white;
}
.product_details .product_image #multiple_product_images #prev {
  float: left;
}
.product_details .product_image #multiple_product_images #next {
  float: right;
}
.product_details .product_image #multiple_product_images #multiple_inner {
  overflow: hidden;
  width: 166px;
  position: relative;
  margin: 0 auto;
}
.product_details .product_image #multiple_product_images #multiple_inner #gallery {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
}
.product_details .product_image #multiple_product_images #multiple_inner #gallery li {
  float: left;
  margin-right: 5px;
}
.product_details .product_image #multiple_product_images #multiple_inner #gallery li img {
  height: 80px;
  width: 80px;
  max-width: none;
}
.product_details .product_image #multiple_product_images #multiple_inner #gallery li .ie8 img {
  height: auto;
  width: auto;
}
.product_details .product_info {
  width: 40%;
}
.product_details .product_info form {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) and (min-width: 0px) {
  .product_details .product_info {
    width: 100%;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .product_details .product_info {
    width: 100%;
  }
}
.product_details .product_info .product-details {
  list-style: none;
  margin: 0 0 0 0;
  order: 1;
}
.product_details .product_info .product-details .tags {
  padding: 0.25rem 0;
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.product_details .product_info .product-details .tags span {
  align-self: center;
  padding-right: 0.25rem;
}
.product_details .product_info .product-details .tags span img {
  width: 30px;
}
.product_details .product_info .product-details .tags .product-tag-limitedsupply {
  color: #2557a7;
  font-weight: 500;
}
.product_details .product_info .product-details .tags .product-tag-new {
  color: green;
  font-weight: 500;
}
.product_details .product_info .product-details li {
  margin-bottom: 1rem;
}
.product_details .product_info .product-details #backordered {
  margin: 0 0 1rem 0;
}
.product_details .product_info .product-details #product-title {
  margin-bottom: 1.25rem;
}
.product_details .product_info .product-details #product-title h1 {
  text-align: left;
  margin: 0;
  color: #2d2d2d;
}
.product_details .product_info .product-details #product-rating {
  font-size: 0.9rem;
}
.product_details .product_info .product-details #product-number {
  color: #2d2d2d;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.product_details .product_info .product-details .product-price {
  color: #2d2d2d;
  font-size: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  margin: 0 0 1rem 0;
  /*                span {
      padding-right: 1rem;
  }*/
}
.product_details .product_info .product-details .product-price .retailprice {
  width: 100%;
  order: 1;
  margin-bottom: 0.75rem;
  color: #2d2d2d;
}
.product_details .product_info .product-details .product-price .saleprice {
  order: 2;
  margin: 0;
  color: #A9252B !important;
}
.product_details .product_info .product-details .product-price .points-price {
  color: #2d2d2d;
  order: 3;
}
.product_details .product_info .product-details .product-price .retailprice + .points-price {
  color: #A9252B !important;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .product_details .product_info .product-details .product-price {
    font-size: 1.2em;
  }
}
.product_details .product_info .product-details .highlight-stock {
  font-style: italic;
  color: #FCD433;
}
.product_details .product_info .product-details-header {
  font-weight: bold;
  font-size: 0.9rem;
  border-bottom: 1px solid #FAF9F8;
  margin-bottom: 1em;
  padding: 0.5rem 0;
}
.product_details .product_info .description-list {
  margin: 0;
  list-style: none;
  order: 1;
}
@media (max-width: 767px) and (min-width: 0px) {
  .product_details .product_info .description-list {
    order: 4;
    width: 100%;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .product_details .product_info .description-list {
    order: 4;
    width: 100%;
  }
}
.product_details .product_info .description-list li {
  margin-bottom: 1em;
}
.product_details .product_info .description-list li ul {
  margin: 0 0 0 1rem;
  list-style: disc;
}
.product_details .product_info .description-list li ul li {
  font-family: "Indeed Sans", "Noto Sans", "Helvetica Neue", Helvetica, Arial, Liberation Sans, Roboto, Noto, sans-serif !important;
  color: #2d2d2d !important;
  margin-bottom: 0.5em !important;
}
.product_details .product_info .description-list li ul li p {
  margin-bottom: 1rem;
  color: #2d2d2d !important;
}
.product_details .product_info .description-list #product-description {
  font-weight: 400 !important;
  font-size: 1rem;
}
.product_details .product_info .description-list #product-description p {
  margin-bottom: 1rem;
  color: #2d2d2d !important;
}
.product_details .product_info .description-list #licensed-image {
  width: 150px;
  margin: 1em 0 3em 0;
}
@media (max-width: 767px) and (min-width: 0px) {
  .product_details .product_info .description-list #licensed-image {
    margin: 1em auto 3em auto;
  }
}
.product_details .product_info .product-options {
  list-style: none;
  position: relative;
  margin: 0;
  order: 2;
  width: 100%;
  margin: 0;
  display: inline-block;
}
@media (max-width: 767px) and (min-width: 0px) {
  .product_details .product_info .product-options {
    margin-bottom: 2em;
    order: 2;
    width: 100%;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .product_details .product_info .product-options {
    order: 2;
    width: 100%;
  }
}
.product_details .product_info .product-options #qty {
  width: 50px;
  display: none;
}
.product_details .product_info .product-options li {
  margin: 1em 0;
}
.product_details .product_info .product-options li label, .product_details .product_info .product-options li span, .product_details .product_info .product-options li select {
  display: inline-block;
}
.product_details .product_info .product-options li label {
  width: 100%;
  font-weight: bold;
  font-size: 1rem;
}
.product_details .product_info .product-options li select, .product_details .product_info .product-options li input {
  width: auto;
}
.product_details .product_info .product-options ul {
  width: 100%;
  list-style: none;
  margin: 0;
  display: inline-block;
}
.product_details .product_info .product-options ul li {
  margin: 1em 0;
}
.product_details .product_info .product-options ul li:first-of-type {
  margin-top: 1rem;
}
.product_details .product_info .product-options ul li label {
  display: flex;
  width: 100%;
  font-weight: 700;
  font-size: 1rem;
}
.product_details .product_info .product-options ul li select {
  width: auto;
}
.product_details .product_info .product-options ul .Size-style-dropdown select {
  width: auto;
}
.product_details .product_info .product-options ul .Color-style-dropdown select {
  width: auto;
}
.product_details .product_info .product-options #size-quantity-grid {
  font-size: 0.9rem;
}
.product_details .product_info .product-options #size-quantity-grid .size-quantity-grid-header {
  font-weight: bold;
}
.product_details .product_info .product-options #size-quantity-grid .size-quantity-grid-header li {
  border-top: 0 !important;
}
.product_details .product_info .product-options #size-quantity-grid ul {
  display: flex;
  flex-wrap: wrap;
}
.product_details .product_info .product-options #size-quantity-grid ul li {
  width: 100%;
  align-self: center;
  word-wrap: break-word;
  padding: 0.8rem 0;
  /*    font-size: 0.8rem;*/
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
}
.product_details .product_info .product-options #size-quantity-grid ul li span {
  align-self: center;
}
.product_details .product_info .product-options #size-quantity-grid ul li span input, .product_details .product_info .product-options #size-quantity-grid ul li span select {
  width: 100%;
}
.product_details .product_info .product-options #size-quantity-grid ul li span:nth-of-type(1) {
  width: 25%;
}
.product_details .product_info .product-options #size-quantity-grid ul li span:nth-of-type(2) {
  width: 25%;
}
.product_details .product_info .product-options #size-quantity-grid ul li span:nth-of-type(3) {
  width: 25%;
}
.product_details .product_info .product-options #size-quantity-grid ul li span:nth-of-type(4) {
  width: 20%;
  margin-left: auto;
}
.product_details .product_info .product-options #size-style-selection {
  display: flex;
  flex-wrap: wrap;
  width: initial;
}
.product_details .product_info .product-options #size-style-selection li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0.25rem 0.5rem 0;
  border-radius: 100%;
  padding: 1rem;
  padding-top: 1.2rem;
  background-color: #FFFFFF;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #2557a7;
  color: #2557a7;
}
.product_details .product_info .product-options #size-style-selection li:hover {
  color: #FFFFFF;
  border-color: #2557a7;
  background-color: #2557a7;
}
.product_details .product_info .product-options #size-style-selection .size-inactive {
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: line-through;
}
.product_details .product_info .product-options #size-style-selection .size-inactive:hover {
  border-color: #FAF9F8;
}
.product_details .product_info .product-options #size-style-selection .size-selected {
  border-color: #2557a7;
  background-color: #2557a7;
  color: #FFFFFF;
}
.product_details .product_info .product-options .size-chart-guide i {
  margin-right: 0.5em;
}
.product_details .product_info .vgc-options label {
  width: 100% !important;
}
.product_details .product_info #size-chart-details {
  /*display: inline-block;*/
  font-weight: bold;
  margin-left: auto;
  align-self: center;
}
.product_details .product_info #fit-type {
  color: #FCD433;
}
.product_details .product_info .add-to-action {
  padding: 2em 0 2em 0;
  order: 3;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) and (min-width: 0px) {
  .product_details .product_info .add-to-action {
    order: 3;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .product_details .product_info .add-to-action {
    order: 3;
  }
}
@media (max-width: 767px) and (min-width: 0px) {
  .product_details .product_info .add-to-action {
    padding: 0;
  }
  .product_details .product_info .add-to-action button, .product_details .product_info .add-to-action input {
    margin: 0 0 1em 0;
  }
}
.product_details .product_info .add-to-action .notify-stock {
  padding: 2rem;
  background-color: #f8f8f8;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.product_details .product_info .add-to-action .notify-stock p {
  width: 100%;
  margin-bottom: 1.5rem;
}
.product_details .product_info .add-to-action .notify-stock label {
  width: 100%;
  margin-top: 1rem;
  display: flex;
}
.product_details .product_info .add-to-action .notify-stock label span {
  align-self: center;
  line-height: 1.2;
}
.product_details .product_info .add-to-action .notify-stock input[type=checkbox] {
  width: 22px;
  height: 22px;
}
.product_details .product_info .add-to-action .notify-stock #notify-stock-email {
  width: 100%;
  margin-bottom: 1rem;
  text-align: left;
}
.product_details .product_info .add-to-action .notify-stock #notify-stock-qty {
  margin: 0 0 0.5rem 0;
  max-width: 4rem;
  width: 100%;
}
.product_details .product_info .add-to-action .notify-stock button {
  flex-grow: 1;
}
.product_details .product_info .add-to-action .notify-stock .input-hidden {
  display: none;
}
.product_details .product_info .add-to-action .notify-stock .input-hidden, .product_details .product_info .add-to-action .notify-stock select {
  width: 100%;
  max-width: 100px;
  height: 56px;
}
.product_details .product_info .add-to-action .notify-stock #user-email {
  font-weight: bold;
}
.product_details .product_info .add-to-action #notify-stock-success, .product_details .product_info .add-to-action #notify-stock-fail {
  display: none;
}
@media (max-width: 767px) and (min-width: 0px) {
  .product_details .product_info #order {
    overflow-x: scroll;
  }
}
.product_details .product_info .price, .product_details .product_info #price, .product_details .product_info #modal-price {
  margin: 10px 0;
  font-size: 24px;
  padding-bottom: 10px;
}
.product_details .product_info .price a, .product_details .product_info #price a, .product_details .product_info #modal-price a {
  color: #000;
}
.product_details .product_info .price .saleprice, .product_details .product_info #price .saleprice, .product_details .product_info #modal-price .saleprice {
  display: block;
  text-decoration: line-through;
  color: #2d2d2d;
}
.product_details .product_info label, .product_details .product_info .custom-prompt {
  font-size: 14px;
  padding: 0;
  cursor: default;
}
.product_details .product_info .custom-wrapper {
  margin-top: 20px;
}
.product_details .product_info .custom-line {
  display: block;
  width: 100%;
}
.product_details .product_info .qty {
  padding-left: 50px;
}
.product_details .product_info #priceTip {
  border-bottom: 1px dotted green;
}
.product_details .product_info .add_field .btn {
  font-size: 14px;
  line-height: 18px;
}
.product_details .product_info .add_field .btn-add {
  margin: 0 1px 10px 0;
  font-size: 14px;
}
.product_details .product_info .add_field label {
  display: inline-block;
  font-weight: 700;
}
.product_details .product_info .add_field .size {
  margin: 0 1px 10px 0;
}
.product_details .product_info .add_field input[type=text] {
  height: 28px;
}
.product_details .product_info .table-head {
  font-weight: bold;
  padding: 10px;
  background: #f2f2f2;
}
.product_details .product_info table.multiple {
  width: 100%;
  margin-bottom: 15px;
}
.product_details .product_info table.multiple td {
  padding: 5px 10px;
}

.Size-style-dropdown {
  display: flex;
  flex-wrap: wrap;
}
.Size-style-dropdown label {
  width: 100%;
}

.virtualholder label {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 0 0 0;
  letter-spacing: 0.5px;
  cursor: default;
}
.virtualholder span.required {
  color: #2d2d2d;
  font-weight: bold;
  font-size: 18px;
}
.virtualholder .items .itemholder {
  margin: 30px 0;
  border: 1px solid #eee;
  padding: 40px 0;
}
.virtualholder .items .itemholder img:hover, .virtualholder .items .itemholder img:active {
  text-decoration: none;
}
.virtualholder .items .itemholder .showBtn {
  margin: 10px 20px 20px 0;
  background-color: #eee;
  display: block;
  width: 140px;
}

.detail-reg label {
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 0.5px;
  cursor: default;
}
.detail-reg #ApproveImprint {
  display: inline-block;
}

#modal-quantity-info ul li {
  margin: 1em;
}

/*.detail-style, #modal-quantity-info {
    padding: 0px;

    input {
        width: 50px;
    }

    label {
        font-weight: bold;
        text-transform: uppercase;
        padding: 0;
        letter-spacing: .5px;
        cursor: default;
    }

    .Size-style-dropdown,
    .Color-style-dropdown {
        display: inline-block;
        margin-bottom: 10px;
    }

    .Size-style-dropdown {
        display: block;

        .standout {
            margin-left: 10px;
        }
    }

    .qty-contain {
        display: inline-block;
    }

    .Size-style-dropdown,
    .Color-style-dropdown {
        width: auto;
        margin-right: 2px;

        select, .selectricWrapper {
            width: auto;
        }
    }

    .inventory {
        color: green;
        font-weight: bold;
    }

    .stock-container {
        margin-bottom: 10px;
    }

    .size-guide-type {
        display: inline-block;
        margin-left: 10px;
        color: red;
        font-style: italic;
    }

    .add-to-action {
        display: block;
    }

    td {
        padding-left: 0;
        padding-right: 0;
        vertical-align: middle;

        @include media(mobile) {
            text-align: center;
        }
    }

    th {
        border: 0;

        @include media(mobile) {
            text-align: center;
        }
    }
}*/
.modal-qty-box {
  display: inline-block;
}

#modal-price #product-price {
  display: inline-block;
}
#modal-price .saleprice, #modal-price .oldprice {
  text-decoration: line-through;
  color: red;
  display: inline-block;
  margin-left: 0.5em;
}

#order-history-table {
  margin: 0 auto;
}

#customization-approval-form {
  width: 75%;
  margin: 0 auto;
}
#customization-approval-form .detail-reg .btn-cart {
  margin: 10px;
  vertical-align: bottom;
}

.mz-button {
  background-color: transparent !important;
  color: #2d2d2d !important;
  border: 1px solid #2d2d2d !important;
  padding: 1rem 1.5rem !important;
  font-size: 1rem !important;
  border-radius: 100% !important;
  /*box-shadow: 0 5px 10px rgba(0,0,0, 0.25) !important;*/
  transition: 0.2s all ease-in-out;
  position: relative;
  opacity: 1;
}
.mz-button:before {
  opacity: 1 !important;
  padding: 1.35rem;
  background-color: transparent;
  content: "\f061" !important;
  font-family: "Font Awesome 5 Pro" !important;
  display: flex;
  width: 100%;
  justify-content: center;
  align-self: center;
}
.mz-button:hover {
  /*box-shadow: 0 5px 10px rgba(0,0,0, 0.7) !important;*/
}
.mz-button-prev {
  /*box-shadow: 0 -5px 10px rgba(0,0,0, 0.25) !important;*/
}
.mz-button-prev:hover {
  /*box-shadow: 0 -5px 10px rgba(0,0,0, 0.7) !important;*/
}

.mz-button-close:before {
  content: "\f00d" !important;
}

.cross-sells {
  z-index: 0;
  padding: 4rem 0;
}
.cross-sells .wrapper {
  margin: 0 auto;
}
.cross-sells .wrapper .cross-sells-carousel {
  display: flex;
}
.cross-sells h1 {
  text-align: left;
}
.cross-sells .product_item .product_image {
  width: 100%;
}

.product_rating, #product-rating {
  margin-bottom: 1rem;
}
.product_rating .rating_stars, #product-rating .rating_stars {
  margin-right: 5px;
}
.product_rating .rating_stars i, #product-rating .rating_stars i {
  color: #E0A961;
}

.customer-reviews {
  max-width: 1440px;
  margin: 3em auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 5em 0;
}
.customer-reviews h1 {
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) and (min-width: 0px) {
  .customer-reviews h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }
}
.customer-reviews .product_rating {
  width: 50%;
  margin: 0 0 3em 0;
}
.customer-reviews .review-name-location {
  font-style: italic;
}
.customer-reviews .review-date {
  font-size: 0.9em;
  color: #aaa;
}
.customer-reviews .write-review-button {
  width: 50%;
  text-align: right;
  margin-bottom: 3em;
  align-self: center;
}
.customer-reviews .write-review-button button {
  margin-left: auto;
}
@media (max-width: 767px) and (min-width: 0px) {
  .customer-reviews .write-review-button {
    width: 100%;
    text-align: center;
  }
}
.customer-reviews hr {
  width: 100%;
  margin-bottom: 4em;
  color: #ddd;
}
.customer-reviews .customer-review-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.customer-reviews .customer-info {
  width: 50%;
  margin-bottom: 2em;
  padding: 0 2em 0 0;
}
@media (max-width: 767px) and (min-width: 0px) {
  .customer-reviews .customer-info {
    width: 100%;
  }
}
.customer-reviews .customer-info ul {
  margin: 0;
  list-style: none;
  margin-bottom: 1em;
}
.customer-reviews .customer-info ul li {
  margin: 0 !important;
  line-height: 1.75;
}

#write-review-modal h5 {
  font-weight: 600;
  color: #2d2d2d;
  text-align: center;
  width: 100%;
}
#write-review-modal .modal-body {
  padding: 0 2em 2em 2em;
  flex-wrap: wrap;
}
@media (max-width: 767px) and (min-width: 0px) {
  #write-review-modal .modal-body {
    padding: 1em;
  }
}
#write-review-modal .modal-body p {
  text-align: left;
  font-size: 0.9em;
  margin-bottom: 2em;
}
#write-review-modal .modal-body p, #write-review-modal .modal-body div, #write-review-modal .modal-body form {
  width: 100%;
}
#write-review-modal .modal-body form {
  margin-bottom: 0;
}
#write-review-modal .modal-body div {
  margin-bottom: 1rem;
}
#write-review-modal .modal-body div > div {
  display: flex;
  flex-wrap: wrap;
}
#write-review-modal .modal-body div > div label {
  width: 100%;
}
#write-review-modal .modal-body #review-location #city {
  width: 75%;
  margin-right: 0.5rem;
}
#write-review-modal .modal-body #review-location #state {
  width: 20%;
}
#write-review-modal .modal-body input, #write-review-modal .modal-body select {
  max-width: 300px;
  margin-bottom: 0 !important;
}
#write-review-modal .modal-body input {
  max-width: 100%;
}
#write-review-modal .modal-body ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
#write-review-modal .modal-body ::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
#write-review-modal .modal-body :-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
#write-review-modal .modal-body :-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}
#write-review-modal .modal-body textarea {
  width: 100%;
  height: 100px;
  margin-bottom: 2em;
}
#write-review-modal .modal-body #write-review-buttons {
  text-align: center;
}
@media (max-width: 767px) and (min-width: 0px) {
  #write-review-modal .modal-body #write-review-buttons button {
    max-width: initial;
    width: 100%;
  }
}
#write-review-modal .modal-body #submit-review {
  display: none;
  text-align: center;
}

.my-account-right {
  width: 75%;
  position: relative;
}
@media (max-width: 768px) {
  .my-account-right {
    width: 100%;
  }
}
.my-account-right h2 {
  text-align: left;
  margin-bottom: 2.5rem;
  width: 100%;
}

.account-container {
  max-width: 1440px;
  min-height: 800px;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #FFFFFF;
  align-content: flex-start;
  padding: 1rem 1rem 7rem 1rem;
}

.account-created {
  padding-top: 3em !important;
  text-align: center;
}
.account-created > div {
  margin: 0 auto;
  max-width: 50em;
  padding: 5em 2em;
  background-color: #eee;
  border-radius: 0.5em;
}
.account-created > div h1 {
  font-weight: 700;
  margin-bottom: 1em;
}
.account-created > div h3 {
  font-weight: 400;
  margin-bottom: 1em;
}
.account-created > div i {
  color: #2557a7;
  font-size: 10em;
  margin-bottom: 0.2em;
}

.verify-email {
  max-width: 1372px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background-color: #FFFFFF;
  padding: 3rem;
}
@media screen and (max-width: 425px) {
  .verify-email {
    padding: 2rem;
  }
}
@media screen and (max-width: 320px) {
  .verify-email {
    padding: 1rem;
  }
}
.verify-email .verify-email-wrapper {
  max-width: 600px;
  margin: 0 auto;
}
.verify-email .verify-email-message {
  width: 100%;
  padding: 2rem;
}
@media screen and (max-width: 320px) {
  .verify-email .verify-email-message {
    padding: 1rem;
  }
}
.verify-email .verify-email-message form {
  width: 100%;
}
.verify-email .verify-email-message h5 {
  margin: 1rem 0 1rem 0;
  width: 100%;
}
.verify-email .verify-email-message p {
  margin-bottom: 2rem;
}
.verify-email .verify-email-message label {
  font-size: 0.9em;
  color: #2d2d2d;
  text-align: left;
}
.verify-email .verify-email-message input {
  margin: 0 0 1em 0;
  display: block;
  width: 100%;
}
@media (max-width: 767px) and (min-width: 0px) {
  .verify-email .verify-email-message input {
    width: 100%;
    max-width: initial;
  }
}
.verify-email .verify-email-message hr {
  border: 1px solid #FAF9F8;
  border-top: 0;
  margin: 1rem 0;
}

.verify-email-confirmation .email-verified {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.verify-email-confirmation .email-verified header {
  padding: 1rem;
  text-align: center;
}
.verify-email-confirmation .email-verified header img {
  max-width: 120px;
  width: 100%;
  margin: 0 auto;
}
.verify-email-confirmation .email-verified .wrapper {
  padding: 3rem 1rem;
  text-align: center;
}
.verify-email-confirmation .email-verified .wrapper .message {
  max-width: 500px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.verify-email-confirmation .email-verified .wrapper .message img {
  margin-bottom: 2rem;
}
.verify-email-confirmation .email-verified .wrapper .message .btn-alpha {
  margin: 0 auto;
}
.verify-email-confirmation .email-verified footer {
  text-align: center;
  margin-top: auto;
  font-size: 0.9rem;
  font-weight: normal;
}
.verify-email-confirmation .email-verified footer p {
  padding: 1rem;
  font-size: 0.9rem;
  font-weight: normal;
}

.grecaptcha-badge {
  display: none !important;
}

.update-account .my-account-right, .create-account .my-account-right, .new-address-container .my-account-right {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
}
.update-account .my-account-right form, .create-account .my-account-right form, .new-address-container .my-account-right form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.update-account .account-info-left, .update-account .account-info-right, .create-account .account-info-left, .create-account .account-info-right, .new-address-container .account-info-left, .new-address-container .account-info-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  margin-bottom: 2rem;
  /*width: 49%; */
  width: 100%;
}
@media (max-width: 600px) {
  .update-account .account-info-left, .update-account .account-info-right, .create-account .account-info-left, .create-account .account-info-right, .new-address-container .account-info-left, .new-address-container .account-info-right {
    width: 100%;
  }
}
.update-account .account-info-left .form-entry, .update-account .account-info-right .form-entry, .create-account .account-info-left .form-entry, .create-account .account-info-right .form-entry, .new-address-container .account-info-left .form-entry, .new-address-container .account-info-right .form-entry {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.5rem 0.25rem;
}
.update-account .account-info-left .form-entry label, .update-account .account-info-right .form-entry label, .create-account .account-info-left .form-entry label, .create-account .account-info-right .form-entry label, .new-address-container .account-info-left .form-entry label, .new-address-container .account-info-right .form-entry label {
  width: 100%;
}
.update-account .account-info-left .form-entry input, .update-account .account-info-left .form-entry span, .update-account .account-info-right .form-entry input, .update-account .account-info-right .form-entry span, .create-account .account-info-left .form-entry input, .create-account .account-info-left .form-entry span, .create-account .account-info-right .form-entry input, .create-account .account-info-right .form-entry span, .new-address-container .account-info-left .form-entry input, .new-address-container .account-info-left .form-entry span, .new-address-container .account-info-right .form-entry input, .new-address-container .account-info-right .form-entry span {
  align-self: center;
}
.update-account .account-info-left .form-entry div, .update-account .account-info-right .form-entry div, .create-account .account-info-left .form-entry div, .create-account .account-info-right .form-entry div, .new-address-container .account-info-left .form-entry div, .new-address-container .account-info-right .form-entry div {
  width: 100%;
}
.update-account .account-info-left .form-entry select, .update-account .account-info-right .form-entry select, .create-account .account-info-left .form-entry select, .create-account .account-info-right .form-entry select, .new-address-container .account-info-left .form-entry select, .new-address-container .account-info-right .form-entry select {
  width: initial;
}
.update-account .account-info-left .form-entry.submit, .update-account .account-info-right .form-entry.submit, .create-account .account-info-left .form-entry.submit, .create-account .account-info-right .form-entry.submit, .new-address-container .account-info-left .form-entry.submit, .new-address-container .account-info-right .form-entry.submit {
  justify-content: flex-start;
}
.update-account .account-info-left .form-entry.submit button, .update-account .account-info-right .form-entry.submit button, .create-account .account-info-left .form-entry.submit button, .create-account .account-info-right .form-entry.submit button, .new-address-container .account-info-left .form-entry.submit button, .new-address-container .account-info-right .form-entry.submit button {
  margin-right: 1rem;
}
.update-account .account-info-left .form-entry.half, .update-account .account-info-right .form-entry.half, .create-account .account-info-left .form-entry.half, .create-account .account-info-right .form-entry.half, .new-address-container .account-info-left .form-entry.half, .new-address-container .account-info-right .form-entry.half {
  width: 50%;
}
.update-account .account-info-left .form-entry.email-promotions, .update-account .account-info-right .form-entry.email-promotions, .create-account .account-info-left .form-entry.email-promotions, .create-account .account-info-right .form-entry.email-promotions, .new-address-container .account-info-left .form-entry.email-promotions, .new-address-container .account-info-right .form-entry.email-promotions {
  padding: 1rem 0.25rem;
}
.update-account .account-info-left .address-block div, .update-account .account-info-right .address-block div, .create-account .account-info-left .address-block div, .create-account .account-info-right .address-block div, .new-address-container .account-info-left .address-block div, .new-address-container .account-info-right .address-block div {
  margin-bottom: 0.25rem;
}
.update-account .account-info-left .address-block .city, .update-account .account-info-left .address-block .state, .update-account .account-info-left .address-block .zip, .update-account .account-info-right .address-block .city, .update-account .account-info-right .address-block .state, .update-account .account-info-right .address-block .zip, .create-account .account-info-left .address-block .city, .create-account .account-info-left .address-block .state, .create-account .account-info-left .address-block .zip, .create-account .account-info-right .address-block .city, .create-account .account-info-right .address-block .state, .create-account .account-info-right .address-block .zip, .new-address-container .account-info-left .address-block .city, .new-address-container .account-info-left .address-block .state, .new-address-container .account-info-left .address-block .zip, .new-address-container .account-info-right .address-block .city, .new-address-container .account-info-right .address-block .state, .new-address-container .account-info-right .address-block .zip {
  width: 33.33%;
}
@media (max-width: 600px) {
  .update-account .account-info-left button, .update-account .account-info-right button, .create-account .account-info-left button, .create-account .account-info-right button, .new-address-container .account-info-left button, .new-address-container .account-info-right button {
    max-width: 100%;
    width: 100%;
  }
}
.update-account .account-info-left .password-requirements, .create-account .account-info-left .password-requirements, .new-address-container .account-info-left .password-requirements {
  padding: 1rem 0;
}
.update-account .account-info-left .password-requirements ul, .create-account .account-info-left .password-requirements ul, .new-address-container .account-info-left .password-requirements ul {
  padding-left: 1.5rem;
  list-style: disc;
}
.update-account .account-info-left .password-requirements ul li, .create-account .account-info-left .password-requirements ul li, .new-address-container .account-info-left .password-requirements ul li {
  line-height: 1.2;
}

.create-account form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.create-account form h1, .create-account form p {
  width: 100%;
}
.create-account form .form-entry {
  width: 100%;
}

.address-book-page .my-account-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}
.address-book-page .my-account-right .add-address-button {
  width: 50%;
  text-align: right;
}
@media (max-width: 767px) and (min-width: 0px) {
  .address-book-page .my-account-right .add-address-button {
    width: 100%;
    text-align: center;
  }
}
.address-book-page .my-account-right .add-address-wrapper {
  padding: 1rem;
  text-align: left;
}
.address-book-page .my-account-right .add-address-wrapper button {
  margin-left: auto;
}
@media (max-width: 600px) {
  .address-book-page .my-account-right .add-address-wrapper {
    text-align: center;
  }
  .address-book-page .my-account-right .add-address-wrapper button {
    margin-left: initial;
    max-width: 100%;
    width: 100%;
  }
}
.address-book-page .my-account-right .address-search {
  padding: 1rem;
  text-align: left;
  margin-left: auto;
}
.address-book-page .my-account-right .address-search label {
  width: 100%;
}
.address-book-page .my-account-right .address-search input {
  margin: 0 0 0 0;
  position: relative;
  width: 100%;
  padding-right: 2rem;
}
.address-book-page .my-account-right .address-search input:before {
  content: "\f002";
  font-family: "Font Awesome 6 Pro" !important;
  position: absolute;
  top: 0;
  right: 0;
}
.address-book-page .my-account-right .address-search div {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  align-self: center;
  border: 1px solid #949494;
  border-left: 0;
  height: 45px;
  width: 5%;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
@media (max-width: 768px) {
  .address-book-page .my-account-right .address-search div {
    width: 10%;
  }
}
@media (max-width: 500px) {
  .address-book-page .my-account-right .address-search div {
    width: 20%;
  }
}
.address-book-page .my-account-right .address-search div i {
  font-size: 1rem;
  color: #2d2d2d;
  align-self: center;
}
.address-book-page .list {
  text-align: center;
  min-height: 200px;
  width: 100%;
}
.address-book-page .list label {
  text-align: left;
}
.address-book-page .fa-map-marker {
  font-size: 1em;
  color: #666;
  margin-bottom: 0.5em;
  display: inline-block;
  margin-right: 0.5em;
}
.address-book-page .list .address-entry-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.address-book-page .list .address-information-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem;
  flex-direction: column;
}
.address-book-page .list ul {
  list-style: none;
  margin: 0 auto;
  text-align: left;
  height: 100%;
}
.address-book-page .list ul .address-entry {
  background-color: transparent;
  width: 25%;
  margin-bottom: 1rem;
}
@media (max-width: 1400px) {
  .address-book-page .list ul .address-entry {
    width: 33.33%;
  }
}
@media (max-width: 1024px) {
  .address-book-page .list ul .address-entry {
    width: 50%;
  }
  .address-book-page .list ul .address-entry .address-information-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 500px) {
  .address-book-page .list ul .address-entry {
    width: 100%;
  }
}
.address-book-page .list ul .address-entry ul {
  width: 100%;
  align-content: space-between;
}
.address-book-page .list ul li {
  width: 100%;
  position: relative;
  transition: all 0.2s ease-in;
  z-index: 0;
}
.address-book-page .list ul li:first-of-type {
  padding-left: 0;
}
.address-book-page .list ul li ul {
  width: 100%;
}
.address-book-page .list ul li ul .address-type {
  color: #2d2d2d;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
.address-book-page .list ul li ul .address-info {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: auto;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.address-book-page .list ul li ul .address-options {
  margin-top: auto;
  text-align: left;
  display: flex;
  flex-direction: row;
  bottom: 0;
}
.address-book-page .list ul li ul .address-options a {
  font-size: 0.9rem;
  text-decoration: underline;
  padding: 0.25rem;
}
.address-book-page .list ul li ul .address-options a:hover {
  text-decoration: none;
}
.address-book-page .list ul li ul li {
  padding: initial;
  margin: initial;
  text-align: left;
  border: none;
}
.address-book-page .list ul li ul li:hover {
  box-shadow: none;
  transform: none;
}
.address-book-page .list ul a {
  vertical-align: text-top;
  text-align: right;
}
.address-book-page .list ul a i {
  font-size: 1.2em;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .address-book-page .list ul a i {
    font-size: 20px;
  }
}
.address-book-page .list ul a i.fa-edit {
  margin-top: 0.25em;
}
.address-book-page .list ul a:nth-of-type(1) {
  bottom: 1em;
}
.address-book-page .list ul a:nth-of-type(2) {
  right: 3em;
}

.communication .comm-section {
  padding: 1rem 0;
}
.communication .comm-entry {
  display: flex;
  width: 100%;
}
.communication .comm-entry input {
  margin-right: 1rem !important;
}
.communication .comm-entry input, .communication .comm-entry span {
  align-self: center;
}
.communication .reminder-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.communication .reminder-wrapper h6 {
  font-size: 1.125rem;
  width: 100%;
  margin-bottom: 1rem;
  color: #2d2d2d;
}
.communication .reminder-wrapper .reminder-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #FAF9F8;
  font-size: 0.9rem;
}
.communication .reminder-wrapper .reminder-item .reminder-image {
  width: 20%;
}
.communication .reminder-wrapper .reminder-item .reminder-image img {
  max-width: 100px;
  width: 100%;
}
.communication .reminder-wrapper .reminder-item .reminder-title {
  width: 70%;
  flex-grow: 2;
  padding-left: 2rem;
}
.communication .reminder-wrapper .reminder-item .reminder-title div {
  margin-bottom: 0.5rem;
}
.communication .reminder-wrapper .reminder-item .reminder-title .title a {
  font-weight: bold;
  text-decoration: none;
}
.communication .reminder-wrapper .reminder-item .reminder-title .sku {
  color: #949494;
}
.communication .reminder-wrapper .reminder-item .reminder-title .cancel span {
  text-decoration: underline;
  cursor: pointer;
}
.communication .reminder-wrapper .reminder-item .reminder-title .cancel span:hover {
  text-decoration: none;
}
.communication .reminder-wrapper .reminder-item .reminder-price {
  width: 10%;
  flex-grow: 2;
  text-align: right;
  font-weight: bold;
}
.communication hr {
  border-top: 0;
  border: 1px dashed #FAF9F8;
  margin: 2rem 0;
}
.communication .comm-button {
  margin-top: 2rem;
}

.order-history table, .order-details table {
  width: 100%;
}
@media screen and (max-width: 650px) {
  .order-history table, .order-details table {
    display: flex;
  }
}
@media screen and (max-width: 650px) {
  .order-history table thead, .order-details table thead {
    display: none;
  }
}
.order-history table thead tr, .order-details table thead tr {
  background-color: #FFFFFF !important;
}
.order-history table thead tr th, .order-details table thead tr th {
  text-align: left;
  font-weight: 600;
  padding: 0.75rem 0.5rem;
}
@media screen and (max-width: 650px) {
  .order-history table tbody, .order-details table tbody {
    display: flex;
    flex-wrap: wrap;
  }
}
.order-history table tbody tr, .order-details table tbody tr {
  cursor: pointer;
}
@media screen and (max-width: 650px) {
  .order-history table tbody tr, .order-details table tbody tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 1rem;
  }
}
.order-history table tbody tr:nth-of-type(even), .order-details table tbody tr:nth-of-type(even) {
  background-color: #FAF9F8;
}
.order-history table tbody tr:hover, .order-details table tbody tr:hover {
  background-color: #F5FAFE;
}
.order-history table tbody tr td, .order-details table tbody tr td {
  padding: 0.25rem;
  padding: 0.75rem 0.55rem;
}
.order-history table tbody tr td:first-of-type, .order-details table tbody tr td:first-of-type {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.order-history table tbody tr td:last-of-type, .order-details table tbody tr td:last-of-type {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
@media screen and (max-width: 650px) {
  .order-history table tbody tr td, .order-details table tbody tr td {
    display: flex;
    /*flex-wrap: wrap;*/
    width: 100%;
  }
  .order-history table tbody tr td span, .order-details table tbody tr td span {
    margin-left: auto;
  }
}
.order-history .mobile-label, .order-details .mobile-label {
  display: none;
  font-weight: 600;
  width: 50%;
  margin: 0 !important;
}
@media screen and (max-width: 650px) {
  .order-history .mobile-label, .order-details .mobile-label {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .order-history .mobile-label, .order-details .mobile-label {
    width: 100%;
    display: block;
    margin-bottom: 0.5rem;
  }
}

.order-history .pagination {
  margin-bottom: 0;
  text-align: right;
  position: absolute;
  top: 0.5em;
  right: 0;
}
.order-history .pagination .page {
  padding: 0.1em;
}
.order-history .pagination .page:hover {
  background-color: #FFFFFF;
  color: #2d2d2d;
}
.order-history .pagination .page:focus {
  background-color: #FFFFFF;
  color: #2d2d2d;
}
.order-history .pagination .page.active {
  background-color: #FFFFFF;
  color: #2d2d2d;
  font-weight: 800;
}
.order-history .pagination i {
  margin: 0 0.5em;
}

.order-details {
  font-size: 0.9rem;
}
.order-details .level-status {
  margin-bottom: 3em;
}
.order-details .order-details-container h5 {
  font-size: 1rem;
}
.order-details .order-details-container .print-order-details {
  padding: 1rem 0;
  justify-content: flex-end;
  display: flex;
}
.order-details .order-details-container .print-order-details a {
  padding: 0.5rem;
  color: #2557a7;
  text-decoration: none;
  font-weight: 600;
}
.order-details .order-details-container .print-order-details a:hover {
  text-decoration: underline;
}
@media (max-width: 500px) {
  .order-details .order-details-container .print-order-details {
    justify-content: center;
    flex-wrap: wrap;
  }
  .order-details .order-details-container .print-order-details a {
    width: 100%;
    text-align: center;
  }
}
.order-details .order-details-container ul {
  line-height: 1.25;
}
.order-details .order-details-container tr {
  cursor: initial;
}
.order-details .order-details-container tr:hover {
  background-color: #FFFFFF !important;
}
.order-details .order-total-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.order-details .order-total-wrapper .order-history-total {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
  width: 100%;
  margin-bottom: 3rem;
  margin-left: auto;
}
.order-details .order-total-wrapper .order-history-total li {
  width: 50%;
  margin: 0.25rem 0;
  padding: 0.25rem;
  white-space: nowrap;
}
.order-details .order-total-wrapper .order-history-total li:nth-of-type(even) {
  text-align: right;
}
.order-details .order-total-wrapper .order-history-total li:last-child {
  font-weight: 800;
}
.order-details .order-total-wrapper .order-history-total li span {
  text-align: right;
}
.order-details .order-total-wrapper .order-history-total:after {
  content: " ";
  clear: both;
  display: block;
}
.order-details .order-history-details ul {
  list-style: none;
}
.order-details .order-history-details ul li ul {
  margin-bottom: 1em;
  width: 100%;
  display: flex;
}
@media (max-width: 500px) {
  .order-details .order-history-details ul li ul {
    flex-wrap: wrap;
  }
}
.order-details .order-history-details ul li ul li {
  vertical-align: text-top;
  flex-grow: 1;
  line-height: 1.75;
  /*                        &:nth-of-type(1) {
      width: 8%;
  }

  &:nth-of-type(2) {
      width: 15%;
  }

  &:nth-of-type(3) {
      width: 30%;
  }

  &:nth-of-type(4) {
      width: 18%;
  }

  &:nth-of-type(5) {
      width: 11%;
  }

  &:nth-of-type(6) {
      width: 11%;
  }*/
}
@media (max-width: 500px) {
  .order-details .order-history-details ul li ul li {
    display: flex;
    flex-grow: unset;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .order-details .order-history-details ul .order-history-details-header {
    display: none;
  }
}
@media print {
  .order-details .order-history-details ul {
    list-style: none !important;
  }
  .order-details .order-history-details ul li ul {
    margin-bottom: 1em !important;
    width: 100% !important;
  }
  .order-details .order-history-details ul li ul li {
    display: inline-block !important;
    vertical-align: text-top !important;
  }
  .order-details .order-history-details ul li ul li:nth-of-type(1) {
    width: 8% !important;
  }
  .order-details .order-history-details ul li ul li:nth-of-type(2) {
    width: 15% !important;
  }
  .order-details .order-history-details ul li ul li:nth-of-type(3) {
    width: 30% !important;
  }
  .order-details .order-history-details ul li ul li:nth-of-type(4) {
    width: 18% !important;
  }
  .order-details .order-history-details ul li ul li:nth-of-type(5) {
    width: 11% !important;
  }
  .order-details .order-history-details ul li ul li:nth-of-type(6) {
    width: 11% !important;
  }
}
.order-details hr {
  margin: 3em 0 3em 0;
  border-top: 0;
  border-bottom: 1px dashed #949494;
}
.order-details .show-mobile {
  display: none;
}
@media (max-width: 500px) {
  .order-details .show-mobile {
    display: inline;
    margin-right: auto;
  }
}

.giftcards .add-gift-card form {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.giftcards .add-gift-card form label {
  width: 100%;
}
.giftcards .add-gift-card form input {
  width: unset;
  flex-grow: 3;
  margin-right: 1rem;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .giftcards .add-gift-card form input {
    flex-grow: unset;
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
  }
}
@media (max-width: 425px) {
  .giftcards .add-gift-card form input {
    flex-grow: unset;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.giftcards .add-gift-card form button {
  flex-grow: 1;
}
@media (max-width: 600px) {
  .giftcards .add-gift-card form button {
    flex-grow: unset;
    max-width: 100%;
    width: 100%;
  }
}
.giftcards .gift-card-list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.giftcards .gift-card-list ul li {
  width: 20%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.giftcards .gift-card-list ul li form {
  margin: 0;
  width: 100%;
}
.giftcards .gift-card-list ul .remove-card {
  text-decoration: underline;
}
.giftcards .gift-card-list ul .remove-card:hover {
  text-decoration: none;
}
.giftcards .gift-card-list .gc-list-header {
  font-weight: bold;
  color: #2d2d2d;
}
@media (max-width: 600px) {
  .giftcards .gift-card-list .gc-list-header {
    display: none;
  }
}
@media (max-width: 600px) {
  .giftcards .gift-card-list .gc-list-entry {
    border-bottom: 1px solid #FAF9F8;
  }
}
.giftcards .gift-card-list .gc-list-entry li {
  padding: 1rem 0.25rem;
  border-bottom: 1px solid #FAF9F8;
}
@media (max-width: 600px) {
  .giftcards .gift-card-list .gc-list-entry li {
    width: 100%;
    border-bottom: 0;
    justify-content: space-between;
  }
}
.giftcards .gift-card-list .gc-list-entry li:last-of-type {
  text-align: right;
}
.giftcards .gift-card-list .gc-labels {
  display: none;
  font-weight: bold;
}
@media (max-width: 600px) {
  .giftcards .gift-card-list .gc-labels {
    display: inline;
  }
}
.giftcards .gift-card-list .no-gift-cards {
  text-align: left !important;
  padding: 1rem 0;
}
.giftcards .gift-card-list .no-gift-cards p {
  text-align: left !important;
}

.wishlist .wishlist-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border-bottom: 1px solid #FAF9F8;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.wishlist .wishlist-item .wishlist-item-image {
  width: 20%;
}
.wishlist .wishlist-item .wishlist-item-image img {
  max-width: 100px;
  width: 100%;
}
@media (max-width: 767px) and (min-width: 0px) {
  .wishlist .wishlist-item .wishlist-item-image {
    width: 30%;
    margin-bottom: 1em;
  }
}
.wishlist .wishlist-item .wishlist-item-info {
  width: 70%;
  padding-left: 2em;
}
@media (max-width: 767px) and (min-width: 0px) {
  .wishlist .wishlist-item .wishlist-item-info {
    width: 60%;
    padding: 0;
  }
}
.wishlist .wishlist-item .wishlist-item-info ul {
  margin: 0;
  list-style: none;
}
.wishlist .wishlist-item .wishlist-item-info ul li {
  margin-bottom: 0.5rem;
}
.wishlist .wishlist-item .wishlist-item-info ul li a {
  font-size: 0.9rem;
}
.wishlist .wishlist-item .wishlist-item-info .outofstocknotice {
  font-size: 0.9rem;
}
.wishlist .wishlist-item .wishlist-item-info #product-title a {
  font-weight: bold;
  text-decoration: none;
}
.wishlist .wishlist-item .wishlist-item-info #item-number {
  font-size: 0.9rem;
  color: #949494;
}
.wishlist .wishlist-item .wishlist-item-info .wishlist-controls a {
  font-weight: 400;
  font-size: 0.8rem;
  text-decoration: underline;
  padding: 0.25rem;
}
.wishlist .wishlist-item .wishlist-item-info .wishlist-controls a:hover {
  text-decoration: none;
}
.wishlist .wishlist-item .wishlist-item-info .wishlist-controls a:hover:active, .wishlist .wishlist-item .wishlist-item-info .wishlist-controls a:hover:focus, .wishlist .wishlist-item .wishlist-item-info .wishlist-controls a:hover:visited {
  text-decoration: none;
}
.wishlist .wishlist-item .wishlist-item-info .wishlist-controls a:active, .wishlist .wishlist-item .wishlist-item-info .wishlist-controls a:focus, .wishlist .wishlist-item .wishlist-item-info .wishlist-controls a:visited {
  text-decoration: underline;
}
.wishlist .wishlist-item .wishlist-item-info .wishlist-controls a:first-of-type {
  padding-left: 0;
}
.wishlist .wishlist-item .wishlist-product-price {
  width: 10%;
  text-align: right;
}
@media (max-width: 1024px) {
  .wishlist .wishlist-item .wishlist-product-price {
    width: 100%;
    margin-top: 1rem;
  }
}
.wishlist .wishlist-item .wishlist-product-price #product-price {
  color: #2d2d2d;
  font-weight: 700;
}
.wishlist .wishlist-item .wishlist-product-qty {
  text-align: right;
}
.wishlist .wishlist-item .wishlist-product-qty select, .wishlist .wishlist-item .wishlist-product-qty input {
  width: 60px;
}

.orders-pending-approval table {
  width: 100%;
  /*.headerSortUp {
      background-image: url(../../images/graphics/asc.gif) !important;
  }

  .headerSortDown {
      background-image: url(../../images/graphics/desc.gif) !important;
  }

  .header {
      background-image: url(../../images/graphics/bg.gif);
      background-repeat: no-repeat;
      background-position: center right;
      cursor: pointer;
  }*/
}
.orders-pending-approval table th, .orders-pending-approval table td {
  text-align: left;
  padding: 0.5em;
}
@media (max-width: 767px) and (min-width: 0px) {
  .orders-pending-approval table th, .orders-pending-approval table td {
    width: 100%;
  }
}
.orders-pending-approval table thead tr {
  border-bottom: 0;
}
@media (max-width: 767px) and (min-width: 0px) {
  .orders-pending-approval table thead {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 0px) {
  .orders-pending-approval table tr {
    display: block;
    border-bottom: 1px solid #eee;
  }
}
@media (max-width: 767px) and (min-width: 0px) {
  .orders-pending-approval table table, .orders-pending-approval table th, .orders-pending-approval table td, .orders-pending-approval table tr {
    display: block !important;
    font-size: 0.9em;
  }
  .orders-pending-approval table td {
    padding-left: 50%;
    position: relative;
  }
  .orders-pending-approval table td:before {
    font-weight: bold;
    position: absolute;
    left: 0.75em;
    top: 0.45em;
  }
  .orders-pending-approval table td:nth-of-type(1):before {
    content: "Order Number: ";
  }
  .orders-pending-approval table td:nth-of-type(2):before {
    content: "Date Entered: ";
  }
  .orders-pending-approval table td:nth-of-type(3):before {
    content: "Order Status: ";
  }
  .orders-pending-approval table td:nth-of-type(4):before {
    content: "Manager Name: ";
  }
}
.orders-pending-approval table tr {
  width: 100%;
  padding: 0.5em 0;
  border-bottom: 1px solid #FAF9F8;
}
.orders-pending-approval table th {
  color: #2d2d2d;
  padding: 0.5em 0;
}
.orders-pending-approval table tbody tr {
  cursor: pointer;
}
.orders-pending-approval table tbody tr:hover {
  background-color: #2557a7;
  color: #FFFFFF;
}
.orders-pending-approval table tbody tr:hover td:first-of-type {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.orders-pending-approval table tbody tr:hover td:last-of-type {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.orders-pending-approval-details .my-account-right {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.orders-pending-approval-details .my-account-right .alert-info {
  width: 100%;
}
.orders-pending-approval-details .my-account-right .alert-info h4 {
  font-weight: bold;
}
.orders-pending-approval-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.orders-pending-approval-details .order-number, .orders-pending-approval-details .print-order, .orders-pending-approval-details .customer-info, .orders-pending-approval-details .order-usage, .orders-pending-approval-details .order-level-info, .orders-pending-approval-details .print-order-level {
  width: 50%;
  margin-bottom: 1em;
  vertical-align: text-bottom;
}
@media (max-width: 767px) and (min-width: 0px) {
  .orders-pending-approval-details .order-number, .orders-pending-approval-details .print-order, .orders-pending-approval-details .customer-info, .orders-pending-approval-details .order-usage, .orders-pending-approval-details .order-level-info, .orders-pending-approval-details .print-order-level {
    width: 100%;
  }
}
.orders-pending-approval-details .print-order, .orders-pending-approval-details .print-order-level, .orders-pending-approval-details .order-usage {
  text-align: right;
}
@media (max-width: 767px) and (min-width: 0px) {
  .orders-pending-approval-details .print-order, .orders-pending-approval-details .print-order-level, .orders-pending-approval-details .order-usage {
    text-align: left;
  }
}
.orders-pending-approval-details .print-order a, .orders-pending-approval-details .print-order-level a, .orders-pending-approval-details .order-usage a {
  color: black;
}
.orders-pending-approval-details .print-order a:hover, .orders-pending-approval-details .print-order-level a:hover, .orders-pending-approval-details .order-usage a:hover {
  color: black;
}
.orders-pending-approval-details hr {
  width: 100%;
  margin: 1em 0;
  border: 1px solid #FAF9F8;
  border-top: 0;
}
.orders-pending-approval-details table {
  width: 100%;
}
.orders-pending-approval-details table th, .orders-pending-approval-details table td {
  width: auto;
  text-align: left;
  padding: 0.5em 1em;
}
.orders-pending-approval-details table tr {
  width: 100%;
  padding: 0.5em 0;
}
@media (max-width: 767px) and (min-width: 0px) {
  .orders-pending-approval-details table table, .orders-pending-approval-details table tr, .orders-pending-approval-details table td {
    display: block !important;
  }
  .orders-pending-approval-details table thead {
    display: none;
  }
  .orders-pending-approval-details table td {
    padding-left: 40%;
    position: relative;
    font-size: 0.9em;
  }
  .orders-pending-approval-details table td:before {
    font-weight: bold;
    position: absolute;
    left: 0.75em;
    top: 0.45em;
  }
  .orders-pending-approval-details table td:nth-of-type(2):before {
    content: "Item #: ";
  }
  .orders-pending-approval-details table td:nth-of-type(3):before {
    content: "Description: ";
  }
  .orders-pending-approval-details table td:nth-of-type(4):before {
    content: "QTY: ";
  }
  .orders-pending-approval-details table td:nth-of-type(5):before {
    content: "Price Ea: ";
  }
  .orders-pending-approval-details table td:nth-of-type(6):before {
    content: "Total: ";
  }
  .orders-pending-approval-details table tr {
    border-bottom: 1px solid #eee;
  }
  .orders-pending-approval-details table tr:last-of-type {
    border: none;
  }
}
.orders-pending-approval-details form {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.orders-pending-approval-details form label {
  margin-bottom: 1em;
}
.orders-pending-approval-details form .approver-comments {
  width: 75%;
  margin-bottom: 2em;
}
@media (max-width: 767px) and (min-width: 0px) {
  .orders-pending-approval-details form .approver-comments {
    width: 100%;
  }
}
.orders-pending-approval-details form .approver-comments textarea {
  width: 90%;
  height: 150px;
}
.orders-pending-approval-details form .order-total {
  width: 25%;
}
@media (max-width: 767px) and (min-width: 0px) {
  .orders-pending-approval-details form .order-total {
    width: 100%;
  }
}
.orders-pending-approval-details form .approver-buttons {
  width: 100%;
  text-align: right;
  margin-top: 2em;
}
@media (max-width: 767px) and (min-width: 0px) {
  .orders-pending-approval-details form .approver-buttons {
    text-align: center;
  }
}
@media (max-width: 767px) and (min-width: 0px) and (max-width: 767px) and (min-width: 0px) {
  .orders-pending-approval-details form .approver-buttons button {
    width: 100%;
    text-align: center;
    margin: 0.5em 0 0.5em 0;
  }
}
.orders-pending-approval-details form #order-summary {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.orders-pending-approval-details form #order-summary li {
  width: 50%;
}
.orders-pending-approval-details form #order-summary li:nth-of-type(even) {
  text-align: right;
}

.approval-response {
  margin-top: 3em !important;
  text-align: center;
}
.approval-response h2 {
  text-align: center;
}

.special-approvals {
  margin-top: -6em !important;
}
.special-approvals .special-header {
  width: 100%;
  text-align: center;
  padding: 2em;
  position: relative;
}
.special-approvals .special-header .back-to-selection {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0.8em;
  color: #666;
}
.special-approvals .special-header .back-to-selection:hover {
  color: #666;
}
.special-approvals .special-header img {
  width: 150px;
  margin: 0 auto;
}
.special-approvals table {
  width: 100%;
}
.special-approvals table th, .special-approvals table td {
  width: 25%;
  text-align: left;
  padding: 0.5em 1em;
}
@media (max-width: 767px) and (min-width: 0px) {
  .special-approvals table th, .special-approvals table td {
    width: 100%;
  }
}
@media (max-width: 767px) and (min-width: 0px) {
  .special-approvals table thead {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 0px) {
  .special-approvals table tr {
    display: block;
    border-bottom: 1px solid #eee;
  }
}
@media (max-width: 767px) and (min-width: 0px) {
  .special-approvals table table, .special-approvals table th, .special-approvals table td, .special-approvals table tr {
    display: block !important;
    font-size: 0.9em;
  }
  .special-approvals table td {
    padding-left: 50%;
    position: relative;
  }
  .special-approvals table td:before {
    font-weight: bold;
    position: absolute;
    left: 0.75em;
    top: 0.45em;
  }
  .special-approvals table td:nth-of-type(1):before {
    content: "Order Number: ";
  }
  .special-approvals table td:nth-of-type(2):before {
    content: "Date Entered: ";
  }
  .special-approvals table td:nth-of-type(3):before {
    content: "Order Status: ";
  }
  .special-approvals table td:nth-of-type(4):before {
    content: "Manager Name: ";
  }
}
.special-approvals table tr {
  width: 100%;
  padding: 0.5em 0;
}
.special-approvals table th {
  border: 5px solid #FFFFFF;
  border-top: 0;
  border-bottom: 0;
  background-color: #f6f6f6;
}
.special-approvals table th:hover {
  background-color: shade(#f6f6f6, 2%);
}
.special-approvals table tbody tr {
  cursor: pointer;
}
.special-approvals table tbody tr:nth-of-type(even) {
  background-color: #f6f6f6;
}
.special-approvals table tbody tr:hover {
  background-color: #2557a7;
  color: #FFFFFF;
}
.special-approvals table .headerSortUp {
  background-image: url(../../images/graphics/asc.gif) !important;
}
.special-approvals table .headerSortDown {
  background-image: url(../../images/graphics/desc.gif) !important;
}
.special-approvals table .header {
  background-image: url(../../images/graphics/bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}
.special-approvals .headerSortUp {
  background-image: url(../../images/graphics/asc.gif) !important;
}
.special-approvals .headerSortDown {
  background-image: url(../../images/graphics/desc.gif) !important;
}
.special-approvals .header {
  background-image: url(../../images/graphics/bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}

.special-orders-pending-approval-details {
  margin-top: -6em !important;
}
.special-orders-pending-approval-details .special-header {
  width: 100%;
  text-align: center;
  padding: 2em;
  position: relative;
}
.special-orders-pending-approval-details .special-header .back-to-selection {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0.8em;
  color: #666;
}
.special-orders-pending-approval-details .special-header .back-to-selection:hover {
  color: #666;
}
.special-orders-pending-approval-details .special-header img {
  width: 150px;
  margin: 0 auto;
}
.special-orders-pending-approval-details .my-account-card-body {
  padding: 1em 2em;
  flex-wrap: nowrap;
  flex-direction: column;
}
@media (max-width: 767px) and (min-width: 0px) {
  .special-orders-pending-approval-details .my-account-card-body {
    padding: 0.5em;
  }
}
.special-orders-pending-approval-details .my-account-card-body .customer-info {
  display: inline-flex;
  flex-direction: row;
  width: 40%;
  vertical-align: middle;
}
@media (max-width: 767px) and (min-width: 0px) {
  .special-orders-pending-approval-details .my-account-card-body .customer-info {
    display: block;
    border-left: 0;
    width: 100%;
    margin-bottom: 2em;
  }
}
.special-orders-pending-approval-details .my-account-card-body .customer-info ul {
  width: 80%;
  margin: 0 auto;
}
.special-orders-pending-approval-details .my-account-card-body .customer-info ul li {
  margin: 0.5em 0;
  font-size: 1.2em;
}
.special-orders-pending-approval-details .my-account-card-body hr {
  width: 100%;
  margin: 2em 0;
  border: 1px dashed #2d2d2d;
  border-top: 0;
}
.special-orders-pending-approval-details .my-account-card-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.special-orders-pending-approval-details .my-account-card-body .order-info {
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  vertical-align: middle;
  border-left: 1px dashed #2d2d2d;
  padding: 0 1em 1em 2em;
}
@media (max-width: 767px) and (min-width: 0px) {
  .special-orders-pending-approval-details .my-account-card-body .order-info {
    display: block;
    border-left: 0;
    width: 100%;
    padding: 0 0 1em 2em;
  }
}
.special-orders-pending-approval-details .my-account-card-body .order-info h2 {
  width: 100%;
  display: block;
}
.special-orders-pending-approval-details .my-account-card-body .order-info table {
  font-weight: bold;
  margin: 0.5em 0;
  width: 100%;
  vertical-align: text-top;
}
.special-orders-pending-approval-details .my-account-card-body .order-info table #event-name {
  font-size: 1.5em;
  width: 100%;
}
.special-orders-pending-approval-details .my-account-card-body .order-info table td {
  width: 50%;
  padding: 0.2em 0;
  vertical-align: text-top;
}
.special-orders-pending-approval-details .my-account-card-body .order-info table tr td:nth-of-type(2) {
  font-weight: 400;
}
.special-orders-pending-approval-details .my-account-card-body .approval-buttons {
  text-align: right;
}
@media (max-width: 767px) and (min-width: 0px) {
  .special-orders-pending-approval-details .my-account-card-body .approval-buttons {
    text-align: center;
  }
  .special-orders-pending-approval-details .my-account-card-body .approval-buttons button {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.dashboard-header {
  width: 100%;
  position: relative;
  margin-bottom: 2em;
}
.dashboard-header img {
  width: 100%;
  position: relative;
}
.dashboard-header .header-text {
  color: #FFFFFF;
  position: absolute;
  top: 20%;
  left: 24em;
}
.dashboard-header .header-text i {
  color: #FFFFFF;
  font-size: 9em;
  margin-right: 0.25em;
}
.dashboard-header .header-text i, .dashboard-header .header-text .welcome-text {
  display: inline-block;
  vertical-align: middle;
}
.dashboard-header .header-text .welcome-text h1 {
  font-weight: 800;
}
.dashboard-header .header-text .welcome-text h3 {
  font-weight: 600;
  font-size: 2em;
  text-transform: uppercase;
}
.dashboard-header .tint {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}

.dashboard {
  width: 100%;
  max-width: 75em;
  margin: 0 auto 2em auto;
  text-align: center;
}
.dashboard .total-orders, .dashboard .total-sales, .dashboard .region-sales, .dashboard .team-sales, .dashboard .order-usage, .dashboard .new-products, .dashboard .top-products {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.dashboard .total-orders, .dashboard .total-sales, .dashboard .new-products, .dashboard .top-products {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .dashboard .total-orders, .dashboard .total-sales, .dashboard .new-products, .dashboard .top-products {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}
.dashboard .dash-section-header {
  width: 100%;
  background-color: #2557a7;
  color: #FFFFFF;
  padding: 0.5em 1em;
  text-align: left;
  position: relative;
}
.dashboard .dash-section-header i, .dashboard .dash-section-header h6 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  font-size: 1em;
  color: #FFFFFF;
}
.dashboard .dash-section-header .fa-minus-circle {
  padding: 0.25em;
  position: absolute;
  right: 0.75em;
  top: 1em;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.dashboard .dash-section-content {
  padding: 1em 0;
  transition: all 0.2s ease-in-out;
}
.dashboard .dash-section-content table {
  width: 100%;
}
.dashboard .dash-section-content table th {
  border: 5px solid #FFFFFF;
  border-top: 0;
  border-bottom: 0;
  background-color: #f6f6f6;
}
.dashboard .dash-section-content table th:hover {
  background-color: shade(#f6f6f6, 2%);
}
.dashboard .dash-section-content table th, .dashboard .dash-section-content table td {
  text-align: left;
  padding: 0.5em 1em;
  font-size: 0.9em;
}
.dashboard .dash-section-content table th img, .dashboard .dash-section-content table td img {
  width: 50px;
  height: 50px;
  margin-right: 1em;
}
.dashboard .dash-section-content table tr {
  width: 100%;
  padding: 0.5em 0;
}
.dashboard .dash-section-content table tr:nth-of-type(even) {
  background-color: #f6f6f6;
}
.dashboard #new-qtr-products-table a, .dashboard #new-ytd-products-table a, .dashboard #top-qtr-products-table a, .dashboard #top-ytd-products-table a {
  cursor: pointer;
  font-size: 0.9em;
  text-decoration: none;
}
.dashboard #new-qtr-products-table a:hover, .dashboard #new-ytd-products-table a:hover, .dashboard #top-qtr-products-table a:hover, .dashboard #top-ytd-products-table a:hover {
  text-decoration: underline;
}
.dashboard .region-sales .dash-section-content, .dashboard .team-sales .dash-section-content {
  overflow-y: scroll;
  max-height: 500px;
}
.dashboard .total-orders, .dashboard .total-sales, .dashboard .new-products, .dashboard .top-products {
  width: 49.35%;
  display: inline-block;
  vertical-align: text-top;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .dashboard .total-orders, .dashboard .total-sales, .dashboard .new-products, .dashboard .top-products {
    width: 100%;
    display: block;
  }
}
@media (max-width: 767px) and (min-width: 0px) {
  .dashboard .total-orders, .dashboard .total-sales, .dashboard .new-products, .dashboard .top-products {
    width: 100%;
    display: block;
  }
}
.dashboard .top-products, .dashboard .total-sales {
  margin-left: 0.25em;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .dashboard .top-products, .dashboard .total-sales {
    margin-left: 0;
  }
}
.dashboard .total-orders, .dashboard .new-products {
  margin-right: 0.25em;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .dashboard .total-orders, .dashboard .new-products {
    margin-left: 0;
  }
}
.dashboard .total-orders .dash-section-content, .dashboard .total-sales .dash-section-content {
  min-height: 150px;
}
.dashboard .total-sales-progress-bar {
  width: 100%;
  padding: 0.5em 1em;
  height: 10px;
}
.dashboard .total-sales-progress-bar .progress-bar-left, .dashboard .total-sales-progress-bar .progress-bar-right {
  display: inline-block;
  vertical-align: text-top;
  height: 10px;
  float: left;
  transition: all 0.5s ease-in-out;
}
.dashboard .total-sales-progress-bar .progress-bar-left {
  background-color: #008040;
  width: 0%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.dashboard .total-sales-progress-bar .progress-bar-right {
  background-color: #949494;
  width: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.dashboard .qtr-ytd {
  padding: 0.2em 0.5em;
  font-weight: 600;
  cursor: pointer;
  transition: all ease-in-out;
}
.dashboard .five-ten-twenty-top, .dashboard .five-ten-twenty-new {
  padding: 0.2em 0.5em;
  font-weight: 600;
  cursor: pointer;
  transition: all ease-in-out;
}
.dashboard .selected {
  background-color: #FFFFFF;
  color: #2557a7 !important;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}
.dashboard .order-usage .graph {
  width: 100%;
  height: 200px;
  position: relative;
}
.dashboard .order-usage .graph .graph-wrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.dashboard .order-usage .graph .bar-graph {
  display: inline-block;
  position: relative;
  bottom: 1em;
  vertical-align: text-bottom;
  width: 15%;
  margin: 1em;
  transition: all 0.2s ease-in-out;
}
.dashboard .order-usage .graph #json-client-gift {
  background-color: #0000cc;
}
.dashboard .order-usage .graph #json-client-visit {
  background-color: #cd29c0;
}
.dashboard .order-usage .graph #json-event {
  background-color: #008040;
}
.dashboard .order-usage .graph #json-internal-gift {
  background-color: #ffb100;
}
.dashboard .order-usage .graph #json-other {
  background-color: #551a8b;
}
.dashboard .order-usage .legend {
  text-align: center;
}
.dashboard .order-usage .legend .legend-entry {
  width: 18%;
  display: inline-block;
  text-align: left;
  margin-right: 0.5em;
}
.dashboard .order-usage .legend .legend-entry:nth-of-type(1) .color-block {
  background-color: #0000cc;
}
.dashboard .order-usage .legend .legend-entry:nth-of-type(2) .color-block {
  background-color: #cd29c0;
}
.dashboard .order-usage .legend .legend-entry:nth-of-type(3) .color-block {
  background-color: #008040;
}
.dashboard .order-usage .legend .legend-entry:nth-of-type(4) .color-block {
  background-color: #ffb100;
}
.dashboard .order-usage .legend .legend-entry:nth-of-type(5) .color-block {
  background-color: #551a8b;
}
.dashboard .order-usage .legend .legend-entry .color-block {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}
.dashboard .order-usage .legend .legend-entry ul {
  margin: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.dashboard .order-usage .legend .legend-entry ul li {
  font-size: 0.8em;
}
.dashboard .order-usage .legend .legend-entry ul li:nth-of-type(1) {
  font-weight: 600;
}
.dashboard .headerSortUp {
  background-image: url(../../images/graphics/asc.gif) !important;
}
.dashboard .headerSortDown {
  background-image: url(../../images/graphics/desc.gif) !important;
}
.dashboard .header {
  background-image: url(../../images/graphics/bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}
.dashboard #region-ytd-sales-table {
  display: none;
}
.dashboard #team-ytd-sales-table {
  display: none;
}
.dashboard #new-ytd-products-table {
  display: none;
}
.dashboard #top-ytd-products-table {
  display: none;
}

.plus:before {
  content: "\f055" !important;
}

.collapse {
  min-height: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/*#ui-id-1 {
    background-color: #f8f8f8 !important;
    line-height: 1.5 !important;
    width: 100% !important;

    li {
        padding: 0.25rem 0.5rem !important;
        cursor: pointer !important;

        &:hover {
            background-color: #e8e8e8 !important;
        }

        &:last-of-type {
            font-weight: bold !important;
        }
    }
}*/
.cart-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 3rem 2rem 10rem 2rem;
  width: 100%;
  position: relative;
  min-height: 800px;
  background-color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 425px) {
  .cart-container {
    padding: 2rem 1rem 10rem 1rem;
  }
}
.cart-container .shopping-cart-empty {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.cart-container .shopping-cart-empty h1 {
  width: 100%;
  text-align: center;
}
.cart-container #start-shopping {
  margin: 2em auto 0 auto;
}
.cart-container .cart-header {
  width: 100%;
  margin-bottom: 2rem;
  text-align: left;
}
@media (max-width: 425px) {
  .cart-container .cart-header {
    margin-bottom: 0.5em;
    padding-top: 1em;
    padding-bottom: 2em;
    background-color: #FFFFFF;
    text-align: center;
  }
  .cart-container .cart-header p {
    margin-bottom: 2em;
  }
  .cart-container .cart-header button {
    margin: 0 auto;
  }
}
.cart-container .cart-header h1 {
  margin-bottom: 2rem;
}
.cart-container .cart-header button {
  padding-left: 0;
  background-color: #FFFFFF;
  color: #2557a7;
}
.cart-container .cart-header button:hover {
  color: #2557a7;
  text-decoration: underline;
}
.cart-container .cart-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cart-container .cart-content .cart-left {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .cart-container .cart-content .cart-left {
    width: 100%;
  }
}
.cart-container .cart-content .cart-left .item-header {
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #FAF9F8;
}
.cart-container .cart-content .cart-right {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .cart-container .cart-content .cart-right {
    width: 100%;
  }
}
.cart-container .cart-content .cart-right .order-summary {
  padding: 2rem;
  background-color: #FAF9F8;
  border-radius: 4px;
}
@media screen and (max-width: 425px) {
  .cart-container .cart-content .cart-right .order-summary {
    padding: 2rem 1rem;
  }
}
.cart-container .cart-content .cart-right .order-summary h4 {
  margin: 0 0 2rem 0;
  text-align: center;
  width: 100%;
  font-size: 1.125rem;
}
.cart-container .cart-content .cart-right .order-summary .cart-order-details {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  margin-bottom: 2rem;
}
.cart-container .cart-content .cart-right .order-summary .cart-order-details li {
  width: 50%;
  margin-bottom: 1rem;
}
.cart-container .cart-content .cart-right .order-summary .cart-order-details li:nth-of-type(odd) {
  text-align: left;
}
.cart-container .cart-content .cart-right .order-summary .cart-order-details li:nth-of-type(even) {
  text-align: right;
}
.cart-container .cart-content .cart-right .order-summary .cart-order-total {
  margin: 0 0 2rem 0;
  padding: 0;
  list-style: none;
  display: flex;
  font-weight: bold;
}
.cart-container .cart-content .cart-right .order-summary .cart-order-total li {
  padding: 0.25rem 0;
  width: 50%;
}
.cart-container .cart-content .cart-right .order-summary .cart-order-total li:nth-of-type(even) {
  text-align: right;
}
.cart-container .cart-content .cart-right .order-summary .button-divider {
  width: 100%;
  position: relative;
  justify-content: center;
  padding: 1rem 0;
  max-width: 200px;
  margin: 0.5rem auto;
}
.cart-container .cart-content .cart-right .order-summary .button-divider hr {
  border-bottom: 0;
  border-top: 1px solid #949494;
}
.cart-container .cart-content .cart-right .order-summary .button-divider span {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  align-self: center;
  background-color: #FAF9F8;
  padding: 1rem;
  text-align: center;
  width: fit-content;
  font-weight: bold;
  color: #2557a7;
}
.cart-container .cart-content .cart-right .order-summary button {
  max-width: 100%;
  width: 100%;
}
.cart-container .cs-info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2rem 0;
}
.cart-container .cs-info div {
  width: 48%;
  padding: 2rem;
  background-color: #FAF9F8;
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  border-radius: 4px;
}
.cart-container .cs-info div a {
  text-decoration: underline;
}
.cart-container .cs-info div a:hover {
  text-decoration: none;
}
.cart-container .cs-info div p {
  font-size: 0.9rem;
}
.cart-container .cs-info div p b {
  font-weight: bold !important;
}
.cart-container .cs-info div i {
  font-size: 3.5rem;
  margin-right: 2rem;
  color: #2557a7;
}
@media screen and (max-width: 768px) {
  .cart-container .cs-info div {
    text-align: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem;
  }
  .cart-container .cs-info div p {
    text-align: left;
    width: 100%;
  }
  .cart-container .cs-info div i {
    margin: 0 auto 2rem auto;
  }
}
.cart-container .cart-item {
  width: 100%;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #FAF9F8;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}
@media (max-width: 425px) {
  .cart-container .cart-item {
    background-color: #FFFFFF;
    padding: 1em 0;
    margin-bottom: 0.5em;
  }
}
.cart-container .cart-item .cart-item-image, .cart-container .cart-item .cart-item-info, .cart-container .cart-item .cart-item-qty, .cart-container .cart-item .cart-item-price {
  display: inline-block;
  vertical-align: text-top;
}
.cart-container .cart-item .cart-item-image {
  width: 20%;
}
@media (max-width: 425px) {
  .cart-container .cart-item .cart-item-image {
    width: 30%;
  }
}
.cart-container .cart-item .cart-item-image img {
  width: 100%;
  max-width: 100px;
}
.cart-container .cart-item .cart-item-info {
  width: 40%;
}
@media (max-width: 425px) {
  .cart-container .cart-item .cart-item-info {
    width: 65%;
  }
}
.cart-container .cart-item .cart-item-info ul {
  margin: 0;
  list-style: none;
  line-height: 1.2;
}
.cart-container .cart-item .cart-item-info ul #customizations {
  font-size: 0.8rem !important;
}
.cart-container .cart-item .cart-item-info ul #product-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.cart-container .cart-item .cart-item-info ul #product-title a {
  text-decoration: none;
}
.cart-container .cart-item .cart-item-info ul #product-price {
  display: block;
  margin-bottom: 0.5rem;
}
.cart-container .cart-item .cart-item-info ul #item-number {
  color: #949494;
  font-size: 0.8rem;
}
.cart-container .cart-item .cart-item-info ul #stock {
  color: #949494;
  font-size: 0.8rem;
}
.cart-container .cart-item .cart-item-info .cart-item-controls {
  color: #2d2d2d;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.9rem;
}
.cart-container .cart-item .cart-item-info .cart-item-controls a {
  cursor: pointer;
  display: block;
  padding: 0.25rem;
  font-size: 0.8rem;
  text-decoration: underline;
}
.cart-container .cart-item .cart-item-info .cart-item-controls a:hover {
  text-decoration: none;
}
.cart-container .cart-item .cart-item-info .cart-item-controls a:first-of-type {
  padding-left: 0;
}
.cart-container .cart-item .cart-item-qty {
  width: 30%;
  text-align: right;
}
@media (max-width: 425px) {
  .cart-container .cart-item .cart-item-qty {
    width: 100%;
    text-align: center;
    margin-top: 0.75rem;
  }
}
.cart-container .cart-item .cart-item-qty input {
  width: 55px;
  padding: 0.5em;
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin: 0 0 0.5em 0;
}
.cart-container .cart-item .cart-item-qty select {
  width: 80px;
}
.cart-container .cart-item .cart-item-price {
  text-align: left;
}
.cart-container .cart-item .cart-item-price .cart-line-price {
  font-weight: bold;
  color: #2d2d2d;
}
.cart-container .cart-item .cart-item-price .cart-line-points {
  color: #2d2d2d;
}

.punch-out-order-recap {
  max-width: 1200px;
  width: 95%;
  padding: 3em 0 10em 0;
  margin: 0 auto;
}
.punch-out-order-recap h1 {
  text-align: left;
  font-size: 2em;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 2em;
}
@media (max-width: 767px) and (min-width: 0px) {
  .punch-out-order-recap h1 {
    text-align: center !important;
  }
}
.punch-out-order-recap ul {
  margin: 0;
  list-style: none;
}
.punch-out-order-recap .item-recap-header, .punch-out-order-recap .order-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.punch-out-order-recap .item-recap-header li:nth-of-type(1), .punch-out-order-recap .order-item li:nth-of-type(1) {
  width: 10%;
}
.punch-out-order-recap .item-recap-header li:nth-of-type(2), .punch-out-order-recap .order-item li:nth-of-type(2) {
  width: 20%;
}
.punch-out-order-recap .item-recap-header li:nth-of-type(3), .punch-out-order-recap .order-item li:nth-of-type(3) {
  width: 10%;
}
.punch-out-order-recap .item-recap-header li:nth-of-type(4), .punch-out-order-recap .order-item li:nth-of-type(4) {
  width: 10%;
}
.punch-out-order-recap .item-recap-header li:nth-of-type(5), .punch-out-order-recap .order-item li:nth-of-type(5) {
  width: 10%;
}
.punch-out-order-recap .item-recap-header {
  margin-bottom: 1em;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 1em;
  margin-bottom: 1em;
  font-size: 0.9rem;
}
.punch-out-order-recap .order-item {
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.punch-out-order-recap .order-item .cart-desc {
  font-weight: bold;
}
.punch-out-order-recap .order-item #cart-description-backorder {
  color: red;
}
.punch-out-order-recap .order-item .punchout-sku {
  color: #949494;
}
.punch-out-order-recap .order-ship {
  padding-bottom: 2em;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 2em;
}
.punch-out-order-recap .punchout-button-wrapper {
  display: flex;
}
.punch-out-order-recap .punchout-button-wrapper button {
  margin-left: auto;
}

.punchout-redirect img {
  max-width: 150px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 1rem;
}
.punchout-redirect p {
  margin: 2rem 0;
}

.spc {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #FFFFFF;
  position: relative;
  padding: 2rem 1rem;
}

.checkout-progress {
  text-align: center;
  width: 100%;
}
.checkout-progress h1 {
  text-align: left;
  margin-left: 0.25em;
  margin-bottom: 2rem;
  width: 100%;
}
.checkout-progress i {
  text-align: center;
  margin: 0 auto;
}
.checkout-progress h3 {
  text-align: center;
  margin: 0 auto 1em auto;
}
.checkout-progress hr {
  margin: 2em auto 2em auto;
  border: 1px solid #ddd;
  border-top: 0;
}
@media (max-width: 767px) and (min-width: 0px) {
  .checkout-progress hr {
    display: none;
  }
}
.checkout-progress ul {
  list-style: none;
  margin: 0 auto 1em auto;
  text-align: center;
}
@media (max-width: 767px) and (min-width: 0px) {
  .checkout-progress ul {
    display: none;
  }
}
.checkout-progress ul li {
  display: inline-block;
  font-size: 2em;
  vertical-align: middle;
}
.checkout-progress ul #check1 {
  display: none;
  color: #2557a7;
}
.checkout-progress ul #check2 {
  display: none;
  color: #2557a7;
}
.checkout-progress ul #check3 {
  display: none;
  color: #2557a7;
}
.checkout-progress ul #step1 {
  background-color: #eee;
  color: #FFFFFF;
  border: 5px solid #FFFFFF;
  border-radius: 50%;
  padding: 0.6em;
  height: 2.1em;
  width: 2.1em;
}
.checkout-progress ul #step2 {
  background-color: #eee;
  color: #FFFFFF;
  border: 5px solid #FFFFFF;
  border-radius: 50%;
  padding: 0.6em;
  height: 2.1em;
  width: 2.1em;
}
.checkout-progress ul #step3 {
  background-color: #eee;
  color: #FFFFFF;
  border: 5px solid #FFFFFF;
  border-radius: 50%;
  padding: 0.6em;
  height: 2.1em;
  width: 2.1em;
}
.checkout-progress ul #step4 {
  background-color: #eee;
  color: #FFFFFF;
  border: 5px solid #FFFFFF;
  border-radius: 50%;
  padding: 0.6em;
  height: 2.1em;
  width: 2.1em;
}
.checkout-progress ul #line1 {
  background-color: #eee;
  width: 5em;
  height: 0.25em;
}
.checkout-progress ul #line2 {
  background-color: #eee;
  width: 5em;
  height: 0.25em;
}
.checkout-progress ul #line3 {
  background-color: #eee;
  width: 5em;
  height: 0.25em;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .checkout-progress ul #line1, .checkout-progress ul #line2, .checkout-progress ul #line3 {
    width: 3em;
  }
}

.checkout {
  max-width: 70%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .checkout {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) and (min-width: 0px) {
  .checkout {
    max-width: 100%;
    width: 100%;
    margin-bottom: 1rem;
    padding-bottom: 0;
    order: 2;
  }
}

.line-color-success {
  background-color: #2557a7 !important;
}

.step-selected {
  background-color: #2557a7 !important;
}

.selected-step-wrapper {
  background-color: #FFFFFF !important;
}
.selected-step-wrapper h3 {
  color: #FFFFFF;
  border-bottom: 1px solid #CCC;
  background-color: #2557a7;
  font-weight: 700;
  height: unset !important;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.shipping-address-info, #shipping-options-form, #payment-method-form, #order-recap-form, .gift-message-input, .multiple-address {
  display: none;
}

.address-info-wrapper,
.shipping-method-wrapper,
.payment-method-wrapper,
.order-recap-wrapper {
  position: relative;
  border: 1px solid #ddd;
  padding: 2em;
  background-color: #eee;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 0.5rem;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .address-info-wrapper,
  .shipping-method-wrapper,
  .payment-method-wrapper,
  .order-recap-wrapper {
    padding: 2em 1em;
  }
}
@media (max-width: 767px) and (min-width: 0px) {
  .address-info-wrapper,
  .shipping-method-wrapper,
  .payment-method-wrapper,
  .order-recap-wrapper {
    padding: 2em 1em;
  }
}
.address-info-wrapper a,
.shipping-method-wrapper a,
.payment-method-wrapper a,
.order-recap-wrapper a {
  font-size: 0.75em;
  color: #2d2d2d;
}
.address-info-wrapper a:hover,
.shipping-method-wrapper a:hover,
.payment-method-wrapper a:hover,
.order-recap-wrapper a:hover {
  color: #000;
  cursor: pointer;
}
.address-info-wrapper form,
.shipping-method-wrapper form,
.payment-method-wrapper form,
.order-recap-wrapper form {
  padding-top: 4em;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .address-info-wrapper form,
  .shipping-method-wrapper form,
  .payment-method-wrapper form,
  .order-recap-wrapper form {
    padding-top: 3em;
  }
}
@media (max-width: 767px) and (min-width: 0px) {
  .address-info-wrapper form,
  .shipping-method-wrapper form,
  .payment-method-wrapper form,
  .order-recap-wrapper form {
    padding-top: 3em;
  }
}
.address-info-wrapper h3,
.shipping-method-wrapper h3,
.payment-method-wrapper h3,
.order-recap-wrapper h3 {
  margin: 0;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem;
  width: 100%;
  height: 100%;
  align-items: center;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .address-info-wrapper h3,
  .shipping-method-wrapper h3,
  .payment-method-wrapper h3,
  .order-recap-wrapper h3 {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) and (min-width: 0px) {
  .address-info-wrapper h3,
  .shipping-method-wrapper h3,
  .payment-method-wrapper h3,
  .order-recap-wrapper h3 {
    font-size: 1em;
  }
}
.address-info-wrapper h3 .edit-step,
.shipping-method-wrapper h3 .edit-step,
.payment-method-wrapper h3 .edit-step,
.order-recap-wrapper h3 .edit-step {
  margin-left: auto;
  cursor: pointer;
  align-self: center;
}
.address-info-wrapper h3 .step-1, .address-info-wrapper h3 .step-2, .address-info-wrapper h3 .step-3,
.shipping-method-wrapper h3 .step-1,
.shipping-method-wrapper h3 .step-2,
.shipping-method-wrapper h3 .step-3,
.payment-method-wrapper h3 .step-1,
.payment-method-wrapper h3 .step-2,
.payment-method-wrapper h3 .step-3,
.order-recap-wrapper h3 .step-1,
.order-recap-wrapper h3 .step-2,
.order-recap-wrapper h3 .step-3 {
  display: none;
}
.address-info-wrapper h4,
.shipping-method-wrapper h4,
.payment-method-wrapper h4,
.order-recap-wrapper h4 {
  width: 100%;
  text-align: left;
  margin-bottom: 1em;
}
.address-info-wrapper h5,
.shipping-method-wrapper h5,
.payment-method-wrapper h5,
.order-recap-wrapper h5 {
  border-bottom: 1px solid #FAF9F8;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #2d2d2d;
  text-align: left;
  width: 100%;
  height: 29px;
}
.address-info-wrapper #checkout-step-1, .address-info-wrapper #checkout-step-2, .address-info-wrapper #checkout-step-3, .address-info-wrapper #checkout-step-4,
.shipping-method-wrapper #checkout-step-1,
.shipping-method-wrapper #checkout-step-2,
.shipping-method-wrapper #checkout-step-3,
.shipping-method-wrapper #checkout-step-4,
.payment-method-wrapper #checkout-step-1,
.payment-method-wrapper #checkout-step-2,
.payment-method-wrapper #checkout-step-3,
.payment-method-wrapper #checkout-step-4,
.order-recap-wrapper #checkout-step-1,
.order-recap-wrapper #checkout-step-2,
.order-recap-wrapper #checkout-step-3,
.order-recap-wrapper #checkout-step-4 {
  margin: 2em 0 1em auto;
}

.Address-Information-Control, .Shipping-Options-Control, .Payment-Method-Control, .Order-Recap {
  width: 100% !important;
  position: initial !important;
  margin: 0 !important;
}

.address-info-wrapper .Address-Information-Control .manage-address-container {
  width: 100%;
  text-align: right;
  margin-bottom: 1em;
}
@media (max-width: 767px) and (min-width: 0px) {
  .address-info-wrapper .Address-Information-Control .manage-address-container {
    text-align: left;
  }
}
.address-info-wrapper .Address-Information-Control .single-address {
  width: 100%;
}
.address-info-wrapper .Address-Information-Control .address-search {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
  align-items: baseline;
}
.address-info-wrapper .Address-Information-Control .address-search label {
  width: 100%;
}
.address-info-wrapper .Address-Information-Control .address-search input {
  width: 40%;
  margin: 0;
}
@media (max-width: 767px) and (min-width: 0px) {
  .address-info-wrapper .Address-Information-Control .address-search input {
    width: 85%;
  }
}
.address-info-wrapper .Address-Information-Control .address-search i {
  color: #2d2d2d;
  padding: 0 0.5em;
}
.address-info-wrapper .Address-Information-Control .multiple-address {
  flex-wrap: wrap;
}
.address-info-wrapper .Address-Information-Control .multiple-address p {
  font-size: 12px;
}
.address-info-wrapper .Address-Information-Control .multiple-address .select-multiple-address {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.address-info-wrapper .Address-Information-Control .multiple-address #add-address-list {
  width: 50%;
  display: block !important;
}
@media (max-width: 767px) and (min-width: 0px) {
  .address-info-wrapper .Address-Information-Control .multiple-address #add-address-list {
    width: 100%;
  }
}
.address-info-wrapper .Address-Information-Control .multiple-address #add-address-list, .address-info-wrapper .Address-Information-Control .multiple-address #add-address {
  display: block;
  margin: 1em auto;
  vertical-align: text-top;
}
.address-info-wrapper .Address-Information-Control .multiple-address .address-tag {
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FFFFFF;
  background-color: tint(#2557a7, 40%);
  font-size: 0.8em;
  padding: 0.25em;
  margin: 0.25em;
  display: inline-block;
  cursor: pointer;
}
.address-info-wrapper .Address-Information-Control .multiple-address .address-tag:hover {
  background-color: #2557a7;
}
@media (max-width: 767px) and (min-width: 0px) {
  .address-info-wrapper .Address-Information-Control .multiple-address .address-tag {
    max-width: 300px;
  }
}
.address-info-wrapper .Address-Information-Control .multiple-address .address-tag i, .address-info-wrapper .Address-Information-Control .multiple-address .address-tag p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.address-info-wrapper .Address-Information-Control .multiple-address .address-tag p {
  max-width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: initial !important;
}
.address-info-wrapper .Address-Information-Control .multiple-address .address-tag i {
  font-size: 0.9em;
  padding: 0.25em;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin-right: 0.25em;
}
.address-info-wrapper .Address-Information-Control .multiple-address .address-tag i:hover {
  font-weight: bold;
  color: shade(#2557a7, 40%);
  transition: all 0.2s ease-in-out;
}
.address-info-wrapper .Address-Information-Control .multiple-address .multiple-address-list {
  width: 100%;
  margin-bottom: 2em;
  padding: 1em;
}
@media (max-width: 767px) and (min-width: 0px) {
  .address-info-wrapper .Address-Information-Control .multiple-address .multiple-address-list {
    padding: 2em 0 0 0;
  }
}
.address-info-wrapper .Address-Information-Control .multiple-address .multiple-address-list ul {
  display: flex;
  flex-wrap: wrap;
}
.address-info-wrapper .Address-Information-Control .multiple-address .ship-to-item {
  width: 100%;
  padding: 1em 1.5em;
  text-align: left;
  font-size: 0.9em;
  border-bottom: 1px dashed #949494;
}
.address-info-wrapper .Address-Information-Control .multiple-address .ship-to-item li {
  display: inline-block;
  align-self: center;
}
@media (max-width: 767px) and (min-width: 0px) {
  .address-info-wrapper .Address-Information-Control .multiple-address .ship-to-item li {
    align-self: flex-start;
  }
}
.address-info-wrapper .Address-Information-Control .multiple-address .ship-to-item li:nth-of-type(1) {
  width: 10%;
}
@media (max-width: 767px) and (min-width: 0px) {
  .address-info-wrapper .Address-Information-Control .multiple-address .ship-to-item li:nth-of-type(1) {
    width: 20%;
  }
}
.address-info-wrapper .Address-Information-Control .multiple-address .ship-to-item li:nth-of-type(2) {
  width: 45%;
}
@media (max-width: 767px) and (min-width: 0px) {
  .address-info-wrapper .Address-Information-Control .multiple-address .ship-to-item li:nth-of-type(2) {
    width: 60%;
    margin-left: auto;
  }
}
.address-info-wrapper .Address-Information-Control .multiple-address .ship-to-item li:nth-of-type(3) {
  width: 40%;
  margin-left: auto;
}
@media (max-width: 767px) and (min-width: 0px) {
  .address-info-wrapper .Address-Information-Control .multiple-address .ship-to-item li:nth-of-type(3) {
    margin-top: 1em;
    width: 100%;
  }
}
.address-info-wrapper .Address-Information-Control .multiple-address .ship-to-item li .customizations li {
  width: 100%;
  margin: 0;
}
.address-info-wrapper .Address-Information-Control .form-entry.submit {
  width: 100%;
}
.address-info-wrapper .Address-Information-Control input, .address-info-wrapper .Address-Information-Control select {
  width: 100%;
}
.address-info-wrapper .Address-Information-Control ul {
  list-style: none;
  margin: 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.address-info-wrapper .Address-Information-Control ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.address-info-wrapper .Address-Information-Control ul li input, .address-info-wrapper .Address-Information-Control ul li select {
  margin: 0;
}
.address-info-wrapper .Address-Information-Control ul label {
  text-align: left;
  cursor: default;
  width: 100%;
  margin: 0;
}
.address-info-wrapper .Address-Information-Control ul select {
  margin-bottom: 10px;
}
.address-info-wrapper .Address-Information-Control ul #name1 {
  width: 45%;
}
.address-info-wrapper .Address-Information-Control ul #name2 {
  width: 10%;
}
.address-info-wrapper .Address-Information-Control ul #name3 {
  width: 45%;
}
.address-info-wrapper .Address-Information-Control ul #phone2, .address-info-wrapper .Address-Information-Control ul #phone6 {
  width: 27%;
}
.address-info-wrapper .Address-Information-Control ul #phone3, .address-info-wrapper .Address-Information-Control ul #phone7 {
  width: 27%;
}
.address-info-wrapper .Address-Information-Control ul #phone4, .address-info-wrapper .Address-Information-Control ul #phone8 {
  width: 10%;
}
.address-info-wrapper .Address-Information-Control ul #ship-to-this-address {
  margin: 1em 0;
}
@media (max-width: 767px) and (min-width: 0px) {
  .address-info-wrapper .Address-Information-Control ul #ship-to-this-address {
    display: block !important;
  }
}
.address-info-wrapper .Address-Information-Control ul .controls {
  margin: 0.75em;
}
.address-info-wrapper .Address-Information-Control ul li:nth-of-type(9) {
  float: left;
  clear: left;
}
@media (max-width: 767px) and (min-width: 0px) {
  .address-info-wrapper .Address-Information-Control ul label {
    width: 100%;
  }
  .address-info-wrapper .Address-Information-Control ul input, .address-info-wrapper .Address-Information-Control ul select {
    width: 100%;
  }
  .address-info-wrapper .Address-Information-Control ul input[type=checkbox] {
    width: auto !important;
  }
  .address-info-wrapper .Address-Information-Control ul .required {
    text-align: center;
  }
}
.address-info-wrapper .Address-Information-Control #edit-addresses, .address-info-wrapper .Address-Information-Control #shipping-addresses {
  margin: 1em 0 1em 0;
}

.shipping-method-wrapper {
  /* Customize the label (the container) */
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.shipping-method-wrapper .select-shipping-method {
  width: 100%;
  margin-bottom: 1rem;
  text-align: left;
}
.shipping-method-wrapper .select-shipping-method ul {
  margin: 0;
  list-style: none;
  line-height: 1.2;
}
.shipping-method-wrapper .select-shipping-method .custom-item-shipping {
  font-size: 0.9em;
  color: red;
  font-weight: bold;
}
.shipping-method-wrapper .select-shipping-method .method-entry {
  border-bottom: 1px dashed #FAF9F8;
  padding: 1em 0.25em;
  display: flex;
  flex-wrap: wrap;
}
.shipping-method-wrapper .select-shipping-method .method-entry:last-child {
  border-bottom: none;
}
.shipping-method-wrapper .select-shipping-method .method-entry .method-address {
  width: 50%;
}
@media (max-width: 767px) and (min-width: 0px) {
  .shipping-method-wrapper .select-shipping-method .method-entry .method-address {
    width: 100%;
    margin-bottom: 1em;
    order: 1;
  }
}
.shipping-method-wrapper .select-shipping-method .method-entry .method-virtual {
  font-size: 0.9rem;
  width: 100% !important;
}
.shipping-method-wrapper .select-shipping-method .method-entry .method-selection {
  width: 50%;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .shipping-method-wrapper .select-shipping-method .method-entry .method-selection {
    width: initial;
    margin-left: auto;
  }
}
@media (max-width: 767px) and (min-width: 0px) {
  .shipping-method-wrapper .select-shipping-method .method-entry .method-selection {
    order: 3;
    width: 100%;
  }
}
.shipping-method-wrapper .select-shipping-method .method-entry .method-selection select {
  margin-bottom: 0.5em;
}
.shipping-method-wrapper .taxid-wrapper {
  width: 30%;
}
@media (max-width: 767px) and (min-width: 0px) {
  .shipping-method-wrapper .taxid-wrapper {
    order: 2;
    width: 100%;
  }
}
.shipping-method-wrapper .gift-message-input {
  width: 100%;
  margin: 1em 0 3em 0;
}
.shipping-method-wrapper .gift-message-input p {
  font-size: 12px;
}
.shipping-method-wrapper .gift-message-input ul {
  list-style: none;
  margin: 0;
}
.shipping-method-wrapper .container {
  display: inline;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
.shipping-method-wrapper .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.shipping-method-wrapper .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
.shipping-method-wrapper .container:hover input ~ .checkmark {
  background-color: #ccc;
}
.shipping-method-wrapper .container input:checked ~ .checkmark {
  background-color: #2557a7;
}
.shipping-method-wrapper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.shipping-method-wrapper .container input:checked ~ .checkmark:after {
  display: block;
}
.shipping-method-wrapper .container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.shipping-method-wrapper .select-order-type {
  margin-bottom: 2em;
}
.shipping-method-wrapper .shipping-order-type {
  margin-bottom: 1em;
}
.shipping-method-wrapper .shipping-order-type #user-group {
  margin-left: 35px;
}
.shipping-method-wrapper .shipping-order-type p {
  display: inline;
}

.payment-method-wrapper .payment-header {
  width: 100%;
  padding: 1em 0;
  position: relative;
  text-align: left;
  font-size: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1em;
}
.payment-method-wrapper .payment-header i {
  color: #949494;
  margin-right: 0.25em;
}
.payment-method-wrapper .payment-header h3 {
  width: 100%;
  position: static;
  display: block;
  background-color: transparent;
  color: #949494;
  text-align: center;
  border: 0;
  padding: 0.25em;
  font-size: 1em;
  line-height: 1.2;
}
.payment-method-wrapper .payment-header hr {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 0;
  display: inline-block;
  width: 75%;
}
.payment-method-wrapper .payment-header .pay-by-card, .payment-method-wrapper .payment-header .pay-by-group, .payment-method-wrapper .payment-header .pay-by-points {
  cursor: pointer;
  padding: 0.5em 0;
  width: 50%;
  border-bottom: 1px solid #FAF9F8;
  text-align: center;
}
.payment-method-wrapper .payment-body {
  width: 100%;
}
.payment-method-wrapper .payment-body hr {
  border: 1px solid #FAF9F8;
  border-top: 0;
  margin: 2em 0;
}
.payment-method-wrapper .no-store-credit-card {
  text-align: left;
  width: 100%;
  margin-top: 1rem;
}
.payment-method-wrapper .no-store-credit-card h3 {
  font-weight: 600;
  font-size: 1em;
  position: static;
  text-align: left;
  border-bottom: 1px solid #FAF9F8;
  width: 100%;
  background-color: #FFFFFF;
  color: #2d2d2d;
  padding: 0.5em 0;
  margin-bottom: 1em;
}
.payment-method-wrapper .pay-by-group-info {
  width: 100%;
  text-align: left;
  vertical-align: text-top;
}
.payment-method-wrapper .pay-by-group-info select {
  margin-bottom: 1em;
}
.payment-method-wrapper .pay-by-group-info select, .payment-method-wrapper .pay-by-group-info input, .payment-method-wrapper .pay-by-group-info input[type=date] {
  width: initial;
}
.payment-method-wrapper .pay-by-group-info .event-name {
  display: none;
}
.payment-method-wrapper .pay-by-group-info .gc-input {
  width: 100%;
  margin-bottom: 0.25em;
}
.payment-method-wrapper .pay-by-group-info .gc-input label {
  width: 100%;
  font-size: 0.9em;
}
.payment-method-wrapper .pay-by-group-info .gc-input input {
  width: initial;
  margin-bottom: 0;
}
.payment-method-wrapper .pay-by-group-info .gc-input button {
  height: 30px;
  line-height: 30px;
}
.payment-method-wrapper .pay-by-group-info .gc-added-display {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0;
}
.payment-method-wrapper .pay-by-group-info .gc-added-display ul, .payment-method-wrapper .pay-by-group-info .gc-added-display .giftcard-remove {
  width: 50%;
}
.payment-method-wrapper .pay-by-group-info .gc-added-display ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.payment-method-wrapper .pay-by-group-info .gc-added-display ul li {
  color: #2d2d2d;
}
.payment-method-wrapper .pay-by-group-info .gc-added-display ul li:nth-of-type(1) {
  font-weight: bold;
  color: #2d2d2d;
}
.payment-method-wrapper .pay-by-group-info .gc-added-display .giftcard-remove {
  text-align: right;
}
.payment-method-wrapper .pay-by-group-info .gc-added-display .giftcard-remove a {
  color: #2557a7;
  text-decoration: underline;
  cursor: pointer;
}
.payment-method-wrapper .pay-by-group-info .gc-added-display .giftcard-remove a:hover {
  color: #2557a7;
  text-decoration: none;
  cursor: pointer;
}
.payment-method-wrapper .hold-order {
  padding: 1rem 0;
}
.payment-method-wrapper .hold-order #hold-date {
  padding: 1rem 0;
}
.payment-method-wrapper .hold-order #hold-date input {
  width: initial;
}
.payment-method-wrapper .hold-order #hold-date #required-form {
  font-size: 0.9rem;
}
.payment-method-wrapper .pay-by-group-info-instructions {
  display: inline-block;
  width: 100%;
  text-align: left;
  vertical-align: text-top;
  margin-bottom: 1em;
}
.payment-method-wrapper .pay-by-group-info-instructions .instruction-labels {
  width: 100%;
  position: relative;
}
.payment-method-wrapper .pay-by-group-info-instructions .instruction-labels label {
  display: inline;
}
.payment-method-wrapper .pay-by-group-info-instructions .instruction-labels .instructions-tooltip {
  font-size: 0.8em;
  color: #949494;
  cursor: pointer;
  display: inline;
}
.payment-method-wrapper .pay-by-group-info-instructions .instruction-labels .instructions-tooltip:hover .instructions-tooltip-text {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.payment-method-wrapper .pay-by-group-info-instructions .instruction-labels .instructions-tooltip-text {
  opacity: 0;
  position: absolute;
  top: -1.75em;
  left: 0;
  transition: all 0.2s ease-in-out;
  color: #000;
  background-color: #949494;
  padding: 0.5em;
  border-radius: 3px;
}
.payment-method-wrapper .pay-by-group-info-instructions .instruction-labels .character-max {
  float: right;
  color: #949494;
  font-style: italic;
}
.payment-method-wrapper .pay-by-group-info-instructions .instruction-text {
  display: inline;
}
.payment-method-wrapper .pay-by-group-info-instructions .instruction-text .instructions-text-box {
  width: 100%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
  min-height: 100px;
}
.payment-method-wrapper .pay-by-card-info {
  width: 100%;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  list-style: none;
  text-align: left;
}
.payment-method-wrapper .pay-by-card-info label {
  text-align: left;
}
.payment-method-wrapper .pay-by-card-info ul {
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: nowrap !important;
  margin-bottom: 1rem;
}
@media (max-width: 767px) and (min-width: 0px) {
  .payment-method-wrapper .pay-by-card-info ul {
    flex-wrap: wrap !important;
  }
}
.payment-method-wrapper .pay-by-card-info ul li {
  display: inline-block;
  vertical-align: text-top;
  margin: 0.25em;
  margin-bottom: 1rem;
  flex-grow: 1;
}
@media (max-width: 767px) and (min-width: 0px) {
  .payment-method-wrapper .pay-by-card-info ul li {
    display: block;
    width: 100%;
  }
}
.payment-method-wrapper .pay-by-card-info ul li input, .payment-method-wrapper .pay-by-card-info ul li select {
  width: initial;
  margin-bottom: 0;
  width: 100%;
}
.payment-method-wrapper .pay-by-card-info .cc-logos img {
  max-width: 200px;
  width: 100%;
}
.payment-method-wrapper .pay-by-points {
  text-align: center;
  width: 100%;
  background-color: #FAF9F8;
  border-radius: 0.5rem;
  padding: 1rem;
}
.payment-method-wrapper .pay-by-points p {
  margin: 0;
}
.payment-method-wrapper .pay-by-points input {
  width: 5em;
  height: auto;
}
.payment-method-wrapper .pay-by-points input[type=text] {
  font-size: 2em;
  text-align: center;
}
.payment-method-wrapper .pay-by-points h5 {
  font-size: 1.5em;
  font-weight: bold;
}
.payment-method-wrapper .payment-option {
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  width: 45%;
  padding: 0.5em;
}
.payment-method-wrapper .payment-option:hover h3, .payment-method-wrapper .payment-option:hover i {
  color: #2d2d2d;
}
.payment-method-wrapper .payment-info {
  display: none;
}
.payment-method-wrapper .payment-info-entry {
  margin: 0.25em;
}
.payment-method-wrapper .pay-by-giftcards-info {
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px dashed #cccccc;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-input {
  width: 100%;
  margin-bottom: 0.25em;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-input p {
  font-size: 12px;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-input .gc-use-card select {
  max-width: 300px;
  margin-bottom: 0;
  vertical-align: bottom;
}
@media (max-width: 767px) and (min-width: 0px) {
  .payment-method-wrapper .pay-by-giftcards-info .gc-input .gc-use-card select {
    margin-bottom: 1rem;
  }
}
.payment-method-wrapper .pay-by-giftcards-info .gc-input .gc-add-card {
  display: none;
}
@media (max-width: 767px) and (min-width: 0px) {
  .payment-method-wrapper .pay-by-giftcards-info .gc-input .gc-add-card #gc-add-card {
    margin-bottom: 1rem;
  }
}
.payment-method-wrapper .pay-by-giftcards-info .gc-input label {
  width: 100%;
  font-size: 0.9em;
  margin-bottom: 1rem;
  font-weight: 500;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-input input {
  width: initial;
  margin-bottom: 0;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-input button {
  height: 48px;
  padding: 0.5rem 1rem;
  display: inline-block;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-added-display {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-added-display ul, .payment-method-wrapper .pay-by-giftcards-info .gc-added-display .giftcard-remove {
  width: 50%;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-added-display ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-added-display ul li {
  color: #2d2d2d;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-added-display ul li:nth-of-type(1) {
  font-weight: bold;
  color: #2d2d2d;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-added-display .giftcard-remove {
  text-align: right;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-added-display .giftcard-remove a {
  color: #2557a7;
  text-decoration: underline;
  cursor: pointer;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-added-display .giftcard-remove a:hover {
  color: #2557a7;
  text-decoration: none;
  cursor: pointer;
}
.payment-method-wrapper #oa-shipping-agreement {
  text-align: right;
}
.payment-method-wrapper #oa-shipping-agreement p {
  text-align: left;
}

.active-payment-header {
  display: block !important;
  border-color: #2557a7 !important;
}
.active-payment-header h3, .active-payment-header i {
  font-weight: 800 !important;
  color: #2557a7 !important;
}
.active-payment-header:hover {
  display: block !important;
  border-color: #2557a7 !important;
}
.active-payment-header:hover h3, .active-payment-header:hover i {
  font-weight: 800 !important;
  color: #2557a7 !important;
}

.active-payment-info {
  display: flex !important;
  flex-wrap: wrap;
}

.gc-success p {
  color: green;
}

.gc-failure, .gc-error {
  margin-bottom: 1em;
}
.gc-failure p, .gc-error p {
  color: red;
  font-weight: bold;
  font-size: 0.8em !important;
}
.gc-failure a, .gc-error a {
  color: red !important;
  font-weight: bold !important;
  font-size: 0.9em !important;
}
.gc-remaining-balance, .gc-current-balance, .gc-cart-total {
  font-weight: 800;
}

.payment-spinner {
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 1;
  align-items: center;
}
.payment-spinner span {
  display: block;
  margin: 0 auto;
}
.payment-spinner i {
  display: block;
  color: #2d2d2d !important;
  animation: spin 1s linear infinite;
  align-items: center;
  font-size: 2em;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.show-spinner {
  display: flex !important;
}

.order-recap-wrapper table tbody .shipto table tbody td img {
  width: 80px;
}
.order-recap-wrapper ul {
  list-style: none;
  margin: 0;
}
.order-recap-wrapper .Order-Recap {
  padding: 0 1em;
}
.order-recap-wrapper .billing-and-payment-recap {
  width: 100%;
  margin-bottom: 2em;
  text-align: left;
  font-size: 0.8rem;
}
.order-recap-wrapper .billing-and-payment-recap li {
  display: inline-block;
  vertical-align: text-top;
}
@media (max-width: 767px) and (min-width: 0px) {
  .order-recap-wrapper .billing-and-payment-recap li {
    display: block !important;
    width: 100% !important;
  }
}
.order-recap-wrapper .billing-and-payment-recap li:nth-of-type(1) {
  width: 15%;
  font-weight: bold;
}
@media (max-width: 767px) and (min-width: 0px) {
  .order-recap-wrapper .billing-and-payment-recap li:nth-of-type(1) {
    margin-top: 1em;
  }
}
.order-recap-wrapper .billing-and-payment-recap li:nth-of-type(2) {
  width: 20%;
}
@media (max-width: 767px) and (min-width: 0px) {
  .order-recap-wrapper .billing-and-payment-recap li:nth-of-type(2) {
    margin-bottom: 1em;
  }
}
.order-recap-wrapper .billing-and-payment-recap li:nth-of-type(3) {
  font-weight: bold;
  width: 15%;
}
.order-recap-wrapper .billing-and-payment-recap li:nth-of-type(4) {
  width: 20%;
}
.order-recap-wrapper .item-recap-header {
  width: 100%;
  padding: 0.5em;
  text-align: left;
}
@media (max-width: 767px) and (min-width: 0px) {
  .order-recap-wrapper .item-recap-header {
    display: none;
  }
}
.order-recap-wrapper .item-recap-header li {
  display: inline-block;
}
.order-recap-wrapper .item-recap-header li:nth-of-type(1) {
  min-width: 100px;
}
.order-recap-wrapper .item-recap-header li:nth-of-type(2) {
  width: 30%;
}
.order-recap-wrapper .item-recap-header li:nth-of-type(3) {
  width: 15%;
}
.order-recap-wrapper .item-recap-header li:nth-of-type(4) {
  width: 15%;
}
.order-recap-wrapper .item-recap-header li:nth-of-type(5) {
  width: 15%;
}
.order-recap-wrapper .order-items-recap {
  width: 100%;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid #FAF9F8;
  text-align: left;
  margin-bottom: 2em;
}
.order-recap-wrapper .order-items-recap .order-item {
  width: 100%;
  padding: 1em 0.5em;
  border-bottom: 1px dashed #949494;
}
.order-recap-wrapper .order-items-recap .order-item:last-child {
  border: none;
}
.order-recap-wrapper .order-items-recap .order-item #place-order {
  width: 100%;
}
.order-recap-wrapper .order-items-recap .order-item li {
  display: inline-block;
  padding: 0.25em;
  vertical-align: text-top;
}
.order-recap-wrapper .order-items-recap .order-item li .points-gray {
  color: #2d2d2d;
}
.order-recap-wrapper .order-items-recap .order-item li:nth-of-type(1) {
  min-width: 100px;
}
@media (max-width: 767px) and (min-width: 0px) {
  .order-recap-wrapper .order-items-recap .order-item li:nth-of-type(1) {
    display: block;
    width: 100%;
  }
}
.order-recap-wrapper .order-items-recap .order-item li:nth-of-type(2) {
  width: 30%;
}
@media (max-width: 767px) and (min-width: 0px) {
  .order-recap-wrapper .order-items-recap .order-item li:nth-of-type(2) {
    width: 100%;
  }
}
.order-recap-wrapper .order-items-recap .order-item li:nth-of-type(3) {
  width: 15%;
}
@media (max-width: 767px) and (min-width: 0px) {
  .order-recap-wrapper .order-items-recap .order-item li:nth-of-type(3) {
    display: block;
    width: 100%;
  }
  .order-recap-wrapper .order-items-recap .order-item li:nth-of-type(3):before {
    content: "QTY:";
  }
}
.order-recap-wrapper .order-items-recap .order-item li:nth-of-type(4) {
  width: 15%;
}
@media (max-width: 767px) and (min-width: 0px) {
  .order-recap-wrapper .order-items-recap .order-item li:nth-of-type(4) {
    display: block;
    width: 100%;
  }
  .order-recap-wrapper .order-items-recap .order-item li:nth-of-type(4):before {
    content: "Price:";
  }
}
.order-recap-wrapper .order-items-recap .order-item li:nth-of-type(5) {
  width: 15%;
}
@media (max-width: 767px) and (min-width: 0px) {
  .order-recap-wrapper .order-items-recap .order-item li:nth-of-type(5) {
    display: block;
    width: 100%;
  }
  .order-recap-wrapper .order-items-recap .order-item li:nth-of-type(5):before {
    content: "Total:";
  }
}
.order-recap-wrapper .order-items-recap .order-ship {
  padding: 1em;
  font-size: 0.8rem;
}
.order-recap-wrapper .order-items-recap .order-ship:last-child {
  border: none;
}
.order-recap-wrapper .order-items-recap .order-ship li {
  display: inline-block;
  vertical-align: text-top;
}
@media (max-width: 767px) and (min-width: 0px) {
  .order-recap-wrapper .order-items-recap .order-ship li {
    display: block !important;
    width: 100% !important;
  }
}
.order-recap-wrapper .order-items-recap .order-ship li:nth-of-type(1) {
  width: 15%;
  font-weight: bold;
}
.order-recap-wrapper .order-items-recap .order-ship li:nth-of-type(2) {
  width: 40%;
}
@media (max-width: 767px) and (min-width: 0px) {
  .order-recap-wrapper .order-items-recap .order-ship li:nth-of-type(2) {
    margin-bottom: 1em;
  }
}
.order-recap-wrapper .order-items-recap .order-ship li:nth-of-type(3) {
  width: 15%;
  font-weight: bold;
}
.order-recap-wrapper .order-items-recap .order-ship li:nth-of-type(4) {
  width: 20%;
}
.order-recap-wrapper .order-items-recap .order-ship li:nth-of-type(5) {
  font-weight: bold;
  width: 15%;
}
.order-recap-wrapper .order-items-recap .order-ship li:nth-of-type(6) {
  width: 80%;
}
.order-recap-wrapper button {
  margin-left: auto;
}

#order-recap-form {
  font-size: 0.9em;
}
#order-recap-form a {
  font-size: 0.9em;
}

.Single-Page-Checkout-Summary {
  width: 30%;
  background-color: #FFF;
  padding-left: 1em;
}
@media (max-width: 767px) and (min-width: 0px) {
  .Single-Page-Checkout-Summary {
    width: 100%;
    padding-left: 0;
    order: 1;
    margin-bottom: 1rem;
  }
}
.Single-Page-Checkout-Summary .order-summary {
  padding: 2rem;
  border: 1px solid #DDD;
  border-radius: 0.5rem;
  margin-bottom: 1em;
  height: 100%;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .Single-Page-Checkout-Summary .order-summary {
    padding: 1em;
    font-size: 14px;
  }
}
.Single-Page-Checkout-Summary .order-summary h2 {
  text-align: center;
  font-weight: 500;
  font-size: 1.2em;
}
.Single-Page-Checkout-Summary .order-summary .checkout-type {
  text-align: center;
}
.Single-Page-Checkout-Summary .order-summary hr {
  width: 10%;
  margin: 0 auto 1em auto;
  border-top: 0;
  border-bottom: 1px solid #FAF9F8;
}
.Single-Page-Checkout-Summary .order-summary table {
  width: 100%;
  margin-bottom: 2em;
}
.Single-Page-Checkout-Summary .order-summary table td {
  text-align: right;
  padding: 0.5em 0;
}
.Single-Page-Checkout-Summary .order-summary table td:first-of-type {
  width: 60%;
  text-align: left;
}
.Single-Page-Checkout-Summary .order-summary table #order-summary-total {
  font-weight: bold;
}
.Single-Page-Checkout-Summary .order-summary #promo-code-entry-form input {
  width: 100%;
  vertical-align: bottom;
}
.Single-Page-Checkout-Summary .order-summary #promo-code-entry-form #promo-code-button {
  width: 100%;
  margin-bottom: 2em;
  min-width: initial !important;
  max-width: none;
}
.Single-Page-Checkout-Summary .order-summary .ShippingOptionsMap > div {
  color: #2d2d2d;
  text-align: center;
  cursor: pointer;
}
.Single-Page-Checkout-Summary .order-summary .ShippingOptionsMap > div:hover {
  color: #2d2d2d;
}
.Single-Page-Checkout-Summary .order-summary .ShippingOptionsMap .icons-ul {
  margin: 2em 0 0 2em;
  font-size: 0.9em;
  list-style: disc;
  line-height: 1.5;
}
.Single-Page-Checkout-Summary .order-summary .ShippingOptionsMap .icons-ul li {
  margin-bottom: 0.5rem;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .Single-Page-Checkout-Summary .order-summary .ShippingOptionsMap .icons-ul {
    margin-left: 1em;
  }
}

.confirm-order {
  text-align: center;
  margin: 10px 0;
  border: 2px dashed #e31929;
  padding: 20px;
}
.confirm-order h3 {
  font-weight: bold;
}

.order-num {
  font-size: 18px;
  color: #2d2d2d;
}

.shipto table:nth-of-type(1) {
  margin-bottom: 2em;
}

.order-confirmation {
  max-width: 800px;
  width: 100%;
  padding: 1rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.order-confirmation .order-confirmation-header {
  width: 100%;
  text-align: center;
  padding: 2rem;
  margin-bottom: 2rem;
}
.order-confirmation .order-confirmation-header h3 {
  font-weight: bold;
}
.order-confirmation .order-confirmation-header .order-num {
  font-size: 18px;
  color: #2d2d2d;
}
.order-confirmation .order-confirmation-header .business-order-reminder {
  font-weight: bold;
  color: #2557a7;
}
.order-confirmation .order-confirmation-header .business-order-reminder a {
  color: #2557a7 !important;
}
.order-confirmation .order-confirmation-header .business-order-reminder a:hover {
  color: #2557a7 !important;
}
.order-confirmation .order-confirm-entry {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
}
.order-confirmation .order-confirm-entry .left {
  width: 50%;
  font-weight: bold;
  margin-bottom: 2rem;
}
.order-confirmation .order-confirm-entry .right {
  width: 50%;
  margin-bottom: 2rem;
}
@media (max-width: 500px) {
  .order-confirmation .order-confirm-entry .left, .order-confirmation .order-confirm-entry .right {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.order-confirmation .order-confirm-entry hr {
  border-top: 0;
  border: 1px dashed #949494;
  width: 100%;
  margin: 1rem 0;
}
.order-confirmation .shipping-address .order-comments {
  width: 100%;
  margin-bottom: 2rem;
}
.order-confirmation .shipping-address .order-comments div {
  width: 100%;
}
.order-confirmation .shipping-address .order-comments div:first-of-type {
  margin-bottom: 1rem;
}
.order-confirmation .shipping-address .item-summary, .order-confirmation .shipping-address .item-summary-header, .order-confirmation .shipping-address .item-summary-products {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.order-confirmation .shipping-address .item-summary-header, .order-confirmation .shipping-address .item-summary-products {
  width: 100%;
  padding: 0.5rem 0;
  font-size: 0.9rem;
}
.order-confirmation .shipping-address .item-summary-header div, .order-confirmation .shipping-address .item-summary-products div {
  width: 25%;
}
.order-confirmation .shipping-address .item-summary-header {
  width: 100%;
  font-weight: bold;
  margin-top: 2rem;
}
.order-confirmation .shipping-address .item-summary-header div {
  padding-right: 0.5rem;
}
.order-confirmation .shipping-address .item-summary-header div:last-of-type {
  text-align: right;
  padding-right: 0;
}
@media (max-width: 500px) {
  .order-confirmation .shipping-address .item-summary-header {
    display: none;
  }
}
.order-confirmation .shipping-address .item-summary-products .item-summary-products-entry {
  width: 100%;
  padding: 0.5rem 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .order-confirmation .shipping-address .item-summary-products .item-summary-products-entry {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px dashed #949494;
  }
  .order-confirmation .shipping-address .item-summary-products .item-summary-products-entry:last-of-type {
    border-bottom: 0;
  }
  .order-confirmation .shipping-address .item-summary-products .item-summary-products-entry span {
    padding: 0.25rem;
  }
  .order-confirmation .shipping-address .item-summary-products .item-summary-products-entry span:first-of-type {
    padding-left: 0;
  }
  .order-confirmation .shipping-address .item-summary-products .item-summary-products-entry span:last-of-type {
    margin-left: auto;
    padding-right: 0;
  }
}
.order-confirmation .shipping-address .item-summary-products .item-summary-products-entry div {
  padding-right: 0.5rem;
}
.order-confirmation .shipping-address .item-summary-products .item-summary-products-entry div:last-of-type {
  text-align: right;
  padding-right: 0;
}
.order-confirmation .shipping-address .item-summary-products .item-summary-products-entry div .mobile-header {
  display: none;
}
@media (max-width: 500px) {
  .order-confirmation .shipping-address .item-summary-products .item-summary-products-entry div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-right: 0;
  }
  .order-confirmation .shipping-address .item-summary-products .item-summary-products-entry div .mobile-header {
    display: flex;
    font-weight: bold;
  }
}
.order-confirmation .order-summary {
  max-width: 400px;
  margin-left: auto;
}
.order-confirmation .order-summary .right {
  text-align: right;
}
@media (max-width: 500px) {
  .order-confirmation .order-summary .right, .order-confirmation .order-summary .left {
    width: 50% !important;
  }
}

.monolith-partial {
  width: 100%;
}

.feedback-survey {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.feedback-survey .dismiss-feedback {
  padding: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 1.25rem;
  transition: all 0.2s ease-in-out;
}
.feedback-survey .dismiss-feedback:hover {
  transform: scale(1.2);
  transition: all 0.2s ease-in-out;
}
.feedback-survey form h1 {
  text-align: center;
}
.feedback-survey form .icon-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.feedback-survey form .icon-wrapper div {
  padding: 2rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.feedback-survey form .icon-wrapper div:hover img {
  transform: scale(1.2);
  transition: all 0.2s ease-in-out;
}
.feedback-survey form .icon-wrapper div:hover h5 {
  font-weight: 800;
  transition: all 0.2s ease-in-out;
}
.feedback-survey form .icon-wrapper div span {
  display: block;
  max-width: 125px;
  width: 100%;
  margin: 0 auto;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.feedback-survey form .icon-wrapper div img {
  max-width: 125px;
  width: 100%;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.feedback-survey form .icon-wrapper div h5 {
  margin-top: 2rem;
  font-weight: 600;
  color: #2d2d2d;
  font-size: 1.25rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.feedback-survey form .additional-feedback {
  text-align: center;
  display: none;
  transition: all 0.2s ease-in-out;
}
.feedback-survey form .additional-feedback h1 {
  font-size: 2rem;
}
.feedback-survey form .additional-feedback textarea {
  width: 100%;
  height: 150px;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.feedback-survey form .additional-feedback label[for=contact-feedback] {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.feedback-survey form .additional-feedback label[for=contact-feedback] input {
  margin-right: 0.5rem;
  cursor: pointer;
}
.feedback-survey form .additional-feedback label[for=contact-feedback] span {
  align-self: center;
}
.feedback-survey form .additional-feedback button {
  margin: 0 auto;
}
.feedback-survey .success, .feedback-survey .failure {
  display: none;
  text-align: center;
}
.feedback-survey .success button, .feedback-survey .failure button {
  margin: 0 auto;
}

.option-selected span {
  display: block;
  animation: surveyspin 0.5s;
}
.option-selected img {
  animation: grow 0.5s;
  animation-fill-mode: forwards;
  transition: all 0.2s ease-in-out;
}
.option-selected h5 {
  font-weight: 800 !important;
  transition: all 0.2s ease-in-out;
}

.show-additional-feedback {
  display: block !important;
  animation: showfeedback 0.5s;
  animation-fill-mode: forwards;
  transition: all 0.2s ease-in-out;
}

.option-remove {
  animation: fadeaway 0.5s;
  animation-fill-mode: forwards;
}
.option-remove span {
  animation: spinaway 0.5s;
  animation-fill-mode: forwards;
}

@keyframes surveyspin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes grow {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes showfeedback {
  0% {
    transform: scale(0);
    opacity: 0 !important;
  }
  100% {
    transform: scale(1);
    opacity: 1 !important;
  }
}
@keyframes spinaway {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeaway {
  0% {
    transform: scale(1);
    opacity: 1 !important;
    margin-left: 0;
  }
  100% {
    transform: scale(0);
    opacity: 0 !important;
    margin-left: -100%;
  }
}
.returns .my-account-right {
  margin: 0 0 100px 0;
  width: 100%;
}
.returns .my-account-right p {
  text-align: left;
  line-height: 1.5;
}
.returns .my-account-right ul {
  padding: 0 0 0 1rem;
  list-style: disc;
}
.returns .my-account-right ul li {
  line-height: 1.5;
}
.returns .my-account-right legend {
  font-size: unset;
  border: 0;
}
.returns .my-account-right input[type=radio] {
  margin: 0 5px 0 0;
  transform: scale(1.2);
  vertical-align: middle;
}
.returns .my-account-right span {
  vertical-align: middle;
}
.returns .my-account-right div[data-field=Company] {
  display: none;
}
.returns .my-account-right .cognito h3 {
  letter-spacing: 0.2rem;
}
.returns .my-account-right #c-4-4 span {
  font-size: 1rem;
}

.hide-keywords {
  display: none;
}

#maintenanceMessage {
  position: fixed;
  width: 100%;
  max-width: 500px;
  right: 0;
  left: 0;
  top: 120px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #FFFFFF;
  color: #2d2d2d;
  z-index: 1049;
  text-align: left;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  line-height: 1.5;
}
@media (max-width: 767px) and (min-width: 0px) {
  #maintenanceMessage {
    width: 300px;
  }
}
#maintenanceMessage h2 {
  color: #2d2d2d;
}
#maintenanceMessage .message {
  margin-bottom: 2rem;
}

#modal-important-notice {
  color: red;
  font-weight: bold;
}

#important-notice {
  color: red;
  font-weight: bold;
}

.maint-dismiss {
  right: -1000px !important;
  transition: all 0.2s ease-in-out !important;
}

.faqs .faq-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.faqs .faq-wrapper .faq-item {
  width: 100%;
  border: 1px solid #FAF9F8;
  margin-bottom: 1rem;
  border-radius: 6px;
  overflow: hidden;
}
.faqs .faq-wrapper .faq-item .question {
  width: 100%;
  background-color: #FAF9F8;
  color: #2d2d2d;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 135%;
  padding: 2rem;
  transition: 0.2s all ease-in-out;
  cursor: pointer;
  position: relative;
  display: flex;
}
.faqs .faq-wrapper .faq-item .question:after {
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  content: "\f107";
  margin-left: auto;
  width: 40px;
  height: 40px;
  transition: 0.2s all ease-in-out;
}
.faqs .faq-wrapper .faq-item .question:hover {
  background-color: #949494;
  transition: 0.2s all ease-in-out;
}
.faqs .faq-wrapper .faq-item .answer {
  width: 100%;
  background-color: #FFFFFF;
  font-size: 1.125rem;
  padding: 0 2rem;
  height: 0;
  opacity: 0;
  transition: 0.2s all ease-in-out;
  overflow: hidden;
  font-weight: 400;
}
.faqs .faq-wrapper .faq-item .answer p {
  max-width: 40rem;
}
.faqs .faq-wrapper .active .question:after {
  content: "\f106";
  transition: 0.2s all ease-in-out;
}
.faqs .faq-wrapper .active .answer {
  height: initial;
  padding: 2rem;
  opacity: 1;
  transition: 0.2s all ease-in-out;
}

.points-summary {
  width: 100%;
  background-color: #FCD433;
  display: inline-flex;
  color: #FFFFFF;
  border-top: 2px solid #FCD433;
  border-bottom: 2px solid #FCD433;
}
.points-summary .budget-remaining, .points-summary .points-recieved, .points-summary .points-give {
  text-align: center;
  flex-grow: 1;
  padding: 1em;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.points-summary .budget-remaining h5, .points-summary .points-recieved h5, .points-summary .points-give h5 {
  font-size: 1em;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin: 0;
  display: block;
  text-transform: uppercase;
}
.points-summary .budget-remaining hr, .points-summary .points-recieved hr, .points-summary .points-give hr {
  width: 0.75em;
  border-top: 0;
  border-bottom: 1px solid #FFFFFF;
  margin: 0.75em auto;
}
.points-summary .budget-remaining ul, .points-summary .points-recieved ul, .points-summary .points-give ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: block;
  max-width: 15em;
}
.points-summary .budget-remaining ul li, .points-summary .points-recieved ul li, .points-summary .points-give ul li {
  line-height: 1.5;
}
.points-summary .budget-remaining ul li:nth-of-type(1), .points-summary .points-recieved ul li:nth-of-type(1), .points-summary .points-give ul li:nth-of-type(1) {
  font-size: 0.9em;
}
.points-summary .budget-remaining ul li:nth-of-type(2), .points-summary .points-recieved ul li:nth-of-type(2), .points-summary .points-give ul li:nth-of-type(2) {
  font-size: 3em;
  font-weight: 700;
}
.points-summary .budget-remaining ul li:nth-of-type(3), .points-summary .points-recieved ul li:nth-of-type(3), .points-summary .points-give ul li:nth-of-type(3) {
  font-size: 0.9em;
}
.points-summary .points-give {
  border-right: 0;
}

.point-summary .balance-summary {
  text-align: left;
  margin-bottom: 2rem;
}
.point-summary table {
  width: 100%;
}
@media screen and (max-width: 650px) {
  .point-summary table {
    display: flex;
  }
}
@media screen and (max-width: 650px) {
  .point-summary table thead {
    display: none;
  }
}
.point-summary table thead tr {
  background-color: #FFFFFF !important;
}
.point-summary table thead tr th {
  text-align: left;
  font-weight: 600;
  padding: 0.75rem 0.5rem;
}
@media screen and (max-width: 650px) {
  .point-summary table tbody {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 650px) {
  .point-summary table tbody tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 1rem;
  }
}
.point-summary table tbody tr:nth-of-type(odd) {
  background-color: #FAF9F8;
}
.point-summary table tbody tr td {
  padding: 0.25rem;
  padding: 0.75rem 0.55rem;
}
.point-summary table tbody tr td:first-of-type {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.point-summary table tbody tr td:last-of-type {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
@media screen and (max-width: 650px) {
  .point-summary table tbody tr td {
    display: flex;
    /*flex-wrap: wrap;*/
    width: 100%;
  }
  .point-summary table tbody tr td span {
    margin-left: auto;
  }
}
.point-summary .mobile-label {
  display: none;
  font-weight: 600;
  width: 50%;
  margin: 0 !important;
}
@media screen and (max-width: 650px) {
  .point-summary .mobile-label {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .point-summary .mobile-label {
    width: 100%;
    display: block;
    margin-bottom: 0.5rem;
  }
}

.budget-transactions .budget-summary {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.budget-transactions .budget-summary div {
  margin-bottom: 1rem;
  width: 100%;
}
.budget-transactions .budget-summary #current-budget {
  font-size: 2.5rem;
  font-weight: bold;
}
.budget-transactions table {
  width: 100%;
}
@media screen and (max-width: 650px) {
  .budget-transactions table {
    display: flex;
  }
}
@media screen and (max-width: 650px) {
  .budget-transactions table thead {
    display: none;
  }
}
.budget-transactions table thead tr {
  background-color: #FFFFFF !important;
}
.budget-transactions table thead tr th {
  text-align: left;
  font-weight: 600;
  padding: 0.75rem 0.5rem;
}
@media screen and (max-width: 650px) {
  .budget-transactions table tbody {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 650px) {
  .budget-transactions table tbody tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 1rem;
  }
}
.budget-transactions table tbody tr:nth-of-type(odd) {
  background-color: #FAF9F8;
}
.budget-transactions table tbody tr td {
  padding: 0.25rem;
  padding: 0.75rem 0.55rem;
}
.budget-transactions table tbody tr td:first-of-type {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.budget-transactions table tbody tr td:last-of-type {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
@media screen and (max-width: 650px) {
  .budget-transactions table tbody tr td {
    display: flex;
    /*flex-wrap: wrap;*/
    width: 100%;
  }
  .budget-transactions table tbody tr td span {
    margin-left: auto;
  }
}
.budget-transactions .mobile-label {
  display: none;
  font-weight: 600;
  width: 50%;
  margin: 0 !important;
}
@media screen and (max-width: 650px) {
  .budget-transactions .mobile-label {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .budget-transactions .mobile-label {
    width: 100%;
    display: block;
    margin-bottom: 0.5rem;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/support/_reset.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/support/_variables.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/support/_fonts.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/support/_layout.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/support/_prop65.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/support/_breakpoints.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/support/_alerts.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/support/_buttons.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/support/_breadcrumbs.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/support/_forms.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/support/_modals.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/support/_type.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_store-selection.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_login.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_homepage.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_header.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_slim-jim.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_tile-modules.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_footer.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_hero.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_callouts.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_product-spotlight.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_featured-products.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_showcase-products.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_shop-by-category.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_special-order.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_email-opt-in.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_category-products.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_left-nav.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_product-list.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_product-details.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_cross-sales.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_reviews.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_my-account.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_create-account.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_verify-email.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_update-account.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_address-book.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_communication.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_order-history.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_gift-cards.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_wishlist.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_approvals.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_dashboard.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_loqate.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_cart.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_checkout.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_order-confirmation.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_feedback-survey.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_returns.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_search.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_maint-msg.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_faq.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_points-summary.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/indeed-2023/sass/modules/_budget.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AAAA;AAAA;AAAA;AAAA;AAKA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAaI;EACA;EACA;EACA;EACA;EACA;;;AAEJ;AACA;AAAA;EAEI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;AAAA;EAEI;EACA;;;AAGJ;EACI;EACA;;;ACxBJ;AAAA;AAAA;AAAA;AAAA;ACzBA;EACI,aDyCoB;ECxCpB;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,aD+BoB;EC9BpB;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,aDqBoB;ECpBpB;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,aDWoB;ECVpB;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,aDCoB;ECApB;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,aDToB;ECUpB;EACA;EACA;EACA;EACA;EACA;;AC3DJ;AAAA;AAAA;EAGE;AACF;;;AAKA;EAKI;EACA;EAEA,OFHQ;EEIR;EACA;EACA;EACA;;AAXA;EACI,aFuCgB;;AE3BpB;EAdJ;IAeQ;;;;AAIR;EACI;;AAEA;EACI;;;AAKJ;EACI;;;AAIR;EACE;EACA;;;AAGF;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;;AAIR;EACE;;;AAGF;EACI;EACA;;;AAGJ;EACI;;;ACnEJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;;;AAIR;EACI;EACA;;AAIA;EACI;EACA;EACA;EACA;EACA;;ACtBA;EDiBJ;IAQQ;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA,kBH9CI;EG+CJ;EACA;EACA;EACA;EACA;EACA;;;AAOhB;EACI;EACA;;ACxEI;EDsER;IAKQ;;;AC3EA;ED8EJ;IAEQ;;;AChFJ;EDoFJ;IAEQ;;;AAIR;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAQZ;EACI;EACA;EACA;;AAEA;EACI;EACA,OH3HQ;;;AKlBpB;EACI;EACA;EACA,OLSQ;EKRR;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA,OLJQ;EKKR;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA,aLUgB;EKThB;EACA;EACA;;AAOA;EACI;;;AAOR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA,aLjBgB;EKkBhB;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA,kBL9DQ;EK+DR,OL1DQ;EK2DR;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;;AAIR;EACI;;;AAGJ;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;IACA;;;ACrJR;EACI;;;AAGJ;EACI;EACA,aN0CoB;EMzCpB;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;;AAMR;EACI;EACA;;AAGJ;EACI;;;AAIR;EACI;EACA,kBNnDgB;EMoDhB,cNpDgB;;AMsDhB;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EACI;;AAGJ;EACI;;AAGJ;EACI;;;AAIR;EACI,ONrFI;EMsFJ,kBN/EgB;EMgFhB,cNhFgB;;AMkFhB;EACI,kBNnFY;EMoFZ,cNpFY;;AMsFZ;EACI,ON9FJ;;AMkGJ;EACI,ONnGA;;;AMuGR;EACI,ONxGI;EMyGJ,kBNlGgB;EMm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EACI;;AAIR;EACI;EACA,OTrHI;ESsHJ;EACA;EACA;EACA;;AAEA;EACI;;AAKZ;EACI;;AAEA;EACI;;AAEA;EACI,OTxIA;ESyIA;EACA;EACA;EACA;;AAIA;EACI;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EATJ;IAUQ;;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EARJ;IASQ;;;AAIJ;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA,OTzMb;;AS4MS;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA,OTzNb;ES0Na;EACA;EACA;;AAIR;EACI;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAMhB;EACI;EACA;EACA;;;AASpB;EACI;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;;AAIR;EACI;EACA;EACA;;;AAWZ;EACI;EACA;;AAIR;EACI;;ALvVA;EKsVJ;IAIQ;IACA;;;AAGJ;EACI;;AAGJ;EACI;;AAEA;EACI;EACA;;AAGJ;EACI;;AAIR;EACI;;;AAKZ;EACI;;AAEA;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;;AAMR;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;;AAOhB;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAMA;EACI;EACA;;AAEA;EACI;;AAGI;EACI;EACA;EACA;;AAMhB;EACI;;AAMQ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;;ALneZ;EK2eR;IA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ACA;EACA;EACA;EACA;EACA;EACA;EACA;;;ACzJhB;EACI;EACA;EACA;EACA;;AAEA;EANJ;IAOQ;;;AAGJ;EAVJ;IAWQ;;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EAJJ;IAKQ;;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAOR;EACI;;AAIR;EACI;;AAIR;EACI;EACA;;AAGJ;EACI;;AAKJ;EACI;EACA;EACA;EACA,kBrBnEA;EqBoEA;EACA;EACA;;AAGA;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;;AAKZ;EACI;EACA;;;AC3GZ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA,WtBKK;EsBJL;EACA;;AAEA;EACI;;AAGJ;EACI;EACA,kBtBRJ;EsBSI;EACA;EACA;EACA;EACA;EACA;;AAEA;EAVJ;IAWQ;;;AlBfR;EkBIA;IAeQ;;;AAGJ;EAlBJ;IAmBQ;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EAPJ;IAQQ;IACA;;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAOJ;EACI;;AAKJ;EACI;;AAKJ;EACI;;AAKJ;EACI;;;AC5GhB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,evBlBS;EuBmBT;EACA;;AAEA;EACI;;AAGJ;EACI,OvB/BR;EuBgCQ;EACA;EACA;EACA;;AAGJ;EACI;EACA,evBpCK;;AuBuCT;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;;AClEhB;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EA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B;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAMJ;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAII;EACI;EACA;;AAGJ;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA,O/CnEZ;E+CoEY;EACA;EACA;;AAKZ;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;;AAKR;EACI;;AAKZ;EACI;EACA;;AAEA;EACI;;;AAMR;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;;AAIR;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;;;AAIR;EACI;IACI;;EAGJ;IACI;;;AAIR;EACI;IACI;;EAGJ;IACI;;EAGJ;IACI;;;AAIR;EACI;IACI;IACA;;EAIJ;IACI;IACA;;;AAIR;EACI;IACI;;EAGJ;IACI;;;AAIR;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;ACnOJ;EACI;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;;AAIR;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAIA;EACI;;AAKJ;EACI;;;AC1ChB;EACI;;;ACLJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBlDII;EkDHJ,OlDIQ;EkDHR;EACA;EACA;EACA;EACA;EACA;;A9CPI;E8CTR;IAmBQ;;;AAGJ;EAEI,OlDVI;;AkDcR;EACI;;;AASR;EACI;EACA;;;AAGJ;EACI;EACA;;;AAEJ;EACI;EACA;;;AC9CA;EACI;EACA;;AAKA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA,kBnDVJ;EmDWI,OnDRR;EmDSQ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,kBnDjCb;EmDkCa;;AAIR;EACI;EACA,kBnDnCR;EmDoCQ;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAQJ;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;;;AC5EhB;EACI;EACA,kBpDmBe;EoDlBf;EACA,OpDSI;EoDRJ;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;EACA;EAEA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI;;AAIJ;EACI;EACA;;AAGJ;EACI;;AAiBhB;EACI;;;AAMJ;EACI;EACA;;AAOJ;EACI;;AAEA;EAHJ;IAIQ;;;AAKA;EAFJ;IAGQ;;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;;AAMR;EADJ;IAEQ;IACA;;;AAMA;EAHJ;IAIQ;IACA;IACA;IACA;IACA;;;AAGJ;EACI,kBpDxHR;;AoD6HI;EACI;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EAdJ;IAeQ;AACA;IACA;;EAEA;IACI;;;AAQxB;EACI;EACA;EACA;EACA;;AAEA;EANJ;IAOQ;;;AAGJ;EAVJ;IAWQ;IACA;IACA;;;;AC7KR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAOJ;EACI;EACA;;AAKR;EACI;;AAEA;EAHJ;IAIQ;;;AAKA;EAFJ;IAGQ;;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;;AAMR;EADJ;IAEQ;IACA;;;AAMA;EAHJ;IAIQ;IACA;IACA;IACA;IACA;;;AAGJ;EACI,kBrDzDR;;AqD8DI;EACI;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EAdJ;IAeQ;AACA;IACA;;EAEA;IACI;;;AAQxB;EACI;EACA;EACA;EACA;;AAEA;EANJ;IAOQ;;;AAGJ;EAVJ;IAWQ;IACA;IACA%22%7D */