﻿@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;
}

@font-face {
  font-family: Overpass;
  src: url("../fonts/Overpass-ExtraLight.eot");
  src: url("../fonts/Overpass-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Overpass-ExtraLight.ttf") format("truetype"), url("../fonts/Overpass-ExtraLight.woff2") format("woff2"), url("../fonts/Overpass-ExtraLight.woff") format("woff"), url("../fonts/Overpass-ExtraLight.svg#Overpass-ExtraLight.svg") format("svg");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: Overpass;
  src: url("../fonts/Overpass-Light.eot");
  src: url("../fonts/Overpass-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Overpass-Light.ttf") format("truetype"), url("../fonts/Overpass-Light.woff2") format("woff2"), url("../fonts/Overpass-Light.woff") format("woff"), url("../fonts/Overpass-Light.svg#Overpass-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: Overpass;
  src: url("../fonts/Overpass-Regular.eot");
  src: url("../fonts/Overpass-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Overpass-Regular.ttf") format("truetype"), url("../fonts/Overpass-Regular.woff2") format("woff2"), url("../fonts/Overpass-Regular.woff") format("woff"), url("../fonts/Overpass-Regular.svg#Overpass-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: Overpass;
  src: url("../fonts/Overpass-SemiBold.eot");
  src: url("../fonts/Overpass-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Overpass-SemiBold.ttf") format("truetype"), url("../fonts/Overpass-SemiBold.woff2") format("woff2"), url("../fonts/Overpass-Book.woff") format("woff"), url("../fonts/Overpass-SemiBold.svg#Overpass-SemiBold.svg") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: Overpass;
  src: url("../fonts/Overpass-Bold.eot");
  src: url("../fonts/Overpass-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Overpass-Bold.ttf") format("truetype"), url("../fonts/Overpass-Bold.woff2") format("woff2"), url("../fonts/Overpass-Bold.woff") format("woff"), url("../fonts/Overpass-Bold.svg#Overpass-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: Overpass;
  src: url("../fonts/Overpass-Bold.eot");
  src: url("../fonts/Overpass-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Overpass-Bold.ttf") format("truetype"), url("../fonts/Overpass-Bold.woff2") format("woff2"), url("../fonts/Overpass-Bold.woff") format("woff"), url("../fonts/Overpass-Bold.svg#Overpass-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

.fa-brands:before, .fa-brands:after {
  font-family: "Font Awesome 6 Brands";
}

html, body {
  min-height: 100vh;
  height: 100%;
  width: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Overpass !important;
  color: #000000;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 1rem;
}

main {
  min-height: 90vh;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.store-login main {
  background-color: #F5F5F5;
}

.grecaptcha-badge {
  display: none;
}

img {
  -ms-interpolation-mode: bicubic;
}

.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: #0956ff;
  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: #0956ff;
}

.alert, .alert-backorder, .login-error, .create-account-error {
  text-align: center;
  background-color: rgba(213, 69, 112, 0.75);
  border: 1px solid #D54570;
  color: #FFFFFF;
  padding: 1rem;
  display: block;
  font-weight: bold;
  margin: 1rem 0 2rem 0;
  line-height: 1.2;
  border-radius: 0.3125rem;
  width: 100%;
}

#international-shipping-agreement {
  text-align: left;
  border: 2px dashed #9f1d00;
  color: #000000;
  background-color: transparent;
}

.page-error {
  text-align: center;
}
.page-error div {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 2rem 0;
}
.page-error div .error {
  margin: 0 auto;
  margin-bottom: 2em;
}
.page-error img {
  max-width: 200px;
  margin: 0 auto;
}
.page-error .btn {
  margin: 0 auto;
}

button:focus {
  outline: 0;
}

.btn, .el-button, input[type=submit] {
  display: block;
  vertical-align: middle;
  font-family: Overpass;
  font-size: 1rem;
  padding: 10px 24px 8px 24px;
  margin: 0;
  border: 1px solid transparent;
  text-transform: none;
  text-align: center;
  font-weight: 400;
  border-radius: 4px;
  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: 1.5;
  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.75rem;
  right: 0;
  bottom: 1rem;
  left: 0;
}
.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 {
  color: #0956ff;
  background-color: #FFFFFF;
  border-color: #0956ff;
}
.btn-alpha:hover, .btn-cart:hover, #c-submit-button:hover, .cog-button--primary:hover {
  background-color: #0956ff;
  border-color: #0956ff;
  color: #FFFFFF;
}
.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 {
  color: #FFFFFF;
}
.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 {
  color: #0956ff;
}

.btn-approve {
  color: #FFFFFF;
  background-color: #00A651;
  border: 2px solid #00A651;
}
.btn-approve:hover {
  background-color: #00A651;
  border: 2px solid #00A651;
  color: #FFFFFF;
}
.btn-approve:hover:active, .btn-approve:hover:focus, .btn-approve:hover:visited {
  color: #FFFFFF;
}
.btn-approve:active, .btn-approve:focus, .btn-approve:visited {
  color: #FFFFFF;
}

.btn-beta {
  color: #FFFFFF;
  background-color: #0956ff;
  border-color: #0956ff;
}
.btn-beta:hover {
  background-color: #0956ff;
  border-color: #0956ff;
}
.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: #0956ff;
  border-color: #0956ff;
}
.btn-gamma:hover {
  background-color: #0956ff;
  border-color: #0956ff;
}
.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: #757575;
  border-color: #757575;
}
.btn-neutral:hover {
  background-color: #424242;
  border-color: #424242;
}
.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: #0956ff;
}
.btn-ghost:hover:active, .btn-ghost:hover:focus {
  background-color: #FFFFFF;
  color: #0956ff;
}
.btn-ghost:hover:visited {
  background-color: #FFFFFF;
  color: #0956ff;
}
.btn-ghost:active, .btn-ghost:focus, .btn-ghost:visited {
  background-color: transparent;
  color: #FFFFFF;
}

.btn-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

#return-to-top {
  max-width: 50px;
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 100px;
  right: 15px;
  min-width: initial;
  display: none;
  padding: 10px;
  z-index: 999;
}
@media (max-width: 767px) and (min-width: 0px) {
  #return-to-top {
    bottom: 10px;
    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: #424242;
}
.btn-wishlist:hover, .btn-continue-shopping:hover {
  background-color: transparent;
  border-color: transparent;
  color: #000000;
}
.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: #000000;
}
.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: #424242;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.breadcrumb {
  background-color: #FFFFFF;
  color: #424242 !important;
  display: block !important;
  width: 100%;
  margin-bottom: 2em;
  padding: 1rem;
  text-align: left;
  font-size: 0.9em !important;
}
.breadcrumb a {
  color: #424242;
  text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:visited, .breadcrumb a:focus {
  color: #000000;
  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: #000000;
}
.breadcrumb ul .active {
  color: #424242;
}
@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;
  color: #424242;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.form-entry {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.5rem 0.25rem;
}
.form-entry label {
  width: 100%;
}
.form-entry input, .form-entry span {
  align-self: center;
}
.form-entry input, .form-entry label {
  width: 100%;
}

.form-entry.half {
  width: 50%;
}

.enter-address-message {
  padding: 0.125rem 0 0 0.5rem;
  font-size: 0.9rem;
  margin: 0;
  font-style: italic;
}

label,
input,
button,
select,
textarea {
  font-family: Overpass;
}
label:before, label:after,
input:before,
input:after,
button:before,
button:after,
select:before,
select:after,
textarea:before,
textarea:after {
  font-family: Overpass !important;
}

label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  color: #424242 !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;
  color: #000000;
  vertical-align: middle;
}

.ie8 input[type=search],
.ie9 input[type=search] {
  padding-bottom: 8px;
}

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 #000000;
  height: 42px;
  /*    border-radius: 4px;*/
  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: #0956ff;
  outline: 0;
  outline: thin dotted \9 ; /* IE6-9 */
}
select:required:focus, select:required:hover, textarea:required:focus, textarea:required:hover,
input[type=text]:required:focus,
input[type=text]:required:hover,
input[type=password]:required:focus,
input[type=password]:required:hover,
input[type=datetime]:required:focus,
input[type=datetime]:required:hover,
input[type=datetime-local]:required:focus,
input[type=datetime-local]:required:hover,
input[type=date]:required:focus,
input[type=date]:required:hover,
input[type=month]:required:focus,
input[type=month]:required:hover,
input[type=time]:required:focus,
input[type=time]:required:hover,
input[type=week]:required:focus,
input[type=week]:required:hover,
input[type=number]:required:focus,
input[type=number]:required:hover,
input[type=email]:required:focus,
input[type=email]:required:hover,
input[type=url]:required:focus,
input[type=url]:required:hover,
input[type=search]:required:focus,
input[type=search]:required:hover,
input[type=tel]:required:focus,
input[type=tel]:required:hover,
input[type=color]:required:focus,
input[type=color]:required:hover,
.uneditable-input:required:focus,
.uneditable-input:required:hover {
  border-color: red;
}

textarea {
  height: 200px;
}

input ::-webkit-input-placeholder,
textarea ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9E9E9E;
}
input ::-moz-placeholder,
textarea ::-moz-placeholder { /* Firefox 19+ */
  color: #9E9E9E;
}
input :-ms-input-placeholder,
textarea :-ms-input-placeholder { /* IE 10+ */
  color: #9E9E9E;
}
input :-moz-placeholder,
textarea :-moz-placeholder { /* Firefox 18- */
  color: #9E9E9E;
}

input[type=checkbox] {
  -webkit-appearance: none;
  border: 1px solid #757575;
  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: #FFFFFF;
  border: 1px solid #757575;
  color: #000000;
}
input[type=checkbox]:checked:after {
  content: "✔";
  font-size: 1.125rem;
  position: absolute;
  top: -2px;
  left: 5px;
  color: #000000;
}

.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 #BDBDBD;
  border-radius: 0.3125rem;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
  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: #BDBDBD;
  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: #000000;
  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: #0956ff;
  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: #0956ff;
  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: #424242;
}
.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-points {
  font-size: 1.4rem;
  color: #424242;
  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: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 #F5F5F5;
}
#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 #0956ff;
  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: 0.3125rem;
  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 .fa-circle-notch, #update-information-modal #failure .fa-circle-notch {
  color: #000000 !important;
  font-size: 1rem !important;
}
#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: 0.3125rem;
}
#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.25);
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.3125rem;
  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: #0956ff;
  display: inline-block;
  font-weight: 500;
}
#notify .notify-message ul #notify-message-name {
  font-weight: 400;
}
#notify .notify-message ul #notify-message-type {
  color: #000000;
  font-weight: bold;
}
#notify .notify-message ul #notify-message-points {
  display: inline-block;
  color: #000000;
  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: #000000;
}
#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;
}

.saleprice {
  color: red;
  text-decoration: line-through;
  margin-left: 0.5em;
}

a {
  text-decoration: underline;
  color: #000000;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
a:visited {
  color: #000000;
}
a:active {
  color: #000000;
}
a:focus {
  color: #000000;
}

p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0.25rem 0 1rem 0;
}

strong, b {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Overpass !important;
  font-weight: 400;
  color: #000000;
  margin-bottom: 1rem;
  text-rendering: optimizelegibility;
  text-transform: none;
}

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;
}

.world-map-intro {
  background-image: url(../images/hero/WorldMap.jpg);
  background-position: center;
  background-size: cover;
  height: 100vh;
  padding-top: 3em;
}
@media (max-width: 767px) and (min-width: 0px) {
  .world-map-intro {
    margin-top: -80px;
  }
}
.world-map-intro .wrapper {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  padding: 2em;
  text-align: center;
  background-color: rgb(255, 255, 255);
  border-radius: 0.3125rem;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
}
.world-map-intro .wrapper img {
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 2em;
}
.world-map-intro .wrapper h3 {
  width: 100%;
  font-weight: bold;
  font-size: 1em;
  color: #0956ff;
  margin: 0;
  text-align: center;
  line-height: 1;
  padding: 0.5em;
}
.world-map-intro .wrapper select {
  width: 100%;
  margin: 1em 0 0.5em 0;
}
.world-map-intro .wrapper button {
  width: 100%;
  margin: 1em 0;
}

.login-header {
  width: 100%;
  background-color: transparent;
  text-align: center;
  padding: 1em;
}
.login-header img {
  max-width: 150px;
  margin: 0 auto;
}

.login {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 3rem 3rem 7rem;
}
@media screen and (max-width: 425px) {
  .login {
    padding: 2rem;
  }
}
@media screen and (max-width: 320px) {
  .login {
    padding: 1rem;
  }
}
.login .login-wrapper {
  max-width: 600px;
  margin: 0 auto;
}
.login .login-left, .login .login-right {
  /*        width: 45%;*/
  padding: 2em;
  font-size: 0.9em;
  display: flex;
  flex-grow: 1;
  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: #424242;
  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 #F5F5F5;
  border-top: 0;
}
.login .login-sso, .login .login-store, .login .login-guest {
  width: 100%;
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 320px) {
  .login .login-sso, .login .login-store, .login .login-guest {
    padding: 1rem;
  }
}
.login .login-sso form, .login .login-store form, .login .login-guest form {
  width: 100%;
}
.login .login-sso h5, .login .login-store h5, .login .login-guest h5 {
  padding-bottom: 0.5em;
  width: 100%;
}
.login .login-sso label, .login .login-store label, .login .login-guest label {
  font-size: 0.9em;
  color: #424242;
  text-align: left;
}
.login .login-sso input, .login .login-store input, .login .login-guest input {
  margin: 0 0 1em 0;
  display: block;
  width: 100%;
}
@media (max-width: 767px) and (min-width: 0px) {
  .login .login-sso input, .login .login-store input, .login .login-guest input {
    width: 100%;
    max-width: initial;
  }
}
.login .login-sso button, .login .login-store button, .login .login-guest button {
  margin-top: 1em;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  background-color: #0956ff;
  border: 1px solid #0956ff;
  color: #FFFFFF;
}
.login .login-sso button:hover, .login .login-store button:hover, .login .login-guest button:hover {
  background-color: #FFFFFF;
  color: #0956ff;
}
@media (max-width: 767px) and (min-width: 0px) {
  .login .login-sso button, .login .login-store button, .login .login-guest button {
    /*margin-top: 2em;*/
    width: 100%;
    max-width: initial;
  }
}
.login .login-sso hr, .login .login-store hr, .login .login-guest hr {
  border: 1px solid #F5F5F5;
  border-top: 0;
}
.login .login-sso .register-links, .login .login-store .register-links, .login .login-guest .register-links {
  margin: 0;
  font-size: 0.9rem;
  padding-top: 1rem;
  display: flex;
  justify-content: space-around;
}
.login .login-sso .login-logos, .login .login-store .login-logos, .login .login-guest .login-logos {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 1rem;
  justify-content: center;
}
.login .login-sso .login-logos h1, .login .login-store .login-logos h1, .login .login-guest .login-logos h1 {
  text-align: center;
  margin: 1rem auto 0;
  padding: 0 0 1rem;
  font-size: 1.2rem;
  font-weight: bold;
}
.login .login-sso .login-logos img, .login .login-store .login-logos img, .login .login-guest .login-logos img {
  padding: 0 0.5rem;
}
.login .login-sso .login-logos img:nth-of-type(1), .login .login-store .login-logos img:nth-of-type(1), .login .login-guest .login-logos img:nth-of-type(1) {
  width: 100%;
  max-width: 45px;
}
.login .login-sso .login-logos img:nth-of-type(2), .login .login-store .login-logos img:nth-of-type(2), .login .login-guest .login-logos img:nth-of-type(2) {
  width: 100%;
  max-width: 100px;
  margin: 0 1.5rem 0 2.5rem;
}
@media screen and (max-width: 465px) {
  .login .login-sso .login-logos img:nth-of-type(2), .login .login-store .login-logos img:nth-of-type(2), .login .login-guest .login-logos img:nth-of-type(2) {
    margin: 0 1rem 0 1.5rem;
  }
}
.login .login-sso .login-logos img:nth-of-type(3), .login .login-store .login-logos img:nth-of-type(3), .login .login-guest .login-logos img:nth-of-type(3) {
  width: 100%;
  max-width: 75px;
}
.login .login-divider {
  width: 100%;
  padding: 1rem 2rem;
  position: relative;
}
.login .login-divider hr {
  border-top: 0;
  border-bottom: 1px solid #bbbbbb;
}
.login .login-divider div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.login .login-divider div span {
  padding: 1rem;
  font-weight: bold;
  background-color: #FFFFFF;
}
@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;
  background-color: #f2f1ee;
  border-radius: 0.3125rem;
}
.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: #0956ff;
}
.login .login-right button:first-of-type {
  margin-bottom: 3em;
}
.login .login-sso .employee-login-prompt {
  width: 100%;
}
.login .login-sso .save-cart-card {
  display: none;
  width: 100%;
}
.login .login-sso .employee-login {
  width: 100%;
}
.login .login-sso .employee-login-save-cart {
  display: none;
}
.login .login-sso .employee-login-save-cart #save-cart-message-success {
  color: #187E3F;
}

.login-wrapper {
  width: 100%;
  background-color: #ffffff;
  max-width: 320px;
  margin: 3rem auto;
  padding: 2rem;
  outline: 0;
  background-color: #FFF;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  animation: fade-in;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  align-self: center;
}
.login-wrapper h1 {
  font-size: 1.5rem;
  text-align: center;
}
.login-wrapper .btn {
  width: 100%;
  max-width: 100%;
}

.no-login hr {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 0;
}
.no-login .no-login-header {
  padding: 2rem;
  margin-bottom: 4em;
  text-align: center;
}
.no-login .no-login-header img {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}
.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: 1rem 0;
  line-height: 1.5;
}
.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;
}

.login-dealer {
  max-width: 100%;
  width: 100%;
  min-height: 90vh;
  background-image: url(../images/hero/New-Dealer-Login-BG.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.login-dealer .login-wrapper {
  border-radius: 12px;
}
.login-dealer .access-notice {
  background-color: #EEEEEE;
  padding: 1rem;
  margin-top: 1rem;
  text-align: center;
}
.login-dealer .access-notice p {
  font-size: 0.9rem;
  margin: 0;
}
.login-dealer .chevy-login-links {
  text-align: center;
  font-size: 0.75rem;
  margin-top: 1rem;
}
.login-dealer .chevy-login-links img {
  width: 100%;
  max-width: 80px;
  margin: 0.5rem 0;
}
.login-dealer .chevy-login-links p {
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
}
.login-dealer .chevy-login-links .chevy-links {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.login-dealer .chevy-login-links .chevy-links span {
  font-size: 0.8rem;
}
@media screen and (max-width: 465px) {
  .login-dealer .chevy-login-links .chevy-links span {
    line-height: 1.3rem;
  }
}

section, footer {
  width: 100%;
  position: relative;
}
section .wrapper, footer .wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
section .wrapper .section-title, footer .wrapper .section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}
section .wrapper .section-title a, footer .wrapper .section-title a {
  text-decoration: none;
  color: #000000;
}
section .wrapper .section-title a:hover, footer .wrapper .section-title a:hover {
  text-decoration: none;
  color: #000000;
}
section .wrapper .item, footer .wrapper .item {
  background-color: #FFFFFF;
  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;
}

header {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background-color: transparent;
  border-bottom: 1px solid #E0E0E0;
  background-color: #FFFFFF;
}
header .header-ribbon {
  width: 100%;
  padding: 1rem;
  background: linear-gradient(to right, #0093d3, #184998);
}
@media screen and (max-width: 1024px) {
  header .header-ribbon {
    display: none;
  }
}
header .header-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 1.25rem;
  background-color: #FFFFFF;
  position: relative;
  /*        @media screen and (max-width:1450px) {
      flex-wrap: wrap;
  }*/
  /*        i {
      font-weight: 800 !important;
  }*/
}
@media screen and (max-width: 1024px) {
  header .header-wrapper {
    justify-content: space-between;
    padding: 1rem;
  }
}
header .header-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header .header-wrapper ul li {
  cursor: pointer;
}
header .header-wrapper a {
  color: #000000;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
header .header-wrapper a:hover {
  transition: all 0.2s ease-in-out;
  color: #666360;
  text-decoration: none;
}
header .header-wrapper .sub-menu, header .header-wrapper #mobile-cart, header .header-wrapper #mobile-nav, header .header-wrapper .mobile-close {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .header-wrapper #mobile-nav {
    display: flex;
  }
}
@media screen and (max-width: 1024px) {
  header .header-wrapper #mobile-cart, header .header-wrapper #mobile-nav {
    display: flex;
  }
  header .header-wrapper #mobile-cart {
    order: 3;
    width: 25%;
    justify-content: flex-end;
    position: relative;
  }
  header .header-wrapper #mobile-cart a {
    padding: 1rem;
  }
  header .header-wrapper #mobile-cart i {
    position: relative;
    font-size: 1.25rem !important;
    color: #000000;
  }
  header .header-wrapper #mobile-cart .number-of-items {
    display: flex;
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 0.5rem;
    justify-content: center;
    align-self: center;
    background-color: red;
    color: #FFFFFF;
    border-radius: 6px;
    padding: 0.25rem;
    text-align: center;
  }
  header .header-wrapper #mobile-cart #search-icon {
    padding-right: 0.25rem;
  }
  header .header-wrapper #mobile-nav {
    order: 1;
    width: 25%;
    justify-content: flex-start;
    height: 100%;
    align-content: center;
    align-items: center;
  }
  header .header-wrapper #mobile-nav a {
    padding: 1rem;
    cursor: pointer;
  }
  header .header-wrapper #mobile-nav a i {
    align-self: center;
    font-size: 1.25rem !important;
    color: #000000;
  }
  header .header-wrapper .mobile-close {
    order: 2;
  }
  header .header-wrapper .mobile-close i {
    font-weight: 800 !important;
    font-size: 1.25rem !important;
  }
}
header .header-wrapper .nav-logo {
  padding: 0 0 0 0;
  display: flex;
  align-self: center;
  flex-grow: 1;
}
@media screen and (max-width: 1024px) {
  header .header-wrapper .nav-logo {
    order: 2;
    width: 50%;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  header .header-wrapper .nav-logo {
    padding: 0;
  }
}
header .header-wrapper .nav-logo img {
  max-width: 200px;
  width: 100%;
  width: 200px;
}
@media screen and (max-width: 1024px) {
  header .header-wrapper .nav-logo img {
    max-width: 150px;
    width: 100%;
    width: 150px;
  }
}
header .header-wrapper .nav-categories {
  display: flex;
  align-self: center;
  justify-content: center;
  height: 100%;
  transition: all 0.2s ease-in-out;
  flex-grow: 2;
}
@media screen and (max-width: 1024px) {
  header .header-wrapper .nav-categories {
    order: 4;
    width: 100%;
    height: initial;
  }
}
header .header-wrapper .nav-categories ul {
  width: 100%;
  display: flex;
  align-self: center;
  justify-content: center;
}
header .header-wrapper .nav-categories ul .category, header .header-wrapper .nav-categories ul li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  header .header-wrapper .nav-categories ul .category, header .header-wrapper .nav-categories ul li {
    border-bottom: 1px solid #c9c9c9;
  }
}
header .header-wrapper .nav-categories ul .category > a, header .header-wrapper .nav-categories ul li > a {
  display: flex;
  justify-content: space-between;
  padding: 2.5rem 0.75rem 1.5rem 0.75rem;
  font-size: clamp(0.9rem, 4vw + 1rem, 0.9rem);
  font-weight: 400;
  align-self: center;
  margin-right: auto;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
  text-transform: uppercase;
}
header .header-wrapper .nav-categories ul .category > a > span, header .header-wrapper .nav-categories ul li > a > span {
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  header .header-wrapper .nav-categories ul .category > a, header .header-wrapper .nav-categories ul li > a {
    margin-bottom: 0;
    border-bottom: 0;
  }
}
header .header-wrapper .nav-categories ul .category > a i, header .header-wrapper .nav-categories ul li > a i {
  transition: all 0.3s ease-in-out;
  margin-left: 0.25rem;
  font-size: 0.75rem;
  align-self: center;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  header .header-wrapper .nav-categories ul .category > a i, header .header-wrapper .nav-categories ul li > a i {
    display: none;
  }
}
header .header-wrapper .nav-categories ul .category > a:hover, header .header-wrapper .nav-categories ul li > a:hover {
  color: #666360;
}
header .header-wrapper .nav-categories ul .category a[name=Donate], header .header-wrapper .nav-categories ul li a[name=Donate] {
  background-color: #0956ff;
  color: #FFFFFF !important;
  border-radius: 0.3125rem;
  border: 0;
  margin-bottom: 0;
  padding: 0.75rem;
  margin-left: 0.5rem;
  transition: all 0.3s ease-out;
}
header .header-wrapper .nav-categories ul .category a[name=Donate]:hover, header .header-wrapper .nav-categories ul li a[name=Donate]:hover {
  color: #FFFFFF;
  /*                            box-shadow: inset 0 0 0 2rem $blue2;*/
  /*                            border-color: $blue2;*/
  transition: all 0.3s ease-out;
}
header .header-wrapper .nav-categories ul .category a[name=Donate]:hover:active, header .header-wrapper .nav-categories ul .category a[name=Donate]:hover:focus, header .header-wrapper .nav-categories ul .category a[name=Donate]:hover:visited, header .header-wrapper .nav-categories ul li a[name=Donate]:hover:active, header .header-wrapper .nav-categories ul li a[name=Donate]:hover:focus, header .header-wrapper .nav-categories ul li a[name=Donate]:hover:visited {
  color: #FFFFFF;
}
header .header-wrapper .nav-categories ul .category a[name=Donate]:active, header .header-wrapper .nav-categories ul .category a[name=Donate]:focus, header .header-wrapper .nav-categories ul .category a[name=Donate]:visited, header .header-wrapper .nav-categories ul li a[name=Donate]:active, header .header-wrapper .nav-categories ul li a[name=Donate]:focus, header .header-wrapper .nav-categories ul li a[name=Donate]:visited {
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  header .header-wrapper .nav-categories ul .category a[name=Donate], header .header-wrapper .nav-categories ul li a[name=Donate] {
    width: fit-content;
    margin: 1rem 1rem 1rem 0.5rem;
  }
}
header .header-wrapper .nav-categories ul .category .expand-arrow, header .header-wrapper .nav-categories ul li .expand-arrow {
  display: none;
  width: 50%;
  align-self: center;
  text-align: right;
}
header .header-wrapper .nav-categories ul .category .expand-arrow i, header .header-wrapper .nav-categories ul li .expand-arrow i {
  font-size: 0.75rem;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1024px) {
  header .header-wrapper .nav-categories ul .category .expand-arrow, header .header-wrapper .nav-categories ul li .expand-arrow {
    display: block;
  }
}
header .header-wrapper .nav-categories ul .category:hover > a i, header .header-wrapper .nav-categories ul li:hover > a i {
  transition: all 0.2s ease-in-out;
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  header .header-wrapper .nav-categories ul .category:hover > a i, header .header-wrapper .nav-categories ul li:hover > a i {
    transform: none;
  }
}
header .header-wrapper .nav-categories ul li:last-of-type {
  border-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
  header .header-wrapper .nav-categories ul .noChildren {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  header .header-wrapper .nav-categories ul .chevron-icon {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    width: 50%;
    position: absolute;
    height: 100%;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
  }
}
header .header-wrapper .nav-categories ul .chevron-icon i {
  display: none;
  margin-left: 0.5rem;
  color: #000000;
  transition: 0.2s all ease-in-out;
}
@media screen and (max-width: 1024px) {
  header .header-wrapper .nav-categories ul .chevron-icon i {
    display: block;
    margin-left: auto;
    margin-right: 1rem;
  }
}
header .header-wrapper .nav-categories ul .noChildren + .chevron-icon {
  display: none;
}
header .header-wrapper .nav-categories ul .category-sub-menu {
  display: none;
  opacity: 0;
  flex-wrap: wrap;
  width: fit-content;
  min-width: 200px;
  position: absolute;
  top: 83px;
  left: 0;
  background-color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
header .header-wrapper .nav-categories ul .category-sub-menu:before {
  content: "";
  width: 100%;
  border-style: solid;
  border-width: 0 7.5px 10px;
  border-color: transparent transparent transparent;
  position: absolute;
  padding: 0.5rem 0;
  top: -1rem;
  left: 0;
}
header .header-wrapper .nav-categories ul .category-sub-menu li {
  width: 100%;
  padding: 0 !important;
}
@media screen and (max-width: 1024px) {
  header .header-wrapper .nav-categories ul .category-sub-menu li:last-of-type {
    border-bottom: 0;
  }
}
header .header-wrapper .nav-categories ul .category-sub-menu li a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-self: center;
  padding: 1rem;
  white-space: nowrap;
  text-transform: none;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  header .header-wrapper .nav-categories ul .category-sub-menu li a {
    padding-left: 2rem;
  }
}
header .header-wrapper .nav-categories ul .category-sub-menu li a:hover {
  background-color: #EEEEEE;
  border-color: transparent;
  color: #0956ff;
}
header .header-wrapper .nav-categories ul .nav-active {
  background-color: transparent;
  /*border-top: 4px solid #0f3263;*/
  opacity: 1;
}
header .header-wrapper .nav-categories ul .nav-active .category-header {
  position: relative;
  border-color: #0956ff;
  color: #0956ff;
}
header .header-wrapper .nav-categories ul .nav-active .category-header.noChildren:after {
  display: none !important;
}
header .header-wrapper .nav-categories ul .nav-active i {
  transform: rotate(-180deg);
  transition: 0.2s all ease-in-out;
}
header .header-wrapper .nav-categories ul .nav-active .category-sub-menu {
  display: flex;
  opacity: 1;
  height: initial;
  transition: 0.2s all ease-in-out;
}
header .header-wrapper .nav-categories ul .mobile-nav-active > ul {
  display: flex !important;
  height: initial !important;
  opacity: 1 !important;
  background-color: #f9f9f9 !important;
  box-shadow: none;
  position: static;
}
header .header-wrapper .nav-categories ul .mobile-nav-active .chevron-icon {
  display: none;
}
header .header-wrapper .nav-categories ul .mobile-nav-active .category-sub-menu {
  width: 100%;
}
header .header-wrapper .nav-categories ul .mobile-nav-active .hasChildren + .chevron-icon {
  display: flex;
}
header .header-wrapper .nav-categories ul .mobile-nav-active .hasChildren + .chevron-icon i {
  align-self: flex-start;
  margin-top: 1rem;
  transform: rotate(180deg);
}
header .header-wrapper .nav-categories ul .mobile-nav-active .mobile-nav-active .category-header {
  color: #000000;
  font-weight: bold;
}
header .header-wrapper .nav-categories ul .mobile-nav-active .mobile-nav-active .chevron-icon i {
  align-self: flex-start;
  margin-top: 1rem;
  transform: rotate(180deg);
}
header .header-wrapper .nav-categories .nav-search {
  display: none;
  width: 100%;
  border-bottom: 0;
}
header .header-wrapper .nav-categories .nav-search form {
  width: 100%;
  position: relative;
  display: flex;
}
header .header-wrapper .nav-categories .nav-search form input {
  margin-bottom: 0;
  padding-right: 3rem;
}
header .header-wrapper .nav-categories .nav-search form button {
  background: none;
  background-color: transparent;
  outline: 0;
  border: 0;
  position: absolute;
  right: 0;
  padding: 1rem;
}
header .header-wrapper .nav-categories .nav-search form button i {
  font-size: 1.125rem;
}
@media screen and (max-width: 1024px) {
  header .header-wrapper .nav-categories .nav-search {
    display: flex;
    padding: 1rem 2rem;
  }
}
header .header-wrapper .nav-categories .account-menu {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .header-wrapper .nav-categories .account-menu {
    display: flex !important;
  }
}
@media screen and (max-width: 1024px) {
  header .header-wrapper .nav-categories {
    background-color: #FFFFFF;
    position: absolute;
    top: 85px;
    left: -100%;
    flex-direction: column;
    align-content: flex-start;
    max-width: 100%;
    width: 100%;
    z-index: 101;
    min-height: 100vh;
    height: 100%;
    overflow-y: scroll;
    justify-content: flex-start;
  }
  header .header-wrapper .nav-categories ul {
    margin-left: auto;
    flex-wrap: wrap;
    background-color: #FFFFFF;
    /*height: 100%;*/
    align-content: flex-start;
    justify-content: flex-start;
  }
  header .header-wrapper .nav-categories ul li {
    width: 100%;
  }
  header .header-wrapper .nav-categories ul .category-header {
    padding: 1.5rem 0.75rem !important;
    z-index: 1;
  }
}
header .header-wrapper .nav-account {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-self: center;
  position: relative;
  height: 100%;
  /*            @media screen and (max-width:1024px) {
      height: unset;
  }*/
}
@media screen and (max-width: 1024px) {
  header .header-wrapper .nav-account {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  header .header-wrapper .nav-account {
    width: 50%;
  }
}
header .header-wrapper .nav-account ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
header .header-wrapper .nav-account ul li {
  display: flex;
}
@media screen and (max-width: 1024px) {
  header .header-wrapper .nav-account ul li {
    padding: 1rem 0;
  }
}
header .header-wrapper .nav-account ul li:hover {
  transition: all 0.3s ease-in-out;
}
header .header-wrapper .nav-account ul li a {
  display: flex;
  padding: 0.65rem;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
  position: relative;
}
header .header-wrapper .nav-account ul li a i {
  color: #000000;
  font-size: 1.125rem;
  align-self: center;
  margin-bottom: -10px;
  font-weight: 400;
}
header .header-wrapper .nav-account ul li a:hover {
  color: #666360;
}
header .header-wrapper .nav-account ul li a:hover i {
  color: #666360;
}
header .header-wrapper .nav-account ul li .sub-menu {
  display: none;
  opacity: 0;
  flex-wrap: wrap;
  width: 100%;
  min-width: 200px;
  position: absolute;
  top: 83px;
  right: 0;
  background-color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
header .header-wrapper .nav-account ul li .sub-menu:before {
  content: "";
  width: 100%;
  border-style: solid;
  border-width: 0 7.5px 10px;
  border-color: transparent transparent transparent;
  position: absolute;
  padding: 0.5rem 0;
  top: -1rem;
  left: 0;
}
header .header-wrapper .nav-account ul li .sub-menu li {
  width: 100%;
  padding: 0 !important;
}
@media screen and (max-width: 1024px) {
  header .header-wrapper .nav-account ul li .sub-menu li:last-of-type {
    border-bottom: 0;
  }
}
header .header-wrapper .nav-account ul li .sub-menu li a {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  font-size: clamp(0.9rem, 4vw + 1rem, 0.9rem);
  font-weight: 400;
  align-self: center;
  width: 100%;
  border-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  header .header-wrapper .nav-account ul li .sub-menu li a {
    padding-left: 2rem;
  }
}
header .header-wrapper .nav-account ul li .sub-menu li a:hover {
  background-color: #EEEEEE;
  color: #0956ff;
}
header .header-wrapper .nav-account ul li #cart {
  position: relative;
  display: flex;
  justify-content: center;
}
header .header-wrapper .nav-account ul li #cart #number-of-items {
  display: flex;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 0.75rem;
  font-family: Overpass;
  justify-content: center;
  align-self: center;
  background-color: #e14b00;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 0.25rem;
  text-align: center;
}
header .header-wrapper .nav-account ul #region-selector-desktop a {
  text-align: center;
}
header .header-wrapper .nav-account ul #region-selector-desktop a:after {
  font-size: 0.8rem;
  content: "AMS";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  margin: 0 auto;
}
header .header-wrapper .nav-account ul .account-menu {
  position: relative;
}
header .header-wrapper .nav-account ul .account-menu-active > a, header .header-wrapper .nav-account ul .help-menu-active > a {
  border-color: #0956ff;
}
header .header-wrapper .nav-account ul .account-menu-active .sub-menu, header .header-wrapper .nav-account ul .account-menu-active .category-sub-menu, header .header-wrapper .nav-account ul .help-menu-active .sub-menu, header .header-wrapper .nav-account ul .help-menu-active .category-sub-menu {
  height: auto;
  display: flex !important;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  overflow: visible;
  z-index: 100;
}
header .header-wrapper #cart-spinner, header .header-wrapper #mobile-cart-spinner {
  animation: spin 1s linear infinite;
  display: none;
}
header .header-wrapper #cart-check, header .header-wrapper #mobile-cart-check {
  color: #00A651;
  display: none;
}

.account-menu-active > a, .help-menu-active > a {
  border-color: #0956ff;
}
.account-menu-active .sub-menu, .account-menu-active .category-sub-menu, .help-menu-active .sub-menu, .help-menu-active .category-sub-menu {
  height: auto;
  display: flex !important;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  overflow: visible;
  z-index: 100;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cog-header {
  z-index: 1;
  border-bottom: 0;
}

.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 .mobile-nav {
  display: none;
}
.menu-open body .mobile-close {
  display: flex !important;
}
.menu-open body .nav-categories {
  left: 0;
}

.show-mobile {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .show-mobile {
    display: flex;
  }
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.expand-nav {
  display: block !important;
  position: static !important;
  height: auto !important;
  opacity: 1 !important;
  box-shadow: none !important;
}

#nav-backdrop {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 90;
}

.nav-selected i {
  transform: rotate(180deg);
  transition: all 0.2s ease-in-out;
}

.search-box {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: -100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}
.search-box > div {
  margin: 0;
  text-align: right;
}
.search-box form {
  width: 100%;
}
.search-box form button {
  padding: 0.25rem 2rem;
  margin-left: -5rem;
  background-color: transparent;
}
.search-box form button i {
  font-weight: 800;
  color: #424242;
}
.search-box form button .spinner {
  top: 0.4rem;
}
.search-box form button:hover {
  color: black;
}
.search-box .icon-wrapper, .search-box form {
  display: flex;
  align-items: center;
}
.search-box input {
  height: 45px;
  margin-bottom: 0;
  padding: 0.25rem 2rem 0.25rem 0.5rem;
  border: 2px solid #0956ff;
}
.search-box #close-search {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.5rem;
  transform: rotate(45deg);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  padding: 1rem;
  font-weight: 800;
}
.search-box #close-search:hover {
  color: #000000;
}

.search-open #nav-backdrop {
  display: block !important;
}
.search-open .search-box {
  display: flex !important;
  top: 0;
  width: 100%;
  background-color: #FFFFFF;
  padding: 0 2rem;
  opacity: 1 !important;
  z-index: 1 !important;
  transition: all 0.3s ease-in-out;
}
.search-open .search-box form {
  max-width: 1440px;
  margin: 0 auto;
}
.search-open .search-box #close-search {
  transform: rotate(0deg) !important;
  transition: all 0.3s ease-in-out;
}

.nav-search form {
  width: 100%;
}
.nav-search form button {
  padding: 0.25rem 2rem;
  margin-left: -5rem;
  background-color: transparent;
}
.nav-search form button i {
  font-weight: 800;
  color: #424242;
}
.nav-search form button:hover {
  color: black;
}
.nav-search .icon-wrapper, .nav-search form {
  display: flex;
  align-items: center;
}
.nav-search input {
  height: 45px;
  margin-bottom: 0;
  padding: 0.25rem 2rem 0.25rem 0.5rem;
  border: 2px solid #0956ff;
}

@keyframes searchexpand {
  0% {
    /*        opacity: 0 !important;
    width: 0 !important;
    left:0 !important;*/
  }
  100% {
    opacity: 1;
    width: 100% !important;
    left: -84px !important;
  }
}
/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.slim-jim-header {
  height: auto;
  width: 100%;
  background-color: #000000;
  color: #FFFFFF;
  overflow: hidden;
}
.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;
  padding: 1rem;
  position: relative;
}
.slim-jim-header .wrapper .slim-jim-carousel {
  overflow: hidden;
  display: flex;
}
.slim-jim-header .wrapper .slim-jim-carousel .swiper-wrapper p {
  margin: 0 !important;
}
.slim-jim-header .swiper-button-prev, .slim-jim-header .swiper-button-next {
  top: 0 !important;
  margin-top: 0 !important;
}
.slim-jim-header .swiper-button-prev:after, .slim-jim-header .swiper-button-next:after {
  content: "";
}
.slim-jim-header .swiper-button-prev p, .slim-jim-header .swiper-button-prev i, .slim-jim-header .swiper-button-prev a, .slim-jim-header .swiper-button-next p, .slim-jim-header .swiper-button-next i, .slim-jim-header .swiper-button-next a {
  color: #FFFFFF;
}
.slim-jim-header .swiper-button-prev p:hover, .slim-jim-header .swiper-button-prev p:focus, .slim-jim-header .swiper-button-prev p:active, .slim-jim-header .swiper-button-prev p:visited, .slim-jim-header .swiper-button-prev i:hover, .slim-jim-header .swiper-button-prev i:focus, .slim-jim-header .swiper-button-prev i:active, .slim-jim-header .swiper-button-prev i:visited, .slim-jim-header .swiper-button-prev a:hover, .slim-jim-header .swiper-button-prev a:focus, .slim-jim-header .swiper-button-prev a:active, .slim-jim-header .swiper-button-prev a:visited, .slim-jim-header .swiper-button-next p:hover, .slim-jim-header .swiper-button-next p:focus, .slim-jim-header .swiper-button-next p:active, .slim-jim-header .swiper-button-next p:visited, .slim-jim-header .swiper-button-next i:hover, .slim-jim-header .swiper-button-next i:focus, .slim-jim-header .swiper-button-next i:active, .slim-jim-header .swiper-button-next i:visited, .slim-jim-header .swiper-button-next a:hover, .slim-jim-header .swiper-button-next a:focus, .slim-jim-header .swiper-button-next a:active, .slim-jim-header .swiper-button-next a:visited {
  color: #FFFFFF;
}

footer, .login-footer {
  margin: auto 0 0 0;
  background-color: #000000;
  font-weight: 400;
}
footer .wrapper, .login-footer .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: transparent !important;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 3rem 2rem;
}
footer .wrapper h1, .login-footer .wrapper h1 {
  font-size: 1.5rem;
  line-height: 1.2rem;
  width: 100%;
  margin-bottom: 1rem;
  color: #FFFFFF;
}
@media (max-width: 425px) {
  footer .wrapper h1, .login-footer .wrapper h1 {
    text-align: center;
  }
}
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: #FFFFFF;
  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 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, footer .wrapper .link-wrapper div a:hover:active, footer .wrapper .link-wrapper div a:hover:focus, .login-footer .wrapper .link-wrapper div a:hover:visited, .login-footer .wrapper .link-wrapper div a:hover:active, .login-footer .wrapper .link-wrapper div a:hover:focus {
  color: #FFFFFF;
}
footer .wrapper .link-wrapper div a:visited, footer .wrapper .link-wrapper div a:active, footer .wrapper .link-wrapper div a:focus, .login-footer .wrapper .link-wrapper div a:visited, .login-footer .wrapper .link-wrapper div a:active, .login-footer .wrapper .link-wrapper div a:focus {
  color: #FFFFFF;
}
footer .wrapper .link-wrapper div a:visited:active, footer .wrapper .link-wrapper div a:visited:visited, footer .wrapper .link-wrapper div a:visited:focus, footer .wrapper .link-wrapper div a:active:active, footer .wrapper .link-wrapper div a:active:visited, footer .wrapper .link-wrapper div a:active:focus, footer .wrapper .link-wrapper div a:focus:active, footer .wrapper .link-wrapper div a:focus:visited, footer .wrapper .link-wrapper div a:focus:focus, .login-footer .wrapper .link-wrapper div a:visited:active, .login-footer .wrapper .link-wrapper div a:visited:visited, .login-footer .wrapper .link-wrapper div a:visited:focus, .login-footer .wrapper .link-wrapper div a:active:active, .login-footer .wrapper .link-wrapper div a:active:visited, .login-footer .wrapper .link-wrapper div a:active:focus, .login-footer .wrapper .link-wrapper div a:focus:active, .login-footer .wrapper .link-wrapper div a:focus:visited, .login-footer .wrapper .link-wrapper div a:focus:focus {
  color: #FFFFFF;
}
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 .social-media, .login-footer .wrapper .social-media {
  width: 50%;
  max-width: 100%;
  padding: 1rem 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) and (min-width: 0px) {
  footer .wrapper .social-media, .login-footer .wrapper .social-media {
    width: 100%;
  }
}
footer .wrapper .social-media .social-media-wrapper, .login-footer .wrapper .social-media .social-media-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
}
@media (max-width: 425px) {
  footer .wrapper .social-media .social-media-wrapper, .login-footer .wrapper .social-media .social-media-wrapper {
    justify-content: center;
  }
}
footer .wrapper .social-media h1, .login-footer .wrapper .social-media h1 {
  font-size: 1.5rem;
  line-height: 1.2rem;
  width: 100%;
  margin-bottom: 1rem;
  color: #FFFFFF;
}
@media (max-width: 425px) {
  footer .wrapper .social-media h1, .login-footer .wrapper .social-media h1 {
    text-align: center;
  }
}
footer .wrapper .social-media a, .login-footer .wrapper .social-media a {
  display: inline-block;
  max-width: 42px;
  width: 100%;
  margin-right: 1rem;
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  footer .wrapper .social-media a, .login-footer .wrapper .social-media a {
    margin-bottom: 1rem;
  }
}
footer .wrapper .social-media a i, .login-footer .wrapper .social-media a i {
  font-size: 1.125rem;
}
footer .wrapper .social-media a img, .login-footer .wrapper .social-media a img {
  max-width: 42px;
  width: 100%;
}
footer .wrapper .social-media a img:nth-of-type(2), .login-footer .wrapper .social-media a img:nth-of-type(2) {
  display: none;
}
footer .wrapper .social-media a:hover, .login-footer .wrapper .social-media a:hover {
  color: #FFFFFF;
}
footer .wrapper .social-media a:hover img, .login-footer .wrapper .social-media a:hover img {
  max-width: 42px;
  width: 100%;
}
footer .wrapper .social-media a:hover img:nth-of-type(1), .login-footer .wrapper .social-media a:hover img:nth-of-type(1) {
  display: none;
}
footer .wrapper .social-media a:hover img:nth-of-type(2), .login-footer .wrapper .social-media a:hover img:nth-of-type(2) {
  display: block;
}
footer .wrapper .communication-wrapper, .login-footer .wrapper .communication-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1600px !important;
  margin: 0 auto;
  width: 100% !important;
  padding: 1rem 0;
}
footer .wrapper .communication-wrapper .email-opt-in, .login-footer .wrapper .communication-wrapper .email-opt-in {
  width: 50%;
  max-width: 100%;
  padding: 3rem 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) and (min-width: 0px) {
  footer .wrapper .communication-wrapper .email-opt-in, .login-footer .wrapper .communication-wrapper .email-opt-in {
    width: 100%;
  }
}
footer .wrapper .communication-wrapper .email-opt-in .opt-in, .login-footer .wrapper .communication-wrapper .email-opt-in .opt-in {
  width: 100%;
}
footer .wrapper .communication-wrapper .email-opt-in .opt-in #opt-in-form-elements, .login-footer .wrapper .communication-wrapper .email-opt-in .opt-in #opt-in-form-elements {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
footer .wrapper .communication-wrapper .email-opt-in .opt-in #opt-in-form-elements h4, .login-footer .wrapper .communication-wrapper .email-opt-in .opt-in #opt-in-form-elements h4 {
  width: 100%;
  margin-bottom: 1rem;
  color: #FFFFFF;
}
@media (max-width: 425px) {
  footer .wrapper .communication-wrapper .email-opt-in .opt-in #opt-in-form-elements h4, .login-footer .wrapper .communication-wrapper .email-opt-in .opt-in #opt-in-form-elements h4 {
    text-align: center;
  }
}
footer .wrapper .communication-wrapper .email-opt-in .opt-in #opt-in-form-elements #home-opt-in-form, .login-footer .wrapper .communication-wrapper .email-opt-in .opt-in #opt-in-form-elements #home-opt-in-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
footer .wrapper .communication-wrapper .email-opt-in .opt-in #opt-in-form-elements #home-opt-in-form input, .login-footer .wrapper .communication-wrapper .email-opt-in .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: #000000;
}
footer .wrapper .communication-wrapper .email-opt-in .opt-in #opt-in-form-elements #home-opt-in-form input::placeholder, .login-footer .wrapper .communication-wrapper .email-opt-in .opt-in #opt-in-form-elements #home-opt-in-form input::placeholder {
  color: #9E9E9E;
}
footer .wrapper .communication-wrapper .email-opt-in .opt-in #opt-in-form-elements #home-opt-in-form input::-ms-input-placeholder, .login-footer .wrapper .communication-wrapper .email-opt-in .opt-in #opt-in-form-elements #home-opt-in-form input::-ms-input-placeholder {
  color: #9E9E9E;
}
footer .wrapper .communication-wrapper .email-opt-in .opt-in #opt-in-form-elements #home-opt-in-form input:-ms-input-placeholder, .login-footer .wrapper .communication-wrapper .email-opt-in .opt-in #opt-in-form-elements #home-opt-in-form input:-ms-input-placeholder {
  color: #9E9E9E;
}
@media screen and (max-width: 1000px) {
  footer .wrapper .communication-wrapper .email-opt-in .opt-in #opt-in-form-elements #home-opt-in-form input, .login-footer .wrapper .communication-wrapper .email-opt-in .opt-in #opt-in-form-elements #home-opt-in-form input {
    width: 100%;
    margin-bottom: 1rem;
    height: 60px;
  }
}
@media (max-width: 425px) {
  footer .wrapper .communication-wrapper .email-opt-in .opt-in #opt-in-form-elements #home-opt-in-form input, .login-footer .wrapper .communication-wrapper .email-opt-in .opt-in #opt-in-form-elements #home-opt-in-form input {
    margin-right: 0;
  }
}
footer .wrapper .communication-wrapper .email-opt-in .opt-in #opt-in-form-elements #home-opt-in-form button, .login-footer .wrapper .communication-wrapper .email-opt-in .opt-in #opt-in-form-elements #home-opt-in-form button {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
footer .wrapper .communication-wrapper .email-opt-in .opt-in #opt-in-form-elements #home-opt-in-form button:hover, .login-footer .wrapper .communication-wrapper .email-opt-in .opt-in #opt-in-form-elements #home-opt-in-form button:hover {
  background-color: #FFFFFF;
  color: #000000;
}
@media (max-width: 425px) {
  footer .wrapper .communication-wrapper .email-opt-in .opt-in #opt-in-form-elements #home-opt-in-form button, .login-footer .wrapper .communication-wrapper .email-opt-in .opt-in #opt-in-form-elements #home-opt-in-form button {
    width: 100%;
  }
}
footer .wrapper .communication-wrapper .email-opt-in .opt-in #opt-in-success, footer .wrapper .communication-wrapper .email-opt-in .opt-in #opt-in-failure, .login-footer .wrapper .communication-wrapper .email-opt-in .opt-in #opt-in-success, .login-footer .wrapper .communication-wrapper .email-opt-in .opt-in #opt-in-failure {
  display: none;
  flex-wrap: wrap;
  width: 100%;
}
footer .wrapper .communication-wrapper .email-opt-in .opt-in #opt-in-success h4, footer .wrapper .communication-wrapper .email-opt-in .opt-in #opt-in-failure h4, .login-footer .wrapper .communication-wrapper .email-opt-in .opt-in #opt-in-success h4, .login-footer .wrapper .communication-wrapper .email-opt-in .opt-in #opt-in-failure h4 {
  color: #FFFFFF;
}
footer .wrapper .footer-logo, .login-footer .wrapper .footer-logo {
  width: 5%;
}
footer .wrapper .footer-logo img, .login-footer .wrapper .footer-logo img {
  max-width: 100px;
}
@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;
  }
  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: 1.25rem;
  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 {
  text-decoration: underline;
  font-weight: 400;
  color: #FFFFFF;
}
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: #FFFFFF;
}
footer #login-contact, .login-footer #login-contact {
  text-align: center;
  font-size: 10px;
  margin: 0 !important;
  padding: 1.25rem 0 0;
  color: #FFFFFF;
}
footer #login-contact a, .login-footer #login-contact a {
  color: #FFFFFF;
}
footer #login-contact a:hover, .login-footer #login-contact a:hover {
  text-decoration: underline;
}

#tariff-footer-verbiage {
  margin-top: 1em;
  font-size: 12px;
}

.modal-background {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 50;
}

.hero {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}
.hero .wrapper {
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.hero .wrapper .hero-carousel {
  overflow: hidden;
}
.hero .wrapper .hero-carousel .item {
  position: relative;
}
.hero .wrapper .hero-carousel .item .hero-overlay {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero .wrapper .hero-carousel .item .hero-left, .hero .wrapper .hero-carousel .item .hero-right {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hero .wrapper .hero-carousel .item .hero-left {
  padding: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .hero .wrapper .hero-carousel .item .hero-left {
    width: 60%;
  }
  .hero .wrapper .hero-carousel .item .hero-right {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .hero .wrapper .hero-carousel .item .hero-right {
    width: 0;
  }
  .hero .wrapper .hero-carousel .item .hero-left {
    width: 100%;
  }
}
.hero .wrapper .hero-carousel .item .hero-text-gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
.hero .wrapper .hero-carousel .item .hero-text {
  width: fit-content;
  align-self: center;
  padding: 2rem;
  text-align: left;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .hero .wrapper .hero-carousel .item .hero-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.hero .wrapper .hero-carousel .item .hero-text h1 {
  color: #FFFFFF;
  text-align: left;
  font-size: clamp(1rem, 4vw, 3rem);
  line-height: 1;
  margin-bottom: 0;
}
.hero .wrapper .hero-carousel .item .hero-text h1 span {
  color: #0956ff;
}
.hero .wrapper .hero-carousel .item .hero-text p {
  color: #FFFFFF;
  text-align: left;
  font-size: clamp(1rem, 1.5vw, 1.75rem);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .hero .wrapper .hero-carousel .item .hero-text p {
    margin-bottom: 1rem;
  }
}
.hero .wrapper .hero-carousel .item .hero-text a {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .hero .wrapper .hero-carousel .item .hero-text a {
    margin-bottom: 1rem;
  }
}
.hero .wrapper .hero-carousel .item .hero-desktop {
  display: block;
  width: 100%;
}
.hero .wrapper .hero-carousel .item .hero-mobile {
  display: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .hero .wrapper .hero-carousel .item .hero-mobile {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .hero .wrapper .hero-carousel .item .hero-mobile + .hero-desktop {
    display: none;
  }
}
.hero .wrapper .hero-carousel .hero-swiper-button-prev i, .hero .wrapper .hero-carousel .hero-swiper-button-next i {
  color: #FFFFFF !important;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 200;
  font-size: 4rem;
}
.hero .wrapper .hero-carousel .hero-swiper-button-prev:after, .hero .wrapper .hero-carousel .hero-swiper-button-next:after {
  display: none !important;
}
.hero .wrapper .hero-carousel .hero-swiper-button-prev:hover i, .hero .wrapper .hero-carousel .hero-swiper-button-next:hover i {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

@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;
}

.side-kick .wrapper {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.side-kick .wrapper .item {
  width: 50%;
  padding: 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .side-kick .wrapper .item {
    width: 100%;
  }
}
.side-kick .wrapper .item a {
  display: block;
}
.side-kick .wrapper .item img {
  width: 100%;
  max-width: 100%;
}
.side-kick .wrapper .item .mobile-image {
  display: none;
}
@media screen and (max-width: 768px) {
  .side-kick .wrapper .item .mobile-image {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .side-kick .wrapper .item .mobile-image + .desktop-image {
    display: none;
  }
}
.side-kick .wrapper .item .text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 1rem;
}
.side-kick .wrapper .item .text-wrapper div {
  align-self: center;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .side-kick .wrapper .item .text-wrapper div {
    align-self: flex-end;
  }
}

.callout .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  text-align: left;
  background-color: transparent;
  padding: 4rem 2rem;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .callout .wrapper {
    justify-content: space-evenly;
  }
}
.callout .wrapper .left, .callout .wrapper .right {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) and (min-width: 0px) {
  .callout .wrapper .left, .callout .wrapper .right {
    width: 100%;
  }
}
.callout .wrapper .left img, .callout .wrapper .right img {
  /* max-width: 600px;*/
  width: 100%;
  align-self: center;
}
@media (max-width: 767px) and (min-width: 0px) {
  .callout .wrapper .left, .callout .wrapper .right {
    width: 100%;
  }
  .callout .wrapper .left img, .callout .wrapper .right img {
    max-width: 100%;
  }
}
.callout .wrapper .left div, .callout .wrapper .right div {
  align-self: center;
  padding: 2rem 4rem;
}
.callout .wrapper .left div h1, .callout .wrapper .right div h1 {
  text-align: left;
  line-height: 120%;
  margin-bottom: 2rem;
}
.callout .wrapper .left div p, .callout .wrapper .right div p {
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) and (min-width: 0px) {
  .callout .wrapper .left div, .callout .wrapper .right div {
    padding: 0 2rem;
  }
  .callout .wrapper .left div h2, .callout .wrapper .right div h2 {
    text-align: left;
    line-height: 100%;
    margin-bottom: 2rem;
  }
  .callout .wrapper .left div p, .callout .wrapper .right div p {
    font-size: 1rem;
    line-height: 140%;
    font-weight: 400;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .callout .wrapper .left div, .callout .wrapper .right div {
    padding: 1rem 2rem;
    /*                    h2 {
        text-align: left;
        line-height: 100%;
        margin-bottom: 2rem;
    }

    p {
        font-size: 1.375rem;
        line-height: 135%;
        font-weight: 400;
        margin-bottom: 2.5rem;
    }*/
  }
}
.callout .wrapper .left {
  width: 60%;
}
.callout .wrapper .right {
  width: 40%;
}

@media screeen and (max-width: 768px) {
  .callout1 .wrapper .right {
    padding-top: 2rem;
  }
}

.callout2 .wrapper .left {
  order: 1;
}
@media screeen and (max-width: 768px) {
  .callout2 .wrapper .left {
    padding-top: 2rem;
  }
}
.callout2 .wrapper .right {
  justify-content: flex-start;
  order: 2;
  text-align: left;
}

.virtual-catalog h3 {
  width: 100%;
}
.virtual-catalog .catalog-line {
  width: 100%;
  padding: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  background-color: transparent;
}
.virtual-catalog .catalog-line .left {
  justify-content: flex-start;
}

.product-spotlight .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background: #FFFFFF;
  position: relative;
  z-index: 0;
  border: 1px solid #F5F5F5;
}
.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: #000000;
  line-height: 1;
}
.product-spotlight .wrapper .right p {
  text-align: left;
  color: #000000;
  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: #000000;
  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 #8a8a8a;
  transform: rotate(45deg);
}

.featured-products, .cross-sells {
  z-index: 0;
  background-color: transparent;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  overflow: hidden;
}
.featured-products .wrapper, .cross-sells .wrapper {
  background-color: transparent;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 4rem 1rem;
}
.featured-products .swiper-wrapper, .cross-sells .swiper-wrapper {
  height: 100% !important;
}
.featured-products .section-title, .cross-sells .section-title {
  margin-bottom: 3rem !important;
  text-align: left;
}
.featured-products .product_item, .cross-sells .product_item {
  width: 100%;
  padding: 1rem;
  margin: 0;
  transition: all 0.2s ease-in-out;
  height: max-content;
}
.featured-products .product_item a, .cross-sells .product_item a {
  display: block;
  flex-wrap: wrap;
  text-align: right;
}
.featured-products .product_item a .product-values, .cross-sells .product_item a .product-values {
  line-height: initial !important;
  white-space: initial !important;
}
.featured-products .product_item a .product-values .product-title, .cross-sells .product_item a .product-values .product-title {
  padding: 0.5rem 0;
}
.featured-products .product_item a .product-values .product_price, .cross-sells .product_item a .product-values .product_price {
  padding: 0.5rem 0;
}
.featured-products .product_item:hover, .cross-sells .product_item:hover {
  transition: all 0.2s ease-in-out;
}
.featured-products .swiper-nav-wrapper, .cross-sells .swiper-nav-wrapper {
  display: flex;
  position: relative;
  justify-content: flex-end;
}
.featured-products .swiper-button-prev, .featured-products .swiper-button-next, .cross-sells .swiper-button-prev, .cross-sells .swiper-button-next {
  height: 35px;
  width: 35px;
  padding: 1rem;
  position: static;
  border: 1px solid #0956ff;
  border-radius: 4px;
  margin: 0.25rem;
}
.featured-products .swiper-button-prev:after, .featured-products .swiper-button-next:after, .cross-sells .swiper-button-prev:after, .cross-sells .swiper-button-next:after {
  color: #0956ff;
  transition: all 0.2s ease-in-out;
  font-size: 1rem;
}
.featured-products .swiper-button-prev:hover, .featured-products .swiper-button-next:hover, .cross-sells .swiper-button-prev:hover, .cross-sells .swiper-button-next:hover {
  background-color: #0956ff;
}
.featured-products .swiper-button-prev:hover:after, .featured-products .swiper-button-next:hover:after, .cross-sells .swiper-button-prev:hover:after, .cross-sells .swiper-button-next:hover:after {
  color: #FFFFFF;
}
.featured-products .swiper-button-prev:hover i, .featured-products .swiper-button-next:hover i, .cross-sells .swiper-button-prev:hover i, .cross-sells .swiper-button-next:hover i {
  color: #FFFFFF;
}
.featured-products .swiper-button-prev, .cross-sells .swiper-button-prev {
  left: 0;
  /*      background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0.5), rgba(255,255,255,0));*/
}
.featured-products .swiper-button-next, .cross-sells .swiper-button-next {
  right: 0;
  /*       background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.5),rgba(255,255,255,1));*/
}

.showcase-products {
  background-color: #FFFFFF;
  margin: 0;
  position: relative;
  overflow-x: clip;
}
.showcase-products .wrapper {
  max-width: 100%;
  background-color: transparent;
  padding: 5rem 0 !important;
}
.showcase-products .wrapper > div {
  padding: 1rem 1rem 3rem 1rem;
}
.showcase-products .wrapper .section-title {
  text-align: center;
}
.showcase-products .wrapper p {
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 2rem;
  font-weight: 300;
}
@media screen and (max-width: 425px) {
  .showcase-products .wrapper p {
    font-size: 1.2rem;
  }
}
.showcase-products .wrapper .showcase-item .item-image {
  position: relative;
}
.showcase-products .wrapper .showcase-item .item-image .info {
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.showcase-products .wrapper .showcase-item .item-image .info h2 {
  color: #FFFFFF;
  font-size: 3rem;
  align-self: center;
}
.showcase-products .wrapper .showcase-item .item-image img {
  max-width: 100%;
  width: 100%;
}
.showcase-products .wrapper .showcase-item:hover .info {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.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: 0.3125rem;
  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: 0.3125rem;
}
.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 {
  background-color: #000000;
  color: #FFFFFF !important;
  text-align: center;
}
.special-order-home h1, .special-order-home p {
  color: #FFFFFF;
  text-align: center !important;
}
.special-order-home .left {
  width: 100% !important;
  justify-content: center !important;
}
@media screen and (max-width: 768px) {
  .special-order-home .left {
    order: 2;
  }
}
.special-order-home .left div {
  max-width: 768px;
  margin: 0 auto;
}
.special-order-home .left .btn {
  margin: 0 auto;
}
.special-order-home .right {
  width: 0 !important;
}
@media screen and (max-width: 768px) {
  .special-order-home .right {
    order: 1;
  }
}

.special-order-page {
  background-color: #F5F5F5 !important;
  padding: 0 !important;
  max-width: 100% !important;
  margin-top: -2rem;
}
.special-order-page .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  padding: 0;
}
.special-order-page .wrapper .spo-left {
  width: 50%;
  background-color: #000000;
  padding: 6.25rem;
}
.special-order-page .wrapper .spo-left .spo-left-wrapper {
  color: #FFFFFF;
}
.special-order-page .wrapper .spo-left .spo-left-wrapper h1 {
  font-size: 40px;
  text-align: left;
  line-height: 100%;
  margin-bottom: 2.5rem;
  color: #FFFFFF;
}
.special-order-page .wrapper .spo-left .spo-left-wrapper p {
  color: #FFFFFF;
  word-break: break-word;
}
.special-order-page .wrapper .spo-left .spo-left-wrapper p a {
  color: #FFFFFF;
  font-weight: 400;
}
.special-order-page .wrapper .spo-left .spo-left-wrapper p a:hover {
  color: #FFFFFF;
}
.special-order-page .wrapper .spo-left .spo-left-wrapper p a:hover:active, .special-order-page .wrapper .spo-left .spo-left-wrapper p a:hover:focus, .special-order-page .wrapper .spo-left .spo-left-wrapper p a:hover:visited {
  color: #FFFFFF;
}
.special-order-page .wrapper .spo-left .spo-left-wrapper p a:active, .special-order-page .wrapper .spo-left .spo-left-wrapper p a:focus, .special-order-page .wrapper .spo-left .spo-left-wrapper p a:visited {
  color: #FFFFFF;
}
.special-order-page .wrapper .spo-left .spo-left-wrapper ul {
  margin-bottom: 2rem;
  list-style: disc;
  padding-left: 1rem;
}
.special-order-page .wrapper .spo-left .spo-left-wrapper li {
  line-height: 1.2;
}
.special-order-page .wrapper .spo-left .spo-left-wrapper address {
  font-size: 1.5rem;
  font-weight: 400;
}
.special-order-page .wrapper .spo-right {
  width: 50%;
  background-color: #FFFFFF;
  padding: 6.25rem;
}
.special-order-page .wrapper .spo-right .spo-right-wrapper select, .special-order-page .wrapper .spo-right .spo-right-wrapper input, .special-order-page .wrapper .spo-right .spo-right-wrapper .c-label, .special-order-page .wrapper .spo-right .spo-right-wrapper .c-dropdown {
  width: 100%;
}
.special-order-page .wrapper .spo-right .spo-right-wrapper .c-label {
  display: flex;
}
.special-order-page .wrapper .spo-right .spo-right-wrapper label {
  font-weight: 400 !important;
  font-size: 0.9rem !important;
}
.special-order-page .wrapper .spo-right .spo-right-wrapper h2 {
  font-weight: 500;
}
.special-order-page .wrapper .spo-right .spo-right-wrapper p {
  font-size: 1.5rem;
  font-weight: 400;
}
.special-order-page .wrapper .spo-right .spo-right-wrapper p em {
  font-style: normal;
  font-size: 1.125rem;
  line-height: 100%;
}
.special-order-page .wrapper .spo-right .spo-right-wrapper .c-label, .special-order-page .wrapper .spo-right .spo-right-wrapper .c-editor {
  padding-left: 0 !important;
  font-size: 1.125rem;
  border-bottom: 0;
}
.special-order-page .wrapper .spo-right .spo-right-wrapper .c-label:after, .special-order-page .wrapper .spo-right .spo-right-wrapper .c-editor:after {
  font-size: 0.5rem;
}
.special-order-page .wrapper .spo-right .spo-right-wrapper .cognito {
  width: 100%;
}
.special-order-page .wrapper .spo-right .spo-right-wrapper .cognito legend.c-label {
  color: #000000;
  font-size: 12px;
}
.special-order-page .wrapper .spo-right .spo-right-wrapper .cognito label[for=c-12-3] {
  font-size: 1rem !important;
  font-weight: 400;
}
@media (max-width: 767px) and (min-width: 0px) {
  .special-order-page .wrapper .spo-left, .special-order-page .wrapper .spo-right {
    padding: 1.5rem;
    width: 100%;
  }
  .special-order-page .wrapper .spo-left p, .special-order-page .wrapper .spo-left ul, .special-order-page .wrapper .spo-left li, .special-order-page .wrapper .spo-right p, .special-order-page .wrapper .spo-right ul, .special-order-page .wrapper .spo-right li {
    font-size: 1rem !important;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .special-order-page .wrapper .spo-left, .special-order-page .wrapper .spo-right {
    padding: 5rem;
    width: 100%;
  }
}

.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 h5, .email-opt-in-footer label {
  color: #FFFFFF !important;
}
.email-opt-in-footer form {
  display: flex;
  flex-wrap: wrap;
}
.email-opt-in-footer form .gf__control {
  margin-bottom: 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-header-image {
  width: 100%;
  height: 350px;
  background-position: center;
  background-size: cover;
  margin-bottom: 1rem;
  margin-top: -2rem;
}

.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: #000000;
}
.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 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 1rem 0;
}
.category_products .right_content .category-product-list .category-header {
  position: relative;
  padding: 1em 0;
}
.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: #000000;
  padding: 1rem;
  padding-left: 0;
}
.category_products .right_content .category-product-list .category-header .category-page-title a {
  color: #000000;
  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 .view-all-products {
  position: absolute;
  right: 0;
  bottom: 1.3em;
  background-color: #FFFFFF;
  padding: 1em;
  color: #000000;
}
.category_products .right_content .category-product-list .category-header .view-all-products:visited {
  color: #000000;
}
.category_products .right_content .category-product-list .category-header .view-all-products:focus {
  color: #000000;
}
.category_products .right_content .category-product-list .category-header .view-all-products:active {
  color: #000000;
}
.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 #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: #424242;
  display: inline;
}
.category_products #product-list-view i, .category_products #product-grid-view i {
  margin-right: 0.5em;
}
.category_products #product-list-view:hover, .category_products #product-grid-view:hover {
  color: #000000;
}
@media (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: 20.83%;
  min-height: 100vh;
  /*    .level1 {
      background-color: #f3f3f3;
  }

  .level2 {
      background-color: #f0f0f0;
  }

  .level3 {
      background-color: #f8f8f8;
  }*/
}
@media (max-width: 768px) {
  .left_nav, .my-account-left {
    min-height: unset;
    width: 100%;
  }
}
.left_nav h5, .my-account-left h5 {
  margin: 0 0 2rem 0;
}
@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;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.left_nav ul li, .my-account-left ul li {
  width: 100%;
  transition: all 0.1s ease-in-out;
  position: relative;
  line-height: 1.5rem;
  margin: 0 0;
  display: flex;
  flex-wrap: wrap;
}
.left_nav ul li a, .my-account-left ul li a {
  color: #000000;
  display: flex;
  width: fit-content;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  font-weight: 400;
  font-size: 1rem;
  padding: 0 0.5rem;
  margin: 0.625rem -0.25rem 0.625rem 0.25rem;
}
.left_nav ul li a:hover, .my-account-left ul li a:hover {
  transition: all 0.1s ease-in-out;
  color: #666360;
}
.left_nav ul li .left-nav-expand, .my-account-left ul li .left-nav-expand {
  position: absolute;
  right: 0;
  text-align: right;
  width: 20%;
  margin-top: 0.625rem;
  cursor: pointer;
  padding: 0 1rem;
}
.left_nav ul li .left-nav-expand:hover i, .my-account-left ul li .left-nav-expand:hover i {
  color: #0956ff;
}
.left_nav ul .selected, .my-account-left ul .selected {
  color: #000000;
  font-weight: 300;
}
.left_nav ul .selected > a, .my-account-left ul .selected > a {
  color: #000000;
  font-weight: bold;
}
.left_nav ul .selected > a:hover, .my-account-left ul .selected > a:hover {
  color: #000000;
}
.left_nav .nav-active > ul, .my-account-left .nav-active > ul {
  opacity: 1;
  height: initial;
  transition: all 0.1s ease-in-out;
  overflow: visible;
}
.left_nav .nav-active > .left-nav-expand i:before, .my-account-left .nav-active > .left-nav-expand i:before {
  content: "\f068";
  font-weight: 300;
}
.left_nav .nav-active .sub-menu, .my-account-left .nav-active .sub-menu {
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.left_nav .sub-menu, .my-account-left .sub-menu {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
}
.left_nav .sub-menu a, .my-account-left .sub-menu a {
  padding-left: 1rem;
}
.left_nav .sub-menu .sub-menu a, .my-account-left .sub-menu .sub-menu a {
  padding-left: 1.5rem;
}
@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 ul, .my-account-left .product-icon-legend ul {
  padding-left: 0;
  opacity: 1;
  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;
  align-content: center;
  align-items: center;
  cursor: initial;
  margin-bottom: 0;
  padding: 1rem 0;
}
.left_nav .product-icon-legend ul li img, .left_nav .product-icon-legend ul li span, .my-account-left .product-icon-legend ul li img, .my-account-left .product-icon-legend ul li span {
  align-self: center;
}
.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;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@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 span, .my-account-left .product-icon-legend ul li span {
    width: 100%;
    text-align: left;
  }
}
.left_nav .filter-list, .my-account-left .filter-list {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .left_nav .filter-list, .my-account-left .filter-list {
    margin-top: 0;
  }
}
.left_nav .filter-list .fa-plus, .my-account-left .filter-list .fa-plus {
  display: none;
}
.left_nav .filter-list h5, .my-account-left .filter-list h5 {
  cursor: pointer;
  display: flex;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  font-weight: 300;
  color: #0956ff;
  /*            border-top: 1px solid rgba(95,99,104,0.1);*/
  padding: 1.5rem 0 0.5rem 0;
}
.left_nav .filter-list h5:hover, .my-account-left .filter-list h5:hover {
  color: #000000;
}
.left_nav .filter-list h5:hover i, .my-account-left .filter-list h5:hover i {
  color: #0956ff;
}
.left_nav .filter-list h5 i, .my-account-left .filter-list h5 i {
  margin-left: auto;
  font-weight: 500;
  font-size: 1rem;
}
.left_nav .filter-list ul, .my-account-left .filter-list ul {
  padding-left: 0;
  transition: all 0.2s ease-in-out;
  font-size: 0.9rem;
}
.left_nav .filter-list ul li, .my-account-left .filter-list ul li {
  display: flex;
  flex-wrap: wrap;
  cursor: initial;
  /*                a {
      font-size: 0.875rem;
      padding: 0.5rem;
      padding-left: 0;
  }*/
}
.left_nav .filter-list ul li img, .my-account-left .filter-list ul li img {
  max-width: 1.5rem;
  width: 100%;
  margin-right: 0.5rem;
  align-self: center;
}
.left_nav .filter-list ul li span, .my-account-left .filter-list ul li span {
  align-self: center;
}
@media screen and (max-width: 768px) {
  .left_nav .filter-list ul, .my-account-left .filter-list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .left_nav .filter-list ul li, .my-account-left .filter-list ul li {
    width: 50% !important;
  }
}
@media only screen and (min-width: 0) and (max-width: 500px) {
  .left_nav .filter-list ul, .my-account-left .filter-list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .left_nav .filter-list ul li, .my-account-left .filter-list ul li {
    width: 50% !important;
    text-align: center;
    flex-direction: column;
  }
  .left_nav .filter-list ul li span, .my-account-left .filter-list 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;
}

.close-legend .fa-minus {
  display: none;
}
.close-legend .fa-plus {
  display: block !important;
  font-size: 1.25rem !important;
}
.close-legend ul {
  height: 0 !important;
  transition: all 0.2s ease-in-out;
  opacity: 0 !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 #F5F5F5;
}
@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;
}
.product_grid .product_list {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.product_item {
  position: relative;
  text-align: right;
  vertical-align: text-top;
  transition: all 0.2s ease-in-out;
  width: 25%;
  padding: 1rem;
  border-radius: 0.3125rem;
}
@media (max-width: 768px) {
  .product_item {
    width: 33.33%;
  }
}
@media (max-width: 500px) {
  .product_item {
    width: 50%;
  }
}
.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;
  transition: 0.2s all ease-in-out;
}
.product_item .fa-heart {
  color: #000000 !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: #000000;
  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: #0956ff;
  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: #000000;
}
.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: Overpass !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;
}
.product_item .product_values .product_price .retailprice {
  order: 1;
  width: 100%;
  margin-bottom: 0.5rem;
}
.product_item .product_values .product_price .points-price {
  order: 3;
}
.product_item .product_values .product_rating {
  height: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.product_item .product_values .rating_stars {
  align-self: center;
}

.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;
}

.product-filters figure {
  margin-bottom: 1rem;
}
.product-filters figure figcaption {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #F5F5F5;
}

.product_details {
  background-color: #FFFFFF;
  max-width: 1440px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 3rem 2rem 2rem 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 425px) {
  .product_details {
    padding: 1rem 1rem 1rem 1rem;
  }
}
.product_details .product_image {
  position: relative;
  overflow: hidden;
  width: 50%;
}
.product_details .product_image .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  top: 0;
  bottom: auto;
}
.product_details .product_image .swiper-pagination .swiper-pagination-bullet {
  display: block;
  margin: 0;
  max-width: 80px;
  width: 80px;
  width: 100%;
  position: relative;
}
.product_details .product_image .swiper-wrapper {
  height: unset !important;
}
@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 #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: #0956ff;
  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;
}
.product_details .product_info .product-details #product-title {
  margin-bottom: 1rem;
}
.product_details .product_info .product-details #product-title h1 {
  text-align: left;
  margin: 0;
}
.product_details .product_info .product-details #product-rating {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.product_details .product_info .product-details #product-number {
  color: #757575;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.product_details .product_info .product-details #product-price {
  color: #000000;
  font-size: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  line-height: 135%;
}
.product_details .product_info .product-details #product-price span {
  padding-right: 1rem;
}
@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 #product-points {
  font-size: 1.4em;
  color: #424242;
  padding: 0 0.25em;
  display: inline;
}
.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 #F5F5F5;
  margin-bottom: 1em;
  padding: 0.5rem 0;
}
.product_details .product_info .description-list {
  margin: 0 0 1rem 0;
  list-style: none;
  order: 1;
  border-radius: 0.3125rem;
  background-color: #F7F7F7;
  padding: 2rem;
}
@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 ul {
  margin: 0 0 0 1rem;
  list-style: disc;
  line-height: 1.25;
}
.product_details .product_info .description-list li ul li {
  font-family: Overpass !important;
  color: #000000 !important;
  margin-bottom: 0.5em !important;
}
.product_details .product_info .description-list li ul li p {
  margin-bottom: 1rem;
  color: #000000 !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: #000000 !important;
}
.product_details .product_info .description-list #product-description p:last-of-type {
  margin-bottom: 0;
}
.product_details .product_info .description-list #product-description p:first-of-type {
  margin-bottom: 1rem;
}
.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: 1rem 0;
  display: flex;
  flex-wrap: wrap;
}
.product_details .product_info .product-options li label {
  font-weight: bold;
  width: 100%;
}
.product_details .product_info .product-options li select, .product_details .product_info .product-options li input {
  width: auto;
  margin-bottom: 0;
}
.product_details .product_info .product-options .service-line-logo-container {
  display: block;
  width: 100%;
  padding: 2rem 0 0 0;
}
.product_details .product_info .product-options .service-line-logo-container img {
  max-width: 300px;
  width: 300px;
  width: 100%;
}
.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: 4px;
  padding: 1.125rem 1rem;
  background-color: #FFFFFF;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #0956ff;
  color: #0956ff;
}
.product_details .product_info .product-options #size-style-selection li:hover {
  color: #FFFFFF;
  border-color: #0956ff;
  background-color: #0956ff;
}
.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: #F5F5F5;
}
.product_details .product_info .product-options #size-style-selection .size-selected {
  border-color: #0956ff;
  background-color: #0956ff;
  color: #FFFFFF;
}
.product_details .product_info .product-options .size-chart-guide i {
  margin-right: 0.5em;
}
.product_details .product_info #size-quantity-grid {
  font-size: 0.9rem;
  width: 100%;
  text-align: left;
  table-layout: fixed;
}
.product_details .product_info #size-quantity-grid .size-quantity-grid-header {
  font-weight: bold;
  border-top: 0 !important;
}
.product_details .product_info #size-quantity-grid .size-quantity-grid-header tr {
  width: 100%;
}
.product_details .product_info #size-quantity-grid .size-quantity-grid-header tr th {
  text-transform: capitalize;
  padding: 0.5rem;
}
.product_details .product_info #size-quantity-grid .size-quantity-grid-content {
  width: 100%;
  word-wrap: break-word;
  margin: 0;
  border-top: 1px solid #ccc;
}
.product_details .product_info #size-quantity-grid .size-quantity-grid-content td {
  padding: 0.5rem;
}
.product_details .product_info #size-quantity-grid .size-quantity-grid-content td input, .product_details .product_info #size-quantity-grid .size-quantity-grid-content td select {
  width: 100%;
  max-width: 100px;
  margin: 0;
}
.product_details .product_info #size-quantity-grid .size-quantity-grid-content td .notify-me-bis {
  text-decoration: underline;
  cursor: pointer;
  color: #0956ff;
  padding: 0.25rem 0;
  display: block;
  width: 100%;
  width: fit-content;
  font-size: 0.8rem;
}
.product_details .product_info #size-quantity-grid .size-quantity-grid-content td .notify-me-bis:hover {
  text-decoration: none;
}
.product_details .product_info .vgc-options label {
  width: 100% !important;
}
.product_details .product_info #size-chart-details {
  /*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: #000000;
}
.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: #000000;
  font-weight: bold;
  font-size: 18px;
}
.virtualholder .items .itemholder {
  margin: 30px 0;
  border: 1px solid #eee;
  padding: 40px 0;
}
.virtualholder .items .itemholder img:hover, .virtualholder .items .itemholder img:active {
  text-decoration: none;
}
.virtualholder .items .itemholder .showBtn {
  margin: 10px 20px 20px 0;
  background-color: #eee;
  display: block;
  width: 140px;
}

.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-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 {
  background-color: transparent !important;
  color: #000000 !important;
  border: 1px solid #000000 !important;
  padding: 1rem 1.5rem !important;
  font-size: 2rem !important;
  border-radius: 100% !important;
  transition: 0.2s all ease-in-out;
  position: relative;
  opacity: 1;
}
.mz-button:before {
  color: #000000 !important;
  opacity: 1 !important;
  padding: 1.35rem;
  background-color: transparent;
  content: "\f105" !important;
  font-family: "Font Awesome 6 Pro" !important;
  display: flex !important;
  width: 100%;
  justify-content: center;
  align-self: center;
}
.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;*/
}

a[data-zoom-id] img, .mz-thumb img {
  border: 2px solid transparent;
}

.mz-thumb.mz-thumb-selected img {
  border-color: #BDBDBD;
}

.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: 0.5em;
}
.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: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2rem 2rem 5rem 2rem;
}
@media screen and (max-width: 425px) {
  .customer-reviews {
    padding: 1rem 1rem 5rem 1rem;
  }
}
.customer-reviews h1 {
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) and (min-width: 0px) {
  .customer-reviews h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }
}
.customer-reviews .product_rating {
  width: 100%;
  margin: 0 0 3rem 0;
  text-align: center;
}
@media screen and (max-width: 425px) {
  .customer-reviews .product_rating {
    text-align: center;
  }
}
.customer-reviews .review-name-location {
  font-style: italic;
}
.customer-reviews .review-date {
  font-size: 0.9em;
  color: #aaa;
}
.customer-reviews .write-review-button {
  width: 100%;
  text-align: center;
  margin-bottom: 3em;
  align-self: center;
}
.customer-reviews .write-review-button button {
  margin: 0 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: #424242;
  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;
}
#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;
}

.sustainability {
  width: 100%;
  max-width: 100%;
  background-image: url(../images/hero/BG-Sustainability.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #BDBDBD;
  padding: 5rem 0;
}
.sustainability .wrapper {
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  padding: 0;
  max-height: 480px;
  overflow: visible;
}
@media (max-width: 768px) {
  .sustainability .wrapper {
    max-height: 1000px;
  }
}
.sustainability .wrapper .sustainability-text {
  padding: 2rem;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .sustainability .wrapper .sustainability-text {
    width: 100%;
    padding: 3rem;
    order: 2;
  }
}
.sustainability .wrapper .sustainability-text h2 {
  color: #FFFFFF;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.sustainability .wrapper .sustainability-text p {
  font-size: 1.125rem;
  line-height: 1.125;
  margin-bottom: 2rem;
}
.sustainability .wrapper .sustainability-text .btn {
  margin: 0 auto;
}

.virtual-catalog h3 {
  width: 100%;
}
.virtual-catalog .catalog-line {
  width: 100%;
  padding: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  background-color: transparent;
}
.virtual-catalog .catalog-line .left {
  justify-content: flex-start;
}

.my-account-right {
  width: 75%;
  position: relative;
}
@media (max-width: 768px) {
  .my-account-right {
    width: 100%;
  }
}
.my-account-right h1, .my-account-right h2 {
  text-align: left;
  margin-bottom: 2.5rem;
  width: 100%;
}

.account {
  width: 100%;
}
.account .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.account-container {
  max-width: 1440px;
  min-height: 90vh;
  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.3125rem;
}
.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: #0956ff;
  font-size: 10em;
  margin-bottom: 0.2em;
}

.update-account .my-account-right, .create-account .my-account-right, .new-address-container .my-account-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.update-account .my-account-right .office-address-display, .create-account .my-account-right .office-address-display, .new-address-container .my-account-right .office-address-display {
  padding: 1rem;
  background-color: #F5F5F5;
  margin: 1rem 0;
}
.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 input, .update-account .account-info-left .form-entry label, .update-account .account-info-right .form-entry input, .update-account .account-info-right .form-entry label, .create-account .account-info-left .form-entry input, .create-account .account-info-left .form-entry label, .create-account .account-info-right .form-entry input, .create-account .account-info-right .form-entry label, .new-address-container .account-info-left .form-entry input, .new-address-container .account-info-left .form-entry label, .new-address-container .account-info-right .form-entry input, .new-address-container .account-info-right .form-entry label {
  width: 100%;
}
.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;
}
@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 h2 {
  width: 50%;
}
.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 span {
  position: relative;
}
.address-book-page .my-account-right .address-search span:after {
  display: block;
  content: "\f002";
  font-family: "Font Awesome 6 Pro" !important;
  position: absolute;
  top: 2px;
  right: 20px;
}
.address-book-page .my-account-right .address-search span input {
  margin: 0 0 0 0;
  position: relative;
  width: 100%;
  padding-right: 2rem;
}
.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: #000000;
  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 .list form[name=frmAddressBookToCheckout] {
  padding: 1rem;
  text-align: center;
}
.address-book-page .list form[name=frmAddressBookToCheckout] .btn {
  margin: 0 auto;
}
.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;
}
.address-book-page .list ul .address-entry {
  background-color: transparent;
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem;
}
@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;
  border-radius: 0.3125rem;
  background-color: #f8f8f8;
}
.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 ul {
  width: 100%;
}
.address-book-page .list ul li ul .address-type {
  color: #000000;
  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 {
  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: #424242;
}
.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 #F5F5F5;
  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: #BDBDBD;
}
.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 #F5F5F5;
  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: #F5F5F5;
}
.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: #000000;
}
.order-history .pagination .page:focus {
  background-color: #FFFFFF;
  color: #000000;
}
.order-history .pagination .page.active {
  background-color: #FFFFFF;
  color: #000000;
  font-weight: 800;
}
.order-history .pagination i {
  margin: 0 0.5em;
}

.order-details {
  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: #0956ff;
  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 #BDBDBD;
}
.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;
  height: unset;
}
@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: #000000;
}
@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 #F5F5F5;
  }
}
.giftcards .gift-card-list .gc-list-entry li {
  padding: 1rem 0.25rem;
  border-bottom: 1px solid #F5F5F5;
}
@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 #F5F5F5;
  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: #9E9E9E;
}
.wishlist .wishlist-item .wishlist-item-info .wishlist-controls a {
  font-weight: 400;
  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: #000000;
  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 #F5F5F5;
}
.orders-pending-approval table th {
  color: #424242;
  padding: 0.5em 0;
}
.orders-pending-approval table tbody tr {
  cursor: pointer;
}
.orders-pending-approval table tbody tr:hover {
  background-color: #0956ff;
  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;
  line-height: 1.5;
}
.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 #F5F5F5;
  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;
  vertical-align: middle;
}
.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;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.orders-pending-approval-details form .approver-buttons button {
  margin: 0 0.5rem;
}
@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: #0956ff;
  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 #424242;
  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 #424242;
  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: #0956ff;
  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: #BDBDBD;
  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: #0956ff !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;
}

.my-store-account .my-store-account-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.my-store-account .my-store-account-wrapper .left, .my-store-account .my-store-account-wrapper .right {
  width: 50%;
}
.my-store-account .my-store-account-wrapper .left {
  order: 2;
}
.my-store-account .my-store-account-wrapper .left img {
  width: 100%;
}
.my-store-account .my-store-account-wrapper .right {
  order: 1;
  padding: 3rem;
  display: flex;
  flex-wrap: wrap;
}
.my-store-account .my-store-account-wrapper .right .text-wrapper {
  align-self: center;
}
.my-store-account .my-store-account-wrapper .right .text-wrapper .btn {
  margin-top: 2rem;
}

.my-store-container .my-store-hero img {
  width: 100%;
}

.my-store-carousel {
  padding: 5rem 1rem !important;
}
.my-store-carousel .my-store-title {
  display: flex;
  flex-wrap: wrap;
  padding: 0 3rem !important;
}
.my-store-carousel .my-store-title h1.section-title {
  text-align: left !important;
  margin-bottom: 0 !important;
  width: initial !important;
}
.my-store-carousel .my-store-title img {
  margin-right: 1rem;
}
.my-store-carousel .my-store-title p {
  width: 100%;
  font-size: 1.2rem;
  margin-top: 1rem;
}

#ui-id-1, .ui-menu {
  background-color: #f8f8f8 !important;
  line-height: 1.5 !important;
  width: 100% !important;
  z-index: 100;
  list-style: none;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
}
#ui-id-1 li, .ui-menu li {
  padding: 0.25rem 0.5rem !important;
  cursor: pointer !important;
}
#ui-id-1 li:hover, .ui-menu li:hover {
  background-color: #e8e8e8 !important;
}
#ui-id-1 li:last-of-type, .ui-menu li:last-of-type {
  font-weight: bold !important;
}

.ui-helper-hidden-accessible {
  display: none;
}

.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: #000000;
}
.cart-container .cart-header button:hover {
  color: #000000;
  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 #F5F5F5;
}
.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: #F5F5F5;
  border-radius: 0.3125rem;
}
@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 h1 {
  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: 1rem;
  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 #9E9E9E;
}
.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: #F5F5F5;
  padding: 1rem;
  text-align: center;
  width: fit-content;
  font-weight: bold;
  color: #0956ff;
}
.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: #F5F5F5;
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  border-radius: 0.3125rem;
}
.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: #0956ff;
}
@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 #F5F5F5;
  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: 60%;
  }
}
.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: #757575;
  font-size: 0.8rem;
}
.cart-container .cart-item .cart-item-info ul #stock {
  color: #757575;
  font-size: 0.8rem;
}
.cart-container .cart-item .cart-item-info .cart-item-controls {
  color: #424242;
  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;
}
.punch-out-order-recap .item-header {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 425px) {
  .punch-out-order-recap .item-header {
    display: none;
  }
}
.punch-out-order-recap .item-header ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8rem;
}
.punch-out-order-recap .item-header ul li:nth-of-type(1) {
  width: 60%;
}
.punch-out-order-recap .item-header ul li:nth-of-type(2) {
  width: 30%;
}
.punch-out-order-recap .item-header ul li:nth-of-type(3) {
  width: 10%;
}
.punch-out-order-recap .cart-item button {
  background: none;
  outline: 0;
  border: 0;
  font-size: 0.8rem;
  text-decoration: underline;
  cursor: pointer;
  padding: 0.25rem 0;
  margin: 0;
}
.punch-out-order-recap .cart-item button:hover {
  text-decoration: none;
}
.punch-out-order-recap .cart-item .cart-item-qty {
  text-align: left;
}
@media screen and (max-width: 425px) {
  .punch-out-order-recap .cart-item .cart-item-qty {
    width: 60%;
    margin-left: auto;
  }
}
.punch-out-order-recap .cart-item .cart-item-line-total {
  width: 10%;
  font-weight: bold;
}
@media screen and (max-width: 425px) {
  .punch-out-order-recap .cart-item .cart-item-line-total {
    width: 100%;
    text-align: right;
  }
}
.punch-out-order-recap .cart-order-total div {
  width: 50%;
}
.punch-out-order-recap .cart-order-total .product-price {
  text-align: right;
}

.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: #0956ff;
}
.checkout-progress ul #check2 {
  display: none;
  color: #0956ff;
}
.checkout-progress ul #check3 {
  display: none;
  color: #0956ff;
}
.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-left {
  max-width: 70%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .checkout-left {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) and (min-width: 0px) {
  .checkout-left {
    max-width: 100%;
    width: 100%;
    margin-bottom: 1rem;
    padding-bottom: 0;
    order: 2;
  }
}

.line-color-success {
  background-color: #0956ff !important;
}

.step-selected {
  background-color: #0956ff !important;
}

.selected-step-wrapper {
  background-color: #FFFFFF !important;
}
.selected-step-wrapper h3 {
  color: #FFFFFF;
  border-bottom: 1px solid #CCC;
  background-color: #0956ff;
  font-weight: 700;
  height: unset !important;
}

.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: $site-border-radius;*/
}
@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.9rem;
}
.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 form .guest-address-form,
.shipping-method-wrapper form .guest-address-form,
.payment-method-wrapper form .guest-address-form,
.order-recap-wrapper form .guest-address-form {
  display: flex;
  flex-wrap: wrap;
}
.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 #F5F5F5;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #424242;
  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: #424242;
  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%;
  margin-bottom: 1rem;
}
.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;
  vertical-align: text-top;
}
.address-info-wrapper .Address-Information-Control .multiple-address #add-address-list {
  margin: 0 1rem 0 0;
}
.address-info-wrapper .Address-Information-Control .multiple-address .address-tag {
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #424242;
  color: #FFFFFF;
  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: #0956ff;
}
@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(#0956ff, 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 #BDBDBD;
}
.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: 3em;
  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 #F5F5F5;
  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;
  }
}
.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 {
    width: 100%;
  }
}
.shipping-method-wrapper .select-shipping-method .method-entry .method-selection select {
  margin-bottom: 0.5em;
}
.shipping-method-wrapper .shipping-description {
  width: 100%;
  text-align: right;
  position: relative;
}
.shipping-method-wrapper .shipping-description div {
  width: initial;
  margin-left: auto;
  cursor: pointer;
}
.shipping-method-wrapper .shipping-description div i {
  font-size: 1rem;
}
.shipping-method-wrapper .shipping-description div .description-list {
  display: none;
  position: absolute;
  right: -20px;
  bottom: 25px;
  background-color: #FFFFFF;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  max-width: 500px;
  width: 100%;
  border: 1px solid #9E9E9E;
  padding: 1rem;
  text-align: left;
  font-size: 0.9rem;
  z-index: 100;
}
.shipping-method-wrapper .shipping-description div .description-list b {
  font-weight: bold;
}
.shipping-method-wrapper .shipping-description div .description-list li {
  margin-bottom: 0.25rem;
}
.shipping-method-wrapper .shipping-description div .description-list:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -11px;
  right: 16px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #000;
}
.shipping-method-wrapper .shipping-description div:hover .description-list {
  display: block;
}
.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 .gift-message-input ul input {
  margin-bottom: 0.5rem;
}
.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: #0956ff;
}
.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: #BDBDBD;
  margin-right: 0.25em;
}
.payment-method-wrapper .payment-header h3 {
  width: 100%;
  position: static;
  display: block;
  background-color: transparent;
  color: #BDBDBD;
  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 #F5F5F5;
  text-align: center;
}
.payment-method-wrapper .payment-body {
  width: 100%;
}
.payment-method-wrapper .payment-body hr {
  border: 1px solid #F5F5F5;
  border-top: 0;
  margin: 2em 0;
}
.payment-method-wrapper .pay-by-group-info {
  width: 100%;
  text-align: left;
  vertical-align: text-top;
}
.payment-method-wrapper .pay-by-group-info select {
  margin-bottom: 1em;
}
.payment-method-wrapper .pay-by-group-info select, .payment-method-wrapper .pay-by-group-info input {
  width: initial;
}
.payment-method-wrapper .pay-by-group-info .event-name {
  display: none;
}
.payment-method-wrapper .pay-by-group-info .gc-input {
  width: 100%;
  margin-bottom: 0.25em;
}
.payment-method-wrapper .pay-by-group-info .gc-input label {
  width: 100%;
  font-size: 0.9em;
}
.payment-method-wrapper .pay-by-group-info .gc-input input {
  width: initial;
  margin-bottom: 0;
}
.payment-method-wrapper .pay-by-group-info .gc-input button {
  height: 30px;
  line-height: 30px;
}
.payment-method-wrapper .pay-by-group-info .gc-added-display {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0;
}
.payment-method-wrapper .pay-by-group-info .gc-added-display ul, .payment-method-wrapper .pay-by-group-info .gc-added-display .giftcard-remove {
  width: 50%;
}
.payment-method-wrapper .pay-by-group-info .gc-added-display ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.payment-method-wrapper .pay-by-group-info .gc-added-display ul li {
  color: #424242;
}
.payment-method-wrapper .pay-by-group-info .gc-added-display ul li:nth-of-type(1) {
  font-weight: bold;
  color: #000000;
}
.payment-method-wrapper .pay-by-group-info .gc-added-display .giftcard-remove {
  text-align: right;
}
.payment-method-wrapper .pay-by-group-info .gc-added-display .giftcard-remove a {
  color: #0956ff;
  text-decoration: underline;
  cursor: pointer;
}
.payment-method-wrapper .pay-by-group-info .gc-added-display .giftcard-remove a:hover {
  color: #0956ff;
  text-decoration: none;
  cursor: pointer;
}
.payment-method-wrapper .pay-by-group-info-instructions {
  display: inline-block;
  width: 100%;
  text-align: left;
  vertical-align: text-top;
  margin-bottom: 1em;
}
.payment-method-wrapper .pay-by-group-info-instructions .instruction-labels {
  width: 100%;
  position: relative;
}
.payment-method-wrapper .pay-by-group-info-instructions .instruction-labels label {
  display: inline;
}
.payment-method-wrapper .pay-by-group-info-instructions .instruction-labels .instructions-tooltip {
  font-size: 0.8em;
  color: #BDBDBD;
  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: #BDBDBD;
  padding: 0.5em;
  border-radius: 3px;
}
.payment-method-wrapper .pay-by-group-info-instructions .instruction-labels .character-max {
  float: right;
  color: #BDBDBD;
  font-style: italic;
}
.payment-method-wrapper .pay-by-group-info-instructions .instruction-text {
  width: 100%;
}
.payment-method-wrapper .pay-by-group-info-instructions .instruction-text .instructions-text-box {
  width: 100%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
  min-height: 100px;
}
.payment-method-wrapper .pay-by-card-info {
  width: 100%;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  list-style: none;
  text-align: left;
}
.payment-method-wrapper .pay-by-card-info label {
  text-align: left;
}
.payment-method-wrapper .pay-by-card-info ul {
  width: 100%;
  margin: 0;
  display: flex;
  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: #F5F5F5;
  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: #424242;
}
.payment-method-wrapper .payment-info {
  display: none;
}
.payment-method-wrapper .payment-info-entry {
  margin: 0.25em;
}
.payment-method-wrapper .stored-card {
  padding: 1rem;
  border: 2px dashed #b00020;
  border-radius: 0.3125rem;
}
.payment-method-wrapper .stored-card .no-store-credit-card {
  text-align: left;
  width: 100%;
}
.payment-method-wrapper .stored-card .no-store-credit-card h3 {
  font-weight: 600;
  font-size: 1rem;
  position: static;
  text-align: left;
  width: 100%;
  color: #000000;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
}
.payment-method-wrapper .stored-card ul {
  margin-bottom: 1rem;
  background-color: #EEEEEE;
  border-radius: 0.3125rem;
}
.payment-method-wrapper .stored-card ul li {
  display: flex;
  flex-wrap: wrap;
  padding: 0.25rem;
}
.payment-method-wrapper .stored-card ul li input {
  width: 20px;
  height: 20px;
  align-self: center;
  cursor: pointer;
}
.payment-method-wrapper .stored-card ul li span {
  font-size: 0.9rem;
  width: 100%;
  margin-bottom: 1rem;
}
.payment-method-wrapper .round-up-donation-info {
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
}
.payment-method-wrapper .round-up-donation-info .roundup-inquiry, .payment-method-wrapper .round-up-donation-info .roundup-error {
  background-color: #f8f8f8;
  padding: 2rem;
  border-radius: 0.3125rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .payment-method-wrapper .round-up-donation-info .roundup-inquiry, .payment-method-wrapper .round-up-donation-info .roundup-error {
    flex-wrap: wrap;
  }
}
.payment-method-wrapper .round-up-donation-info .roundup-inquiry .left, .payment-method-wrapper .round-up-donation-info .roundup-inquiry .right, .payment-method-wrapper .round-up-donation-info .roundup-error .left, .payment-method-wrapper .round-up-donation-info .roundup-error .right {
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.payment-method-wrapper .round-up-donation-info .roundup-inquiry .left button, .payment-method-wrapper .round-up-donation-info .roundup-inquiry .right button, .payment-method-wrapper .round-up-donation-info .roundup-error .left button, .payment-method-wrapper .round-up-donation-info .roundup-error .right button {
  height: fit-content;
  align-self: center;
}
.payment-method-wrapper .round-up-donation-info .roundup-inquiry .left, .payment-method-wrapper .round-up-donation-info .roundup-error .left {
  display: flex;
  justify-content: center;
  width: 50%;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .payment-method-wrapper .round-up-donation-info .roundup-inquiry .left, .payment-method-wrapper .round-up-donation-info .roundup-error .left {
    width: 100%;
  }
}
.payment-method-wrapper .round-up-donation-info .roundup-inquiry .right, .payment-method-wrapper .round-up-donation-info .roundup-error .right {
  padding: 1rem 3rem 1rem 3rem;
}
@media screen and (max-width: 768px) {
  .payment-method-wrapper .round-up-donation-info .roundup-inquiry .right, .payment-method-wrapper .round-up-donation-info .roundup-error .right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .payment-method-wrapper .round-up-donation-info .roundup-inquiry .right h4, .payment-method-wrapper .round-up-donation-info .roundup-inquiry .right p, .payment-method-wrapper .round-up-donation-info .roundup-error .right h4, .payment-method-wrapper .round-up-donation-info .roundup-error .right p {
    text-align: center;
  }
}
.payment-method-wrapper .round-up-donation-info .roundup-inquiry p, .payment-method-wrapper .round-up-donation-info .roundup-inquiry h4, .payment-method-wrapper .round-up-donation-info .roundup-error p, .payment-method-wrapper .round-up-donation-info .roundup-error h4 {
  width: 100%;
}
.payment-method-wrapper .round-up-donation-info .roundup-inquiry img, .payment-method-wrapper .round-up-donation-info .roundup-error img {
  width: 100px;
}
.payment-method-wrapper .round-up-donation-info .roundup-inquiry a, .payment-method-wrapper .round-up-donation-info .roundup-error a {
  font-size: 1rem !important;
}
.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: #424242;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-added-display ul li:nth-of-type(1) {
  font-weight: bold;
  color: #000000;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-added-display .giftcard-remove {
  text-align: right;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-added-display .giftcard-remove a {
  color: #0956ff;
  text-decoration: underline;
  cursor: pointer;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-added-display .giftcard-remove a:hover {
  color: #0956ff;
  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: #0956ff !important;
}
.active-payment-header h3, .active-payment-header i {
  font-weight: 800 !important;
  color: #0956ff !important;
}
.active-payment-header:hover {
  display: block !important;
  border-color: #0956ff !important;
}
.active-payment-header:hover h3, .active-payment-header:hover i {
  font-weight: 800 !important;
  color: #0956ff !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: #424242 !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 .Order-Recap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 0.9rem;
}
.order-recap-wrapper .Order-Recap .billing-and-payment-recap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 1rem;
  border-bottom: 1px solid #F5F5F5;
  margin-bottom: 1rem;
}
.order-recap-wrapper .Order-Recap .billing-and-payment-recap .billing, .order-recap-wrapper .Order-Recap .billing-and-payment-recap .payment {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.order-recap-wrapper .Order-Recap .billing-and-payment-recap .billing .left, .order-recap-wrapper .Order-Recap .billing-and-payment-recap .billing .right, .order-recap-wrapper .Order-Recap .billing-and-payment-recap .payment .left, .order-recap-wrapper .Order-Recap .billing-and-payment-recap .payment .right {
  width: 50%;
  padding: 0.5rem;
}
.order-recap-wrapper .Order-Recap .order-items-recap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.order-recap-wrapper .Order-Recap .order-items-recap .shipment-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #BDBDBD;
  margin-bottom: 1rem;
}
.order-recap-wrapper .Order-Recap .order-items-recap .shipment-item:last-of-type {
  border-bottom: 0;
}
.order-recap-wrapper .Order-Recap .order-items-recap .shipment-item .shipment-count {
  font-size: 0.9rem;
  padding: 0.5rem;
  width: 100%;
  font-weight: bold;
}
.order-recap-wrapper .Order-Recap .order-items-recap .shipment-item .order-ship {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.order-recap-wrapper .Order-Recap .order-items-recap .shipment-item .order-ship .shipping-address, .order-recap-wrapper .Order-Recap .order-items-recap .shipment-item .order-ship .shipping-method, .order-recap-wrapper .Order-Recap .order-items-recap .shipment-item .order-ship .gift-message, .order-recap-wrapper .Order-Recap .order-items-recap .shipment-item .order-ship .delivery-instructions {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.order-recap-wrapper .Order-Recap .order-items-recap .shipment-item .order-ship .shipping-address .left, .order-recap-wrapper .Order-Recap .order-items-recap .shipment-item .order-ship .shipping-address .right, .order-recap-wrapper .Order-Recap .order-items-recap .shipment-item .order-ship .shipping-method .left, .order-recap-wrapper .Order-Recap .order-items-recap .shipment-item .order-ship .shipping-method .right, .order-recap-wrapper .Order-Recap .order-items-recap .shipment-item .order-ship .gift-message .left, .order-recap-wrapper .Order-Recap .order-items-recap .shipment-item .order-ship .gift-message .right, .order-recap-wrapper .Order-Recap .order-items-recap .shipment-item .order-ship .delivery-instructions .left, .order-recap-wrapper .Order-Recap .order-items-recap .shipment-item .order-ship .delivery-instructions .right {
  width: 50%;
  padding: 0.5rem;
}
.order-recap-wrapper .Order-Recap .order-items-recap .shipment-item .order-item-header, .order-recap-wrapper .Order-Recap .order-items-recap .shipment-item .order-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.order-recap-wrapper .Order-Recap .order-items-recap .shipment-item .order-item-header div, .order-recap-wrapper .Order-Recap .order-items-recap .shipment-item .order-item div {
  padding: 0.5rem;
}
.order-recap-wrapper .Order-Recap .order-items-recap .shipment-item .order-item-header .order-item-product, .order-recap-wrapper .Order-Recap .order-items-recap .shipment-item .order-item .order-item-product {
  width: 50%;
}
.order-recap-wrapper .Order-Recap .order-items-recap .shipment-item .order-item-header .order-item-thumbnail, .order-recap-wrapper .Order-Recap .order-items-recap .shipment-item .order-item .order-item-thumbnail {
  width: 15%;
}
.order-recap-wrapper .Order-Recap .order-items-recap .shipment-item .order-item-header .order-item-description, .order-recap-wrapper .Order-Recap .order-items-recap .shipment-item .order-item .order-item-description {
  width: 35%;
}
.order-recap-wrapper .Order-Recap .order-items-recap .shipment-item .order-item-header .order-item-description a, .order-recap-wrapper .Order-Recap .order-items-recap .shipment-item .order-item .order-item-description a {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.order-recap-wrapper .Order-Recap .order-items-recap .shipment-item .order-item-header .order-item-description span, .order-recap-wrapper .Order-Recap .order-items-recap .shipment-item .order-item .order-item-description span {
  display: block;
  margin-bottom: 0.25rem;
}
.order-recap-wrapper .Order-Recap .order-items-recap .shipment-item .order-item-header .order-item-qty, .order-recap-wrapper .Order-Recap .order-items-recap .shipment-item .order-item .order-item-qty {
  width: 16.6666%;
}
.order-recap-wrapper .Order-Recap .order-items-recap .shipment-item .order-item-header .order-item-price, .order-recap-wrapper .Order-Recap .order-items-recap .shipment-item .order-item .order-item-price {
  width: 16.6666%;
}
.order-recap-wrapper .Order-Recap .order-items-recap .shipment-item .order-item-header .order-item-total, .order-recap-wrapper .Order-Recap .order-items-recap .shipment-item .order-item .order-item-total {
  width: 16.6666%;
}
.order-recap-wrapper .Order-Recap .order-items-recap .shipment-item .order-item-header {
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
.order-recap-wrapper button {
  margin-left: auto;
}

.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: $site-border-radius;*/
  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: 600;
  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;
}
.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;
  margin-bottom: 0.5rem;
}
.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: #424242;
  text-align: center;
  cursor: pointer;
}
.Single-Page-Checkout-Summary .order-summary .ShippingOptionsMap > div:hover {
  color: #000000;
}
.Single-Page-Checkout-Summary .order-summary .ShippingOptionsMap .icons-ul {
  margin: 2em 0 0 2em;
  font-size: 0.9em;
  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: #000000;
}

.shipto table:nth-of-type(1) {
  margin-bottom: 2em;
}

.order-confirmation {
  background-color: #F5F5F5;
  width: 100%;
}
.order-confirmation .order-confirmation-wrapper {
  max-width: 800px;
  width: 100%;
  padding: 2rem 2rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #FFFFFF;
}
.order-confirmation .order-confirmation-header {
  width: 100%;
  text-align: center;
  padding: 2rem;
  margin-bottom: 2rem;
}
.order-confirmation .order-confirmation-header h3 {
  font-weight: bold;
}
.order-confirmation .order-confirmation-header .order-num {
  font-size: 18px;
  color: #000000;
}
.order-confirmation .order-confirm-entry {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
}
.order-confirmation .order-confirm-entry .left {
  width: 50%;
  font-weight: bold;
  margin-bottom: 2rem;
}
.order-confirmation .order-confirm-entry .right {
  width: 50%;
  margin-bottom: 2rem;
}
@media (max-width: 500px) {
  .order-confirmation .order-confirm-entry .left, .order-confirmation .order-confirm-entry .right {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.order-confirmation .order-confirm-entry hr {
  border-top: 0;
  border: 1px dashed #BDBDBD;
  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 #BDBDBD;
  }
  .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;
  }
}

.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: #424242;
  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 #BDBDBD;
  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;
}

.monolith-partial {
  width: 100%;
}

.feedback-survey {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.feedback-survey .dismiss-feedback {
  padding: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 1.25rem;
  transition: all 0.2s ease-in-out;
}
.feedback-survey .dismiss-feedback:hover {
  transform: scale(1.2);
  transition: all 0.2s ease-in-out;
}
.feedback-survey form h1 {
  text-align: center;
}
.feedback-survey form .icon-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.feedback-survey form .icon-wrapper div {
  padding: 2rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.feedback-survey form .icon-wrapper div:hover img {
  transform: scale(1.2);
  transition: all 0.2s ease-in-out;
}
.feedback-survey form .icon-wrapper div:hover h5 {
  font-weight: 800;
  transition: all 0.2s ease-in-out;
}
.feedback-survey form .icon-wrapper div span {
  display: block;
  max-width: 125px;
  width: 100%;
  margin: 0 auto;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.feedback-survey form .icon-wrapper div img {
  max-width: 125px;
  width: 100%;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.feedback-survey form .icon-wrapper div h5 {
  margin-top: 2rem;
  font-weight: 600;
  color: #000000;
  font-size: 1.25rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.feedback-survey form .additional-feedback {
  text-align: center;
  display: none;
  transition: all 0.2s ease-in-out;
}
.feedback-survey form .additional-feedback h1 {
  font-size: 2rem;
}
.feedback-survey form .additional-feedback textarea {
  width: 100%;
  height: 150px;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.feedback-survey form .additional-feedback label[for=contact-feedback] {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.feedback-survey form .additional-feedback label[for=contact-feedback] input {
  margin-right: 0.5rem;
  cursor: pointer;
}
.feedback-survey form .additional-feedback label[for=contact-feedback] span {
  align-self: center;
}
.feedback-survey form .additional-feedback button {
  margin: 0 auto;
}
.feedback-survey .success, .feedback-survey .failure {
  display: none;
  text-align: center;
}
.feedback-survey .success button, .feedback-survey .failure button {
  margin: 0 auto;
}

.option-selected span {
  display: block;
  animation: surveyspin 0.5s;
}
.option-selected img {
  animation: grow 0.5s;
  animation-fill-mode: forwards;
  transition: all 0.2s ease-in-out;
}
.option-selected h5 {
  font-weight: 800 !important;
  transition: all 0.2s ease-in-out;
}

.show-additional-feedback {
  display: block !important;
  animation: showfeedback 0.5s;
  animation-fill-mode: forwards;
  transition: all 0.2s ease-in-out;
}

.option-remove {
  animation: fadeaway 0.5s;
  animation-fill-mode: forwards;
}
.option-remove span {
  animation: spinaway 0.5s;
  animation-fill-mode: forwards;
}

@keyframes surveyspin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes grow {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes showfeedback {
  0% {
    transform: scale(0);
    opacity: 0 !important;
  }
  100% {
    transform: scale(1);
    opacity: 1 !important;
  }
}
@keyframes spinaway {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeaway {
  0% {
    transform: scale(1);
    opacity: 1 !important;
    margin-left: 0;
  }
  100% {
    transform: scale(0);
    opacity: 0 !important;
    margin-left: -100%;
  }
}
.Punchout-Recap-Control {
  max-width: 1200px;
  width: 95%;
  /*    padding: 3em 0 10em 0;*/
  margin: 0 auto;
  flex-wrap: wrap;
}
.Punchout-Recap-Control h3 {
  text-align: left;
  font-size: 2em;
  font-weight: 600;
  color: #212121;
  margin-bottom: 2em;
}
@media (max-width: 767px) and (min-width: 0px) {
  .Punchout-Recap-Control h3 {
    text-align: center !important;
  }
}
.Punchout-Recap-Control .punch-out-order-recap {
  flex-wrap: wrap;
  padding-top: 3rem;
}
.Punchout-Recap-Control .punch-out-order-recap .Order-Recap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 0.9rem;
}
.Punchout-Recap-Control .punch-out-order-recap .billing-and-payment-recap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 1rem;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 1rem;
}
.Punchout-Recap-Control .punch-out-order-recap .billing-and-payment-recap .billing, .Punchout-Recap-Control .punch-out-order-recap .billing-and-payment-recap .payment {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.Punchout-Recap-Control .punch-out-order-recap .billing-and-payment-recap .billing .left, .Punchout-Recap-Control .punch-out-order-recap .billing-and-payment-recap .billing .right, .Punchout-Recap-Control .punch-out-order-recap .billing-and-payment-recap .payment .left, .Punchout-Recap-Control .punch-out-order-recap .billing-and-payment-recap .payment .right {
  width: 50%;
  padding: 0.5rem;
}
.Punchout-Recap-Control .punch-out-order-recap .order-items-recap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.Punchout-Recap-Control .punch-out-order-recap .order-items-recap .shipment-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #EEEEEE;
  margin-bottom: 1rem;
}
.Punchout-Recap-Control .punch-out-order-recap .order-items-recap .shipment-item:last-of-type {
  border-bottom: 0;
}
.Punchout-Recap-Control .punch-out-order-recap .order-items-recap .shipment-item .shipment-count {
  font-size: 0.9rem;
  padding: 0.5rem;
  width: 100%;
  font-weight: bold;
}
.Punchout-Recap-Control .punch-out-order-recap .order-ship {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 1rem;
  border-bottom: 1px dashed #616161;
}
.Punchout-Recap-Control .punch-out-order-recap .order-ship .shipping-address, .Punchout-Recap-Control .punch-out-order-recap .order-ship .shipping-method, .Punchout-Recap-Control .punch-out-order-recap .order-ship .gift-message, .Punchout-Recap-Control .punch-out-order-recap .order-ship .delivery-instructions {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.Punchout-Recap-Control .punch-out-order-recap .order-ship .shipping-address .left, .Punchout-Recap-Control .punch-out-order-recap .order-ship .shipping-address .right, .Punchout-Recap-Control .punch-out-order-recap .order-ship .shipping-method .left, .Punchout-Recap-Control .punch-out-order-recap .order-ship .shipping-method .right, .Punchout-Recap-Control .punch-out-order-recap .order-ship .gift-message .left, .Punchout-Recap-Control .punch-out-order-recap .order-ship .gift-message .right, .Punchout-Recap-Control .punch-out-order-recap .order-ship .delivery-instructions .left, .Punchout-Recap-Control .punch-out-order-recap .order-ship .delivery-instructions .right {
  width: 50%;
  padding: 0.5rem;
}
.Punchout-Recap-Control .punch-out-order-recap .order-ship .shipping-address .left, .Punchout-Recap-Control .punch-out-order-recap .order-ship .shipping-method .left, .Punchout-Recap-Control .punch-out-order-recap .order-ship .gift-message .left, .Punchout-Recap-Control .punch-out-order-recap .order-ship .delivery-instructions .left {
  font-weight: bold;
}
.Punchout-Recap-Control .punch-out-order-recap .order-item-header, .Punchout-Recap-Control .punch-out-order-recap .order-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.Punchout-Recap-Control .punch-out-order-recap .order-item-header div, .Punchout-Recap-Control .punch-out-order-recap .order-item div {
  padding: 0.5rem;
}
.Punchout-Recap-Control .punch-out-order-recap .order-item-header .order-item-product, .Punchout-Recap-Control .punch-out-order-recap .order-item .order-item-product {
  width: 50%;
}
.Punchout-Recap-Control .punch-out-order-recap .order-item-header .order-item-thumbnail, .Punchout-Recap-Control .punch-out-order-recap .order-item .order-item-thumbnail {
  width: 15%;
}
.Punchout-Recap-Control .punch-out-order-recap .order-item-header .order-item-description, .Punchout-Recap-Control .punch-out-order-recap .order-item .order-item-description {
  width: 35%;
}
.Punchout-Recap-Control .punch-out-order-recap .order-item-header .order-item-description a, .Punchout-Recap-Control .punch-out-order-recap .order-item .order-item-description a {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.Punchout-Recap-Control .punch-out-order-recap .order-item-header .order-item-description span, .Punchout-Recap-Control .punch-out-order-recap .order-item .order-item-description span {
  display: block;
  margin-bottom: 0.25rem;
}
.Punchout-Recap-Control .punch-out-order-recap .order-item-header .order-item-qty, .Punchout-Recap-Control .punch-out-order-recap .order-item .order-item-qty {
  width: 16.6666%;
}
.Punchout-Recap-Control .punch-out-order-recap .order-item-header .order-item-price, .Punchout-Recap-Control .punch-out-order-recap .order-item .order-item-price {
  width: 16.6666%;
}
.Punchout-Recap-Control .punch-out-order-recap .order-item-header .order-item-total, .Punchout-Recap-Control .punch-out-order-recap .order-item .order-item-total {
  width: 16.6666%;
}
.Punchout-Recap-Control .punch-out-order-recap .order-item-header {
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
.Punchout-Recap-Control .punch-out-order-recap button {
  margin-left: auto;
}
.Punchout-Recap-Control #punch-out-order-recap-form {
  width: 100%;
}
.Punchout-Recap-Control .punchout-button-wrapper {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.Punchout-Recap-Control .punchout-button-wrapper button {
  margin-left: auto;
}

.punchout-redirect img {
  max-width: 150px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 1rem;
}
.punchout-redirect p {
  margin: 2rem 0;
}
.punchout-redirect .punchout-redirect-delayed {
  display: none;
}
.punchout-redirect .spinner {
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 1;
  align-items: center;
}
.punchout-redirect .spinner span {
  display: block;
  margin: 0 auto;
}
.punchout-redirect .spinner i {
  display: block;
  color: #212121 !important;
  animation: spin 1s linear infinite;
  align-items: center;
  font-size: 2em;
}
.punchout-redirect .punchout-redirect-loading .spinner {
  display: flex;
}

.returns .wrapper p {
  text-align: left;
  line-height: 1.5;
}
.returns .wrapper ul {
  padding: 0 0 0 1rem;
  list-style: disc;
}
.returns .wrapper ul li {
  line-height: 1.5;
}
.returns .wrapper legend {
  font-size: unset;
  border: 0;
}
.returns .wrapper input[type=radio] {
  transform: scale(1.5);
  vertical-align: middle;
  cursor: pointer;
}
.returns .wrapper .el-radio__label {
  padding-left: 0.5rem !important;
}
.returns .wrapper span {
  vertical-align: middle;
}

.hide-keywords {
  display: none;
}

.search-results {
  width: 100% !important;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
}
.search-results h1 {
  margin-bottom: 2rem;
  width: 50%;
}
@media screen and (max-width: 425px) {
  .search-results h1 {
    width: 100%;
    text-align: center !important;
  }
}
.search-results .sortby {
  width: 50%;
  text-align: right !important;
  margin-left: auto;
}
@media screen and (max-width: 425px) {
  .search-results .sortby {
    width: 100%;
    text-align: center !important;
  }
}
.search-results .sortby select {
  width: fit-content;
}
.search-results .product_grid .product_list .product_item {
  width: 20%;
  padding: 1rem;
  border-radius: 0.3125rem;
}
@media (max-width: 1024px) {
  .search-results .product_grid .product_list .product_item {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .search-results .product_grid .product_list .product_item {
    width: 33.33%;
  }
}
@media (max-width: 500px) {
  .search-results .product_grid .product_list .product_item {
    width: 50%;
  }
}

.search-results-empty {
  padding-top: 3rem;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  min-height: 90vh;
  text-align: center;
  align-content: flex-start;
}
.search-results-empty h2 {
  width: 100%;
}
.search-results-empty p {
  width: 100%;
}
.search-results-empty .searchbox {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 2rem auto;
}
.search-results-empty .searchbox input {
  padding-right: 3rem;
}
.search-results-empty .searchbox .btn {
  padding: 0;
  position: absolute;
  right: 10px;
  top: 14px;
  min-width: 0;
  background-color: transparent;
}

#maintenanceMessage {
  position: fixed;
  width: 100%;
  max-width: 500px;
  right: 0;
  left: 0;
  top: 120px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #FFFFFF;
  color: #000000;
  z-index: 1049;
  text-align: left;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
  line-height: 1.5;
}
#maintenanceMessage h2 {
  color: #000000;
}
#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;
}

.countdown-timer {
  background-color: #000000;
  width: 100%;
}
.countdown-timer .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.countdown-timer .wrapper .countdown-message {
  font-size: 1rem;
  color: #FFFFFF;
  margin: 0;
}
.countdown-timer .wrapper #countdown {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin: 0;
  margin-top: 0.5rem;
}

.faqs .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.faqs .wrapper .faq-item {
  width: 100%;
  border: 1px solid #F5F5F5;
  margin-bottom: 1rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.faqs .wrapper .faq-item .question {
  width: 100%;
  background-color: #F5F5F5;
  color: #000000;
  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 .wrapper .faq-item .question:after {
  font-family: "Font Awesome 6 Pro";
  display: flex;
  align-items: center;
  content: "\f107";
  margin-left: auto;
  width: 40px;
  height: 40px;
  transition: 0.2s all ease-in-out;
}
.faqs .wrapper .faq-item .question:hover {
  background-color: #0956ff;
  transition: 0.2s all ease-in-out;
}
.faqs .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 .wrapper .faq-item .answer p {
  max-width: 40rem;
}
.faqs .wrapper .active .question:after {
  content: "\f106";
  transition: 0.2s all ease-in-out;
}
.faqs .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 {
  text-align: center;
}
.point-summary h1 {
  border-bottom: 2px dashed rgba(0, 0, 0, 0.2);
  padding-bottom: 0.5em;
}
.point-summary h1, .point-summary label {
  text-align: left;
  width: 100%;
}
.point-summary .points {
  font-size: 0.7em;
}
.point-summary h4 {
  width: 49%;
  display: inline-block;
  text-transform: none;
  font-size: 0.9em;
}
.point-summary .balance-summary {
  display: inline-block;
  text-align: left;
  width: 32%;
  margin-bottom: 1em;
  padding: 0 1em;
  vertical-align: text-top;
}
.point-summary .my-account-card {
  margin-bottom: 1em;
}
.point-summary table {
  width: 100%;
}
.point-summary table th, .point-summary table td {
  width: auto;
  text-align: left;
  padding: 0.5em 1em;
}
.point-summary table th {
  border: 5px solid #FFFFFF;
  border-top: 0;
  border-bottom: 0;
  background-color: #f6f6f6;
}
.point-summary table th:hover {
  background-color: shade(#f6f6f6, 2%);
}
.point-summary table tr {
  width: 100%;
  padding: 0.5em 0;
}
.point-summary table tbody tr:nth-of-type(even) {
  background-color: #f6f6f6;
}
.point-summary table .headerSortUp {
  background-image: url(../../images/graphics/asc.gif) !important;
}
.point-summary table .headerSortDown {
  background-image: url(../../images/graphics/desc.gif) !important;
}
.point-summary table .header {
  background-image: url(../../images/graphics/bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/support/_reset.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/support/_fonts.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/support/_layout.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/support/_variables.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/support/_prop65.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/support/_breakpoints.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/support/_alerts.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/support/_buttons.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/support/_breadcrumbs.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/support/_forms.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/support/_modals.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/support/_type.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_store-selection.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_login.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_homepage.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_header.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_slim-jim.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_footer.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_hero.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_sidekick.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_callouts.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_product-spotlight.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_featured-products.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_showcase-products.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_shop-by-category.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_special-order.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_email-opt-in.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_category-products.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_left-nav.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_product-list.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_product-details.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_cross-sales.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_reviews.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_sustainability.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_virtual-catalog.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_my-account.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_create-account.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_update-account.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_address-book.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_communication.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_order-history.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_gift-cards.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_wishlist.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_approvals.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_dashboard.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_my-store.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_loqate.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_cart.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_checkout.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_order-confirmation.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_verify-email.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_feedback-survey.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_punchout.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_returns.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_search.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_maint-msg.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_countdown-timer.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_faq.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/general-motors/sass/modules/_points-summary.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;;;AChDJ;EACI,aAJQ;EAKR;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,aAdQ;EAeR;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,aAxBQ;EAyBR;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,aAlCQ;EAmCR;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACI,aA7CQ;EA8CR;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,aAvDQ;EAwDR;EACA;EACA;EACA;EACA;EACA;;AC7DJ;AAAA;AAAA;EAGI;;;AAIA;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI,kBCfI;;;ADsBR;EACI;;;AAGJ;EACI;;;AEjDJ;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,kBDtBI;ECuBJ;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,ODnGQ;;;AG1CpB;EACI;EACA;EACA;EACA,OHcI;EGbJ;EACA;EACA;EACA;EACA;EACA,eH0CiB;EGzCjB;;;AAGJ;EACI;EACA;EACA;EACA;;;AAIJ;EACI;;AAEA;EACI,WHyBK;EGxBL;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EACI;EACA;;AAGJ;EACI;;;AC5CR;EACI;;;AAGJ;EACI;EACA;EACA,aJoDoB;EInDpB;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;;AAGA;EACI;;AAMR;EACI;EACA;;AAGJ;EACI;;;AAIR;EACI,OJxBgB;EIyBhB,kBJjDI;EIkDJ,cJ1BgB;;AI4BhB;EACI,kBJ7BY;EI8BZ,cJ9BY;EI+BZ,OJvDA;;AIyDA;EACI,OJ1DJ;;AI8DJ;EACI,OJvCY;;;AI2CpB;EACI,OJpEI;EIqEJ;EACA;;AAEA;EACI;EACA;EACA,OJ3EA;;AI6EA;EACI,OJ9EJ;;AIkFJ;EACI,OJnFA;;;AIuFR;EACI,OJxFI;EIyFJ,kBJjEgB;EIkEhB,cJlEgB;;AIoEhB;EACI,kBJrEY;EIsEZ,cJtEY;;AIwEZ;EACI,OJjGJ;;AIqGJ;EACI,OJtGA;;;AI0GR;EACI,OJ3GI;EI4GJ,kBJpFgB;EIqFhB,cJrFgB;;AIuFhB;EACI,kBJxFY;EIyFZ,cJzFY;;AI2FZ;EACI,OJpHJ;;AIwHJ;EACI,OJzHA;;;AI6HR;EACI,OJ9HI;EI+HJ,kBJtHI;EIuHJ,cJvHI;;AIyHJ;EACI,kBJxHA;EIyHA,cJzHA;;AI2HA;EACI,OJvIJ;;AI2IJ;EACI,OJ5IA;;;AIgJR;EACI,OJjJI;EIkJJ;EACA;;AAEA;EACI,kBJtJA;EIuJA,OJ/HY;;AIiIZ;EACI,kBJ1JJ;EI2JI,OJnIQ;;AIsIZ;EACI,kBJ/JJ;EIgKI,OJxIQ;;AI4IhB;EACI;EACA,OJtKA;;;AI0KR;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EA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ACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIA;EACI;EACA;;;AAIZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA,OZp3BR;;AYu3BI;EACI;;AAGJ;EACI;;AAKZ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,OZr6BJ;;;AY26BA;EACI;;AAGJ;EACI;EACA;EACA;EACA,kBZl7BJ;EYm7BI;EACA;EACA;EACA;;AAEA;EACI,WZx5BH;EYy5BG;;AAGJ;EACI;EACA;;;AAOZ;EACI;;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA,OZr8BR;;AYw8BI;EACI;;AAKZ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;;AAIJ;EACI;AACI;AAAA;AAAA;;EAKJ;IACI;IACA;IACA;;;AAGR;AACA;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAEJ;AACA;AAAA;AAAA;AAAA;EAII;;;ACxhCR;EACI;EACA;EACA,kBbgBI;EafJ,ObgBI;EafJ;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAII;EACI;;AAMhB;EACI;EACA;;AAEA;EACI;;AAGJ;EACI,ObpBJ;;AasBI;EACI,ObvBR;;;AchBR;EACI;EACA,kBdaI;EcZJ;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA,OdJJ;;AcMI;EAPJ;IAQQ;;;AAKR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EANJ;IAOQ;;;AAGJ;EAVJ;IAWQ;;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAEA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I;;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;;;ACnOR;EACI;EACA;AACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA,OjDoBA;EiDnBA;;A/CJA;E+CDJ;IAQQ;;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGA;EACI;EACA;;AAKZ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;;AAKZ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAIR;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;;AAGJ;EACI;;AAIR;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;;AAMR;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAKJ;EACI;;;AC7NJ;EACI;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;;AAIR;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;;AC9BZ;EACI;;;AAKJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EAJJ;IAKQ;IACA;;;AAIR;EACI;EACA;EACA;;AACA;EAJJ;IAKQ;IACA;;;AAGJ;EACI;;AAMA;EACI;EACA;EACA,enDUK;;AmDRL;EALJ;IAMQ;;;AAGJ;EATJ;IAUQ;;;AAGJ;EAbJ;IAcQ;;;;AAOpB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AC/FZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBpDWI;EoDVJ,OpDSI;EoDRJ;EACA;EACA;EACA;EACA,YpDwCc;EoDvCd;;AAEA;EACI;;AAGJ;EACI;;;AAQR;EACI;EACA;;;AAGJ;EACI;EACA;;;AAEJ;EACI;EACA;;;AC1CH;EACG,kBrDkBI;EqDjBJ;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA,OrDOJ;EqDNI;;AAGJ;EACI;EACA,OrDCJ;EqDAI;EACA;EACA;EACA;EACA;EACA;;;ACtBR;EACI;EACA;;AAKA;EACI;EACA;EACA;EACA,etDwCS;EsDvCT;;AAEA;EACI;EACA,kBtDKR;EsDJQ,OtDDR;EsDEQ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,atDiCI;EsDhCJ;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,kBtDEA;EsDDA;;AAIR;EACI;EACA,kBtD7BR;EsD8BQ;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAQJ;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;;;AC7EhB;EACI;EACA,kBvD2Ce;EuD1Cf;EACA,OvDgBI;EuDfJ;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;;;AAIR;EACI;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;;AAIA;EACI;;AAIR;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA%22%7D */