@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i);
[contenteditable="true"]:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
button:focus,
details:focus,
input:focus,
select:focus,
textarea:focus {
  outline-offset: 1px !important;
}
input:focus + label {
  outline: 2px solid #0f7fff !important;
  outline-offset: 1px !important;
}
meta.foundation-version {
  font-family: "/5.5.3/";
}
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}
meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 551px)/";
  width: 0;
}
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:551px)/";
  width: 551px;
}
meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:551px) and (max-width:1025px)/";
  width: 551px;
}
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:1025px)/";
  width: 1025px;
}
meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:1025px) and (max-width:1261px)/";
  width: 1025px;
}
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1261px)/";
  width: 1261px;
}
meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1261px) and (max-width:1681px)/";
  width: 1261px;
}
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1681px)/";
  width: 1681px;
}
meta.foundation-data-attribute-namespace {
  font-family: false;
}
.u-block {
  display: block !important;
}
.u-inlineBlock {
  display: inline-block !important;
  max-width: 100% !important;
}
.u-hidden {
  display: none !important;
}
.u-hiddenVisually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.is-srOnly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.u-textAlignCenter {
  text-align: center !important;
}
.u-textAlignLeft {
  text-align: left !important;
}
.u-textAlignRight {
  text-align: right !important;
}
.u-textBreak {
  word-wrap: break-word !important;
}
.u-textInheritColor {
  color: inherit !important;
}
.u-textKern {
  text-rendering: optimizeLegibility !important;
  -webkit-font-feature-settings: "kern" 1 !important;
  font-feature-settings: "kern" 1 !important;
  -webkit-font-kerning: normal !important;
  font-kerning: normal !important;
}
.u-textLead {
  line-height: 1.6 !important;
  font-size: 1.1em !important;
}
.u-textNoWrap {
  white-space: nowrap !important;
}
.u-textTruncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
}
.u-fontSmoothing {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important;
} /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  height: 100%;
}
body {
  background: #fff;
  color: #333;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
a:hover {
  cursor: pointer;
}
figure {
  margin: 0 0 1.5rem;
}
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
img {
  -ms-interpolation-mode: bicubic;
}
button {
  background: 0 0;
  border: 0;
}
button:active,
button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
textarea {
  height: auto;
  min-height: 50px;
}
select {
  width: 100%;
}
blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0;
}
html {
  font-size: 14px;
}
@media (min-width: 551px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1261px) {
  html {
    font-size: 14px;
  }
}
body {
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
a {
  color: #999;
  line-height: inherit;
  text-decoration: underline;
}
a:focus,
a:hover {
  color: #cb2129;
}
p {
  margin-bottom: 1.5rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.78571rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #757575;
  font-size: 60%;
  line-height: 0;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 25px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
.subheader {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0.78571rem;
}
hr {
  border: solid #e5e5e5;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 2rem 0 1.92857rem;
}
em,
i {
  font-style: italic;
  line-height: inherit;
}
b,
strong {
  font-weight: 700;
  line-height: inherit;
}
small {
  font-size: 60%;
  line-height: inherit;
}
dl,
ol,
ul {
  list-style-position: outside;
  margin-bottom: 1.5rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-left: 1.2rem;
  margin-bottom: 0;
}
ul {
  margin-left: 1.15rem;
}
ol {
  margin-left: 1.15rem;
}
dl dt {
  font-weight: 700;
  margin-bottom: 0.35714rem;
}
dl dd {
  margin-bottom: 1.5rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #ccc;
  color: #333;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase;
}
abbr {
  text-transform: none;
}
blockquote,
blockquote p {
  font-size: 20px;
  line-height: 29px;
}
cite {
  color: #999;
  display: block;
  font-size: 1rem;
}
.icon {
  height: 1.14286rem;
  width: 1.14286rem;
  display: inline-block;
  vertical-align: middle;
}
.icon svg {
  display: inline-block;
  fill: #757575;
  height: 100%;
  vertical-align: top;
  width: 100%;
}
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.21429rem;
  margin-left: -1.57143rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0;
}
.inlineList > li {
  display: block;
  float: left;
  list-style: none;
  margin-left: 1.57143rem;
}
.inlineList > li > * {
  display: block;
}
.table {
  border: solid 1px #e5e5e5;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%;
}
.table thead {
  background: #e5e5e5;
}
.table thead tr td,
.table thead tr th {
  font-size: 1rem;
  font-weight: 700;
  padding: 0.78571rem 1.5rem;
}
.table tr td,
.table tr th {
  padding: 0.78571rem 1.5rem;
  text-align: left;
}
.table tbody tr td,
.table tbody tr th,
.table tfoot tr td,
.table tfoot tr th,
.table thead tr th,
.table tr td {
  display: table-cell;
}
.table td.table-cell--numericData,
.table th.table-header--numericData {
  text-align: right;
}
.table-thead {
  border: 1px solid #e5e5e5;
}
.table-tfoot {
  border: 1px solid #e5e5e5;
}
.table-tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
.table-tbody tr:last-child {
  border-bottom: 0;
}
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #cb2129;
  color: #fff;
  font-size: 1rem;
  padding: 0.85714rem 2.28571rem;
  border-radius: 4px;
  outline: 0;
  vertical-align: middle;
}
.button.active,
.button.is-active,
.button:focus,
.button:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button:active {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.button.active,
.button.is-active,
.button:focus {
  outline: 0;
}
@media (min-width: 481px) {
  .button + .button {
    margin-left: 0.78571rem;
  }
}
.button--primary {
  background-color: #cb2129;
  border-color: #cb2129;
  color: #fff;
}
.button--primary.active,
.button--primary.is-active,
.button--primary:focus,
.button--primary:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.button--primary:active {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.button--action {
  background-color: #000;
  color: #fff;
}
.button--action.active,
.button--action.is-active,
.button--action:focus,
.button--action:hover {
  background-color: #cb2129;
  color: #fff;
}
.button--action:active {
  background-color: #cb2129;
  border: 1px solid;
  color: #fff;
}
.button[disabled] {
  background-color: #ccc;
  border-color: rgba(0, 0, 255, 0);
  color: #fff;
  cursor: default;
}
.button--large {
  font-size: 12px;
}
.button--small {
  font-size: 10px;
  padding: 0.57143rem 1.5rem;
}
.button--slab {
  display: block;
  width: 100%;
}
.button + .button--slab {
  margin-left: 0;
}
.button--icon {
  font-size: 1rem;
  padding: 0.78571rem 0.78571rem;
}
.button--icon svg {
  fill: #757575;
}
.buttonGroup {
  display: inline-block;
}
.buttonGroup > .button {
  border-radius: 0;
  border-right-width: 0;
  float: left;
  margin-left: 0;
}
.buttonGroup > .button:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.buttonGroup > .button:last-child {
  border-bottom-right-radius: 4px;
  border-right-width: 1px;
  border-top-right-radius: 4px;
}
.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  width: 100%;
  z-index: 89;
  max-width: 200px;
}
.dropdown-menu.open {
  display: block;
}
.dropdown-menu > :first-child {
  margin-top: 0;
}
.dropdown-menu > :last-child {
  margin-bottom: 0;
}
.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  padding: 0.78571rem;
  width: 100%;
  z-index: 89;
  max-width: 200px;
}
.dropdown-menu--content.open {
  display: block;
}
.dropdown-menu--content > :first-child {
  margin-top: 0;
}
.dropdown-menu--content > :last-child {
  margin-bottom: 0;
}
.dropdown-menu-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.35714rem 0.71429rem;
}
.dropdown-menu-item a {
  display: block;
  padding: 0.35714rem;
}
.dropdown-menu-item a {
  margin: -0.35714rem;
}
.form {
  margin: 0 0 1.5rem;
}
.form-fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}
.form-legend {
  background: 0 0;
  border: solid #999;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.78571rem;
  padding: 0;
  width: 100%;
}
.form-label {
  color: #666;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.form-label small {
  color: #757575;
  font-size: 0.71429rem;
  text-transform: uppercase;
  vertical-align: bottom;
}
.form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #8f8f8f;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #666;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  -webkit-transition: border-color 0.1s ease-out;
  transition: border-color 0.1s ease-out;
  width: 100%;
}
.form-input:disabled {
  background-color: #fff;
  color: #999;
  cursor: not-allowed;
}
.form-input[readonly] {
  background-color: #e5e5e5;
  border-color: #999;
  color: #757575;
  cursor: text;
}
.form-input:focus {
  border-color: #474747;
  outline: 0;
}
.form-input[rows] {
  height: auto;
}
.form-input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-input::-webkit-input-placeholder {
  color: #999;
}
.form-input::-ms-clear {
  height: 0;
  width: 0;
}
.form-input::-moz-placeholder {
  color: #999;
}
.form-input:-ms-input-placeholder {
  color: #999;
}
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #fff;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #8f8f8f;
  color: #666;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0;
}
.form-select::-ms-expand {
  display: none;
}
.form-select.radius {
  border-radius: 4px;
}
.form-select:focus {
  border-color: #474747;
}
.form-select:disabled {
  background-color: #fff;
  cursor: not-allowed;
}
.form-select:focus {
  border-color: #474747;
}
.form-body {
  background-color: #fff;
  border: 1px solid #999;
  -webkit-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem;
}
.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
}
.form-row:after,
.form-row:before {
  content: " ";
  display: table;
}
.form-row:after {
  clear: both;
}
.form-row .form-field {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  max-width: none;
}
@media (min-width: 551px) {
  .form-row--half .form-field {
    width: 50%;
  }
  .form-row--third .form-field {
    width: 33.33333%;
  }
  .form-row--quarter .form-field {
    width: 25%;
  }
}
.form-field {
  display: block;
  margin: 0 0 2rem;
  max-width: none;
}
.form-field:after,
.form-field:before {
  content: " ";
  display: table;
}
.form-field:after {
  clear: both;
}
.form-select[multiple] {
  height: auto;
}
.form-select[multiple] option {
  padding: 5px;
}
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-checkbox + .form-label,
.form-radio + .form-label {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.35714rem;
  padding-left: 1.85714rem;
  position: relative;
  vertical-align: baseline;
  width: 100%;
}
.form-checkbox + .form-label::after,
.form-checkbox + .form-label::before,
.form-radio + .form-label::after,
.form-radio + .form-label::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
}
.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  background-color: #fff;
  border: solid #8f8f8f;
  border-width: 1px;
  height: 1.14286rem;
  left: 0;
  top: 0;
  width: 1.14286rem;
}
.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  height: 1rem;
  left: 1px;
  opacity: 0;
  top: 1px;
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 1rem;
}
.form-checkbox:checked + .form-label::after,
.form-radio:checked + .form-label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.form-checkbox[disabled] + .form-label,
.form-radio[disabled] + .form-label {
  cursor: default;
}
.form-checkbox[disabled] + .form-label::before,
.form-radio[disabled] + .form-label::before {
  background-color: #fff;
}
.form-checkbox + .form-label::before {
  border-radius: 4px;
}
.form-checkbox + .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(51, 51, 51, 0.999);
  content: "";
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}
.form-radio + .form-label::before {
  border-radius: 50%;
}
.form-radio + .form-label::after {
  background: rgba(51, 51, 51, 0.999);
  border: 3px solid #fff;
  border-radius: 1rem;
}
.form-input.has-action {
  float: left;
  padding-right: 2.85714rem;
}
.form-input.has-action + .button--inputAction {
  background: 0 0;
  border: 0;
  border-radius: 0 0 0 0;
  float: left;
  height: 2.85714rem;
  margin: 0.07143rem 0 0 -2.92857rem;
  width: 2.85714rem;
}
.form-input.has-icon {
  float: left;
  padding-right: 2.57143rem;
}
.form-input.has-icon + .icon {
  height: 3rem;
  margin-left: -2.57143rem;
  width: 1.42857rem;
}
.form-prefixPostfix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.form-prefixPostfix .form-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.form-prefixPostfix .button {
  height: 3rem;
}
.form-prefixPostfix-input {
  border-radius: 0 0 0 0;
}
.form-prefixPostfix-label {
  background-color: #fff;
  border: solid #999;
  border-width: 1px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 6.42857rem;
  padding: 0.75rem;
  text-align: center;
}
.form-prefixPostfix-label--prefix {
  border-radius: 0 0 0 0;
  border-width: 1px 0 1px 1px;
}
.form-prefixPostfix-label--prefix + .form-input {
  border-radius: 0 0 0 0;
}
.form-prefixPostfix-label--postfix {
  border-radius: 0 0 0 0;
  border-width: 1px 1px 1px 0;
}
.form-prefixPostfix-button--prefix {
  margin: 0 0.75rem 0 0;
}
.form-prefixPostfix-button--postfix {
  margin: 0 0 0 0.75rem;
}
.switch-checkbox {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.switch-checkbox:focus + .switch-toggle {
  border-color: #757575;
  -webkit-box-shadow: 0 0 4px rgba(117, 117, 117, 0.4);
  box-shadow: 0 0 4px rgba(117, 117, 117, 0.4);
}
.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 2rem;
  cursor: pointer;
  display: inline-block;
  height: 2rem;
  position: relative;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  vertical-align: middle;
  width: 4.28571rem;
}
.switch--important .switch-toggle {
  background-color: #f1a500;
  border-color: #f1a500;
}
.switch--checked .switch-toggle {
  background-color: #008a06;
  border-color: #008a06;
}
.switch--disabled .switch-toggle {
  background-color: #e5e5e5;
  border-color: #999;
  cursor: default;
}
.switch-toggle::before {
  background: #fff;
  border-radius: 1.4286rem;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.4286rem;
  left: 0.21427rem;
  position: absolute;
  top: 0.21427rem;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  width: 1.4286rem;
}
.switch--checked .switch-toggle::before {
  left: 2.49999rem;
}
.switch-label {
  color: #fff;
  height: 26px;
  line-height: 1.92857;
  position: absolute;
  right: 0.42857rem;
  text-transform: uppercase;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.switch--checked .switch-label {
  font-weight: 600;
  left: 0.42857rem;
  right: auto;
}
.switch--disabled .switch-label {
  color: #757575;
}
.switch-label--icon.icon {
  height: 1.85714rem;
  width: 1.85714rem;
}
.switch-label--icon.icon svg {
  height: 1.85714rem;
  width: 1.85714rem;
  fill: white;
}
.switch--disabled .switch-label--icon.icon svg {
  fill: #757575;
}
.switch-description--off {
  color: #000;
  margin-right: 5px;
}
.switch--checked .switch-description--off {
  color: #757575;
}
.switch-description--on {
  color: #757575;
  margin-left: 5px;
}
.switch--checked .switch-description--on {
  color: #000;
}
.switch-ariaDescription {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-actions {
  background: 0 0;
  border: 0;
  text-align: center;
}
@media (min-width: 481px) {
  .form-actions {
    text-align: left;
  }
}
.form-actions > * {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%;
}
@media (min-width: 481px) {
  .form-actions > * {
    vertical-align: baseline;
    width: auto;
  }
}
@media (min-width: 481px) {
  .form-actions--fixed {
    background: #fff;
    border-top: 1px solid #999;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20;
  }
}
.form-input-indicator {
  height: 1.57143rem;
  width: 1.57143rem;
  float: left;
  margin: 0 0 0 -2.14286rem;
  position: relative;
  top: 0.71429rem;
}
.form-prefixPostfix .form-input-indicator {
  top: 0;
}
.form-input-indicator > svg {
  fill: #008a06;
}
.form-field-errors {
  list-style: none;
  margin-left: 0;
  margin-left: 0;
  clear: both;
  margin-bottom: 0;
  margin-top: 0.21429rem;
}
.form-field-errors ol,
.form-field-errors ul {
  list-style: none;
  margin-bottom: 0;
}
.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.35714rem 0 -0.5rem;
  width: 100%;
}
.form-field--error .form-input,
.form-field--success .form-input,
.form-field--warning .form-input {
  float: left;
}
.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-input,
.form-field--success .form-prefixPostfix-label,
.form-field--success .form-radio + .form-label::before,
.form-field--success .form-select {
  border-color: #008a06;
}
.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #008a06;
}
.form-field--success .form-input-indicator > svg {
  fill: #008a06;
}
.form-field--error .form-checkbox + .form-label::before,
.form-field--error .form-input,
.form-field--error .form-prefixPostfix-label,
.form-field--error .form-radio + .form-label::before,
.form-field--error .form-select {
  border-color: #cc4749;
}
.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  color: #cc4749;
}
.form-field--error .form-input-indicator > svg {
  fill: #cc4749;
}
.form-field--warning .form-checkbox + .form-label::before,
.form-field--warning .form-input,
.form-field--warning .form-prefixPostfix-label,
.form-field--warning .form-radio + .form-label::before,
.form-field--warning .form-select {
  border-color: #f1a500;
}
.form-field--warning .form-field-error,
.form-field--warning .form-inlineMessage {
  color: #f1a500;
}
.form-field--warning .form-input-indicator > svg {
  fill: #f1a500;
}
.panel {
  position: relative;
}
.panel-header {
  background-color: #e5e5e5;
  margin: 0;
  padding: 1.5rem 2rem 0;
}
.panel-title {
  line-height: 1.5;
  margin: 0;
}
.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2rem 1.5rem;
  background: #e5e5e5;
}
.panel-body > :first-child {
  margin-top: 0;
}
.panel-body > :last-child {
  margin-bottom: 0;
}
.panel-body > :last-child {
  margin-bottom: 0;
}
.breadcrumbs {
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
}
.breadcrumb {
  color: #757575;
  float: left;
  font-size: 10px;
  line-height: 10px;
  margin: 0;
  line-height: 1.5;
}
.breadcrumb a {
  color: #757575;
}
.breadcrumb.current {
  color: #757575;
  cursor: default;
}
.breadcrumb.current a {
  color: #757575;
  cursor: default;
}
.breadcrumb.current:focus,
.breadcrumb.current:focus a,
.breadcrumb.current:hover,
.breadcrumb.current:hover a {
  text-decoration: none;
}
.breadcrumb.unavailable {
  color: #999;
}
.breadcrumb.unavailable a {
  color: #999;
}
.breadcrumb.unavailable a:focus,
.breadcrumb.unavailable:focus,
.breadcrumb.unavailable:hover,
.breadcrumb.unavailable:hover a {
  color: #999;
  cursor: not-allowed;
  text-decoration: none;
}
.breadcrumb:before {
  color: #757575;
  content: "/";
  margin: 0;
  position: relative;
  top: 1px;
}
.breadcrumb:first-child:before {
  content: " ";
  margin: 0;
}
.breadcrumb::before {
  margin: 0 0.5rem;
}
@media (min-width: 481px) {
  .breadcrumb::before {
    margin: 0 0.5rem;
  }
}
.breadcrumb-label {
  cursor: pointer;
}
.breadcrumb-label:hover {
  color: #333;
  text-decoration: none;
}
.breadcrumb.is-active > .breadcrumb-label {
  color: #757575;
  cursor: default;
}
.breadcrumb.is-unavailable > .breadcrumb-label {
  color: #999;
  cursor: default;
}
.tabs {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
}
.tabs:after,
.tabs:before {
  content: " ";
  display: table;
}
.tabs:after {
  clear: both;
}
.tab {
  border-bottom: #fff;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (min-width: 551px) {
  .tab {
    float: left;
  }
}
.tab-title {
  color: #757575;
  display: block;
  font-size: 12px;
  padding: 0.78571rem 1.57143rem;
}
.tab-title:hover {
  color: #333;
}
.tab.is-active .tab-title {
  color: #333;
  font-weight: 700;
}
@media (min-width: 551px) {
  .tabs--vertical {
    border-bottom: 0;
    float: left;
    margin: 0 0 1.5rem;
    max-width: 20%;
    width: 20%;
  }
}
.tabs--vertical .tab {
  float: none;
}
.tabs-contents {
  margin-bottom: 1.5rem;
}
.tabs-contents:after,
.tabs-contents:before {
  content: " ";
  display: table;
}
.tabs-contents:after {
  clear: both;
}
@media (min-width: 551px) {
  .tabs-contents--vertical {
    float: left;
    max-width: 80%;
    padding-left: 1.5rem;
    width: 80%;
  }
  .tabs-contents--vertical > .tab-content {
    padding: 0 1.5rem;
  }
}
.tab-content {
  display: none;
  padding: 1.5rem 0;
}
.tab-content.is-active {
  display: block;
}
.no-js .tab-content {
  display: block;
  float: none;
}
.navBar:after,
.navBar:before {
  content: " ";
  display: table;
}
.navBar:after {
  clear: both;
}
.navBar ol,
.navBar ul {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
}
.navBar ol ol,
.navBar ol ul,
.navBar ul ol,
.navBar ul ul {
  list-style: none;
  margin-bottom: 0;
}
.navBar ol li,
.navBar ul li {
  margin: 0;
  padding: 0;
}
.navBar-section {
  float: left;
}
.navBar-section:after,
.navBar-section:before {
  content: " ";
  display: table;
}
.navBar-section:after {
  clear: both;
}
.navBar-section--alt {
  float: right;
  margin-left: 1.5rem;
}
.navBar-section + .navBar-section {
  margin-left: 1.5rem;
}
@media (min-width: 551px) {
  .navBar-item {
    float: left;
  }
}
.navBar-action,
.navBar-item {
  display: block;
}
.navBar-action {
  color: #000;
  font-size: 12px;
  padding: 0.78571rem;
}
.navList:after,
.navList:before {
  content: " ";
  display: table;
}
.navList:after {
  clear: both;
}
.navList ol,
.navList ul {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
}
.navList ol ol,
.navList ol ul,
.navList ul ol,
.navList ul ul {
  list-style: none;
  margin-bottom: 0;
}
.navList ol li,
.navList ul li {
  margin: 0;
  padding: 0;
}
.navList-section:after,
.navList-section:before {
  content: " ";
  display: table;
}
.navList-section:after {
  clear: both;
}
.navList-section--alt {
  float: right;
  margin-left: 1.5rem;
}
.navList-section + .navList-section {
  margin-top: 1.5rem;
}
.navList-action,
.navList-item {
  display: block;
}
.navList-action {
  color: #999;
  font-size: 12px;
  padding: 0.21429rem 0;
}
.pagination-list {
  display: block;
  margin-left: 0;
}
.pagination-list li {
  color: #757575;
  font-size: 1rem;
  margin-left: 0.35714rem;
}
.pagination-list li a,
.pagination-list li button {
  border-radius: 4px;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  background: 0 0;
  color: #757575;
  display: block;
  font-size: 1em;
  font-weight: 400;
  line-height: inherit;
  padding: 0.28571rem 0.5rem;
}
.pagination-list li {
  display: block;
}
li.pagination-item {
  cursor: pointer;
}
li.pagination-item:first-child {
  margin-left: 0;
}
li.pagination-item a:hover {
  color: #999;
}
li.pagination-item--current a,
li.pagination-item--current button {
  color: #999;
  cursor: default;
}
.alertBox {
  border-style: none;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.78571rem;
  padding: 0.78571rem 1.14286rem 0.78571rem 1.14286rem;
  position: relative;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #fff;
}
.alertBox .icon {
  height: 1.42857rem;
  width: 1.42857rem;
}
.alertBox .button {
  margin: 0 0 0 0.78571rem;
}
.alertBox--info {
  background-color: #666;
  border-color: #666;
  color: #333;
}
.alertBox--info svg {
  fill: #dfdfdf;
}
.alertBox--success {
  background-color: #d5ffd8;
  border-color: #d5ffd8;
  color: #fff;
}
.alertBox--success svg {
  fill: #008a06;
}
.alertBox--warning {
  background-color: #fffdea;
  border-color: #fffdea;
  color: #fff;
}
.alertBox--warning svg {
  fill: #f1a500;
}
.alertBox--error {
  background-color: #fdd;
  border-color: #fdd;
  color: #fff;
}
.alertBox--error svg {
  fill: #cc4749;
}
.alertBox-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.alertBox-icon {
  padding-right: 1.14286rem;
}
.alertBox-message {
  margin: 0;
  text-align: left;
  width: 100%;
}
.alertBox-heading {
  margin: 0;
}
.alertBox-close {
  cursor: pointer;
  padding-left: 1.14286rem;
}
.alertBox-close .icon {
  height: 1.42857rem;
  width: 1.42857rem;
}
.alertBox-close svg {
  fill: #999999;
}
.accordion {
  margin-bottom: 0;
  border: #e5e5e5 solid;
  border-width: 1px;
  -webkit-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin: 0 0 1.5rem;
}
.accordion:after,
.accordion:before {
  content: " ";
  display: table;
}
.accordion:after {
  clear: both;
}
.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e5e5e5 solid;
  border-width: 1px 0;
  cursor: pointer;
}
.accordion-navigation.is-open > a {
  background: #fff;
  color: #000;
}
.accordion-navigation > a {
  background: #fff;
  color: #333;
  padding: 1.85714rem;
  display: block;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
}
.accordion-navigation > a:hover {
  background: #e5e5e5;
}
.accordion-navigation .accordion-title {
  padding: 1.5rem 1.85714rem;
}
.accordion-title {
  font-weight: 700;
  line-height: 24px;
}
.accordion-content {
  display: none;
  padding: 2rem;
  border: #e5e5e5 solid;
  border-width: 0 0 1px;
}
.accordion-content.is-open {
  display: block;
}
.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open > a {
  color: #008a06;
}
.accordion-navigation--error .accordion-title,
.accordion-navigation--error.is-open > a {
  color: #cc4749;
}
.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open > a {
  color: #f1a500;
}
body.has-activeModal {
  overflow: hidden;
}
.modal-background {
  background: #000;
  background: rgba(51, 51, 51, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0;
}
.has-activeModal .modal-background {
  display: block;
}
.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #fff;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed;
}
@media only screen and (max-width: 551px) {
  .modal {
    min-height: 100vh;
  }
}
.modal .column,
.modal .columns {
  min-width: 0;
}
.modal > :first-child {
  margin-top: 0;
}
.modal > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 551px) {
  .modal {
    left: 0;
    margin: 0 auto;
    max-width: 80%;
    right: 0;
    width: 900px;
  }
}
@media only screen and (min-width: 551px) {
  .modal {
    top: 50% !important;
  }
}
@media (min-width: 551px) {
  .modal {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.modal--large {
  max-height: 90%;
  width: 1280px;
}
.modal--small {
  width: 500px;
}
.modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0;
  position: relative;
}
.modal-header-title {
  margin: 0;
}
.modal-body {
  padding: 3rem 0;
}
.modal-body > :last-child {
  margin-bottom: 0;
}
.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.78571rem 1.5rem;
  text-align: center;
}
@media (min-width: 481px) {
  .modal-footer {
    text-align: right;
  }
}
.modal-footer .button {
  display: block;
}
@media (min-width: 481px) {
  .modal-footer .button {
    display: inline-block;
    margin-bottom: 0;
  }
}
.modal-footer-link {
  display: inline-block;
  font-size: 12px;
  margin: 0 0 0.78571rem;
}
@media (min-width: 481px) {
  .modal-footer-link {
    display: inline;
    margin: 1.5rem;
  }
}
.modal-close {
  color: #666;
  cursor: pointer;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  -webkit-transform: translateY(none);
  transform: translateY(none);
}
.modal-close .icon {
  height: 1.42857rem;
  width: 1.42857rem;
}
@media print {
  .modal {
    background: #fff !important;
    display: none;
  }
}
.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 3rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 500;
}
.loadingNotification.ng-hide-add-active,
.loadingNotification.ng-hide-remove {
  opacity: 0;
  top: 3.6rem;
  -webkit-transform: scale(0.9) translateX(-50%);
  transform: scale(0.9) translateX(-50%);
}
.loadingNotification.ng-hide-remove-active {
  opacity: 1;
  top: 3rem;
  -webkit-transform: scale(1) translateX(-50%);
  transform: scale(1) translateX(-50%);
}
.loadingNotification-label {
  background: #666;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 0.35714rem 0.78571rem;
}
.loadingOverlay-container {
  min-height: 120px;
  position: relative;
}
.loadingOverlay {
  background: rgba(51, 51, 51, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  width: 100%;
}
.loadingOverlay::before {
  height: 2.85714rem;
  width: 2.85714rem;
  border-radius: 2.85714rem;
  border: solid 2px;
  border-color: #fff #fff #999 #999;
  content: "";
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation: spin 0.5s infinite cubic-bezier(0.69, 0.31, 0.56, 0.83);
  animation: spin 0.5s infinite cubic-bezier(0.69, 0.31, 0.56, 0.83);
}
.loadingOverlay.ng-enter,
.loadingOverlay.ng-leave.ng-leave-active {
  opacity: 0;
}
.loadingOverlay.ng-enter.ng-enter-active,
.loadingOverlay.ng-leave {
  opacity: 1;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
  }
}
.actionBar {
  margin: 1.5rem 0;
}
.actionBar:after,
.actionBar:before {
  content: " ";
  display: table;
}
.actionBar:after {
  clear: both;
}
.actionBar .button {
  margin-bottom: 0;
}
.actionBar .buttonGroup {
  vertical-align: middle;
}
.actionBar-link {
  display: block;
  padding: 0.78571rem 0;
}
.actionBar-section:after,
.actionBar-section:before {
  content: " ";
  display: table;
}
.actionBar-section:after {
  clear: both;
}
@media (min-width: 551px) {
  .actionBar-section {
    float: left;
  }
  .actionBar-section .form-label {
    display: inline-block;
    margin: 0 0.35714rem 0 0;
  }
  .actionBar-section .form-input,
  .actionBar-section .form-select {
    display: inline-block;
    width: 14.28571rem;
  }
}
@media (min-width: 551px) {
  .actionBar-section--alt {
    float: right;
  }
}
.actionBar-item {
  margin-bottom: 1.5rem;
}
@media (min-width: 551px) {
  .actionBar-item {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 1.5rem;
    vertical-align: middle;
  }
  .actionBar-item:last-child {
    margin-right: 0;
  }
}
.card {
  background-color: transparent;
  margin-bottom: 3rem;
  padding: 0 0;
}
.card-figure {
  background-color: #fff;
  margin-bottom: 0;
  padding: 0 0;
  position: relative;
}
.card-image {
  border: 1px solid #999;
  width: 100%;
}
.card-figcaption {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.card-figcaption:hover {
  opacity: 1;
}
.card-figcaption-action {
  display: block;
  height: 100%;
}
.card-figcaption-body {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.card-figcaption-body > :first-child {
  margin-top: 0;
}
.card-figcaption-body > :last-child {
  margin-bottom: 0;
}
.card-figcaption-body .card-text {
  color: #757575;
}
.card-figcaption-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
}
.card-figcaption-button:hover {
  background-color: #fff;
  color: #333;
}
.card-body {
  padding: 0.78571rem 0 0;
}
.card-body > :first-child {
  margin-top: 0;
}
.card-body > :last-child {
  margin-bottom: 0;
}
.card-body .card-text {
  color: #757575;
}
.card-surTitle {
  float: right;
  margin-left: 1.5rem;
  max-width: 40%;
  text-align: right;
}
.card-footer {
  background-color: transparent;
  margin: 0;
}
.card-footer:after,
.card-footer:before {
  content: " ";
  display: table;
}
.card-footer:after {
  clear: both;
}
.card-button {
  margin-bottom: 0;
}
.aria-description--hidden {
  height: 1px;
  left: 0;
  margin-left: -10000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff center center no-repeat;
}
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0px;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 0.8;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.6;
}
.slick-next:before,
.slick-prev:before {
  font-family: inherit;
  font-size: 20px;
  line-height: 1;
  color: #8f8f8f;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "";
}
[dir="rtl"] .slick-prev:before {
  content: "";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir="rtl"] .slick-next:before {
  content: "";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 0.8;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: inherit;
  font-size: 60px;
  line-height: 20px;
  text-align: center;
  color: #333;
  opacity: 0.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #757575;
  opacity: 1;
}
.slick-next,
.slick-prev {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #fff;
  height: 4.35714rem;
  margin-top: -1.07143rem;
  padding: 0.71429rem;
  width: 2.85714rem;
  z-index: 1;
}
.slick-next::before,
.slick-prev::before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  height: 2.92857rem;
  width: 1.42857rem;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.slick-next {
  right: -5px;
}
@media (min-width: 1261px) {
  .slick-next {
    right: -3.35714rem;
  }
}
.slick-next::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
}
.slick-next:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
}
.slick-prev {
  left: -5px;
}
@media (min-width: 1261px) {
  .slick-prev {
    left: -3.35714rem;
  }
}
.slick-prev::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
}
.slick-prev:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-dots {
  margin: 0;
}
.slick-dots li {
  height: 2.28571rem;
  width: 2.28571rem;
  margin: 0;
  padding: 0.35714rem;
}
.slick-dots li button,
.slick-dots li button::before {
  height: 1.07143rem;
  width: 1.07143rem;
  border-radius: 50%;
}
.slick-dots li button {
  border: 1px solid #333;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.slick-dots li button:hover::before {
  background: #333;
}
.slick-dots li button::before {
  display: block;
  left: -1px;
  top: -1px;
  -webkit-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out;
}
.slick-dots li.slick-active button::before {
  background: #757575;
}
.productView .slick-dots {
  position: relative;
}
.slick-disabled {
  cursor: default;
  opacity: 0.1;
}
.slick-track {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
div.slick-slider {
  min-width: 100%;
  width: 1px;
}
.slick-slide .card-image,
.slick-slide .heroCarousel-image {
  -webkit-touch-callout: default;
}
.carousel-tooltip {
  display: none;
  height: 1px;
  margin-top: 10px;
  position: relative;
}
.carousel-tooltip::before {
  border-color: transparent transparent #313440 transparent;
  border-style: solid;
  border-width: 0.71429rem;
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
}
.carousel-tooltip::after {
  background-color: #313440;
  border-radius: 0.57143rem;
  color: #fff;
  content: attr(aria-label);
  cursor: default;
  font-size: 1rem;
  padding: 0.28571rem 0.42857rem;
  position: absolute;
  right: 0;
  top: 100%;
  white-space: nowrap;
}
.carousel-tooltip::after,
.carousel-tooltip::before {
  display: none;
}
.carousel-tooltip:focus::after,
.carousel-tooltip:focus::before {
  display: block;
}
@media (min-width: 551px) {
  .carousel-tooltip {
    display: block;
  }
}
.carousel-tooltip::after {
  padding: 15px 10px;
  top: 10px;
}
.slick-dots button:focus .carousel-tooltip::after,
.slick-dots button:focus .carousel-tooltip::before,
.slick-next:focus .carousel-tooltip::after,
.slick-next:focus .carousel-tooltip::before,
.slick-prev:focus .carousel-tooltip::after,
.slick-prev:focus .carousel-tooltip::before {
  display: block;
}
.slick-next .carousel-tooltip::before,
.slick-prev .carousel-tooltip::before {
  top: -7px;
}
.slick-prev .carousel-tooltip::before {
  right: -2px;
}
.slick-prev .carousel-tooltip::after {
  left: -5px;
  right: auto;
}
.slick-next .carousel-tooltip::after {
  right: -5px;
}
.slick-dots button .carousel-tooltip {
  margin-top: 25px;
}
.slick-dots button .carousel-tooltip::after,
.slick-dots button .carousel-tooltip::before {
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.slick-dots button .carousel-tooltip::before {
  top: -7px;
}
.carousel-play-pause-button {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #fff;
  bottom: 0.5rem;
  color: #8f8f8f;
  display: none;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  left: 15px;
  line-height: 1.25;
  max-width: 60px;
  min-width: 60px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  white-space: nowrap;
  z-index: 5;
}
@media (min-width: 551px) {
  .carousel-play-pause-button {
    font-size: 18px;
    max-width: 150px;
  }
}
@media (min-width: 1025px) {
  .carousel-play-pause-button {
    bottom: 1.5rem;
    left: 25px;
  }
}
.carousel-play-pause-button:hover {
  color: #474747;
}
@media (min-width: 375px) {
  .carousel-play-pause-button {
    max-width: 90px;
    min-width: 80px;
  }
}
body,
html {
  height: auto;
}
body {
  padding-top: 55px;
}
@media (min-width: 1025px) {
  body {
    padding-top: 0;
  }
}
figure {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
figure > figcaption {
  margin-bottom: -0.5rem;
}
figcaption {
  color: #999;
  margin-top: 0.78571rem;
}
body {
  font-size: 1rem;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 2.28571rem;
}
h5,
h6 {
  text-transform: uppercase;
}
a {
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
cite {
  line-height: 1.5;
  margin: 0.5rem 0 0;
}
.page-heading {
  margin: 0 0 3rem;
  text-align: center;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 25px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
.definitionList:after,
.definitionList:before {
  content: " ";
  display: table;
}
.definitionList:after {
  clear: both;
}
.definitionList-key {
  color: #757575;
  float: left;
  font-weight: 400;
  margin: 0 0.35714rem 0 0;
}
.definitionList-value {
  margin: 0;
}
.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(117, 117, 117, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.57143rem top 0.71429rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem;
}
.form-label small {
  float: right;
  margin-top: 0.35714rem;
}
.form-label--inlineSmall small {
  color: #757575;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.35714rem;
  text-transform: none;
}
.table {
  margin-top: 2rem;
}
.table td + td {
  border-left: 1px solid #e5e5e5;
}
.table .table-alignCenter {
  text-align: center;
}
.table .table-alignRight {
  text-align: right;
}
.table-actions {
  margin: 1.5rem;
  text-align: center;
}
.table-actions .form {
  margin-bottom: 0;
}
.table-actions .button {
  display: block;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
@media (min-width: 551px) {
  .table-actions .button {
    display: inline-block;
    margin-bottom: 0;
    width: auto;
  }
}
@media (min-width: 551px) {
  .table-actions .button + .button {
    margin-left: 0.35714rem;
  }
}
.table--line {
  border-color: #e5e5e5;
  border-width: 0 0 1px;
}
.table--line .table-thead {
  background-color: #fff;
  border-color: #e5e5e5;
  border-width: 0 0 1px;
}
.table--line .table-thead tr th {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 551px) {
  .table--line .table-thead tr th {
    text-align: center;
  }
  .table--line .table-thead tr th:first-child {
    text-align: left;
  }
  .table--line .table-thead tr th:last-child {
    text-align: right;
  }
}
.table--line .table-thead tr th + th {
  padding-left: 1.5rem;
}
.table--line tr {
  border-color: 1px solid #e5e5e5;
}
.table--line tr td {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 551px) {
  .table--line tr td {
    text-align: center;
  }
  .table--line tr td:first-child {
    text-align: left;
  }
  .table--line tr td:last-child {
    text-align: right;
  }
}
.table--line tr td + td {
  padding-left: 1.5rem;
}
.table--line td + td {
  border-left: 0;
}
.dropdown {
  left: -9999px;
  outline: 0;
  position: absolute;
}
.dropdown-menu {
  z-index: 5;
}
.dropdown-menu.is-loading .loadingOverlay {
  background: 0 0;
  padding: 4.5rem 0;
  position: relative;
}
.dropdown-menu.is-open {
  display: block;
}
.dropdown-menu .button:focus {
  z-index: 5;
}
.dropdown-menu-item {
  text-align: left;
}
.dropdown-menu-item:first-child > a {
  padding-top: 0.78571rem;
}
.dropdown-menu-item:last-child > a {
  padding-bottom: 1rem;
}
.dropdown-menu-item > a {
  margin: 0;
  padding: 0.28571rem 1.14286rem;
  text-decoration: none;
}
.form-wishlist {
  position: relative;
}
@media (min-width: 551px) {
  .form-wishlist {
    float: left;
    padding: 0 0.71429rem;
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .form-wishlist {
    padding: 0;
    width: auto;
  }
}
@media (min-width: 1261px) {
  .form-wishlist {
    display: inline-block;
    margin-top: 1rem;
  }
}
.form-wishlist .button {
  width: 100%;
}
@media (min-width: 1025px) {
  .form-wishlist .button {
    width: auto;
  }
}
@media (min-width: 1261px) {
  .form-wishlist .button {
    margin-right: 0.78571rem;
  }
}
.dropdown-menu-button {
  width: 100%;
}
.dropdown-menu-button.is-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dropdown-menu-button .icon {
  float: right;
  margin-left: 10px;
}
.dropdown-menu-button:focus {
  z-index: 10;
}
#wishlist-dropdown.is-open {
  background: 0 0;
  left: auto !important;
  max-width: none !important;
  width: 100% !important;
}
@media (min-width: 551px) {
  #wishlist-dropdown.is-open {
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  #wishlist-dropdown.is-open {
    padding-right: 0;
  }
}
@media (min-width: 1261px) {
  #wishlist-dropdown.is-open {
    padding-right: 11px;
  }
}
#wishlist-dropdown.is-open:focus {
  outline: 0;
}
#wishlist-dropdown.is-open [data-wishlist] {
  border-top: 0;
  margin-bottom: 0;
  width: 100%;
}
#wishlist-dropdown.is-open .button {
  background-color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
}
#wishlist-dropdown.is-open .button--has-items {
  font-weight: 700;
}
#wishlist-dropdown.is-open li:not(:last-child) .button {
  border-bottom: 0;
  border-radius: 0;
  border-top: 0;
  margin-bottom: 0;
}
.modal {
  left: 50%;
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: 0;
  overflow: hidden;
  padding: 0;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal .form-field {
  position: relative;
}
@media (min-width: 1261px) {
  .modal--large {
    width: 1280px;
  }
}
.modal-header {
  padding-left: 2.25rem;
  padding-right: 3.03571rem;
}
.modal-header-title {
  font-size: 20px;
  text-align: center;
}
@media (min-width: 1025px) {
  .modal-header-title {
    font-size: 25px;
  }
}
.modal-close {
  height: 2.28571rem;
  width: 2.28571rem;
  color: #757575;
  font-size: 26px;
  line-height: 2.28571rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50;
}
.modal-close::before {
  border-color: transparent transparent #313440 transparent;
  border-style: solid;
  border-width: 0.71429rem;
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
}
.modal-close::after {
  background-color: #313440;
  border-radius: 0.57143rem;
  color: #fff;
  content: attr(title);
  cursor: default;
  font-size: 1rem;
  padding: 0.28571rem 0.42857rem;
  position: absolute;
  right: 0;
  top: 100%;
  white-space: nowrap;
}
.modal-close::after,
.modal-close::before {
  display: none;
}
.modal-close:focus::after,
.modal-close:focus::before {
  display: block;
}
@media (min-width: 1025px) {
  .modal-close {
    font-size: 32px;
  }
}
.modal-close:hover {
  color: #999;
}
.modal-close::before {
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.modal-close::after {
  right: 50%;
  -webkit-transform: translateX(0.71429rem);
  transform: translateX(0.71429rem);
}
.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem;
}
.modal--alert {
  background-color: #fff !important;
  border-radius: 4px;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px;
  text-align: center;
}
.modal--alert .alert-icon {
  border: 0.25em solid transparent;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: inherit;
  height: 5em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 5em;
  margin: 1.25em auto 1.875em;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 5em;
}
.modal--alert .error-icon {
  -webkit-animation: animate-icon 0.5s;
  animation: animate-icon 0.5s;
  border-color: #f27474;
  color: #f27474;
}
.modal--alert .error-icon .icon-content {
  -webkit-animation: animate-icon-content 0.5s;
  animation: animate-icon-content 0.5s;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.modal--alert .error-icon .icon-content .line {
  background-color: #f27474;
  border-radius: 0.125em;
  display: block;
  height: 0.3125em;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
}
.modal--alert .error-icon .icon-content .line-left {
  left: 1.0625em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal--alert .error-icon .icon-content .line-right {
  right: 1em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal--alert .warning-icon {
  -webkit-animation: animate-icon 0.5s;
  animation: animate-icon 0.5s;
  border-color: #facea8;
  color: #f8bb86;
}
.modal--alert .warning-icon .icon-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: animate-icon-content 0.5s;
  animation: animate-icon-content 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.75em;
}
.modal--alert .modal-content {
  color: #333;
  font-size: 1.14286rem;
}
.modal--alert .button-container {
  margin: 25px 0 0;
}
.modal--alert .button-container .confirm {
  background-color: #cb2129;
  border-color: #cb2129;
  color: #fff;
}
.modal--alert .button-container .confirm:focus,
.modal--alert .button-container .confirm:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.modal--alert .button-container .confirm:active {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.hide-content {
  opacity: 0;
}
@-webkit-keyframes animate-icon {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}
@keyframes animate-icon {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}
@-webkit-keyframes animate-icon-content {
  0% {
    margin-top: 1.625em;
    opacity: 0;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  50% {
    margin-top: 1.625em;
    opacity: 0;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  80% {
    margin-top: -0.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes animate-icon-content {
  0% {
    margin-top: 1.625em;
    opacity: 0;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  50% {
    margin-top: 1.625em;
    opacity: 0;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  80% {
    margin-top: -0.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
ol.breadcrumbs {
  display: none;
  font-size: 0;
  overflow: visible;
  text-align: center;
}
@media (min-width: 551px) {
  ol.breadcrumbs {
    display: block;
  }
}
.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem;
}
.breadcrumb.is-active > .breadcrumb-label {
  cursor: pointer;
  font-weight: 700;
}
.breadcrumb:not(:first-child)::before {
  border-right: 0.1em solid #757575;
  content: "";
  display: inline-block;
  height: 0.8em;
  margin: 0 0.25rem;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
.panel-title {
  font-size: 16px;
}
.panel--large .panel-body {
  margin-bottom: 2rem;
  padding: 2rem;
}
.pagination-list {
  font-size: 0;
  margin-bottom: 1.5rem;
  text-align: center;
}
.pagination-list:after,
.pagination-list:before {
  content: " ";
  display: table;
}
.pagination-list:after {
  clear: both;
}
.pagination-list .pagination-item {
  display: inline-block;
}
.pagination-item {
  border: 1px solid transparent;
  line-height: 1;
}
.pagination-item .pagination-link {
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pagination-item .pagination-link:hover {
  color: #333;
}
.pagination-item.pagination-item--current {
  border-color: #e5e5e5;
  border-radius: 4px;
  margin: 0 0.35714rem 0 0.78571rem;
}
.pagination-item.pagination-item--next > a,
.pagination-item.pagination-item--previous > a {
  color: #999;
}
.pagination-item.pagination-item--next > a:hover,
.pagination-item.pagination-item--previous > a:hover {
  color: #cb2129;
}
.pagination-item.pagination-item--next > a:hover .icon > svg,
.pagination-item.pagination-item--previous > a:hover .icon > svg {
  fill: #cb2129;
}
.pagination-item--next .icon,
.pagination-item--previous .icon {
  height: 1.42857rem;
  margin-top: -0.14286rem;
  width: 1.42857rem;
}
.pagination-item--previous {
  float: left;
}
.pagination-item--previous .icon {
  margin-left: -0.85714rem;
}
.pagination-item--next {
  float: right;
}
.pagination-item--next .icon {
  margin-right: -0.85714rem;
}
.pagination-list--small {
  position: relative;
}
.pagination-list--small .pagination-item {
  color: #757575;
  cursor: inherit;
  line-height: 1.5;
}
.pagination-list--small .pagination-link {
  padding: 0 0.35714rem;
}
.pagination-list--small .pagination-item--next,
.pagination-list--small .pagination-item--previous {
  position: absolute;
  top: 0;
}
.pagination-list--small .pagination-item--previous {
  left: 0;
}
.pagination-list--small .pagination-item--next {
  right: 0;
}
.button {
  line-height: 1rem;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.button + .button {
  margin-left: 0;
}
@media (min-width: 1025px) {
  .button + .button {
    margin-left: 0.78571rem;
  }
}
.button[disabled] {
  cursor: not-allowed;
}
.button--icon svg {
  fill: #757575;
}
.tab {
  border-top: 1px solid #e5e5e5;
  float: none;
}
@media (min-width: 1025px) {
  .tab {
    border-top-color: #fff;
    float: left;
  }
}
.tab.is-active {
  border-left-color: #fff;
  border-right-color: #fff;
}
@media (min-width: 551px) {
  .tab.is-active {
    margin-bottom: -1px;
  }
}
@media (min-width: 1025px) {
  .tab.is-active {
    border: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
  }
}
.tab-title {
  padding: 1.14286rem 0;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 551px) {
  .tab-title {
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .tab-title {
    padding: 0.78571rem 1.5rem;
  }
}
@media (min-width: 1261px) {
  .tab-title {
    padding: 0.78571rem 1.28571rem;
  }
}
.tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden;
}
.tab-content.has-jsContent.is-active {
  height: auto;
  overflow: visible;
  padding: 1.5rem 0;
  visibility: visible;
}
@media (min-width: 551px) {
  .tab-content .productReview {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .tab-content .productReview {
    width: 33.33333%;
  }
}
@media (min-width: 1261px) {
  .tab-content .productReview {
    width: 50%;
  }
}
.tab-content .productReviews {
  border-top: 0;
}
.accordion {
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.accordion .navList {
  margin-bottom: 0;
}
.accordion-content {
  border: 0;
}
.accordion-content .form:only-child {
  margin-bottom: 0;
}
.accordion-title {
  color: #444;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 1.07143rem;
  margin: 0;
}
.accordion-navigation {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 1rem;
  position: relative;
  text-decoration: none;
  width: 100%;
}
@media (min-width: 1025px) {
  .accordion--navList {
    border: 0;
  }
}
@media (min-width: 1025px) {
  .sidebarBlock + .accordion--navList {
    margin-top: 2rem;
  }
}
@media (min-width: 1025px) {
  .accordion--navList .accordion-block {
    margin-top: 2rem;
  }
}
.accordion--navList .accordion-content {
  padding: 1rem;
}
@media (min-width: 1025px) {
  .accordion--navList .accordion-content {
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0;
    margin-bottom: 0.78571rem !important;
    padding: 0;
  }
}
.accordion--navList .accordion-title {
  font-weight: 400;
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit;
}
@media (min-width: 1025px) {
  .accordion--navList .accordion-title {
    padding: 0;
  }
}
.accordion--navList .accordion-indicator {
  fill: #999999;
}
.accordion-block:first-child {
  margin-top: 0;
}
.accordion-block:first-child .accordion-navigation {
  border-radius: 4px 4px 0 0;
}
.accordion-block:last-child .accordion-content,
.accordion-block:last-child .accordion-navigation {
  border-radius: 0 0 4px 4px;
}
.accordion-block:last-child .accordion-navigation {
  border-bottom-width: 0;
}
.accordion-block:last-child .accordion-navigation.is-open {
  border-bottom-width: 1px;
  border-radius: 0;
}
.accordion-nav-clear-holder {
  position: relative;
}
.facetedSearch-clearLink {
  color: #757575;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 1025px) {
  .facetedSearch-clearLink {
    right: 20px;
    top: 3px;
    -webkit-transform: none;
    transform: none;
  }
}
.facetedSearch-clearLink:hover {
  color: #333;
}
ul.inlineList {
  overflow: visible;
}
ul.inlineList:after,
ul.inlineList:before {
  content: " ";
  display: table;
}
ul.inlineList:after {
  clear: both;
}
.inlineList--labels {
  margin-bottom: 0;
  margin-left: -0.78571rem;
}
.inlineList--labels > li {
  margin-bottom: 0.78571rem;
  margin-left: 0.78571rem;
}
.alertBox {
  border-radius: 4px;
  color: #333;
}
.alertBox-icon .icon {
  height: 1.78571rem;
  width: 1.78571rem;
}
.alertBox--info {
  background-color: #707070;
  color: #fff;
}
.alertBox--info .alertBox-close svg {
  fill: #dfdfdf;
}
.form--hiddenLabels .form-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-inlineMessage {
  display: block;
}
.form-field--error .form-input {
  float: none;
}
.form-field--error .form-inlineMessage::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(204, 71, 73, 0.999)' /%3E%3C/svg%3E")
    no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 1rem;
  left: -0.14286rem;
  margin-right: 0.07143rem;
  position: relative;
  top: 0.21429rem;
  width: 1rem;
}
.form-field--success .form-input[type="text"] {
  padding-right: 3rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 138, 6, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.71429rem center;
  background-repeat: no-repeat;
}
.form-field--success .form-input[name="credit_card_number"] {
  background-position: right 2.28571rem center;
}
.form-field--success .form-input[name="cvv"] {
  background-position: right 2.28571rem center;
}
.form-checkbox + .form-label:last-child,
.form-radio + .form-label:last-child {
  display: block;
  margin-bottom: -0.28571rem;
}
.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  top: 0.28571rem;
}
.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  top: 0.21429rem;
}
.form-option-wrapper {
  display: inline-block;
  position: relative;
}
.form-option-wrapper .form-checkbox,
.form-option-wrapper .form-radio {
  bottom: 0.5rem;
  left: 0.5rem;
}
.form-actions {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: block;
  text-align: center;
}
.form-actions:after,
.form-actions:before {
  content: " ";
  display: table;
}
.form-actions:after {
  clear: both;
}
@media (min-width: 551px) {
  .form-actions {
    margin-top: 1.5rem;
  }
}
.form-actions .button,
.form-actions a,
.form-actions input {
  vertical-align: top;
  width: 100%;
}
@media (min-width: 551px) {
  .form-actions .button,
  .form-actions a,
  .form-actions input {
    margin-bottom: 0;
    width: auto;
  }
}
.form-actions .button + .button,
.form-actions .button + a,
.form-actions .button + input,
.form-actions a + .button,
.form-actions a + a,
.form-actions a + input,
.form-actions input + .button,
.form-actions input + a,
.form-actions input + input {
  margin-top: 0.78571rem;
}
@media (min-width: 551px) {
  .form-actions .button + .button,
  .form-actions .button + a,
  .form-actions .button + input,
  .form-actions a + .button,
  .form-actions a + a,
  .form-actions a + input,
  .form-actions input + .button,
  .form-actions input + a,
  .form-actions input + input {
    margin: 0 0 0 0.78571rem;
  }
}
.form-label--alternate {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 10px;
  margin-bottom: 0.78571rem;
}
.form-select--date {
  width: initial;
}
.form-select--date + .form-select--date {
  margin-left: 0.35714rem;
}
.form-select--date,
.form-select--small {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.28571rem;
  font-size: 10px;
  height: 2.28571rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.57143rem 0.78571rem;
  padding-right: 2rem;
}
.form-select--short {
  max-width: 6rem;
  width: 4.5rem;
}
.form-file {
  margin-bottom: 0.5rem;
}
.form-fileDescription {
  color: #999;
  font-size: 10px;
}
.form-field-group {
  border: 1px solid #8f8f8f;
  border-radius: 4px;
  padding: 1.5rem;
}
.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
}
@media (min-width: 551px) {
  .form-column {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
  }
}
.form-prefixPostfix.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-prefixPostfix .button,
.form-prefixPostfix .form-input {
  display: block;
  width: 100%;
}
@media (min-width: 1261px) {
  .form-prefixPostfix .form-input {
    width: auto;
  }
}
.form-prefixPostfix .form-input::-webkit-input-placeholder {
  color: #666;
}
.form-prefixPostfix .form-input::-moz-placeholder {
  color: #666;
}
.form-prefixPostfix .form-input:-ms-input-placeholder {
  color: #666;
}
@media (min-width: 1261px) {
  .form-prefixPostfix .button {
    width: auto;
  }
}
.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.35714rem;
}
@media (min-width: 1261px) {
  .form-prefixPostfix .form-inlineMessage {
    margin-bottom: 0;
  }
}
.form-prefixPostfix--centeredColumn.wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form-prefixPostfix--centeredColumn .g-recaptcha {
  margin: 2em auto 0;
}
@media (min-width: 1261px) {
  .form-prefixPostfix--centeredColumn .form-prefixPostfix-button--postfix {
    margin: 1em 0 0.78571rem;
  }
}
.form-prefixPostfix-button--postfix {
  margin: 0.78571rem 0 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media (min-width: 1261px) {
  .form-prefixPostfix-button--postfix {
    margin: 0 0 0 0.78571rem;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
.form-increment .button {
  margin: 0;
  padding: 0.21429rem 0.35714rem;
}
.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.5rem;
}
.form-field--success .form-input--incrementTotal {
  float: none;
}
.form-option {
  border: 1px solid #8f8f8f;
  color: #666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.form-option:hover {
  border-color: #474747;
}
.form-radio:checked + .form-option {
  border-color: #333;
  -webkit-box-shadow: 0 0 0 1px #333;
  box-shadow: 0 0 0 1px #333;
}
.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 2.71429rem;
  padding: 1px 0.35714rem;
  pointer-events: none;
  text-align: center;
}
.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.57143rem;
  width: 1.57143rem;
  min-width: initial;
  padding: 0;
}
@media (min-width: 551px) {
  .form-option-variant--color,
  .form-option-variant--pattern {
    pointer-events: inherit;
  }
}
.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat;
}
.form-input--small {
  font-size: 10px;
  height: 2.28571rem;
  line-height: 1rem;
  padding: 0.57143rem 0.78571rem;
}
.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.form-minMaxRow:after,
.form-minMaxRow:before {
  content: " ";
  display: table;
}
.form-minMaxRow:after {
  clear: both;
}
.form-minMaxRow .form-field {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  margin-bottom: 0;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.form-minMaxRow .button {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
@media (min-width: 551px) {
  .form-row--half > .form-field:nth-child(odd) {
    clear: left;
  }
}
[data-product-attribute] .form-option {
  overflow: hidden;
  position: relative;
}
[data-product-attribute] .form-option.unavailable {
  background-color: #ddd;
  opacity: 0.3;
}
[data-product-attribute] .form-option.unavailable::before {
  background-color: #000;
  content: "";
  height: 2px;
  left: -5px;
  position: absolute;
  top: 11px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 141%;
}
[data-product-attribute="product-list"] .unavailable,
[data-product-attribute="set-radio"] .unavailable {
  opacity: 0.6;
  text-decoration: line-through;
}
.card:focus-within .card-figcaption {
  opacity: 1;
}
.card.focus-within .card-figcaption {
  opacity: 1;
}
.card-figure {
  margin-top: 0;
  overflow: hidden;
  padding: 3px;
  position: relative;
}
.card-figure:hover .card-figcaption {
  opacity: 1;
}
.card-figure__link {
  display: block;
  position: relative;
}
.card-img-container {
  max-width: 500px;
}
.card-img-container::after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 131.8%;
  width: 100%;
}
.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none;
}
@media (min-width: 1025px) {
  .card-figcaption {
    display: block;
  }
}
.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.card-image {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  font-family: "object-fit: contain;";
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.card-title {
  font-size: 12px;
  margin: 0 0 0.28571rem;
}
.card-title > a {
  color: #333;
  display: block;
  text-decoration: none;
}
.card-title > a:hover {
  color: #757575;
}
.card-text {
  margin-bottom: 0.21429rem;
}
.card-text abbr {
  border: 0;
  color: inherit;
  font-size: inherit;
}
.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.35714rem 0 0;
}
.card-figcaption-button:active {
  background-color: #fff;
  border: none;
}
.card-figcaption-body .card-figcaption-button:focus {
  background-color: #fff;
  outline: revert;
}
.card-figcaption-button + .card-figcaption-button {
  margin: 0.35714rem 0 0;
}
.card-body {
  text-align: center;
}
@media (min-width: 551px) {
  .card-body {
    text-align: left;
  }
}
.card--alternate {
  border: 3px solid #fff;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.card--alternate .card-body {
  background-color: #fff;
  padding: 0.78571rem;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media (min-width: 551px) {
  .card--alternate .card-body {
    padding: 1.5rem;
  }
}
.card--alternate:hover {
  border-color: #757575;
}
.card--alternate:hover .card-body {
  background-color: #757575;
}
.card--alternate:hover .card-body .card-text {
  color: #fff;
}
.card--alternate:hover .card-title > a {
  color: #fff;
}
.navBar,
.navList {
  margin-left: 0;
}
.navBar-action,
.navList-action {
  text-decoration: none;
}
.navList-action.is-active {
  font-weight: 700;
}
.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.35714rem;
  padding-left: 1.85714rem;
  position: relative;
  vertical-align: baseline;
  width: 100%;
}
.navList-action--checkbox::after,
.navList-action--checkbox::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
}
.navList-action--checkbox::before {
  background-color: #fff;
  border: solid #8f8f8f;
  border-width: 1px;
  height: 1.14286rem;
  left: 0;
  top: 0;
  width: 1.14286rem;
}
.navList-action--checkbox::after {
  height: 1rem;
  left: 1px;
  opacity: 0;
  top: 1px;
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 1rem;
}
.navList-action--checkbox::before {
  border-radius: 4px;
}
.navList-action--checkbox::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(51, 51, 51, 0.999);
  content: "";
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}
.navList-action--checkbox::after,
.navList-action--checkbox::before {
  top: 50%;
}
.navList-action--checkbox::before {
  margin-top: -0.57143rem;
}
.navList-action--checkbox::after {
  margin-top: -0.5rem;
}
.navList-action--checkbox.is-disabled {
  cursor: default;
}
.navList-action--checkbox.is-disabled::before {
  background-color: #fff;
}
.navList-action--checkbox.is-checked::after,
.navList-action--checkbox.is-selected::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.navList-action-close {
  background: #e5e5e5;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.28571rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  visibility: hidden;
}
.navList-action-close .icon {
  height: 0.92857rem;
  width: 0.92857rem;
  fill: #999999;
}
.navList-action.is-selected:hover .navList-action-close {
  opacity: 1;
  visibility: visible;
}
.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center;
}
.navBar--sub .navBar-section {
  float: none;
}
.navBar--sub .navBar-item {
  float: none;
  margin: 0 0.78571rem;
}
@media (min-width: 1025px) {
  .navBar--sub .navBar-item {
    display: inline-block;
  }
}
@media (min-width: 1025px) {
  .navBar--sub .navBar-item.is-active {
    border-bottom: 1px solid #333;
  }
}
.navBar--sub .navBar-item.is-active > .navBar-action {
  color: #666;
}
@media (min-width: 1025px) {
  .navBar--sub .navBar-item.navBar-item--separate {
    border-left: 1px solid #757575;
    margin: 0;
    padding-left: 0.78571rem;
  }
}
.navBar--sub .navBar-action {
  color: #757575;
  font-size: 1rem;
  padding: 0;
}
.navBar--sub .navBar-action:hover {
  color: #333;
}
.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20;
}
.icons-svg-sprite {
  display: none;
}
.icon,
.icon svg {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.actionBar-section .form-field {
  background-color: #fff;
  border: 1px solid #8f8f8f;
  border-radius: 4px;
}
.actionBar-section .form-field:hover {
  border-color: #474747;
}
.actionBar-section .form-label {
  color: #757575;
  font-size: 10px;
  line-height: 2.14286rem;
  margin-bottom: 0;
  padding-left: 0.78571rem;
}
.actionBar-section .form-input,
.actionBar-section .form-select {
  border: 0;
  padding-left: 0.21429rem;
  width: auto;
}
.actionBar-section .form-input,
.actionBar-section .form-label,
.actionBar-section .form-select {
  display: inline-block;
}
.actionBar-section .form-select {
  color: #999;
  height: 2.14286rem;
}
.has-ribbon {
  position: relative;
}
.ribbon {
  background-color: #333;
  color: #fff;
  cursor: default;
  font-weight: 700;
  margin: -0.78571rem -0.78571rem 0 0;
  padding: 0.07143rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1;
}
.navUser {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5;
}
.navUser:after,
.navUser:before {
  content: " ";
  display: table;
}
.navUser:after {
  clear: both;
}
.navUser ol,
.navUser ul {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
}
.navUser ol ol,
.navUser ol ul,
.navUser ul ol,
.navUser ul ul {
  list-style: none;
  margin-bottom: 0;
}
.navUser ol li,
.navUser ul li {
  margin: 0;
  padding: 0;
}
.navUser-section {
  float: left;
}
.navUser-section:after,
.navUser-section:before {
  content: " ";
  display: table;
}
.navUser-section:after {
  clear: both;
}
.navUser-section--alt {
  float: right;
  margin-left: 1.5rem;
}
.navUser-section + .navUser-section {
  margin-left: 1.5rem;
}
@media (min-width: 551px) {
  .navUser-item {
    float: left;
  }
}
.navUser-action,
.navUser-item {
  display: block;
}
@media (min-width: 1025px) {
  .navUser {
    padding: 0 1.5rem;
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
    z-index: 50;
  }
}
.navUser .dropdown-menu {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  position: absolute;
}
.navUser .dropdown-menu.is-open::before {
  border: inset 10px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #ccc transparent;
  border-bottom-style: solid;
  bottom: 100%;
  left: 0.78571rem;
  position: absolute;
}
.navUser .dropdown-menu.is-open::after {
  border: inset 8px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #fff transparent;
  border-bottom-style: solid;
  bottom: 100%;
  left: 0.92857rem;
  position: absolute;
}
@media (min-width: 1025px) {
  .navUser-section {
    position: relative;
  }
}
.navUser-action {
  color: #333;
  font-weight: 700;
  padding: 1rem 0.78571rem;
  text-decoration: none;
  text-transform: uppercase;
}
.navUser-action.is-open,
.navUser-action:hover {
  color: #757575;
}
.navUser-action.is-open svg,
.navUser-action:hover svg {
  fill: #757575;
  stroke: #757575;
}
.navUser-action .icon {
  height: 0.57143rem;
  width: 0.57143rem;
  margin: -1px 0 0 0.21429rem;
}
.navUser-action svg {
  fill: #333333;
  stroke: #333333;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.navUser-action--currencySelector + .dropdown-menu::before {
  left: auto !important;
  right: 0.78571rem;
}
.navUser-action--currencySelector + .dropdown-menu::after {
  left: auto !important;
  right: 0.92857rem;
}
.navUser-action--storeCredit + .dropdown-menu {
  max-width: 21.42857rem;
  padding: 1.5rem;
}
.navUser-action--storeCredit + .dropdown-menu::before {
  left: 10rem !important;
}
.navUser-action--storeCredit + .dropdown-menu::after {
  left: 10.14286rem !important;
}
.navUser-action-divider {
  border-right: 1px solid #e5e5e5;
  color: #757575;
  display: inline-block;
  padding: 0 1.42857rem 0 0;
  text-decoration: none;
}
.navUser-item {
  display: none;
}
@media (min-width: 1025px) {
  .navUser-item {
    display: block;
  }
  .navUser-item.navUser-item--social {
    margin-top: 0.35714rem;
    padding-right: 0.35714rem;
  }
  .navUser-item.navUser-item--divider {
    font-size: 1.78571rem;
    margin-top: 0.57143rem;
    padding-left: 0.14286rem;
  }
}
.navUser-item--cart {
  display: block;
}
@media (max-width: 551px) {
  .navUser-item--cart__hidden-s {
    display: none;
  }
}
.navUser-item--cart .navUser-action {
  color: #333;
}
.navUser-item--cart .navUser-action.is-open,
.navUser-item--cart .navUser-action:hover {
  color: #757575;
}
.navUser-item--cart .dropdown-menu {
  max-width: 22.85714rem;
}
.navUser-item--cart .dropdown-menu.is-open {
  left: auto !important;
  right: 0.35714rem;
  top: auto !important;
}
@media (min-width: 1025px) {
  .navUser-item--cart .dropdown-menu.is-open {
    right: 0;
  }
}
.navUser-item--cart .dropdown-menu.is-open::after,
.navUser-item--cart .dropdown-menu.is-open::before {
  left: auto;
}
.navUser-item--cart .dropdown-menu.is-open::before {
  right: 0.42857rem;
}
@media (min-width: 1025px) {
  .navUser-item--cart .dropdown-menu.is-open::before {
    right: 0.78571rem;
  }
}
.navUser-item--cart .dropdown-menu.is-open::after {
  right: 0.57143rem;
}
@media (min-width: 1025px) {
  .navUser-item--cart .dropdown-menu.is-open::after {
    right: 0.92857rem;
  }
}
.navUser-item-cartLabel {
  display: none;
}
@media (min-width: 551px) {
  .navUser-item-cartLabel {
    display: inline;
  }
}
.navUser-item--compare {
  display: none;
}
.navUser-item--compare.show {
  display: block;
}
.navUser-item--account .navUser-or + .navUser-action {
  margin-right: -0.5rem;
}
.navUser-item--account .navUser-action {
  display: inline-block;
}
.navUser-or {
  color: #333;
  cursor: default;
  display: inline-block;
  margin: 0 -0.85714rem;
  padding: 0 2px;
  position: relative;
  z-index: 1;
}
.navUser-action--quickSearch.is-open {
  position: relative;
}
.navUser-action--quickSearch.is-open::before {
  border: inset 10px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #e5e5e5 transparent;
  border-bottom-style: solid;
  bottom: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.dropdown--quickSearch {
  background-color: #e5e5e5;
  display: none;
  padding: 1.5rem 0;
}
@media (min-width: 551px) {
  .dropdown--quickSearch {
    padding: 3rem;
  }
}
.dropdown--quickSearch.is-open {
  display: block;
  left: 0 !important;
  outline: 0;
  right: 0 !important;
  width: 100% !important;
  z-index: 50;
}
.dropdown--quickSearch .form {
  margin: auto;
  max-width: 30rem;
}
.dropdown--quickSearch .form,
.dropdown--quickSearch .form-field {
  margin-bottom: 0;
}
.dropdown--quickSearch .form-input {
  font-size: 16px;
  height: unset;
}
.dropdown--quickSearch .productGrid {
  padding: 1.5rem 0 0;
}
@media (min-width: 551px) {
  .dropdown--quickSearch .productGrid {
    padding: 3rem 0 0;
  }
}
.countPill {
  background-color: #333;
  border-radius: 50%;
  color: #fff;
  display: none;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.21429rem;
  text-align: center;
  width: 20px;
}
.countPill--positive {
  display: inline-block;
}
.countPill--alt {
  background-color: #ccc;
  color: #333;
}
@media screen and (max-width: 1024px) {
  header.header {
    background-color: #cb2129;
    height: unset;
  }
}
@media screen and (max-width: 1024px) {
  header.header {
    top: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  header.header.is-open .mobileMenu-toggle .mobileMenu-toggleIcon {
    background-color: transparent;
  }
}
header.header .mobileMenu-toggle {
  top: 5px;
}
@media screen and (max-width: 1024px) {
  header.header .mobileMenu-toggle {
    top: 8px;
  }
}
@media screen and (max-width: 1024px) {
  header.header .mobileMenu-toggle .mobileMenu-toggleIcon {
    background-color: #fff;
    height: 3px;
    width: 25px;
  }
  header.header .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background-color: #fff;
    height: 3px;
    width: 25px;
    bottom: -8px;
  }
  header.header .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    background-color: #fff;
    top: -8px;
    height: 3px;
    width: 25px;
  }
}
header.header .custom-header-top {
  background-color: #363636;
  border: 1px solid #363636;
  height: 100%;
  max-height: 30px;
  padding-top: 3px;
  padding-bottom: 4px;
}
@media (min-width: 1801px) {
  header.header .custom-header-top .container-main {
    max-width: unset;
  }
}
@media (min-width: 1025px) {
  header.header .custom-header-top .container-main {
    padding-left: 51px;
    padding-right: 51px;
  }
}
@media screen and (max-width: 1024px) {
  header.header .custom-header-top {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    padding-left: 15px;
    padding-right: 15px;
  }
}
header.header .custom-header-top .header-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 1024px) {
  header.header .custom-header-top .header-top__list {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media screen and (max-width: 499.98px) {
  header.header .custom-header-top .header-top__list {
    padding-right: 0;
  }
}
header.header .custom-header-top .header-top__list .header-top__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  list-style-type: none;
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item.header-top__item--left {
  text-align: left;
  padding-top: 1px;
}
@media screen and (max-width: 499.98px) {
  header.header
    .custom-header-top
    .header-top__list
    .header-top__item.header-top__item--left {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  header.header
    .custom-header-top
    .header-top__list
    .header-top__item.header-top__item--center {
    text-align: right;
  }
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item
  .header-top__link {
  font-size: 9px;
  color: #999;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
}
@media screen and (max-width: 499.98px) {
  header.header
    .custom-header-top
    .header-top__list
    .header-top__item
    .header-top__link {
    font-size: 10px;
    color: #999;
  }
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item
  .header-top__link:hover {
  color: #cb2129;
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item.header-right__list {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item.header-right__list
  .header-right__item {
  white-space: nowrap;
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item.header-right__list
  .header-right__item
  + .header-right__item {
  margin-left: 20px;
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item.header-right__list
  .header-right__item:has(.header-right__item--compare) {
  display: none;
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item.header-right__list
  .header-right__item
  .header-right__or {
  font-size: 0;
  margin: 0 20px;
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item.header-right__list
  .header-right__item.header-right__item--account
  .icon-user {
  position: relative;
  margin-left: 40px;
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item.header-right__list
  .header-right__item.header-right__item--account
  .icon-user::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -20px;
  width: 11px;
  height: 11px;
  background-image: url(https://cdn11.bigcommerce.com/s-f4083/stencil/47952810-d2c9-013b-fba6-5e5103a5a1c2/e/1fd65f00-d554-013b-d359-7a86259a4075/img/acc_ic.png);
  background-repeat: none;
  background-position: center;
  background-size: 100%;
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item.header-right__list
  .header-right__item.header-right__item--cart
  .header-top__link {
  position: relative;
  margin-left: 28px;
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item.header-right__list
  .header-right__item.header-right__item--cart
  .header-top__link::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -28px;
  width: 11px;
  height: 11px;
  background-image: url(https://cdn11.bigcommerce.com/s-f4083/stencil/47952810-d2c9-013b-fba6-5e5103a5a1c2/e/1fd65f00-d554-013b-d359-7a86259a4075/img/cart_ic.png);
  background-repeat: none;
  background-position: center;
  background-size: 100%;
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item.header-right__list
  .header-right__item.header-right__item--cart
  .cart-quantity {
  position: absolute;
  top: -10px;
  left: -20px;
  margin: 0;
  background-color: #cb2129;
  width: 16px;
  height: 16px;
  font-size: 9px;
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item.header-right__list
  .header-right__item.header-right__item--cart
  .dropdown-menu.is-open {
  width: 320px !important;
  right: 0 !important;
  top: 39px !important;
  max-width: 320px !important;
  background-color: #fff;
  border: 1px solid #ccc !important;
  -webkit-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  z-index: 999;
  border: inset 8px;
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item.header-right__list
  .header-right__item.header-right__item--cart
  .dropdown-menu.is-open
  .previewCart {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item.header-right__list
  .header-right__item.header-right__item--cart
  .dropdown-menu.is-open
  .previewCart
  .previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%;
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item.header-right__list
  .header-right__item.header-right__item--cart
  .dropdown-menu.is-open
  .previewCart
  .previewCartList
  .previewCartItem {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: table-row;
  line-height: 19px;
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item.header-right__list
  .header-right__item.header-right__item--cart
  .dropdown-menu.is-open
  .previewCart
  .previewCartList
  .previewCartItem
  .previewCartItem-image {
  display: table-cell;
  width: 33.33333%;
  padding: 0;
  text-align: center;
  position: relative;
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item.header-right__list
  .header-right__item.header-right__item--cart
  .dropdown-menu.is-open
  .previewCart
  .previewCartList
  .previewCartItem
  .previewCartItem-image
  img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item.header-right__list
  .header-right__item.header-right__item--cart
  .dropdown-menu.is-open
  .previewCart
  .previewCartList
  .previewCartItem
  .previewCartItem-image::after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item.header-right__list
  .header-right__item.header-right__item--cart
  .dropdown-menu.is-open
  .previewCart
  .previewCartList
  .previewCartItem
  .previewCartItem-content {
  display: table-cell;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 66.66667%;
  padding-left: 0;
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item.header-right__list
  .header-right__item.header-right__item--cart
  .dropdown-menu.is-open
  .previewCart
  .previewCartList
  .previewCartItem
  .previewCartItem-content
  .previewCartItem-brand {
  color: #757575;
  display: none !important;
  font-size: 15px;
  line-height: normal;
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item.header-right__list
  .header-right__item.header-right__item--cart
  .dropdown-menu.is-open
  .previewCart
  .previewCartList
  .previewCartItem
  .previewCartItem-content
  .previewCartItem-name {
  font-size: 15px;
  margin-bottom: 0.21429rem;
  font-weight: 700;
  margin: 0;
  text-transform: none;
  line-height: normal;
  white-space: normal;
  text-align: left;
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item.header-right__list
  .header-right__item.header-right__item--cart
  .dropdown-menu.is-open
  .previewCart
  .previewCartList
  .previewCartItem
  .previewCartItem-content
  .previewCartItem-name
  a {
  color: #333;
  text-decoration: none;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item.header-right__list
  .header-right__item.header-right__item--cart
  .dropdown-menu.is-open
  .previewCart
  .previewCartList
  .previewCartItem
  .previewCartItem-content
  .previewCartItem-price {
  color: #757575;
  display: inline-block;
  font-size: 13px;
  float: left;
  margin-top: 4px;
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item.header-right__list
  .header-right__item.header-right__item--cart
  .dropdown-menu.is-open
  .previewCart
  .previewCartAction
  .button {
  background-color: #000;
  border-color: #000;
  border-radius: 0;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item.header-right__list
  .header-right__item.header-right__item--cart
  .dropdown-menu.is-open
  .previewCart
  .previewCartAction
  .button:hover {
  background-color: #cb2129;
  border-color: #cb2129;
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item.header-right__list
  .header-right__item.header-right__item--cart
  .dropdown-menu.is-open::after {
  content: "";
  display: block;
  border-width: 9px 9px;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  bottom: calc(100% - 1px);
  right: 0.92857rem;
  position: absolute;
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item.header-right__list
  .header-right__item.header-right__item--cart
  .dropdown-menu.is-open::before {
  content: "";
  display: block;
  border-width: 9px 9px;
  border-color: transparent transparent #ccc transparent;
  border-style: solid;
  bottom: 100%;
  right: 0.92857rem;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  header.header .navUser {
    z-index: -1;
    top: 37px;
  }
}
header.header .navUser .navUser-item--cart {
  padding: 8px;
}
header.header .navUser .navUser-item--cart .navUser-action {
  position: relative;
  background-image: url(https://cdn11.bigcommerce.com/s-2h9e5ps1qa/product_images/uploaded_images/cart.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
  padding: 0;
  display: inline-block;
}
header.header .navUser .navUser-item--cart .navUser-action .cart-quantity {
  display: inline-block;
  border: 0;
  float: none;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 15px;
  font-weight: 700;
  font-size: 9px;
  color: #fff;
  background-color: #000;
  overflow: hidden;
  top: 8px;
  left: auto;
  right: 2px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: normal;
  padding: 0;
}
.navUser-action--channelSelector,
.navUser-action--currencySelector,
.navUser-action--languageSelector {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.navUser-action--channelSelector .icon,
.navUser-action--currencySelector .icon,
.navUser-action--languageSelector .icon {
  margin: 0 0 0 0.35714rem;
}
.navUser-action--channelSelector + .dropdown-menu::before,
.navUser-action--languageSelector + .dropdown-menu::before {
  left: auto !important;
  right: 0.78571rem;
}
.navUser-action--channelSelector + .dropdown-menu::after,
.navUser-action--languageSelector + .dropdown-menu::after {
  left: auto !important;
  right: 0.92857rem;
}
.navUser-action--channelSelector + .dropdown-menu [data-locale-code],
.navUser-action--languageSelector + .dropdown-menu [data-locale-code] {
  text-transform: capitalize;
}
.navPage-childList,
.navPages .navPage-subMenu-list {
  border-left: 1px solid #ccc;
  margin: 0.35714rem 0.78571rem;
  padding-left: 0.78571rem;
}
.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}
.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10;
}
@media (min-width: 1025px) {
  .navPages-container {
    background: 0 0;
    display: block;
    height: auto;
    padding: 0;
    position: relative;
  }
}
.navPages-container.is-open {
  display: block;
  padding-top: 55px;
  z-index: 0;
}
.navPages {
  background-color: #e5e5e5;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem;
}
@media (min-width: 1025px) {
  .navPages {
    margin: 0 auto;
    max-width: 85.71429rem;
    width: 100%;
    background: 0 0;
    font-size: 0;
    overflow-y: visible;
    padding: 0;
    text-align: center;
  }
  .navPages:after,
  .navPages:before {
    content: " ";
    display: table;
  }
  .navPages:after {
    clear: both;
  }
  .navPages:after,
  .navPages:before {
    content: " ";
    display: table;
  }
  .navPages:after {
    clear: both;
  }
  .navPages ol,
  .navPages ul {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0;
  }
  .navPages ol ol,
  .navPages ol ul,
  .navPages ul ol,
  .navPages ul ul {
    list-style: none;
    margin-bottom: 0;
  }
  .navPages ol li,
  .navPages ul li {
    margin: 0;
    padding: 0;
  }
  .navPages-section {
    float: left;
  }
  .navPages-section:after,
  .navPages-section:before {
    content: " ";
    display: table;
  }
  .navPages-section:after {
    clear: both;
  }
  .navPages-section--alt {
    float: right;
    margin-left: 1.5rem;
  }
  .navPages-section + .navPages-section {
    margin-left: 1.5rem;
  }
}
@media (min-width: 1025px) and (min-width: 551px) {
  .navPages-item {
    float: left;
  }
}
@media (min-width: 1025px) {
  .navPages-action,
  .navPages-item {
    display: block;
  }
}
.navPages ul {
  list-style: none;
}
.navPages .navPage-subMenu-list {
  border-left: 0;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
@media (min-width: 1025px) {
  .navPages .navPage-subMenu-list {
    margin: 0 auto;
    max-width: 85.71429rem;
    width: 100%;
    border-left: 0;
    margin: auto;
    padding-left: 0;
  }
  .navPages .navPage-subMenu-list:after,
  .navPages .navPage-subMenu-list:before {
    content: " ";
    display: table;
  }
  .navPages .navPage-subMenu-list:after {
    clear: both;
  }
}
.navPages-list {
  margin: 0;
}
@media (min-width: 1025px) {
  .navPages-list {
    display: inline-block;
    float: none;
  }
}
.navPages-list + .navPages-list {
  border-top: 1px solid #ccc;
  margin-top: 0.78571rem;
  padding-top: 0.78571rem;
}
.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none;
}
@media (min-width: 1025px) {
  .navPages-list-depth-max.subMenu-is-open .is-hidden {
    display: inline-block;
  }
}
.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
  display: none;
}
@media (min-width: 1025px) {
  .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
    display: inline-block;
  }
}
@media (min-width: 1025px) {
  .navPages-action-depth-max.has-subMenu.is-root.is-open
    .navPages-action-moreIcon {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #ccc;
  text-align: center;
}
@media (min-width: 1025px) {
  .navPages-action-depth-max.has-subMenu.is-open {
    border-bottom: 0;
    text-align: left;
  }
}
.navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
  border: solid 1px #d6cdc0;
  border-radius: 4px;
  float: left;
  height: 35px;
  margin-top: -10px;
  padding: 11.7px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 35px;
}
@media (min-width: 1025px) {
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    height: 0.57143rem;
    width: 0.57143rem;
    border: 0;
    border-radius: 0;
    float: none;
    margin-top: 0;
    padding: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.navPages-action-depth-max.has-subMenu.is-open svg {
  height: 9.6px;
  width: 9.6px;
}
@media (min-width: 1025px) {
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 100%;
    width: 100%;
  }
}
.navPages-action {
  color: #333;
  display: block;
  font-size: 12px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .navPages-action {
    display: inline-block;
    padding: 0.78571rem 1.14286rem 1.14286rem;
  }
  .navPages-action.is-open {
    background-color: #e5e5e5;
  }
}
.navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navPages-action .collapsible-icon-wrapper.is-open svg,
.navPages-action.is-open svg {
  fill: #757575;
  stroke: #757575;
}
.navPages-action.activePage,
.navPages-action:hover {
  color: #757575;
}
.navPages-action.activePage svg,
.navPages-action:hover svg {
  fill: #757575;
  stroke: #757575;
}
.navPages-action svg {
  fill: #333333;
  stroke: #333333;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.navPages-action--storeCredit {
  color: #757575;
}
.navPages-action--compare {
  display: none;
}
.navPages-action--compare.show {
  display: block;
}
.navPages-action-moreIcon {
  height: 0.57143rem;
  width: 0.57143rem;
  margin-left: 0.78571rem;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (min-width: 1025px) {
  .navPages-action-moreIcon {
    -webkit-transform: none;
    transform: none;
  }
}
.collapsible-icon-wrapper.is-open .navPages-action-moreIcon,
.has-subMenu.is-open .navPages-action-moreIcon {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
  height: 0.78571rem;
  width: 0.78571rem;
  margin: 0 1.5rem;
}
@media (min-width: 1025px) {
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    height: 0.57143rem;
    width: 0.57143rem;
    margin: 0 0 0 0.78571rem;
  }
}
.navPage-childList {
  display: none;
}
@media (min-width: 1025px) {
  .navPage-childList {
    border: 0;
    display: block;
  }
}
.navPage-childList.is-open {
  display: block;
}
.navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
  margin-left: 3rem;
}
@media (min-width: 1025px) {
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 0;
  }
}
.navPage-subMenu {
  display: none;
  outline: 0;
}
@media (min-width: 1025px) {
  .navPage-subMenu {
    background-color: #e5e5e5;
    padding: 1.5rem 1.5rem 2.28571rem !important;
    position: absolute;
    text-align: left;
  }
  .navPage-subMenu.is-open {
    display: block;
    left: 0;
    width: 100%;
  }
  .navPage-subMenu .navPages-action-moreIcon {
    display: none;
  }
}
.navPage-subMenu.is-open {
  display: block;
}
.navPages-list:not(.navPages-list-depth-max)
  .navPages-action.has-subMenu
  + .navPage-subMenu
  .navPage-subMenu-list {
  margin-right: 0;
}
@media (min-width: 1025px) {
  .navPages-list:not(.navPages-list-depth-max)
    .navPages-action.has-subMenu
    + .navPage-subMenu
    .navPage-subMenu-list {
    margin-right: auto;
  }
}
@media (min-width: 1025px) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    border-left: 0;
    height: auto;
    left: inherit;
    margin: auto;
    top: inherit;
    width: 15.35714rem;
  }
}
@media (min-width: 1025px) {
  .navPage-subMenu-horizontal.is-open {
    border-left: 1px solid #ccc;
    display: inherit;
    height: auto;
    margin-left: 15.35714rem;
    padding: 0 !important;
    top: 0;
    width: 16.35714rem;
  }
}
@media (min-width: 1025px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.navPage-subMenu-item {
  padding: 0.78571rem 0;
}
@media (min-width: 1025px) {
  .navPage-subMenu-item {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 25%;
    float: left;
    padding: 0 0.75rem !important;
  }
  .navPage-subMenu-item .navPages-action {
    text-transform: none;
    width: 100%;
  }
  .navPage-subMenu-item > .navPage-subMenu-action {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1.14286rem;
  }
}
.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%;
}
@media (min-width: 1025px) {
  .navPage-subMenu-item-child .navPage-subMenu-action,
  .navPage-subMenu-item-parent .navPage-subMenu-action {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
  }
}
.navPage-subMenu-action {
  padding: 0.78571rem 0;
}
@media (min-width: 1025px) {
  .navPage-subMenu-action {
    padding: 0.78571rem 0 1.14286rem;
  }
}
.navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
  padding: 0 0 0 1.5rem;
}
@media (min-width: 1025px) {
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0.78571rem 0 1.14286rem;
  }
}
.navPage-subMenu-action .collapsible-icon-wrapper {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  height: 100%;
  text-align: right;
  width: 100%;
}
@media (min-width: 1025px) {
  .navPage-subMenu-action .collapsible-icon-wrapper {
    display: none;
  }
}
.navPage-childList-action {
  font-weight: 400;
  padding: 0 0 0.35714rem;
}
.navPages-quickSearch {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.78571rem;
}
@media (min-width: 1025px) {
  .navPages-quickSearch {
    display: none;
  }
}
.navPages-quickSearch > .container {
  padding: 0;
}
.navPages-quickSearch .form {
  margin: 0;
}
.navPages-quickSearch .form-field {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .navPages-list--user {
    display: none;
  }
}
.navPages-list--user #currencySelection2 {
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.navPages-list--user #currencySelection2 .dropdown-menu-item {
  padding: 0;
}
.navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.navPages-list--user #currencySelection2 a {
  padding: 0.78571rem 1.5rem;
}
.tags {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  text-align: center;
}
.tags ol,
.tags ul {
  list-style: none;
  margin-bottom: 0;
}
.tag {
  display: inline-block;
  font-size: 1rem;
}
.tag a {
  color: #757575;
  display: inline-block;
  padding: 0.35714rem 0.5rem;
  text-decoration: none;
}
.tag a:hover {
  color: #333;
}
.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px;
}
.socialLinks:after,
.socialLinks:before {
  content: " ";
  display: table;
}
.socialLinks:after {
  clear: both;
}
.socialLinks ol,
.socialLinks ul {
  list-style: none;
  margin-bottom: 0;
}
.socialLinks li {
  margin: 0;
  padding: 0;
}
.socialLinks .icon {
  height: 1.42857rem;
  width: 1.42857rem;
  margin: 0;
  text-decoration: none;
}
.socialLinks .icon:hover svg {
  fill: #999999;
}
.socialLinks .icon svg {
  fill: #757575;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.socialLinks-item--pinterest {
  width: 25px;
}
.pin_it_iframe_widget {
  display: none;
}
.socialLinks-item {
  display: inline-block;
  font-size: 0;
}
.socialLinks .socialLinks-item {
  margin-bottom: 0.35714rem;
  margin-right: 0.78571rem;
}
.socialLinks .socialLinks-item:last-child {
  margin-right: 0;
}
.socialLinks-item .socialLinks__link {
  height: 2rem;
  position: relative;
}
.socialLinks-item .socialLinks__link::before {
  border-color: transparent transparent #313440 transparent;
  border-style: solid;
  border-width: 0.71429rem;
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
}
.socialLinks-item .socialLinks__link::after {
  background-color: #313440;
  border-radius: 0.57143rem;
  color: #fff;
  content: attr(title);
  cursor: default;
  font-size: 1rem;
  padding: 0.28571rem 0.42857rem;
  position: absolute;
  right: 0;
  top: 100%;
  white-space: nowrap;
}
.socialLinks-item .socialLinks__link::after,
.socialLinks-item .socialLinks__link::before {
  display: none;
}
.socialLinks-item .socialLinks__link:focus::after,
.socialLinks-item .socialLinks__link:focus::before {
  display: block;
}
.socialLinks-item .socialLinks__link:focus::after {
  left: 0;
  right: auto;
  z-index: 20;
}
.socialLinks--alt .icon {
  height: 1.5rem;
  width: 1.5rem;
}
.socialLinks--alt svg {
  fill: #757575;
}
.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  min-width: 100%;
  width: 1px;
}
@media (min-width: 1025px) {
  .heroCarousel {
    margin-top: -2.5rem;
  }
}
@media (min-width: 551px) {
  .heroCarousel.slick-initialized {
    max-height: 28.57143rem;
  }
}
@media (min-width: 1025px) {
  .heroCarousel.slick-initialized {
    max-height: 42.85714rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .heroCarousel {
    opacity: 0;
  }
  .heroCarousel.slick-initialized {
    opacity: 1;
  }
}
.heroCarousel:not(.slick-initialized)
  :not(.heroCarousel-slide--first).heroCarousel-slide {
  display: none;
}
.heroCarousel a {
  text-decoration: none;
}
.heroCarousel .slick-next,
.heroCarousel .slick-prev {
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.heroCarousel .slick-next {
  right: 15px;
}
@media (min-width: 1025px) {
  .heroCarousel .slick-next {
    right: 25px;
  }
}
.heroCarousel .slick-prev {
  left: 15px;
}
@media (min-width: 1025px) {
  .heroCarousel .slick-prev {
    left: 25px;
  }
}
.heroCarousel .slick-dots {
  bottom: 0.5rem;
}
@media (min-width: 1025px) {
  .heroCarousel .slick-dots {
    bottom: 1.5rem;
  }
}
.heroCarousel .slick-dots li {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper {
  height: 100vw;
}
.heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
  height: 110vw;
}
@media (min-width: 551px) {
  .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper,
  .heroCarousel
    .slick-slide.is-vertical-image-type
    .heroCarousel-image-wrapper {
    height: 56.25vw;
  }
}
.heroCarousel .slick-slide.is-image-error .heroCarousel-image-wrapper {
  background: url("../img/hero-carousel-image-load-error.svg") center center
    no-repeat;
  background-size: contain;
}
.heroCarousel-slide {
  position: relative;
}
.heroCarousel-slide a {
  text-decoration: none;
}
.heroCarousel-slide .heroCarousel-image {
  height: 100%;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
  width: 100%;
}
@media (min-width: 551px) {
  .heroCarousel-slide .heroCarousel-image {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
}
.heroCarousel-slide.stretch .heroCarousel-image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
  height: 100%;
  width: 100%;
}
.heroCarousel-slide.compat-object-fit {
  overflow: hidden;
}
.heroCarousel-slide.compat-object-fit .heroCarousel-image {
  width: auto;
}
.heroCarousel-slide .heroCarousel-image-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-height: 100vh;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
@media (min-width: 551px) {
  .heroCarousel-slide .heroCarousel-image-wrapper {
    max-height: 28.57143rem;
  }
}
@media (min-width: 1025px) {
  .heroCarousel-slide .heroCarousel-image-wrapper {
    max-height: 42.85714rem;
  }
}
.heroCarousel-content {
  background-color: #fff;
  padding: 0.78571rem 1.5rem 3rem;
  text-align: center;
}
@media (min-width: 551px) {
  .heroCarousel-content {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    background-color: rgba(255, 255, 255, 0.9);
    left: 0;
    margin: 0 auto;
    max-height: 80%;
    overflow: auto;
    padding: 2.25rem;
    padding: 1.5rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50rem;
    width: 70%;
  }
  .heroCarousel-content.heroCarousel-content--empty {
    background-color: transparent;
    left: 50%;
    overflow: visible;
    padding: 0;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: auto;
  }
}
.heroCarousel-title {
  color: #444;
  font-size: 16px;
  margin: 0;
}
@media (min-width: 1025px) {
  .heroCarousel-title {
    font-size: 50px;
  }
}
.heroCarousel-description {
  color: #333;
  font-size: 12px;
  margin: 0;
}
@media (min-width: 551px) {
  .heroCarousel-description {
    font-size: 10px;
  }
}
@media (min-width: 1025px) {
  .heroCarousel-description {
    font-size: 12px;
  }
}
.heroCarousel-action {
  margin: 1.5rem 0 0;
}
.heroCarousel {
  margin-bottom: 0 !important;
}
@media (min-width: 1850px) {
  .heroCarousel {
    max-height: 100% !important;
  }
}
@media screen and (max-width: 1024px) {
  .heroCarousel {
    margin-top: 108px;
  }
}
.heroCarousel .slick-arrow {
  background-color: transparent;
  border: none;
}
.heroCarousel .slick-arrow.slick-prev::before {
  background-image: url("https://cdn11.bigcommerce.com/s-2h9e5ps1qa/images/stencil/original/image-manager/pre-arrow.png");
}
.heroCarousel .slick-arrow.slick-next::before {
  background-image: url("https://cdn11.bigcommerce.com/s-2h9e5ps1qa/images/stencil/original/image-manager/next-arrow.png");
}
.heroCarousel .slick-dots li {
  background-color: transparent;
  width: 15px;
  height: 15px;
}
.heroCarousel .slick-dots li button {
  width: 9px;
  height: 9px;
}
.heroCarousel .slick-dots li button::before {
  width: 9px;
  height: 9px;
  background-color: #333;
  border: none;
  opacity: 1;
}
.heroCarousel .slick-dots li button .carousel-tooltip {
  display: none;
}
.heroCarousel .slick-dots li.slick-active button::before {
  background-color: #000;
}
.heroCarousel .carousel-play-pause-button {
  display: none !important;
}
.heroCarousel .heroCarousel-image-wrapper {
  padding-top: 33.3%;
}
.heroCarousel .heroCarousel-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .writeReview-productDetails {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
  }
}
.writeReview-productDetails .product-brand {
  color: #999;
  margin: 0;
}
.writeReview-productDetails .product-title {
  margin-top: 0;
}
@media (min-width: 1025px) {
  .writeReview-form {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
  }
}
.writeReview-productImage-container {
  position: relative;
}
.writeReview-productImage-container::after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 131.8%;
  width: 100%;
}
.writeReview-productImage-container img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  font-family: "object-fit: contain;";
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.account--addReturn .table {
  display: block;
  margin-bottom: 3rem;
}
@media (min-width: 551px) {
  .account--addReturn .table {
    display: table;
    margin-bottom: 6rem;
  }
}
.account--addReturn .table tr {
  display: block;
  padding: 1.5rem 0;
}
@media (min-width: 551px) {
  .account--addReturn .table tr {
    display: table-row;
    padding: 0;
  }
}
.account--addReturn .table td,
.account--addReturn .table th {
  display: block;
  padding: 0;
}
@media (min-width: 551px) {
  .account--addReturn .table td,
  .account--addReturn .table th {
    display: table-cell;
    padding-bottom: 0.78571rem;
    padding-top: 0.78571rem;
  }
}
.account--addReturn .table td + td,
.account--addReturn .table td + th,
.account--addReturn .table th + td,
.account--addReturn .table th + th {
  padding-left: 0;
}
@media (min-width: 551px) {
  .account--addReturn .table td + td,
  .account--addReturn .table td + th,
  .account--addReturn .table th + td,
  .account--addReturn .table th + th {
    padding-left: 1.5rem;
  }
}
.account--addReturn .table .return-itemTitle + .definitionList {
  margin-top: 0.21429rem;
}
@media (min-width: 551px) {
  .account--addReturn .table .return-itemPrice {
    text-align: center;
  }
}
@media (min-width: 551px) {
  .account--addReturn .table .return-itemQuantity {
    text-align: right;
  }
}
.account--addReturn .table-thead {
  display: none;
}
@media (min-width: 551px) {
  .account--addReturn .table-thead {
    display: table-header-group;
  }
}
.account--addReturn .table-thead th {
  font-size: 12px;
}
.account--addReturn .table-thead th:first-child {
  width: 60%;
}
.account--addReturn .table-tbody {
  display: block;
}
@media (min-width: 551px) {
  .account--addReturn .table-tbody {
    display: table-row-group;
  }
}
.return-itemName {
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 551px) {
  .return-itemName {
    font-size: 1rem;
    font-weight: 400;
  }
}
.return-itemPrice {
  color: #999;
  margin-bottom: 0.35714rem;
}
@media (min-width: 551px) {
  .return-itemPrice {
    color: inherit;
    margin-bottom: 0;
    text-align: center;
  }
}
.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.35714rem;
}
@media (min-width: 551px) {
  .return-itemQuantity .form-label {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
.account--addReturn-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0 -1rem;
}
.account--addReturn-row:after,
.account--addReturn-row:before {
  content: " ";
  display: table;
}
.account--addReturn-row:after {
  clear: both;
}
.account--addReturn-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 1rem;
}
@media (min-width: 551px) {
  .account--addReturn-column {
    width: 50%;
  }
}
.productCarousel {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  min-width: 100%;
  position: relative;
  width: 1px;
}
.productCarousel:after,
.productCarousel:before {
  content: " ";
  display: table;
}
.productCarousel:after {
  clear: both;
}
.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left;
}
@media (min-width: 551px) {
  .productCarousel-slide {
    width: 33.33333%;
  }
}
@media (min-width: 1025px) {
  .productCarousel-slide {
    width: 25%;
  }
}
@media (min-width: 1261px) {
  .productCarousel-slide {
    width: 16.66667%;
  }
}
.productCarousel-slide .card {
  margin-bottom: 0;
}
.productCarousel-slide .card .card-title {
  overflow-wrap: break-word;
}
.quickView:after,
.quickView:before {
  content: " ";
  display: table;
}
.quickView:after {
  clear: both;
}
.productView.productView--quickView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .accordion-title {
  font-size: 14px;
  padding: 12px 5px 9px 15px;
  line-height: normal;
}
.productView.productView--quickView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .accordion-title::after {
  background-size: 18px;
  right: 10px;
}
.productReviews-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
}
.productReviews-list ol,
.productReviews-list ul {
  list-style: none;
  margin-bottom: 0;
}
.productReviews-list:after,
.productReviews-list:before {
  content: " ";
  display: table;
}
.productReviews-list:after {
  clear: both;
}
.productReview {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  font-size: 1rem;
  vertical-align: top;
}
@media (min-width: 1025px) {
  .productReview {
    width: 50%;
  }
}
@media (min-width: 1261px) {
  .productReview {
    width: 33.33333%;
  }
}
.productReview-title {
  margin: 0;
  text-transform: none;
}
.productReview-author {
  color: #757575;
  margin-bottom: 1rem;
}
.productReview-rating {
  display: inline-block;
  margin-bottom: 0.35714rem;
}
.productReview-ratingNumber {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.productView {
  padding-top: 1rem;
}
.productView-images {
  margin-bottom: 3rem;
}
.productView-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  position: relative;
}
@media (min-width: 1025px) {
  .productView-image {
    min-height: 366px;
    min-width: inherit;
  }
}
.productView-image + .productView-thumbnails {
  margin-top: 0.78571rem;
}
@media (min-width: 320px) and (max-width: 1025px) {
  .productView-image {
    pointer-events: none;
  }
}
.productView-img-container {
  margin: auto;
  max-width: 500px;
  position: relative;
  width: 100%;
}
.productView-img-container::after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 131.8%;
  width: 100%;
}
.productView-img-container img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  font-family: "object-fit: contain;";
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.35714rem;
  margin-right: -0.35714rem;
}
.productView-thumbnails ol,
.productView-thumbnails ul {
  list-style: none;
  margin-bottom: 0;
}
.productView-thumbnails:after,
.productView-thumbnails:before {
  content: " ";
  display: table;
}
.productView-thumbnails:after {
  clear: both;
}
.productView-thumbnails[data-slick] {
  opacity: 0;
}
.productView-thumbnails[data-slick].slick-initialized {
  opacity: 1;
}
.productView-thumbnails .slick-list {
  margin-left: 2.85714rem;
  margin-right: 2.85714rem;
}
.productView-thumbnails .slick-next {
  right: 0;
}
.productView-thumbnails .slick-prev {
  left: 0;
}
.productView-thumbnails img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  font-family: "object-fit: contain;";
  margin: 0;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  width: 50px;
}
.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  padding: 0.35714rem;
  text-align: center;
}
@media (min-width: 1261px) {
  .productView-thumbnail {
    width: 20%;
  }
}
.productView-thumbnail-link {
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 67px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 75px;
  padding: 2px;
  position: relative;
  width: 100%;
}
.productView-thumbnail-link.is-active,
.productView-thumbnail-link:hover {
  border-color: #333;
}
.productView-details {
  padding-bottom: 2rem;
}
@media (min-width: 1025px) {
  .productView-product {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2rem;
  }
}
.productView-product > :last-child {
  margin-bottom: 0;
}
.productView-title {
  font-size: 16px;
  margin: -0.78571rem 0 0.35714rem;
}
@media (min-width: 1025px) {
  .productView-title {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1261px) {
  .productView-title {
    font-size: 28px;
  }
}
.productView-brand {
  color: #757575;
  font-size: 12px;
  margin: 0 0 0.78571rem;
}
@media (min-width: 1261px) {
  .productView-brand {
    font-size: 16px;
    margin: -0.21429rem 0 1rem;
  }
}
.productView-brand a {
  color: #757575;
}
.productView-brand a:hover {
  color: #333;
}
.productView-price {
  font-size: 12px;
  margin-bottom: 0.5rem;
}
@media (min-width: 1025px) {
  .productView-price {
    font-size: 25px;
    margin-bottom: 1rem;
  }
}
.productView-price .price-section--saving {
  font-size: 12px;
}
.productView-price abbr {
  border: 0;
  color: inherit;
  font-size: inherit;
}
.productView-reviewLink {
  color: #757575;
  display: inline-block;
  margin-left: 0.35714rem;
  vertical-align: middle;
}
.productView-reviewLink:hover {
  color: #333;
}
.productView-reviewLink--new {
  padding: 0;
}
.productView-info {
  margin-top: 0.78571rem;
}
.productView-info:after,
.productView-info:before {
  content: " ";
  display: table;
}
.productView-info:after {
  clear: both;
}
@media (min-width: 551px) {
  .productView-info {
    margin-top: 0;
  }
}
@media (min-width: 551px) {
  .productView-info > :first-child {
    margin-top: 1.5rem;
  }
}
.productView-info > :last-child {
  margin-bottom: 0;
}
.productView-info-name,
.productView-info-value {
  float: left;
}
@media (min-width: 551px) {
  .productView-info-name,
  .productView-info-value {
    float: none;
  }
}
.productView-info-name {
  clear: both;
  margin-bottom: 0.21429rem;
  margin-right: 0.35714rem;
}
@media (min-width: 551px) {
  .productView-info-name {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 400;
  }
}
.productView-info-value {
  margin-bottom: 0.35714rem;
}
@media (min-width: 551px) {
  .productView-info-value {
    margin-bottom: 1rem;
  }
}
.productView-options {
  margin-bottom: 1.5rem;
  text-align: center;
}
.productView-options:after,
.productView-options:before {
  content: " ";
  display: table;
}
.productView-options:after {
  clear: both;
}
@media (min-width: 551px) {
  .productView-options {
    text-align: left;
  }
}
@media (min-width: 551px) {
  .productView-options .form-input[type="number"] {
    width: 16.66667%;
  }
}
.productView-options .form {
  display: inline;
}
.productView-options .form .add-to-cart-wrapper {
  display: inline;
}
.productView-options input[type="file"] {
  font-size: 10px;
}
.productView-options .form-field {
  font-size: 0;
  margin-bottom: 2rem;
}
.productView-options .form-field--error > .form-inlineMessage {
  font-size: 1rem;
}
.productView-options .form-field > .form-checkbox + .form-label {
  display: inline-block;
  margin-left: 1.5rem;
  width: auto;
}
@media (min-width: 551px) {
  .productView-options .form-field > .form-checkbox + .form-label {
    margin-left: 0;
    width: 100%;
  }
}
.productView-options .form-field > .form-radio + .form-label {
  display: inline-block;
  text-align: justify;
}
.productView-options .form-field > .form-label:nth-of-type(2) {
  margin-left: 0;
}
.productView-options .add-to-cart-buttons {
  display: inline-grid;
  float: left;
  margin-bottom: 1rem;
  width: 100%;
}
@media (min-width: 551px) {
  .productView-options .add-to-cart-buttons {
    padding: 0 0.71429rem;
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .productView-options .add-to-cart-buttons {
    padding-right: 0.78571rem;
    width: 50%;
  }
}
@media (min-width: 1261px) {
  .productView-options .add-to-cart-buttons {
    display: inline-block;
    margin-top: 1rem;
    padding-right: 0.78571rem;
    width: 50%;
  }
}
.productView-options .add-to-cart-buttons .button {
  margin: 0;
  width: 100%;
}
.productView-options .add-to-cart-wallet-buttons {
  margin-top: 0.78571rem;
}
.productView-options
  .add-to-cart-wallet-buttons
  div[data-smart-button-container-id] {
  line-height: 0;
  margin-top: 6px;
}
.productView-options
  .add-to-cart-wallet-buttons
  div[data-smart-button-container-id]
  button,
.productView-options
  .add-to-cart-wallet-buttons
  div[data-smart-button-container-id]
  div {
  width: 100%;
}
.productView-options .add-to-cart-wallet-buttons button.show-more-button {
  color: #757575;
  display: block;
  margin-top: 0.35714rem;
  padding: 0.35714rem 0;
  text-align: center;
  text-decoration: underline;
  vertical-align: middle;
  width: 100%;
}
.productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
  color: #333;
}
.productOptions-list {
  border: 1px solid #8f8f8f;
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto;
}
.productOptions-list-item {
  padding: 1.5rem;
}
.productOptions-list-item + .productOptions-list-item {
  border-top: 1px solid #8f8f8f;
}
.productOptions-list-item .form-label {
  text-align: left;
  top: -2px;
}
.productOptions-list-item-content,
.productOptions-list-item-figure {
  display: table-cell;
  vertical-align: middle;
}
.productOptions-list-item-figure {
  width: 3rem;
}
.productOptions-list-item-content {
  padding-left: 1.28571rem;
}
.shareProduct {
  text-align: center;
}
.productView-image .easyzoom-flyout {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.productView-image .easyzoom-flyout img {
  max-width: none;
  width: auto;
}
.productView-backorder-availability-prompt {
  margin-left: 0.78571rem;
}
[data-backorder-message] {
  margin-left: 0.78571rem;
}
.price--discounted,
.price--non-sale,
.price--rrp {
  text-decoration: line-through;
}
.price-section--minor {
  color: #999;
}
.compareTable {
  border-top: 1px solid #e5e5e5;
  table-layout: fixed;
  width: 100%;
}
.compareTable-row {
  vertical-align: top;
}
.compareTable-row + .compareTable-row .compareTable-heading,
.compareTable-row + .compareTable-row .compareTable-item {
  border-top: 1px solid #e5e5e5;
}
.compareTable-row + .compareTable-row .compareTable-heading:empty {
  border-top: 0;
}
.compareTable-heading {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 1.28571rem 1rem;
  position: relative;
  text-align: right;
  width: 0;
}
@media (min-width: 1025px) {
  .compareTable-heading {
    width: 25%;
  }
}
.compareTable-headingText {
  position: absolute;
  top: 1.28571rem;
  white-space: nowrap;
}
@media (min-width: 1025px) {
  .compareTable-headingText {
    position: inherit;
    top: inherit;
  }
}
.compareTable-item {
  padding: 3.28571rem 1rem 1.28571rem;
}
@media (min-width: 1025px) {
  .compareTable-item {
    padding-top: 1.28571rem;
  }
}
.compareTable-removeProduct {
  background-color: #e5e5e5;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
  width: 2.5rem;
}
.compareTable-removeProduct .icon {
  fill: #757575;
  height: 1.5rem;
  margin-top: 0.5rem;
  width: 1.5rem;
}
.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.28571rem;
}
.compareTable-product .card {
  margin-bottom: 0;
}
.compareTable-product .card-body {
  min-height: 6rem;
  padding-top: 1rem;
}
.compareTable-product .card-figure {
  overflow: visible;
}
.compareTable-action {
  padding: 0 1rem 1rem;
}
.compareTable-action .button {
  display: block;
  padding-left: 0.78571rem;
  padding-right: 0.78571rem;
  width: 100%;
}
.blocker {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500;
}
.blocker-container {
  position: relative;
}
.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  -webkit-transition: max-height 0.1s ease-out;
  transition: max-height 0.1s ease-out;
}
.js .textTruncate {
  max-height: 110px;
  overflow: hidden;
}
.js .textTruncate--visible {
  max-height: 71.42857rem;
}
.textTruncate-viewMore {
  background-color: #fff;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%;
}
.toggle {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 2.28571rem;
}
.toggle:last-of-type {
  margin-bottom: 4.57143rem;
}
.toggle-title {
  margin-bottom: 2.28571rem;
}
.toggleLink {
  color: #757575;
}
.toggleLink:hover {
  color: #333;
}
.toggle-title .toggleLink {
  float: right;
  line-height: 24px;
}
.toggleLink-text {
  font-size: 10px;
  font-weight: 400;
}
.toggleLink-text--off {
  display: inline-block;
}
.toggleLink.is-open .toggleLink-text--off {
  display: none;
}
.toggleLink-text--on {
  display: none;
}
.toggleLink.is-open .toggleLink-text--on {
  display: inline-block;
}
.toggle-content {
  display: none;
}
.toggle-content.is-open {
  display: block;
}
.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem;
}
.facetedSearch-toggle:after,
.facetedSearch-toggle:before {
  content: " ";
  display: table;
}
.facetedSearch-toggle:after {
  clear: both;
}
@media (min-width: 1025px) {
  .facetedSearch-toggle {
    display: none !important;
  }
}
.facetedSearch-toggle.is-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}
.facetedSearch-toggle-indicator,
.facetedSearch-toggle-text {
  display: block;
  font-weight: 400;
}
.facetedSearch-toggle-text {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left;
}
.facetedSearch-toggle-indicator {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 41.66667%;
  float: left;
  font-weight: 700;
  padding: 0;
  text-align: right;
}
.facetedSearch-navList {
  display: none;
}
@media (min-width: 1025px) {
  .facetedSearch-navList {
    display: block !important;
  }
}
.facetedSearch-navList.is-open {
  display: block;
}
.facetedSearch-navList.is-open .accordion--navList,
.facetedSearch-navList.is-open
  .accordion-block:first-child
  .accordion-navigation {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.facetedSearch-toggle + .facetedSearch-navList,
.sidebarBlock + .facetedSearch-navList {
  margin-top: 2rem;
}
.facetedSearch-toggle + .facetedSearch-navList.is-open,
.sidebarBlock + .facetedSearch-navList.is-open {
  margin-top: -1px;
}
@media (min-width: 1025px) {
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: 2rem;
  }
}
.facetedSearch-navList .navList--inner {
  margin-left: 1.5rem;
}
.facet-quick-heading {
  text-transform: capitalize;
}
.facetedSearch-optionColumns {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.facetedSearch-refineFilters {
  display: none;
}
@media (min-width: 1025px) {
  .facetedSearch-refineFilters {
    display: block;
  }
}
.facetedSearch-content--rating .is-selected {
  font-weight: 700;
}
.banners {
  background-color: #757575;
  color: #fff;
  padding: 0.78571rem 0;
  text-align: center;
}
.banners p:last-child {
  margin-bottom: 0;
}
.banners a {
  color: #fff;
}
.banner {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
}
.banner:after,
.banner:before {
  content: " ";
  display: table;
}
.banner:after {
  clear: both;
}
.banner + .banner {
  margin-top: 1.5rem;
}
.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.21429rem 0.5rem 0.21429rem 0.71429rem;
  text-decoration: none;
}
.facetLabel .icon {
  height: 0.85714rem;
  width: 0.85714rem;
  display: inline-block;
  fill: #757575;
  position: relative;
  top: -1px;
}
.cart-additionalCheckoutButtons:after,
.cart-additionalCheckoutButtons:before,
.previewCart-additionalCheckoutButtons:after,
.previewCart-additionalCheckoutButtons:before {
  content: " ";
  display: table;
}
.cart-additionalCheckoutButtons:after,
.previewCart-additionalCheckoutButtons:after {
  clear: both;
}
.cart-additionalCheckoutButtons .FloatRight:after,
.cart-additionalCheckoutButtons .FloatRight:before,
.previewCart-additionalCheckoutButtons .FloatRight:after,
.previewCart-additionalCheckoutButtons .FloatRight:before {
  content: " ";
  display: table;
}
.cart-additionalCheckoutButtons .FloatRight:after,
.previewCart-additionalCheckoutButtons .FloatRight:after {
  clear: both;
}
.cart-additionalCheckoutButtons .FloatRight p,
.previewCart-additionalCheckoutButtons .FloatRight p {
  float: none !important;
  margin: 0.5rem 0;
  text-align: right;
}
.cart-additionalCheckoutButtons .FloatRight div,
.previewCart-additionalCheckoutButtons .FloatRight div {
  float: right;
}
.cart {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%;
}
@media (min-width: 1025px) {
  .cart {
    display: table;
  }
}
.cart-header {
  display: none;
}
@media (min-width: 1025px) {
  .cart-header {
    display: table-header-group;
    text-align: left;
  }
}
.cart-header-item {
  padding-bottom: 1rem;
}
.cart-header-item:last-child {
  text-align: right;
}
.cart-list {
  border-top: 1px solid #e5e5e5;
  display: block;
}
@media (min-width: 1025px) {
  .cart-list {
    display: table-row-group;
  }
}
.cart-item {
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  display: block;
  padding: 1.5rem 0;
}
@media (min-width: 551px) {
  .cart-item {
    padding-left: 25%;
  }
  .cart-item:after,
  .cart-item:before {
    content: " ";
    display: table;
  }
  .cart-item:after {
    clear: both;
  }
}
@media (min-width: 1025px) {
  .cart-item {
    display: table-row;
    padding-left: 0;
  }
  .cart-item::after,
  .cart-item::before {
    display: none;
  }
}
.cart-item-block {
  display: block;
}
@media (min-width: 1025px) {
  .cart-item-block {
    display: table-cell;
  }
}
.cart-item-block .definitionList {
  margin-bottom: 0.35714rem;
}
.cart-item-figure {
  float: left;
  margin-bottom: 1.5rem;
  position: relative;
  text-align: center;
  width: 33.33333%;
}
.cart-item-figure::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 551px) {
  .cart-item-figure {
    margin-bottom: 0;
    margin-left: -33.33333%;
    width: 33.33333%;
  }
}
@media (min-width: 1025px) {
  .cart-item-figure {
    float: none;
    padding: 0.5rem 0;
    width: 8.33333%;
  }
}
.cart-item-fixed-image {
  width: 100%;
}
.cart-item-image {
  max-height: 14rem;
  max-width: 100px;
}
@media (min-width: 1025px) {
  .cart-item-image {
    margin-left: 0;
  }
}
.cart-item-title {
  display: table-cell;
  height: 7.14286rem;
  padding-left: 1.5rem;
}
@media (min-width: 551px) {
  .cart-item-title {
    display: block;
    height: auto;
    margin-bottom: 1.5rem;
    overflow: hidden;
  }
}
@media (min-width: 1025px) {
  .cart-item-title {
    display: table-cell;
    padding: 1.5rem;
  }
}
.cart-item-info {
  clear: both;
  width: 100%;
}
@media (min-width: 551px) {
  .cart-item-info {
    clear: none;
    float: left;
    overflow: hidden;
    width: 33.33333%;
  }
  .cart-item-info + .cart-item-info {
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .cart-item-info {
    float: none;
    width: 16.66667%;
  }
  .cart-item-info:last-child {
    text-align: right;
  }
}
.cart-content-padding-right {
  padding-right: 4px;
}
@media (min-width: 1025px) {
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center;
  }
}
.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0 0.21429rem 1px 1.5rem;
  vertical-align: middle;
}
@media (min-width: 1025px) {
  .cart-item-quantity .form-increment {
    margin-left: 0;
  }
}
.cart-item-quantity .cart-item-backorder-message {
  margin-bottom: 0;
}
.cart-item-label {
  color: #333;
  float: left;
  margin-bottom: 0.35714rem;
  text-align: right;
  width: 33.33333%;
}
@media (min-width: 551px) {
  .cart-item-label {
    display: block;
    padding-left: 1.5rem;
    text-align: left;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .cart-item-label {
    display: none;
  }
}
.cart-item-value {
  padding-left: 1.5rem;
}
@media (min-width: 1025px) {
  .cart-item-value {
    padding-left: 0;
  }
}
.cart-item-brand {
  color: #757575;
  margin-bottom: 0.21429rem;
}
.cart-item-name {
  display: inline-block;
  font-size: 12px;
  margin: 0;
}
.cart-item-name__label {
  display: inline-block;
}
.cart-item-name + .definitionList {
  margin-top: 0.35714rem;
}
.cart-item-options--giftWrapping {
  margin-top: 1.14286rem;
}
.cart-item-options--giftWrapping .cart-item-option-description {
  color: #333;
}
.cart-remove {
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.28571rem;
  margin-top: 0.14286rem;
  padding: 0.21429rem;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
  width: 1.28571rem;
}
@media (min-width: 551px) {
  .cart-remove {
    margin-left: 1rem;
  }
}
.cart-remove.cart-remove--spacer {
  visibility: hidden;
}
.cart-remove > svg {
  fill: #757575;
}
.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%;
}
.cart-totals ol,
.cart-totals ul {
  list-style: none;
  margin-bottom: 0;
}
@media (min-width: 551px) {
  .cart-totals {
    float: right;
    clear: both;
    width: 75%;
  }
}
@media (min-width: 1025px) {
  .cart-totals {
    margin-bottom: 1rem;
    width: 58.33333%;
  }
}
@media (min-width: 1261px) {
  .cart-totals {
    width: 41.66667%;
  }
}
.cart-total {
  border-bottom: 0;
}
.cart-total:after,
.cart-total:before {
  content: " ";
  display: table;
}
.cart-total:after {
  clear: both;
}
@media (min-width: 1025px) {
  .cart-total + .cart-total {
    border-top: 1px solid #e5e5e5;
  }
}
.cart-total .form-input {
  display: inline-block;
  height: 2.28571rem;
  padding: 0.5rem;
  vertical-align: top;
  width: 75%;
}
.cart-total .form-select {
  background-position: right 0.35714rem center;
  background-size: 1.42857rem 1.42857rem;
  height: 2.28571rem;
  margin-bottom: 0.78571rem;
  padding: 0 0.78571rem;
}
.cart-total .form-inlineMessage {
  text-align: left;
}
.cart-total-label {
  color: #757575;
  width: 33.33333%;
}
@media (min-width: 551px) {
  .cart-total-label {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .cart-total-label {
    display: block;
    padding-left: 0;
    text-align: left;
  }
}
.cart-total-value {
  text-align: left;
}
@media (min-width: 551px) {
  .cart-total-value {
    text-align: right;
  }
}
@media (min-width: 1025px) {
  .cart-total-value {
    width: 50%;
  }
}
.cart-total-label,
.cart-total-value {
  float: left;
  padding: 0.5rem 0 0.5rem 1.5rem;
}
@media (min-width: 1025px) {
  .cart-total-label,
  .cart-total-value {
    padding: 1rem 0;
  }
}
.cart-total-grandTotal {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding-bottom: 0.21429rem;
  padding-top: 0.21429rem;
  position: relative;
}
@media (min-width: 1025px) {
  .cart-total-grandTotal {
    padding: 1rem 0;
    top: -0.28571rem;
  }
}
.coupon-code-add,
.coupon-code-cancel,
.gift-certificate-add,
.gift-certificate-cancel,
.shipping-estimate-show {
  color: #757575;
  padding: 0;
  text-decoration: underline;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.coupon-code-add:hover,
.coupon-code-cancel:hover,
.gift-certificate-add:hover,
.gift-certificate-cancel:hover,
.shipping-estimate-show:hover {
  color: #333;
}
.coupon-code-cancel,
.shipping-estimate-show[aria-expanded="true"] {
  font-style: italic;
}
.cart-gift-certificate-form,
.coupon-form {
  font-size: 0;
  margin-bottom: 1rem;
}
.cart-gift-certificate-form:after,
.cart-gift-certificate-form:before,
.coupon-form:after,
.coupon-form:before {
  content: " ";
  display: table;
}
.cart-gift-certificate-form:after,
.coupon-form:after {
  clear: both;
}
.cart-gift-certificate-form .button,
.cart-gift-certificate-form .form-input,
.coupon-form .button,
.coupon-form .form-input {
  float: left;
}
.cart-gift-certificate-form .form-input,
.coupon-form .form-input {
  width: 78%;
}
.cart-gift-certificate-form .button,
.coupon-form .button {
  margin: 0 0 0 2%;
  padding-left: 0.78571rem;
  padding-right: 0.78571rem;
  width: 20%;
}
.estimator-form {
  margin-bottom: 0;
}
.estimator-form .form-input {
  margin-bottom: 0.78571rem;
  width: 100%;
}
.estimator-form .button--primary {
  width: 60%;
}
.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0;
  text-align: left;
}
.estimator-form-label .form-label {
  line-height: 2.28571rem;
  margin-bottom: 0;
}
.estimator-form-label-text {
  margin-left: 0.71429rem;
}
.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%;
}
.estimator-form-input .form-input,
.estimator-form-input .form-select {
  margin-bottom: 0;
}
.estimator-form-input--price {
  width: 30%;
}
.estimator-form-row:after,
.estimator-form-row:before {
  content: " ";
  display: table;
}
.estimator-form-row:after {
  clear: both;
}
.estimator-form-toggleUPSRate {
  display: block;
  margin-bottom: 1em;
}
.cart-actions {
  clear: both;
}
.cart-actions:after,
.cart-actions:before {
  content: " ";
  display: table;
}
.cart-actions:after {
  clear: both;
}
.cart-actions .button {
  display: block;
  margin-bottom: 0;
}
@media (min-width: 551px) {
  .cart-actions .button {
    display: inline-block;
    float: right;
  }
}
.cart-actions .checkoutMultiple {
  clear: right;
  display: block;
  float: right;
  padding-top: 0.35714rem;
}
.previewCartWrapper {
  max-height: calc(100vh - 6rem);
  overflow: auto;
}
.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.previewCartList ol,
.previewCartList ul {
  list-style: none;
  margin-bottom: 0;
}
.previewCartList li {
  margin: 0;
  padding: 0;
}
.previewCartItem {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: table-row;
  line-height: 19px;
}
.previewCartItem:after,
.previewCartItem:before {
  content: " ";
  display: table;
}
.previewCartItem:after {
  clear: both;
}
.previewCartItem + .previewCartItem {
  border-top: 1px solid #e5e5e5;
}
.previewCartItem-content,
.previewCartItem-image {
  display: table-cell;
  vertical-align: middle;
}
.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 0;
  position: relative;
  text-align: center;
}
.previewCartItem-image::after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 100%;
  width: 100%;
}
.previewCartItem-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  max-height: 90%;
}
@media (min-width: 320px) {
  .previewCartItem-image::after {
    padding-bottom: 75%;
  }
}
@media (min-width: 481px) {
  .previewCartItem-image::after {
    padding-bottom: 100%;
  }
}
.previewCartItem-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 66.66667%;
  padding-left: 0;
}
.previewCartItem-name {
  margin: 0;
  text-transform: none;
}
.previewCartItem-name > a {
  text-decoration: none;
}
.previewCartItem-brand,
.previewCartItem-name {
  margin-bottom: 0.21429rem;
}
.previewCartItem-brand,
.previewCartItem-price {
  color: #757575;
  display: inline-block;
  font-size: 10px;
}
.previewCartAction {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  display: block;
}
.previewCartAction:after,
.previewCartAction:before {
  content: " ";
  display: table;
}
.previewCartAction:after {
  clear: both;
}
@media (min-width: 320px) {
  .previewCartAction {
    padding: 0.78571rem 0.35714rem;
  }
}
@media (min-width: 481px) {
  .previewCartAction {
    padding: 1.5rem 0.78571rem;
  }
}
.previewCartAction .button {
  margin: 0;
  padding-left: 0.78571rem;
  padding-right: 0.78571rem;
  width: 100%;
}
.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left;
}
.previewCartAction-checkout.previewCartAction-viewCart--sole,
.previewCartAction-viewCart.previewCartAction-viewCart--sole {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.previewCartAction-checkout {
  padding-right: 0.35714rem;
}
.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.78571rem;
  padding-top: 0.35714rem;
}
.previewCartAction-viewCart {
  padding-left: 0.35714rem;
}
.previewCart-emptyBody {
  padding: 3rem;
  text-align: center;
}
.previewCart-additionalCheckoutButtons {
  padding-bottom: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .page-type-cart .body {
    padding-top: 105px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .page-type-cart .body .container-full .page {
    padding-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .page-type-cart .body .container-full .page .breadcrumbs .breadcrumb {
    letter-spacing: 0.06em;
  }
  .page-type-cart
    .body
    .container-full
    .page
    .breadcrumbs
    .breadcrumb
    .breadcrumb-label {
    letter-spacing: 0.06em;
  }
  .page-type-cart
    .body
    .container-full
    .page
    .breadcrumbs
    .breadcrumb.is-active
    .breadcrumb-label {
    margin-left: 4px;
  }
}
.page-type-cart .page {
  margin: 0;
}
.custom-cart-page .page-content {
  padding: 0;
}
.custom-cart-page .page-heading {
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 30px;
}
.custom-cart-page .cart-content-padding-right .cart {
  margin-bottom: 17px;
}
.custom-cart-page
  .cart-content-padding-right
  .cart
  .cart-header
  .cart-header-item {
  background: #efefef;
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 24px;
  padding: 2px 14px 0;
  text-align: center;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  max-width: 128px;
}
.custom-cart-page
  .cart-content-padding-right
  .cart
  .cart-header
  .cart-header-item:first-child {
  max-width: 1;
  text-align: left;
}
.custom-cart-page
  .cart-content-padding-right
  .cart
  .cart-header
  .cart-header-item:last-child {
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .custom-cart-page .cart-content-padding-right .cart .cart-list .cart-item {
    font-size: 0;
  }
}
.custom-cart-page
  .cart-content-padding-right
  .cart
  .cart-list
  .cart-item
  .cart-item-figure {
  width: 6%;
  padding: 0;
}
.custom-cart-page
  .cart-content-padding-right
  .cart
  .cart-list
  .cart-item
  .cart-item-figure
  img {
  max-height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .custom-cart-page
    .cart-content-padding-right
    .cart
    .cart-list
    .cart-item
    .cart-item-figure {
    width: 33.33%;
    float: left;
  }
  .custom-cart-page
    .cart-content-padding-right
    .cart
    .cart-list
    .cart-item
    .cart-item-figure
    img {
    max-height: 90px;
    position: unset;
  }
}
@media (max-width: 551px) {
  .custom-cart-page
    .cart-content-padding-right
    .cart
    .cart-list
    .cart-item
    .cart-item-figure {
    float: left;
    margin-bottom: 1.5rem;
    position: relative;
    text-align: center;
    width: 33.33333%;
  }
}
.custom-cart-page
  .cart-content-padding-right
  .cart
  .cart-list
  .cart-item
  .cart-item-title {
  padding: 0;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.65px;
}
@media screen and (max-width: 1024px) {
  .custom-cart-page
    .cart-content-padding-right
    .cart
    .cart-list
    .cart-item
    .cart-item-title {
    margin-bottom: 0;
  }
}
@media (max-width: 551px) {
  .custom-cart-page
    .cart-content-padding-right
    .cart
    .cart-list
    .cart-item
    .cart-item-title {
    display: table-cell;
    height: 7.14286rem;
    padding-left: 1.5rem;
  }
}
.custom-cart-page
  .cart-content-padding-right
  .cart
  .cart-list
  .cart-item
  .cart-item-title
  .cart-item-brand {
  display: none;
}
.custom-cart-page
  .cart-content-padding-right
  .cart
  .cart-list
  .cart-item
  .cart-item-title
  .cart-item-name {
  line-height: normal;
}
.custom-cart-page
  .cart-content-padding-right
  .cart
  .cart-list
  .cart-item
  .cart-item-title
  .cart-item-name
  .cart-item-name__label {
  font-size: 13px;
  text-align: left;
  letter-spacing: 0.65px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  color: #000;
}
.custom-cart-page
  .cart-content-padding-right
  .cart
  .cart-list
  .cart-item
  .cart-item-info {
  width: 10.6667%;
  float: none;
  text-align: center;
  padding: 16px 0;
}
@media screen and (max-width: 1024px) {
  .custom-cart-page
    .cart-content-padding-right
    .cart
    .cart-list
    .cart-item
    .cart-item-info {
    width: 33.33333%;
    display: inline-block;
  }
  .custom-cart-page
    .cart-content-padding-right
    .cart
    .cart-list
    .cart-item
    .cart-item-info
    .cart-item-label {
    display: block;
    padding-left: 0;
    text-align: center;
    width: 100%;
    color: #999;
    font-size: 14px;
  }
  .custom-cart-page
    .cart-content-padding-right
    .cart
    .cart-list
    .cart-item
    .cart-item-info
    .cart-item-value {
    font-size: 14px;
  }
}
@media (max-width: 551px) {
  .custom-cart-page
    .cart-content-padding-right
    .cart
    .cart-list
    .cart-item
    .cart-item-info {
    clear: both;
    width: 100%;
    padding: 0;
  }
  .custom-cart-page
    .cart-content-padding-right
    .cart
    .cart-list
    .cart-item
    .cart-item-info
    .cart-item-label {
    float: left;
    margin-bottom: 0.35714rem;
    text-align: right;
    width: 33.33333%;
  }
}
.custom-cart-page
  .cart-content-padding-right
  .cart
  .cart-list
  .cart-item
  .cart-item-info:last-child {
  text-align: right;
}
@media (max-width: 551px) {
  .custom-cart-page
    .cart-content-padding-right
    .cart
    .cart-list
    .cart-item
    .cart-item-info:last-child {
    text-align: center;
    margin-top: 10px;
  }
}
.custom-cart-page
  .cart-content-padding-right
  .cart
  .cart-list
  .cart-item
  .cart-item-info.cart-item-quantity
  .form-increment
  .button {
  border: 1px solid #d3d3d3;
  background: transparent
    url(https://cdn11.bigcommerce.com/s-f4083/stencil/67ccc130-e1f2-013b-37c9-5633b773a648/e/2ad1d980-dd1f-013b-f11b-764e02ff3afb/img/qty_ic1.png)
    no-repeat center;
  background-size: auto;
  padding: 0;
  line-height: normal;
  width: 31px;
  border-radius: 0;
  height: 31px;
}
.custom-cart-page
  .cart-content-padding-right
  .cart
  .cart-list
  .cart-item
  .cart-item-info.cart-item-quantity
  .form-increment
  .button[data-action="inc"] {
  background: transparent
    url(https://cdn11.bigcommerce.com/s-f4083/stencil/67ccc130-e1f2-013b-37c9-5633b773a648/e/2ad1d980-dd1f-013b-f11b-764e02ff3afb/img/qty_ic2.png)
    no-repeat center;
}
.custom-cart-page
  .cart-content-padding-right
  .cart
  .cart-list
  .cart-item
  .cart-item-info.cart-item-quantity
  .form-increment
  .button
  .icon {
  display: none;
}
.custom-cart-page
  .cart-content-padding-right
  .cart
  .cart-list
  .cart-item
  .cart-item-info.cart-item-quantity
  .form-increment
  .form-input--incrementTotal {
  width: 34px;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.custom-cart-page .return_to_shipping .alertBox {
  background: 0 0;
  padding: 0;
}
.custom-cart-page .return_to_shipping .alertBox-icon {
  display: none;
}
.custom-cart-page .return_to_shipping .alertBox-message {
  display: none;
}
.custom-cart-page .return_to_shipping p {
  color: #666;
  font-weight: 700;
  letter-spacing: 0;
  font-family: Lato, sans-serif;
  text-align: right;
  font-size: 0;
}
.custom-cart-page .return_to_shipping p span {
  font-size: 14px;
  color: #cb2129;
  margin-right: 3px;
}
.custom-cart-page .return_to_shipping p a {
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  color: #666;
  border-bottom: 1px solid #666;
}
.custom-cart-page .return_to_shipping p a:hover {
  color: #cb2129;
  border-bottom: 1px solid #cb2129;
}
.custom-cart-page .custom-cart-bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .custom-cart-page .custom-cart-bottom-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.custom-cart-page .custom-cart-bottom-wrapper .cart-bottom__products {
  width: calc(50% - 20px);
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .custom-cart-page .custom-cart-bottom-wrapper .cart-bottom__products {
    width: 100%;
  }
}
.custom-cart-page
  .custom-cart-bottom-wrapper
  .cart-bottom__products
  .custom-product-block.custom-cart-block-1 {
  padding: 0;
}
.custom-cart-page
  .custom-cart-bottom-wrapper
  .cart-bottom__products
  .custom-product-block
  #productBlockID_cart_1
  .themevale_page-heading-wrapper
  .page-heading {
  padding: 14px 30px 10px;
  text-align: left;
  letter-spacing: 1px;
  color: #000;
  border-radius: 2px;
  line-height: 30px;
  margin: 0 0 8px;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
}
.custom-cart-page
  .custom-cart-bottom-wrapper
  .cart-bottom__products
  .custom-product-block
  #productBlockID_cart_1
  #list-productBlockID_cart_1 {
  padding: 0 16px;
}
.custom-cart-page
  .custom-cart-bottom-wrapper
  .cart-bottom__products
  .custom-product-block
  #productBlockID_cart_1
  #list-productBlockID_cart_1
  .slick-list {
  padding: 25px 0 0;
}
.custom-cart-page
  .custom-cart-bottom-wrapper
  .cart-bottom__products
  .custom-product-block
  #productBlockID_cart_1
  #list-productBlockID_cart_1
  .slick-list
  .card {
  padding-bottom: 0 !important;
}
.custom-cart-page
  .custom-cart-bottom-wrapper
  .cart-bottom__products
  .custom-product-block
  #productBlockID_cart_1
  #list-productBlockID_cart_1
  .slick-list
  .card
  .card-body
  .card-title
  > a {
  padding: 0 25px;
  font-size: 12px;
  line-height: 20px;
  height: 58px;
  display: block;
  overflow: hidden;
  margin: 0;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.custom-cart-page
  .custom-cart-bottom-wrapper
  .cart-bottom__products
  .custom-product-block
  #productBlockID_cart_1
  #list-productBlockID_cart_1
  .slick-list
  .card
  .card-body
  .card-price-wrapper
  .card-price {
  height: auto;
  margin-bottom: 23px;
}
.custom-cart-page
  .custom-cart-bottom-wrapper
  .cart-bottom__products
  .custom-product-block
  #productBlockID_cart_1
  #list-productBlockID_cart_1
  .slick-list
  .card
  .card-body
  .card-price-wrapper
  .card-price
  .price-section {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: normal;
}
.custom-cart-page
  .custom-cart-bottom-wrapper
  .cart-bottom__products
  .custom-product-block
  #productBlockID_cart_1
  #list-productBlockID_cart_1
  .slick-list
  .card
  .card-body
  .card-price-wrapper
  .card-price
  .price-section
  span {
  font-size: 20px;
}
.custom-cart-page
  .custom-cart-bottom-wrapper
  .cart-bottom__products
  .custom-product-block
  #productBlockID_cart_1
  #list-productBlockID_cart_1
  .slick-arrow {
  width: 16px;
  height: 34px;
  padding: 0;
}
.custom-cart-page
  .custom-cart-bottom-wrapper
  .cart-bottom__products
  .custom-product-block
  #productBlockID_cart_1
  #list-productBlockID_cart_1
  .slick-arrow.slick-next {
  background: 0 0;
  right: -14px;
  top: 50%;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.custom-cart-page
  .custom-cart-bottom-wrapper
  .cart-bottom__products
  .custom-product-block
  #productBlockID_cart_1
  #list-productBlockID_cart_1
  .slick-arrow.slick-next::before {
  background: url(https://store-f4083.mybigcommerce.com/content/related-product-right-arrow.svg)
    no-repeat center;
  background-size: auto;
}
.custom-cart-page
  .custom-cart-bottom-wrapper
  .cart-bottom__products
  .custom-product-block
  #productBlockID_cart_1
  #list-productBlockID_cart_1
  .slick-arrow.slick-prev {
  background: 0 0;
  left: -19px;
  top: 50%;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.custom-cart-page
  .custom-cart-bottom-wrapper
  .cart-bottom__products
  .custom-product-block
  #productBlockID_cart_1
  #list-productBlockID_cart_1
  .slick-arrow.slick-prev::before {
  background: url(https://store-f4083.mybigcommerce.com/content/related-product-left-arrow.svg)
    no-repeat center;
  background-size: auto;
}
.custom-cart-page .custom-cart-bottom-wrapper .cart-bottom__total {
  width: calc(50% - 20px);
  float: right;
  background: #f9f9f9;
  padding: 29px 27px 3px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .custom-cart-page .custom-cart-bottom-wrapper .cart-bottom__total {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767.98px) {
  .custom-cart-page .custom-cart-bottom-wrapper .cart-bottom__total {
    padding: 15px;
  }
}
.custom-cart-page .custom-cart-bottom-wrapper .cart-bottom__total .total__left {
  margin: 0;
  width: 35.4%;
}
@media screen and (max-width: 767.98px) {
  .custom-cart-page
    .custom-cart-bottom-wrapper
    .cart-bottom__total
    .total__left {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .custom-cart-page
    .custom-cart-bottom-wrapper
    .cart-bottom__total
    .total__left {
    width: 100%;
  }
}
.custom-cart-page
  .custom-cart-bottom-wrapper
  .cart-bottom__total
  .total__left
  .total-left_wrapper {
  border: 1px solid #d3d3d3;
  padding: 20px 15px;
  display: block;
  width: auto;
  max-width: 450px;
}
@media screen and (max-width: 1024px) {
  .custom-cart-page
    .custom-cart-bottom-wrapper
    .cart-bottom__total
    .total__left
    .total-left_wrapper {
    max-width: 100%;
  }
}
.custom-cart-page
  .custom-cart-bottom-wrapper
  .cart-bottom__total
  .total__left
  .total-left_wrapper
  h4 {
  margin: 0 0 20px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  color: #999;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
}
.custom-cart-page
  .custom-cart-bottom-wrapper
  .cart-bottom__total
  .total__left
  .total-left_wrapper
  p {
  margin: 0 0 15px;
  font-size: 12px;
  color: #999;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 400;
}
.custom-cart-page
  .custom-cart-bottom-wrapper
  .cart-bottom__total
  .total__left
  .total-left_wrapper
  p
  strong {
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .custom-cart-page
    .custom-cart-bottom-wrapper
    .cart-bottom__total
    .total__left
    .total-left_wrapper
    p
    strong {
    display: inline-block;
  }
}
.custom-cart-page
  .custom-cart-bottom-wrapper
  .cart-bottom__total
  .total__right {
  width: 64.6%;
  padding: 0 0 0 32px;
  padding-bottom: 21px;
}
@media screen and (max-width: 1024px) {
  .custom-cart-page
    .custom-cart-bottom-wrapper
    .cart-bottom__total
    .total__right {
    width: 100%;
    padding: 0;
  }
}
.custom-cart-page
  .custom-cart-bottom-wrapper
  .cart-bottom__total
  .total__right
  .cart-totals {
  width: 100%;
  display: inline-block;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.98px) {
  .custom-cart-page
    .custom-cart-bottom-wrapper
    .cart-bottom__total
    .total__right
    .cart-totals {
    text-align: left;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 767.98px) {
  .custom-cart-page
    .custom-cart-bottom-wrapper
    .cart-bottom__total
    .total__right
    .cart-totals
    .cart-total
    .cart-total-label {
    float: left;
  }
  .custom-cart-page
    .custom-cart-bottom-wrapper
    .cart-bottom__total
    .total__right
    .cart-totals
    .cart-total
    .cart-total-value {
    float: right;
  }
}
.custom-cart-page
  .custom-cart-bottom-wrapper
  .cart-bottom__total
  .total__right
  .cart-totals
  .cart-total:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.custom-cart-page
  .custom-cart-bottom-wrapper
  .cart-bottom__total
  .total__right
  .cart-totals
  .cart-total
  .cart-total-label {
  padding: 0;
  font-size: 16px;
  line-height: 48px;
  color: #666;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 767.98px) {
  .custom-cart-page
    .custom-cart-bottom-wrapper
    .cart-bottom__total
    .total__right
    .cart-totals
    .cart-total
    .cart-total-label {
    font-size: 14px;
    line-height: 32px;
  }
}
.custom-cart-page
  .custom-cart-bottom-wrapper
  .cart-bottom__total
  .total__right
  .cart-totals
  .cart-total
  .cart-total-label
  strong {
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .custom-cart-page
    .custom-cart-bottom-wrapper
    .cart-bottom__total
    .total__right
    .cart-totals
    .cart-total
    .cart-total-label
    strong {
    white-space: nowrap;
  }
}
.custom-cart-page
  .custom-cart-bottom-wrapper
  .cart-bottom__total
  .total__right
  .cart-totals
  .cart-total
  .cart-total-value {
  padding: 0;
  font-size: 16px;
  line-height: 48px;
  color: #666;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 767.98px) {
  .custom-cart-page
    .custom-cart-bottom-wrapper
    .cart-bottom__total
    .total__right
    .cart-totals
    .cart-total
    .cart-total-value {
    font-size: 14px;
    line-height: 32px;
  }
}
.custom-cart-page
  .custom-cart-bottom-wrapper
  .cart-bottom__total
  .total__right
  .cart-totals
  .cart-total
  .cart-total-value
  button {
  text-decoration: none;
  color: #666;
}
.custom-cart-page
  .custom-cart-bottom-wrapper
  .cart-bottom__total
  .total__right
  .cart-totals
  .cart-total
  .cart-total-value.cart-total-grandTotal {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
}
.custom-cart-page
  .custom-cart-bottom-wrapper
  .cart-bottom__total
  .total__right
  .cart-actions
  .button {
  display: inline-block;
  border: none;
  float: right;
  font-size: 20px;
  padding: 15px 10px 10px;
  width: 100%;
  border-radius: 0;
  background-color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  font-family: "Josefin Sans", sans-serif;
  line-height: normal;
}
.custom-cart-page
  .custom-cart-bottom-wrapper
  .cart-bottom__total
  .total__right
  .cart-actions
  .button:hover {
  background-color: #cb2129;
}
@media screen and (max-width: 767.98px) {
  .custom-cart-page
    .custom-cart-bottom-wrapper
    .cart-bottom__total
    .total__right
    .cart-actions
    .button {
    float: right;
    font-size: 16px;
    width: calc(64.6% - 32px);
  }
}
.custom-cart-page .custom-cart-block-2 {
  margin: 67px 0 0;
}
@media screen and (max-width: 767.98px) {
  .custom-cart-page .custom-cart-block-2 {
    padding: 0 !important;
  }
}
.custom-cart-page
  .custom-cart-block-2
  #productBlockID_cart_2
  .themevale_page-heading-wrapper
  .page-heading {
  padding: 14px 30px 10px;
  text-align: left;
  letter-spacing: 1px;
  color: #000;
  border-radius: 2px;
  line-height: 30px;
  margin: 0 0 8px;
}
@media screen and (max-width: 767.98px) {
  .custom-cart-page
    .custom-cart-block-2
    #productBlockID_cart_2
    .themevale_page-heading-wrapper
    .page-heading {
    font-size: 15px;
    padding: 10px 15px 5px;
  }
}
.custom-cart-page
  .custom-cart-block-2
  #productBlockID_cart_2
  #list-productBlockID_cart_2 {
  margin: 0 0 42px;
  padding: 0 52px;
}
.custom-cart-page
  .custom-cart-block-2
  #productBlockID_cart_2
  #list-productBlockID_cart_2
  .slick-list {
  padding: 25px 0 0;
}
.custom-cart-page
  .custom-cart-block-2
  #productBlockID_cart_2
  #list-productBlockID_cart_2
  .slick-list
  .card {
  padding-bottom: 0 !important;
}
.custom-cart-page
  .custom-cart-block-2
  #productBlockID_cart_2
  #list-productBlockID_cart_2
  .slick-list
  .card
  .card-body
  .card-title
  > a {
  padding: 0 25px;
  font-size: 12px;
  line-height: 20px;
  height: 58px;
  display: block;
  overflow: hidden;
  margin: 0;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.custom-cart-page
  .custom-cart-block-2
  #productBlockID_cart_2
  #list-productBlockID_cart_2
  .slick-list
  .card
  .card-body
  .card-price-wrapper
  .card-price {
  margin-bottom: 23px;
}
.custom-cart-page
  .custom-cart-block-2
  #productBlockID_cart_2
  #list-productBlockID_cart_2
  .slick-list
  .card
  .card-body
  .card-price-wrapper
  .card-price
  .price-section {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: normal;
}
.custom-cart-page
  .custom-cart-block-2
  #productBlockID_cart_2
  #list-productBlockID_cart_2
  .slick-list
  .card
  .card-body
  .card-price-wrapper
  .card-price
  .price-section
  span {
  font-size: 20px;
}
.custom-cart-page
  .custom-cart-block-2
  #productBlockID_cart_2
  #list-productBlockID_cart_2
  .slick-arrow {
  width: 16px;
  height: 34px;
  padding: 0;
}
.custom-cart-page
  .custom-cart-block-2
  #productBlockID_cart_2
  #list-productBlockID_cart_2
  .slick-arrow.slick-next {
  background: 0 0;
  right: -14px;
  top: 50%;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.custom-cart-page
  .custom-cart-block-2
  #productBlockID_cart_2
  #list-productBlockID_cart_2
  .slick-arrow.slick-next::before {
  background: url(https://store-f4083.mybigcommerce.com/content/related-product-right-arrow.svg)
    no-repeat center;
  background-size: auto;
}
.custom-cart-page
  .custom-cart-block-2
  #productBlockID_cart_2
  #list-productBlockID_cart_2
  .slick-arrow.slick-prev {
  background: 0 0;
  left: -19px;
  top: 50%;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.custom-cart-page
  .custom-cart-block-2
  #productBlockID_cart_2
  #list-productBlockID_cart_2
  .slick-arrow.slick-prev::before {
  background: url(https://store-f4083.mybigcommerce.com/content/related-product-left-arrow.svg)
    no-repeat center;
  background-size: auto;
}
.cart-total-enhanced .cart-total {
  border-top: none;
}
.cart-total-enhanced .cart-total-label {
  color: #333;
  text-align: left;
  width: 50%;
}
@media (min-width: 1025px) {
  .cart-total-enhanced .cart-total-label {
    display: block;
    padding-left: 0;
    text-align: left;
  }
}
.cart-total-enhanced .cart-total-value {
  float: right;
  font-weight: 600;
}
.cart-total-enhanced .cart-total-label,
.cart-total-enhanced .cart-total-value {
  padding: 0.5rem 0;
}
.cart-total-enhanced .cart-total-with-savings {
  border-top: 1px solid #e5e5e5;
}
.cart-total-enhanced .cart-total-with-savings .cart-total-label {
  font-size: 25px;
}
.cart-total-enhanced .cart-total-with-savings .cart-total-grandTotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
  font-weight: 400;
}
.cart-total-enhanced
  .cart-total-with-savings
  .cart-total-grandTotal
  .cart-total-amount {
  font-size: 25px;
  font-weight: 600;
}
.cart-total-enhanced
  .cart-total-with-savings
  .cart-total-grandTotal
  .cart-total-savings {
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #757575;
  display: block;
  margin-top: 0.21429rem;
}
.cart-total-enhanced
  .cart-total-with-savings
  .cart-total-grandTotal
  .cart-savings-amount {
  color: #008a06;
}
.cart-total-enhanced .cart-total-gift-certificate .cart-total-label,
.cart-total-enhanced .cart-total-shipping-estimator .cart-total-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cart-total-enhanced .cart-total-gift-certificate .cart-total-label a,
.cart-total-enhanced .cart-total-gift-certificate .cart-total-label button,
.cart-total-enhanced .cart-total-shipping-estimator .cart-total-label a,
.cart-total-enhanced .cart-total-shipping-estimator .cart-total-label button {
  color: #476bef;
  text-decoration: none;
  font-weight: 400;
}
.cart-total-enhanced .cart-total-gift-certificate .cart-total-label a:hover,
.cart-total-enhanced
  .cart-total-gift-certificate
  .cart-total-label
  button:hover,
.cart-total-enhanced .cart-total-shipping-estimator .cart-total-label a:hover,
.cart-total-enhanced
  .cart-total-shipping-estimator
  .cart-total-label
  button:hover {
  text-decoration: underline;
}
.cart-total-enhanced .cart-shipping-expectation-message {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 0;
}
.cart-total-enhanced .cart-total-shipping-estimator .shipping-estimate-show,
.cart-total-enhanced .cart-total-shipping-estimator .shipping-estimate-value {
  text-decoration: none;
  font-style: normal;
}
.cart-total-enhanced .cart-total-shipping-estimator .price--discounted {
  color: #999;
}
.cart-total-enhanced
  .cart-total-gift-certificate
  .cart-gift-certificate-form
  .button {
  background-color: #fff;
  color: #333;
  font-weight: 700;
}
.cart-total-enhanced .cart-total-gift-certificate .gift-certificate-add,
.cart-total-enhanced .cart-total-gift-certificate .gift-certificate-cancel {
  color: #476bef;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}
.cart-total-enhanced .cart-total-gift-certificate .gift-certificate-add:hover,
.cart-total-enhanced
  .cart-total-gift-certificate
  .gift-certificate-cancel:hover {
  text-decoration: underline;
}
.cart-total-enhanced .cart-total-gift-certificate-list-item .cart-total-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  color: #757575;
  width: auto;
  max-width: 80%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cart-total-enhanced
  .cart-total-gift-certificate-list-item
  .cart-total-label
  .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cart-total-enhanced
  .cart-total-gift-certificate-list-item
  .cart-total-label
  a {
  color: #476bef;
  text-decoration: none;
  font-weight: 400;
}
.cart-total-enhanced
  .cart-total-gift-certificate-list-item
  .cart-total-label
  a:hover {
  text-decoration: underline;
}
.cart-total-enhanced .cart-total-gift-certificate-list-item .cart-total-value {
  float: right;
  width: auto;
}
.cart-total-enhanced .shipping-estimate-show,
.cart-total-enhanced .shipping-estimate-value {
  text-decoration: none;
}
.cart-total-enhanced .cart-total-discounts .cart-total-label {
  cursor: pointer;
}
.cart-total-enhanced .cart-total-discounts .cart-discount-icon {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.cart-total-enhanced .cart-total-discounts .cart-discount-icon.is-open {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cart-total-enhanced .cart-total-discounts .cart-discount-icon svg {
  fill: #333333;
}
.cart-total-enhanced .cart-total-discounts .cart-discount-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0;
  width: 100%;
}
.cart-total-enhanced .cart-total-discounts .cart-discount-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.21429rem 0;
  color: #757575;
}
.cart-total-enhanced
  .cart-total-discounts
  .cart-discount-item
  .cart-discount-item-label {
  text-align: left;
}
.cart-coupons {
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 551px) {
  .cart-coupons {
    float: right;
    width: 75%;
  }
}
@media (min-width: 1025px) {
  .cart-coupons {
    width: 58.33333%;
  }
}
@media (min-width: 1261px) {
  .cart-coupons {
    width: 41.66667%;
  }
}
.cart-coupons .coupon-form {
  margin-top: 1rem;
}
.cart-coupons .coupon-form .button {
  background-color: #fff;
  color: #333;
  font-weight: 700;
}
.cart-coupon-link {
  color: #476bef;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}
.cart-coupon-link:hover {
  color: #476bef;
  text-decoration: underline;
}
.cart-coupon-display {
  margin-top: 1rem;
}
.cart-coupon-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.75rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cart-coupon-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  border: 1px solid;
  max-width: 100%;
  border-radius: 3px;
}
.cart-coupon-item svg {
  fill: #757575;
}
.cart-coupon-item .cart-coupon-remove svg {
  fill: #757575;
}
.cart-item-discount,
.cart-item-value.price--discounted {
  color: #999;
}
.cart-coupon-name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 0.28571rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cart-coupon-name .cart-coupon-limit {
  color: #008a06;
  font-size: 12px;
}
.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -0.78571rem;
  margin-right: -0.78571rem;
}
.address {
  display: inline-block;
  padding: 0 0.78571rem;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 551px) {
  .address {
    width: 50%;
  }
}
@media (min-width: 1261px) {
  .address {
    width: 33.33333%;
  }
}
.panel--address {
  font-size: 1rem;
  position: relative;
}
.panel--address .panel-body {
  min-height: 17.85714rem;
  padding: 1.5rem;
}
@media (min-width: 551px) {
  .panel--address .panel-body {
    padding: 1.5rem 1.5rem 4.5rem;
  }
}
.panel--address .form-actions {
  margin-bottom: -0.78571rem;
  margin-top: 1.5rem;
  text-align: left;
}
@media (min-width: 551px) {
  .panel--address .form-actions {
    bottom: 1.5rem;
    position: absolute;
    width: auto;
  }
}
.panel--address .form-actions .button {
  margin-bottom: 0.78571rem;
}
.panel--address .form-actions .button + .button {
  margin-left: 0;
  margin-top: 0;
}
@media (min-width: 551px) {
  .panel--address .form-actions .button + .button {
    margin-left: 0.35714rem;
  }
}
.address-title {
  margin: 0 0 0.78571rem;
  text-transform: none;
}
.address-details {
  list-style: none;
  margin: 0 0 0.78571rem;
}
.address-details--postal {
  font-size: 12px;
}
.address-description,
.address-label {
  display: inline-block;
  font-size: 1rem;
  margin: 0;
}
.address-label {
  color: #757575;
  font-weight: 400;
}
.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none;
}
.panel--newAddress:hover .address-title {
  color: #cb2129;
}
.panel--newAddress .panel-body {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  display: block;
}
.panel--newAddress .address-title {
  margin-bottom: 0;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-55%);
  transform: translateX(-50%) translateY(-55%);
}
.address-symbol {
  font-size: 50px;
  line-height: 1;
}
.videoGallery-main {
  height: 0;
  margin-bottom: 1.14286rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.78571rem;
  position: relative;
  margin-bottom: 1.85714rem;
}
.videoGallery-main.widescreen {
  padding-bottom: 56.34%;
}
.videoGallery-main.vimeo {
  padding-top: 0;
}
.videoGallery-main embed,
.videoGallery-main iframe,
.videoGallery-main object,
.videoGallery-main video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.videoGallery-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
}
.videoGallery-list ol,
.videoGallery-list ul {
  list-style: none;
  margin-bottom: 0;
}
.videoGallery-list:after,
.videoGallery-list:before {
  content: " ";
  display: table;
}
.videoGallery-list:after {
  clear: both;
}
.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top;
}
@media (min-width: 1025px) {
  .videoGallery-item {
    width: 50%;
  }
}
.video {
  display: block;
  margin-bottom: 1.85714rem;
  opacity: 0.4;
  text-decoration: none;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.video:after,
.video:before {
  content: " ";
  display: table;
}
.video:after {
  clear: both;
}
.video-figure {
  float: left;
  margin-right: 0.78571rem;
}
.video-figure > img {
  display: block;
}
.video-figure--opposite {
  float: right;
  margin-left: 0.78571rem;
  margin-right: 0;
}
.video-body:after,
.video-body:before {
  content: " ";
  display: table;
}
.video-body:after {
  clear: both;
}
@media (min-width: 1025px) {
  .video {
    margin-bottom: 1.85714rem;
  }
}
.video.is-active,
.video:hover {
  color: #333;
  opacity: 1;
}
.video-figure {
  margin-right: 1.85714rem;
}
.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none;
}
.video-description {
  font-size: 1rem;
  margin-bottom: 0;
}
.previewCart {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
}
.previewCart:after,
.previewCart:before {
  content: " ";
  display: table;
}
.previewCart:after {
  clear: both;
}
@media (min-width: 1025px) {
  .previewCart .productView {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 75%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
  .previewCart .productView-image {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 58.33333%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .previewCart .productView-image--cart {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0 auto;
    width: 100%;
  }
  .previewCart .productView-details {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 41.66667%;
    float: left;
  }
}
.previewCart .productView-title {
  margin-top: 0;
}
.previewCartCheckout {
  background: #e5e5e5;
  padding: 1rem;
  text-align: center;
}
@media (min-width: 1025px) {
  .previewCartCheckout {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 25%;
    float: right;
    padding: 1.5rem;
  }
}
.previewCartCheckout .button {
  display: block;
  margin: 0;
  width: 100%;
}
.previewCartCheckout .button + p {
  margin-top: 0.78571rem;
}
.previewCartCheckout .button:not(:last-child) {
  margin-bottom: 0.78571rem;
}
.previewCartCheckout-price {
  display: block;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.previewCartCheckout-subtotal {
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.previewCartCheckout-additionalCheckoutButtons p {
  float: none !important;
  margin: 0.5rem 0;
}
.previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem;
}
.previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
  margin-top: 1.5rem;
}
.previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
  margin-bottom: 1.5rem;
}
.suggestiveCart {
  display: none;
  text-align: center;
}
@media (min-width: 1025px) {
  .suggestiveCart {
    display: block;
  }
}
.login {
  margin: 3rem auto 6rem;
  max-width: 64.28571rem;
}
.login-row {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
}
.login-row:after,
.login-row:before {
  content: " ";
  display: table;
}
.login-row:after {
  clear: both;
}
@media (min-width: 1025px) {
  .login-row {
    margin-top: 6rem;
  }
}
.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
}
@media (min-width: 1025px) {
  .login-form {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    margin-top: 3rem;
  }
}
.new-customer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
}
@media (min-width: 1025px) {
  .new-customer {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
  }
}
.new-customer-intro {
  margin-bottom: 0;
}
.new-customer-fact-list {
  margin-left: 3rem;
}
.new-customer-fact {
  padding-left: 0.78571rem;
}
.search-suggestion {
  margin-bottom: 2rem;
}
.search-suggestion > :last-child {
  margin-bottom: 0;
}
.suggestion-title {
  margin-top: 0;
  text-transform: inherit;
}
.advancedSearch-form {
  margin-bottom: 3rem;
}
.advancedSearch-form .form-row {
  margin-bottom: -1.5rem;
}
.quickSearchResults {
  margin-top: 1.5rem;
}
@media (min-width: 1025px) {
  .quickSearchResults {
    margin-top: 0;
  }
}
.quickSearchResults .modal-close {
  display: none;
}
@media (min-width: 1025px) {
  .quickSearchResults .modal-close {
    display: block;
  }
}
.advancedSearch-separator {
  display: none;
}
.advancedSearch-title {
  margin: 0 0 1.5rem;
  text-transform: inherit;
}
.search-price-range label {
  display: inline;
}
.search-price-range label input {
  display: block;
  padding-left: 1.5rem;
}
@media (min-width: 551px) {
  .search-price-range label input {
    display: inline;
    width: 6rem;
  }
}
@media (min-width: 551px) {
  .search-price-range label span {
    display: inline;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.category-suggestion-list {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  list-style-type: none;
}
.category-suggestion-list:after,
.category-suggestion-list:before {
  content: " ";
  display: table;
}
.category-suggestion-list:after {
  clear: both;
}
.category-suggestion {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  font-size: 12px;
}
.search-refine {
  margin-left: 1.5rem;
}
.quickSearchMessage {
  font-size: 28px;
  margin: 1.5rem 0 0;
  text-align: center;
}
.search-nav {
  position: relative;
}
.header-main__right {
  position: relative;
}
.header-main__right .custom-quickSearchResults-wrapper {
  opacity: 0;
  width: 0;
}
.header-main__right .custom-quickSearchResults-wrapper:has(.productGrid),
.header-main__right
  .custom-quickSearchResults-wrapper:has(.quickSearchMessage) {
  width: 100%;
  opacity: 1;
}
.header-main__right .quickSearchResults {
  position: absolute;
  top: 30px;
  left: 0;
  right: 26px;
  min-height: 100px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  .header-main__right .quickSearchResults .productGrid .product {
    width: 50%;
  }
}
.header-main__right .quickSearchResults .productGrid .product .card {
  border: 1px solid transparent;
}
.header-main__right .quickSearchResults .productGrid .product .card:hover {
  border: 1px solid #cb2129;
}
.header-main__right
  .quickSearchResults
  .productGrid
  .product
  .card:hover
  .card-body {
  background-color: #fff;
}
.header-main__right
  .quickSearchResults
  .productGrid
  .product
  .card:hover
  .card-body
  .card-text {
  color: #000;
}
.header-main__right
  .quickSearchResults
  .productGrid
  .product
  .card:hover
  .card-body
  .card-title
  a {
  color: #cb2129;
}
.header-main__right
  .quickSearchResults
  .productGrid
  .product
  .card
  .card-body
  .card-text {
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
}
.header-main__right
  .quickSearchResults
  .productGrid
  .product
  .card
  .card-body
  .card-text[data-test-info-type="brandName"] {
  display: none;
}
.header-main__right
  .quickSearchResults
  .productGrid
  .product
  .card
  .card-body
  .card-text
  .rrp-price--withoutTax
  span:not(.price--rrp) {
  display: none;
}
.header-main__right
  .quickSearchResults
  .productGrid
  .product
  .card
  .card-body
  .card-title
  a {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  text-align: center;
}
.header-main__right .quickSearchResults .modal-close {
  display: none;
}
.header-main__right img.custom-close-quick-search {
  display: block;
  position: absolute;
  right: 36px;
  top: 36px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  padding: 8px;
}
.custom-search-mobile {
  display: block;
  left: 0;
  right: 0;
  top: 75px;
  background-color: #cb2129;
  padding: 10px 15px;
}
@media screen and (max-width: 1024px) {
  .custom-search-mobile {
    padding-bottom: 17px;
  }
}
.custom-search-mobile .form-custom-search {
  margin-bottom: 0;
  max-width: 100%;
}
.custom-search-mobile .form-custom-search .form-fieldset .form-field {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .custom-search-mobile .form-custom-search .form-fieldset .form-field {
    width: 483px;
  }
}
.custom-search-mobile
  .form-custom-search
  .form-fieldset
  .form-field
  .form-input {
  height: 40px;
  line-height: 28px;
  color: #999;
  padding: 0 120px 0 16px;
  font-size: 11.5px;
  padding: 0 30px 0 16px;
  letter-spacing: 0;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0;
  border: none;
}
.custom-search-mobile
  .form-custom-search
  .form-fieldset
  .form-field
  .custom-search-button {
  font-size: 12px;
  color: #fff;
  font-size: 15px;
  width: 137px;
  height: 40px;
  letter-spacing: 0.08em;
  display: inline-block;
  background-color: #000;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .custom-search-mobile
    .form-custom-search
    .form-fieldset
    .form-field
    .custom-search-button {
    width: 146px;
  }
}
.custom-search-mobile
  .form-custom-search
  .form-fieldset
  .form-field
  .custom-search-button:hover {
  background-color: #cb2129;
}
.custom-search-mobile .custom-quickSearchResults-wrapper {
  opacity: 0;
  width: 0;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
.custom-search-mobile .custom-quickSearchResults-wrapper:has(.productGrid),
.custom-search-mobile
  .custom-quickSearchResults-wrapper:has(.quickSearchMessage) {
  width: 100%;
  opacity: 1;
}
.custom-search-mobile .custom-quickSearchResults-wrapper .quickSearchResults {
  min-height: 100px;
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  .custom-search-mobile
    .custom-quickSearchResults-wrapper
    .quickSearchResults
    .productGrid
    .product {
    width: 50%;
  }
}
.custom-search-mobile
  .custom-quickSearchResults-wrapper
  .quickSearchResults
  .productGrid
  .product
  .card {
  border: 1px solid transparent;
}
.custom-search-mobile
  .custom-quickSearchResults-wrapper
  .quickSearchResults
  .productGrid
  .product
  .card:hover {
  border: 1px solid #cb2129;
}
.custom-search-mobile
  .custom-quickSearchResults-wrapper
  .quickSearchResults
  .productGrid
  .product
  .card:hover
  .card-body {
  background-color: #fff;
}
.custom-search-mobile
  .custom-quickSearchResults-wrapper
  .quickSearchResults
  .productGrid
  .product
  .card:hover
  .card-body
  .card-text {
  color: #000;
}
.custom-search-mobile
  .custom-quickSearchResults-wrapper
  .quickSearchResults
  .productGrid
  .product
  .card:hover
  .card-body
  .card-title
  a {
  color: #cb2129;
}
.custom-search-mobile
  .custom-quickSearchResults-wrapper
  .quickSearchResults
  .productGrid
  .product
  .card
  .card-body
  .card-text {
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
}
.custom-search-mobile
  .custom-quickSearchResults-wrapper
  .quickSearchResults
  .productGrid
  .product
  .card
  .card-body
  .card-text[data-test-info-type="brandName"] {
  display: none;
}
.custom-search-mobile
  .custom-quickSearchResults-wrapper
  .quickSearchResults
  .productGrid
  .product
  .card
  .card-body
  .card-text
  .rrp-price--withoutTax
  span:not(.price--rrp) {
  display: none;
}
.custom-search-mobile
  .custom-quickSearchResults-wrapper
  .quickSearchResults
  .productGrid
  .product
  .card
  .card-body
  .card-title
  a {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  text-align: center;
}
.custom-search-mobile
  .custom-quickSearchResults-wrapper
  .quickSearchResults
  .modal-close {
  display: none;
}
.custom-search-mobile
  .custom-quickSearchResults-wrapper
  img.custom-close-quick-search {
  display: block;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  padding: 8px;
}
.page-type-search .body {
  margin-top: 0;
  padding-top: 14px;
}
@media screen and (max-width: 1024px) {
  .page-type-search .body {
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .page-type-search .body {
    padding-top: 175px;
  }
}
.page-type-search .body .breadcrumbs {
  text-align: left;
}
.page-type-search .body .breadcrumbs .breadcrumb {
  line-height: 100%;
}
.page-type-search .body .breadcrumbs .breadcrumb.is-active::before {
  content: "";
  border-right: none;
  top: 0;
  -webkit-transform: none;
  transform: none;
  background: url("https://cdn11.bigcommerce.com/s-f4083/stencil/9953f900-d62d-013b-b9d3-3a27125a91fe/e/2ad1d980-dd1f-013b-f11b-764e02ff3afb/img/breadcrumb_ic.png")
    no-repeat center;
  width: 6px;
  height: 6px;
  background-size: auto;
}
.page-type-search .body .breadcrumbs .breadcrumb.is-active .breadcrumb-label {
  color: #000;
  margin-left: 6px;
}
.page-type-search .body .breadcrumbs .breadcrumb .breadcrumb-label {
  color: #999;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.44px;
  font-family: "Josefin Sans", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 100%;
}
.page-type-search .body #search-results-heading h1 {
  margin: 8px 0 12px;
  padding: 0;
  font-size: 28px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  color: #000;
}
.page-type-search .body .search-nav {
  margin-bottom: 20px;
}
.page-type-search .body .search-nav .navBar-section .navBar-item a {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  font-family: Lato, sans-serif;
  letter-spacing: 0.05em;
  line-height: 28px;
  margin: 0 0 20px;
  width: 100%;
}
.page-type-search .body .page.custom-search-page .page-sidebar {
  position: unset;
}
@media screen and (min-width: 1025px) {
  .page-type-search .body .page.custom-search-page .page-sidebar {
    width: 22.5%;
    padding: 45px 20px 0 0;
  }
}
.page-type-search
  .body
  .page.custom-search-page
  .page-sidebar
  .sidebarBlock
  .sidebarBlock-heading {
  font-size: 18px;
  line-height: normal;
  margin: 0 0 5px;
  padding: 0;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #000;
  font-family: "Josefin Sans", sans-serif;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-sidebar
  .sidebarBlock
  .navList
  .navList-item
  .navList-action {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #999;
  letter-spacing: 0.05em;
  padding: 8px 0 4px 0;
  margin: 0;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-sidebar
  .sidebarBlock
  .navList
  .navList-item
  .navList-action::before {
  background-color: #fff;
  border: solid #ccc;
  border-width: 1px;
  border-radius: 2px;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-sidebar
  .facetedSearch
  .facetedSearch-refineFilters {
  margin: 11px 0 25px;
  padding: 0 0 25px;
  border-bottom: 1px solid #ebebeb;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-sidebar
  .facetedSearch
  .facetedSearch-refineFilters
  .sidebarBlock-heading {
  font-size: 18px;
  line-height: normal;
  margin: 0 0 5px;
  padding: 0;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #000;
  font-family: "Josefin Sans", sans-serif;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-sidebar
  .facetedSearch
  .facetedSearch-refineFilters
  p {
  margin-bottom: 0;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-sidebar
  .facetedSearch
  .facetedSearch-refineFilters
  .inlineList
  .facetLabel {
  color: #333;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-sidebar
  .facetedSearch
  .facetedSearch-refineFilters
  a {
  color: #333;
  text-decoration: none;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-nav-clear-holder
  .accordion-navigation {
  margin-bottom: 0 !important;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-nav-clear-holder
  .accordion-navigation
  .accordion-title {
  font-size: 18px;
  line-height: normal;
  margin: 0 0 5px;
  padding: 0;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000;
  font-family: "Josefin Sans", sans-serif;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-nav-clear-holder
  .accordion-navigation
  span:not(.accordion-title) {
  display: none;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-nav-clear-holder
  .facetedSearch-clearLink {
  display: none;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content
  .navList
  .navList-item
  .navList-action {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #999;
  letter-spacing: 0.05em;
  padding: 8px 0 4px 26px;
  margin: 0;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content
  .navList
  .navList-item
  .navList-action::before {
  background-color: #fff;
  border: solid #ccc;
  border-width: 1px;
  border-radius: 2px;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content
  .navList
  .navList-item
  .navList-action.is-selected::before {
  background: url(https://cdn11.bigcommerce.com/s-f4083/stencil/67ccc130-e1f2-013b-37c9-5633b773a648/e/2ad1d980-dd1f-013b-f11b-764e02ff3afb/img/checkbox_ic.png);
  background-repeat: no-repeat;
  background-size: auto;
  border: 0;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content
  .navList
  .navList-item
  .navList-action.is-selected::after {
  opacity: 0;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content
  .toggleLink
  span {
  font-size: 15px;
  color: #000;
  font-weight: 700;
  margin: 5px 0 0;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content#facetedSearch-content--price
  #facet-range-form {
  margin-top: 5px;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content#facetedSearch-content--price
  #facet-range-form
  .form-fieldset
  .form-minMaxRow {
  margin-left: 0;
  margin-right: 0;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content#facetedSearch-content--price
  #facet-range-form
  .form-fieldset
  .form-minMaxRow
  .custom-price-range-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content#facetedSearch-content--price
  #facet-range-form
  .form-fieldset
  .form-minMaxRow
  .custom-price-range-wrapper
  .form-field {
  -webkit-box-flex: 5;
  -ms-flex: 5 0 0px;
  flex: 5 0 0;
  padding: 0;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content#facetedSearch-content--price
  #facet-range-form
  .form-fieldset
  .form-minMaxRow
  .custom-price-range-wrapper
  .form-field.custom-not-input {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  line-height: 2;
  text-align: center;
  font-weight: 600;
  color: #999;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content#facetedSearch-content--price
  #facet-range-form
  .form-fieldset
  .form-minMaxRow
  .custom-price-range-wrapper
  .form-field
  .form-input {
  color: #999;
  border-radius: 2px;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #dedede;
  font-weight: 600;
  height: auto;
  line-height: 15px;
  padding-top: 9px;
  padding-bottom: 7px;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content#facetedSearch-content--price
  #facet-range-form
  .form-fieldset
  .form-minMaxRow
  .custom-price-range-wrapper
  .form-field
  .form-input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content#facetedSearch-content--price
  #facet-range-form
  .form-fieldset
  .form-minMaxRow
  .custom-price-range-wrapper
  .form-field
  .form-input::-moz-placeholder {
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content#facetedSearch-content--price
  #facet-range-form
  .form-fieldset
  .form-minMaxRow
  .custom-price-range-wrapper
  .form-field
  .form-input:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content#facetedSearch-content--price
  #facet-range-form
  .form-fieldset
  .form-minMaxRow
  .custom-price-range-wrapper
  .form-field
  .form-input::-ms-input-placeholder {
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content#facetedSearch-content--price
  #facet-range-form
  .form-fieldset
  .form-minMaxRow
  .custom-price-range-wrapper
  .form-field
  .form-input::placeholder {
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content#facetedSearch-content--price
  #facet-range-form
  .form-fieldset
  .form-minMaxRow
  .form-field {
  padding: 0;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content#facetedSearch-content--price
  #facet-range-form
  .form-fieldset
  .form-minMaxRow
  .form-field
  .button {
  border: none;
  font-size: 15px;
  color: #000;
  font-weight: 700;
  margin: 11px 0 0;
  padding: 0 6px;
  text-align: left;
  font-family: "Josefin Sans", sans-serif;
  line-height: 22.5px;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  + .accordion-block {
  margin: 25px 0 0;
  padding: 31px 0 0;
  border-top: 1px solid #ebebeb;
}
@media screen and (min-width: 1025px) {
  .page-type-search .body .page.custom-search-page .page-content {
    width: 71%;
    padding: 0;
    float: right;
  }
}
.page-type-search
  .body
  .page.custom-search-page
  .page-content
  .panel
  .panel-body
  a {
  font-size: 13px;
  color: #333;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.05em;
  line-height: 28px;
  margin: 0 0 20px;
  width: 100%;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-content
  .panel
  .panel-body
  a:hover {
  color: #cb2129;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-content
  .panel
  .panel-body
  a.search-refine {
  margin-left: 20px;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-content
  .panel
  .panel-body
  .search-suggestion
  strong {
  color: #cb2129;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-content
  .panel
  .panel-body
  .search-suggestion
  .suggestion-title {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-content
  .pagination
  .pagination-info {
  padding: 32px 0 11px;
  color: #000;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
}
.page-type-search .body .page.custom-search-page .page-content .actionBar {
  margin: 0 0 25px 0;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-content
  .actionBar
  .custom-filter-wrapper {
  float: right;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-content
  .actionBar
  .custom-filter-wrapper
  .actionBar-section
  .form-field {
  background-color: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-content
  .actionBar
  .custom-filter-wrapper
  .actionBar-section
  .form-field
  .form-label {
  line-height: 31px;
  padding: 0;
  color: #999;
  cursor: auto;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 2px 0 0;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-content
  .actionBar
  .custom-filter-wrapper
  .actionBar-section
  .form-field
  .form-select {
  border: 1px solid #dedede;
  border-radius: 0;
  height: 31px;
  line-height: normal;
  padding: 0 10px;
  background: url(https://cdn11.bigcommerce.com/s-f4083/stencil/9953f900-d62d-013b-b9d3-3a27125a91fe/e/2ad1d980-dd1f-013b-f11b-764e02ff3afb/img/catArrw_ic.png)
    96% 50% no-repeat;
  background-size: auto;
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
  font-size: 14px;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-content
  .custom-product-listing-banner {
  display: none;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 1025px) {
  .page-type-search
    .body
    .page.custom-search-page
    .page-content
    .productGrid
    .product {
    width: 33%;
  }
}
.page-type-search
  .body
  .page.custom-search-page
  .page-content
  .productGrid
  .product
  .card {
  border: 1px solid #d3d3d3;
  margin-bottom: 30px;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-content
  .productGrid
  .product
  .card
  .card-figure {
  height: 180px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-content
  .productGrid
  .product
  .card
  .card-figure
  .custom-card-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-content
  .productGrid
  .product
  .card
  .card-figure
  > a {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-content
  .productGrid
  .product
  .card
  .card-figure
  .card-img-container::after {
  max-height: 180px;
  padding-bottom: 51.28%;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-content
  .productGrid
  .product
  .card
  .card-figure
  .card-img-container
  .card-image {
  max-height: 130px;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-content
  .productGrid
  .product
  .card
  .card-figure
  .card-figcaption:hover {
  background-color: transparent;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-content
  .productGrid
  .product
  .card
  .card-figure
  .card-figcaption
  .card-figcaption-body
  .quickview {
  font-size: 0;
  background-image: url(https://www.jbtools.com/content/quickview_ic1.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 115px;
  height: 105px;
  padding: 0;
  background-color: transparent;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-content
  .productGrid
  .product
  .card
  .card-figure
  .card-figcaption
  .card-figcaption-body
  .quickview.custom-quick-view-card:hover {
  background-color: transparent;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-content
  .productGrid
  .product
  .card
  .card-body
  p.card-text {
  display: none;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-content
  .productGrid
  .product
  .card
  .card-body
  .card-title {
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  color: #999;
  font-size: 15px;
  text-align: center;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-content
  .productGrid
  .product
  .card
  .card-body
  .card-title:hover {
  color: #cb2129;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-content
  .productGrid
  .product
  .card
  .card-body
  .card-title:hover
  > a {
  color: #cb2129;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-content
  .productGrid
  .product
  .card
  .card-body
  .card-title
  > a {
  font-size: 12px;
  line-height: 20px;
  height: 58px;
  display: block;
  overflow: hidden;
  margin: 0;
  letter-spacing: 0.05em;
  padding: 0 15px;
  font-weight: 700;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-content
  .productGrid
  .product
  .card
  .card-body
  .card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 17px 0 22px;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-content
  .productGrid
  .product
  .card
  .card-body
  .card-text
  .price-section {
  float: none;
  vertical-align: middle;
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-content
  .productGrid
  .product
  .card
  .card-body
  .card-text
  .price-section.non-sale-price--withoutTax,
.page-type-search
  .body
  .page.custom-search-page
  .page-content
  .productGrid
  .product
  .card
  .card-body
  .card-text
  .price-section.rrp-price--withoutTax {
  color: #ccc;
  padding-right: 5px;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-content
  .productGrid
  .product
  .card
  .card-body
  .custom-top-card-button {
  padding: 0 15px 20px;
}
.page-type-search
  .body
  .page.custom-search-page
  .page-content
  .productGrid
  .product
  .card
  .card-body
  .custom-top-card-button
  .card-figcaption-button {
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  .page-type-search
    .facetedSearch
    .facetedSearch-toggle.is-show
    ~ .custom-filter-overplay {
    left: 0;
  }
}
.navBar--account {
  display: none;
}
@media (min-width: 1025px) {
  .navBar--account {
    display: block;
  }
}
.account-heading {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding-bottom: 1rem;
}
.account-list {
  list-style: none;
  margin-left: 0;
}
.account-listItem {
  border-bottom: 1px solid #e5e5e5;
  padding: 1.5rem 0;
  position: relative;
}
.account-listItem img {
  width: 100%;
}
.account-listItem .account-product-image {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  position: relative;
}
.account-listShipping {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  padding: 2rem 0;
}
.account-listShipping .account-listShipping-title {
  margin: 0;
  text-transform: inherit;
}
.account-product:after,
.account-product:before {
  content: " ";
  display: table;
}
.account-product:after {
  clear: both;
}
.account-product-figure {
  float: left;
  margin-right: 0.78571rem;
}
.account-product-figure > img {
  display: block;
}
.account-product-figure--opposite {
  float: right;
  margin-left: 0.78571rem;
  margin-right: 0;
}
.account-product-body:after,
.account-product-body:before {
  content: " ";
  display: table;
}
.account-product-body:after {
  clear: both;
}
.account-product-figure {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px;
}
.account-product-figure::after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 100%;
  width: 100%;
}
.account-product-download {
  border-radius: 50%;
  height: 2.35714rem;
  padding: 0;
  position: absolute;
  right: -0.78571rem;
  top: -0.78571rem;
  width: 2.35714rem;
  z-index: 1;
}
.account-product-download .icon {
  height: 1.5rem;
  margin-top: 0.35714rem;
  width: 1.5rem;
}
.account-product-download svg {
  fill: white;
}
.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative;
}
@media (min-width: 551px) {
  .account-product-body {
    padding-bottom: 0;
  }
}
.account-product-body .definitionList {
  font-size: 12px;
  margin-bottom: 0;
}
.account-product-title {
  margin: 0 0 0.21429rem;
  text-transform: inherit;
}
.account-product-title > a {
  text-decoration: none;
}
.account-product-title + .definitionList {
  margin-top: 0.78571rem;
}
.account-product-subtitle {
  color: #999;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: -0.21429rem 0 1rem;
  text-transform: inherit;
}
.account-product-price {
  float: right;
  font-size: 12px;
}
.account-product-description + .definitionList {
  margin: -1.35714rem 0 1.5rem;
}
.account-product-refundQty {
  color: #999;
  margin-bottom: 0;
}
.account-product-details {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
}
.account-product-details:after,
.account-product-details:before {
  content: " ";
  display: table;
}
.account-product-details:after {
  clear: both;
}
.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
}
@media (min-width: 551px) {
  .account-product-detail {
    width: 33.33333%;
  }
}
@media (min-width: 1261px) {
  .account-product-detail {
    width: 25%;
  }
}
.account-product-detail + .account-product-detail {
  margin-top: 1rem;
}
@media (min-width: 551px) {
  .account-product-detail + .account-product-detail {
    margin-top: 0;
  }
}
@media (min-width: 551px) {
  .account-product-detail + .account-product-detail--full {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1261px) {
  .account-product-detail--large {
    width: 50%;
  }
}
.account-product-detail--full {
  width: 100%;
}
.account-product-detail-heading {
  color: #757575;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.35714rem;
}
.account-product--alignMiddle {
  display: table;
  width: 100%;
}
.account-product--alignMiddle .account-product-checkItem {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  width: 2rem;
}
@media (min-width: 1261px) {
  .account-product--alignMiddle .account-product-checkItem {
    left: -2.5rem;
  }
}
.account-product--alignMiddle .account-product-checkItem .form-label {
  height: 1.5rem;
  margin: 0;
  padding: 0;
  width: 1.5rem;
}
.account-product--alignMiddle .account-product-body,
.account-product--alignMiddle .account-product-figure {
  display: table-cell;
}
.account-product--alignMiddle .account-product-figure {
  float: none;
  margin-right: 0;
}
@media (min-width: 1261px) {
  .account-product--alignMiddle .account-product-figure {
    left: -2rem;
  }
}
.account-product--alignMiddle .account-product-body {
  padding-left: 2rem;
  vertical-align: middle;
}
@media (min-width: 1261px) {
  .account-product--alignMiddle .account-product-body {
    padding-left: 0;
  }
}
.account-orderTotal {
  float: right;
  font-size: 12px;
  margin-top: -1.5rem;
  width: 66.66667%;
}
.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0;
}
.account-orderTotal-key {
  color: #757575;
  float: left;
  font-weight: 400;
}
.account-orderTotal-key:last-of-type {
  position: relative;
  top: 0.28571rem;
}
.account-orderTotal-value {
  border-bottom: 1px solid #e5e5e5;
  text-align: right;
}
.account-orderTotal-value:last-child {
  border-bottom: 0;
  font-size: 16px;
}
.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute;
}
@media (min-width: 551px) {
  .account-orderStatus {
    float: right;
    position: inherit;
    text-align: right;
  }
}
.account-orderStatus-label {
  background-color: #ccc;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.35714rem;
  padding: 0.21429rem 0.5rem;
}
.account-orderStatus-action {
  color: #757575;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.78571rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top;
}
@media (min-width: 551px) {
  .account-orderStatus-action {
    display: block;
    margin-left: 0;
  }
}
.account-orderStatus-action:hover {
  color: #333;
}
.account .pagination {
  color: #999;
  margin-top: 3rem;
  text-align: center;
}
.account-message .is-read {
  color: #999;
}
.account-sidebar-block {
  font-size: 12px;
}
.account-sidebar-block + .account-sidebar-block {
  margin-top: 3rem;
}
.account-sidebar-block .account-heading {
  margin-bottom: 1.5rem;
}
.account-order-address {
  list-style: none;
  margin-left: 0;
}
.account-order-address ol,
.account-order-address ul {
  list-style: none;
  margin-bottom: 0;
}
.account-reorder-form {
  display: inline-block;
}
.order-payments-description {
  color: #757575;
  font-weight: 400;
  margin-top: 1.5rem;
}
.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 12px;
  padding-bottom: 1.5rem;
}
.account-downloadsList {
  list-style: none;
  margin-left: 0;
}
.account-downloadsList ol,
.account-downloadsList ul {
  list-style: none;
  margin-bottom: 0;
}
.account-downloadsItem {
  margin-bottom: 1.5rem;
}
.account-downloadsItem > :first-child {
  margin-top: 0;
}
.account-downloadsItem > :last-child {
  margin-bottom: 0;
}
.account-downloadsItem-title {
  color: #757575;
  font-size: 12px;
  margin-bottom: 0.21429rem;
  text-transform: inherit;
}
.account-downloadsItem-description {
  margin-bottom: 0;
}
.account-downloadsItem-availability {
  color: #757575;
}
.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 85.71429rem;
}
.wishlist-header {
  display: none;
  text-align: center;
}
.modal .wishlist-header {
  display: block;
}
.wishlist-form {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 39.28571rem;
}
.wishlist-form:after,
.wishlist-form:before {
  content: " ";
  display: table;
}
.wishlist-form:after {
  clear: both;
}
.wishlist-form .form-field {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
}
.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 46.42857rem;
  text-align: center;
}
.icon--ratingEmpty svg {
  fill: #8f8f8f;
}
.icon--ratingFull svg {
  fill: #474747;
}
.rating--small {
  display: inline-block;
}
.rating--small .icon {
  height: 1rem;
  width: 1rem;
  margin-top: -3px;
}
.paymentMethodsTitle {
  margin: 0 0 0.78571rem;
  padding: 0;
  text-transform: none;
  width: 100%;
}
.paymentMethodsGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.78571rem;
  margin-bottom: 1.5rem;
}
.paymentMethodsGrid-item {
  padding: 0.78571rem;
  width: 100%;
}
@media (min-width: 551px) {
  .paymentMethodsGrid-item {
    width: 50%;
  }
}
.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 0.21429rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 100%;
}
.paymentMethod-row {
  padding: 1.5rem;
}
.paymentMethod-row:first-child {
  background-color: #fff;
}
.paymentMethod-row:last-child {
  margin-top: auto;
}
.paymentMethod-row:only-child {
  height: 100%;
}
.paymentMethod .button {
  margin-bottom: 0;
}
.methodHeader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.methodHeader-icon {
  margin-right: 0.78571rem;
  width: 2rem;
}
@media (min-width: 1261px) {
  .methodHeader-icon {
    width: 3rem;
  }
}
.methodHeader-title {
  font-size: 10px;
  font-weight: 600;
}
@media (min-width: 1261px) {
  .methodHeader-title {
    font-size: 1rem;
  }
}
.methodHeader-brand {
  font-size: 10px;
  font-weight: 600;
}
@media (min-width: 1261px) {
  .methodHeader-brand {
    font-size: 1rem;
  }
}
.methodHeader-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: auto;
  padding-left: 0.78571rem;
}
.methodHeader-default {
  fill: #666666;
  height: 1.28571rem;
  margin-left: 0.78571rem;
  width: 1.28571rem;
}
@media (min-width: 1261px) {
  .methodHeader-default {
    height: 1.42857rem;
    width: 1.42857rem;
  }
}
.methodHeader-expiry {
  font-size: 12px;
  text-transform: capitalize;
}
.methodDetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.methodDetails-label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 600;
}
.methodDetails-description {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  font-size: 10px;
}
.newPaymentMethod {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  justify-items: center;
  min-height: 13.28571rem;
  text-decoration: none;
}
.newPaymentMethod-icon {
  font-size: 50px;
  line-height: 1;
  margin: auto 0 0.78571rem;
}
.newPaymentMethod-title {
  margin: 0 auto auto;
  text-align: center;
}
@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%;
  }
}
@media (min-width: 551px) {
  .paymentMethodForm-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .paymentMethodForm-column:first-child .form-field {
    margin-bottom: 0.78571rem;
  }
}
.paymentMethodForm-heading {
  color: #333;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize;
}
.paymentMethodForm-subheading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
}
@media (min-width: 551px) {
  .paymentMethodForm-cards {
    margin-left: auto;
  }
}
.paymentMethodForm-cards-icon {
  margin-right: 0.21429rem;
  width: 2.42857rem;
}
.paymentMethodForm-inputs {
  position: relative;
}
@media (min-width: 551px) {
  .paymentMethodForm-inputs:last-child {
    padding-left: 1.5rem;
    width: 30%;
  }
  .paymentMethodForm-inputs:first-child {
    width: 70%;
  }
}
.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.64286rem;
  top: 2.78571rem;
}
.paymentMethodForm-inputs-icon.icon {
  fill: #999999;
  height: 1.5rem;
  width: 1.5rem;
}
.paymentMethodForm-details {
  margin-bottom: 0;
}
@media (min-width: 551px) {
  .paymentMethodForm-details {
    display: inline-block;
    margin: 0 3rem 0 0;
  }
}
.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.78571rem;
}
.paymentMethodForm-details-description {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.25px;
}
.category-header-image {
  width: 100%;
}
.custom-shop-by-price {
  display: none;
}
.page-type-category .body {
  margin-top: 0;
}
.page-type-category .body .page.custom-category {
  padding-top: 14px;
}
@media screen and (max-width: 1024px) {
  .page-type-category .body .page.custom-category {
    padding-top: 130px;
  }
}
.page-type-category .body .page.custom-category .breadcrumbs {
  text-align: left;
}
.page-type-category .body .page.custom-category .breadcrumbs .breadcrumb {
  line-height: 100%;
}
.page-type-category
  .body
  .page.custom-category
  .breadcrumbs
  .breadcrumb.is-active::before {
  content: "";
  border-right: none;
  top: 0;
  -webkit-transform: none;
  transform: none;
  background: url("https://cdn11.bigcommerce.com/s-f4083/stencil/9953f900-d62d-013b-b9d3-3a27125a91fe/e/2ad1d980-dd1f-013b-f11b-764e02ff3afb/img/breadcrumb_ic.png")
    no-repeat center;
  width: 6px;
  height: 6px;
  background-size: auto;
}
.page-type-category
  .body
  .page.custom-category
  .breadcrumbs
  .breadcrumb.is-active
  .breadcrumb-label {
  color: #000;
  margin-left: 6px;
}
.page-type-category
  .body
  .page.custom-category
  .breadcrumbs
  .breadcrumb
  .breadcrumb-label {
  color: #999;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.44px;
  font-family: "Josefin Sans", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 100%;
}
@media screen and (min-width: 1025px) {
  .page-type-category .body .page.custom-category .page-sidebar {
    width: 22.5%;
    padding: 45px 20px 0 0;
  }
}
.page-type-category
  .body
  .page.custom-category
  .page-sidebar
  .custom-sidebar
  .sidebarBlock
  .sidebarBlock-heading {
  font-size: 18px;
  line-height: normal;
  margin: 0 0 5px;
  padding: 0;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #000;
  font-family: "Josefin Sans", sans-serif;
}
.page-type-category
  .body
  .page.custom-category
  .page-sidebar
  .custom-sidebar
  .sidebarBlock
  .navList
  .navList-item
  .navList-action {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #999;
  letter-spacing: 0.05em;
  padding: 8px 0 4px 0;
  margin: 0;
}
.page-type-category
  .body
  .page.custom-category
  .page-sidebar
  .custom-sidebar
  .sidebarBlock
  .navList
  .navList-item
  .navList-action::before {
  background-color: #fff;
  border: solid #ccc;
  border-width: 1px;
  border-radius: 2px;
}
.page-type-category
  .body
  .page.custom-category
  .page-sidebar
  .custom-sidebar
  .facetedSearch
  .facetedSearch-refineFilters {
  margin: 11px 0 25px;
  padding: 0 0 25px;
  border-bottom: 1px solid #ebebeb;
}
.page-type-category
  .body
  .page.custom-category
  .page-sidebar
  .custom-sidebar
  .facetedSearch
  .facetedSearch-refineFilters
  .sidebarBlock-heading {
  font-size: 18px;
  line-height: normal;
  margin: 0 0 5px;
  padding: 0;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #000;
  font-family: "Josefin Sans", sans-serif;
}
.page-type-category
  .body
  .page.custom-category
  .page-sidebar
  .custom-sidebar
  .facetedSearch
  .facetedSearch-refineFilters
  p {
  margin-bottom: 0;
}
.page-type-category
  .body
  .page.custom-category
  .page-sidebar
  .custom-sidebar
  .facetedSearch
  .facetedSearch-refineFilters
  .inlineList
  .facetLabel {
  color: #333;
}
.page-type-category
  .body
  .page.custom-category
  .page-sidebar
  .custom-sidebar
  .facetedSearch
  .facetedSearch-refineFilters
  a {
  color: #333;
  text-decoration: none;
}
.page-type-category
  .body
  .page.custom-category
  .page-sidebar
  .custom-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-nav-clear-holder
  .accordion-navigation {
  margin-bottom: 0 !important;
}
.page-type-category
  .body
  .page.custom-category
  .page-sidebar
  .custom-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-nav-clear-holder
  .accordion-navigation
  .accordion-title {
  font-size: 18px;
  line-height: normal;
  margin: 0 0 5px;
  padding: 0;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000;
  font-family: "Josefin Sans", sans-serif;
}
.page-type-category
  .body
  .page.custom-category
  .page-sidebar
  .custom-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-nav-clear-holder
  .accordion-navigation
  span:not(.accordion-title) {
  display: none;
}
.page-type-category
  .body
  .page.custom-category
  .page-sidebar
  .custom-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-nav-clear-holder
  .facetedSearch-clearLink {
  display: none;
}
.page-type-category
  .body
  .page.custom-category
  .page-sidebar
  .custom-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content
  .navList
  .navList-item
  .navList-action {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #999;
  letter-spacing: 0.05em;
  padding: 8px 0 4px 26px;
  margin: 0;
}
.page-type-category
  .body
  .page.custom-category
  .page-sidebar
  .custom-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content
  .navList
  .navList-item
  .navList-action::before {
  background-color: #fff;
  border: solid #ccc;
  border-width: 1px;
  border-radius: 2px;
}
.page-type-category
  .body
  .page.custom-category
  .page-sidebar
  .custom-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content
  .navList
  .navList-item
  .navList-action.is-selected::before {
  background: url(https://cdn11.bigcommerce.com/s-f4083/stencil/67ccc130-e1f2-013b-37c9-5633b773a648/e/2ad1d980-dd1f-013b-f11b-764e02ff3afb/img/checkbox_ic.png);
  background-repeat: no-repeat;
  background-size: auto;
  border: 0;
}
.page-type-category
  .body
  .page.custom-category
  .page-sidebar
  .custom-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content
  .navList
  .navList-item
  .navList-action.is-selected::after {
  opacity: 0;
}
.page-type-category
  .body
  .page.custom-category
  .page-sidebar
  .custom-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content
  .toggleLink
  span {
  font-size: 15px;
  color: #000;
  font-weight: 700;
  margin: 5px 0 0;
}
.page-type-category
  .body
  .page.custom-category
  .page-sidebar
  .custom-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content#facetedSearch-content--price
  #facet-range-form {
  margin-top: 5px;
}
.page-type-category
  .body
  .page.custom-category
  .page-sidebar
  .custom-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content#facetedSearch-content--price
  #facet-range-form
  .form-fieldset
  .form-minMaxRow {
  margin-left: 0;
  margin-right: 0;
}
.page-type-category
  .body
  .page.custom-category
  .page-sidebar
  .custom-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content#facetedSearch-content--price
  #facet-range-form
  .form-fieldset
  .form-minMaxRow
  .custom-price-range-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-type-category
  .body
  .page.custom-category
  .page-sidebar
  .custom-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content#facetedSearch-content--price
  #facet-range-form
  .form-fieldset
  .form-minMaxRow
  .custom-price-range-wrapper
  .form-field {
  -webkit-box-flex: 5;
  -ms-flex: 5 0 0px;
  flex: 5 0 0;
  padding: 0;
}
.page-type-category
  .body
  .page.custom-category
  .page-sidebar
  .custom-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content#facetedSearch-content--price
  #facet-range-form
  .form-fieldset
  .form-minMaxRow
  .custom-price-range-wrapper
  .form-field.custom-not-input {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  line-height: 2;
  text-align: center;
  font-weight: 600;
  color: #999;
}
.page-type-category
  .body
  .page.custom-category
  .page-sidebar
  .custom-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content#facetedSearch-content--price
  #facet-range-form
  .form-fieldset
  .form-minMaxRow
  .custom-price-range-wrapper
  .form-field
  .form-input {
  color: #999;
  border-radius: 2px;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #dedede;
  font-weight: 600;
  height: auto;
  line-height: 15px;
  padding-top: 9px;
  padding-bottom: 7px;
}
.page-type-category
  .body
  .page.custom-category
  .page-sidebar
  .custom-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content#facetedSearch-content--price
  #facet-range-form
  .form-fieldset
  .form-minMaxRow
  .custom-price-range-wrapper
  .form-field
  .form-input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
}
.page-type-category
  .body
  .page.custom-category
  .page-sidebar
  .custom-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content#facetedSearch-content--price
  #facet-range-form
  .form-fieldset
  .form-minMaxRow
  .custom-price-range-wrapper
  .form-field
  .form-input::-moz-placeholder {
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
}
.page-type-category
  .body
  .page.custom-category
  .page-sidebar
  .custom-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content#facetedSearch-content--price
  #facet-range-form
  .form-fieldset
  .form-minMaxRow
  .custom-price-range-wrapper
  .form-field
  .form-input:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
}
.page-type-category
  .body
  .page.custom-category
  .page-sidebar
  .custom-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content#facetedSearch-content--price
  #facet-range-form
  .form-fieldset
  .form-minMaxRow
  .custom-price-range-wrapper
  .form-field
  .form-input::-ms-input-placeholder {
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
}
.page-type-category
  .body
  .page.custom-category
  .page-sidebar
  .custom-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content#facetedSearch-content--price
  #facet-range-form
  .form-fieldset
  .form-minMaxRow
  .custom-price-range-wrapper
  .form-field
  .form-input::placeholder {
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
}
.page-type-category
  .body
  .page.custom-category
  .page-sidebar
  .custom-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content#facetedSearch-content--price
  #facet-range-form
  .form-fieldset
  .form-minMaxRow
  .form-field {
  padding: 0;
}
.page-type-category
  .body
  .page.custom-category
  .page-sidebar
  .custom-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content#facetedSearch-content--price
  #facet-range-form
  .form-fieldset
  .form-minMaxRow
  .form-field
  .button {
  border: none;
  font-size: 15px;
  color: #000;
  font-weight: 700;
  margin: 11px 0 0;
  padding: 0 6px;
  text-align: left;
  font-family: "Josefin Sans", sans-serif;
  line-height: 22.5px;
}
.page-type-category
  .body
  .page.custom-category
  .page-sidebar
  .custom-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  + .accordion-block {
  margin: 25px 0 0;
  padding: 31px 0 0;
  border-top: 1px solid #ebebeb;
}
@media screen and (min-width: 1025px) {
  .page-type-category .body .page.custom-category .page-content {
    width: 71%;
    padding: 0;
    float: right;
  }
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .custom-category__top
  .custom-category__heading {
  margin: 8px 0 12px;
  padding: 0;
  font-size: 28px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-align: left;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .page-type-category
    .body
    .page.custom-category
    .page-content#product-listing-container
    .custom-category__top
    .custom-category__heading {
    font-size: 22px;
  }
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .custom-category__top
  .custom-category__desc
  h2 {
  font-size: 25px;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  color: #000;
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .custom-category__top
  .custom-category__desc
  p {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  font-family: Lato, sans-serif;
  letter-spacing: 0.05em;
  line-height: 28px;
  margin: 0 0 20px;
  width: 100%;
  float: left;
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .custom-category__top
  .custom-category__desc
  a {
  text-decoration: none;
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .pagination
  .pagination-info {
  padding: 32px 0 11px;
  color: #000;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .actionBar {
  margin: 0 0 25px 0;
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .actionBar
  .custom-filter-wrapper {
  float: right;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .actionBar
  .custom-filter-wrapper
  .actionBar-section
  .form-field {
  background-color: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .actionBar
  .custom-filter-wrapper
  .actionBar-section
  .form-field
  .form-label {
  line-height: 31px;
  padding: 0;
  color: #999;
  cursor: auto;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 2px 0 0;
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .actionBar
  .custom-filter-wrapper
  .actionBar-section
  .form-field
  .form-select {
  border: 1px solid #dedede;
  border-radius: 0;
  height: 31px;
  line-height: normal;
  padding: 0 10px;
  background: url(https://cdn11.bigcommerce.com/s-f4083/stencil/9953f900-d62d-013b-b9d3-3a27125a91fe/e/2ad1d980-dd1f-013b-f11b-764e02ff3afb/img/catArrw_ic.png)
    96% 50% no-repeat;
  background-size: auto;
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
  font-size: 14px;
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .custom-product-listing-banner {
  display: none;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 1025px) {
  .page-type-category
    .body
    .page.custom-category
    .page-content#product-listing-container
    .productGrid
    .product {
    width: 33%;
  }
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .productGrid
  .product
  .card {
  border: 1px solid #d3d3d3;
  margin-bottom: 30px;
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .productGrid
  .product
  .card
  .card-figure {
  height: 180px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .productGrid
  .product
  .card
  .card-figure
  .custom-card-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .productGrid
  .product
  .card
  .card-figure
  > a {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .productGrid
  .product
  .card
  .card-figure
  .card-img-container::after {
  max-height: 180px;
  padding-bottom: 51.28%;
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .productGrid
  .product
  .card
  .card-figure
  .card-img-container
  .card-image {
  max-height: 130px;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .productGrid
  .product
  .card
  .card-figure
  .card-figcaption:hover {
  background-color: transparent;
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .productGrid
  .product
  .card
  .card-figure
  .card-figcaption
  .card-figcaption-body
  .quickview {
  font-size: 0;
  background-image: url(https://www.jbtools.com/content/quickview_ic1.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 115px;
  height: 105px;
  padding: 0;
  background-color: transparent;
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .productGrid
  .product
  .card
  .card-figure
  .card-figcaption
  .card-figcaption-body
  .quickview.custom-quick-view-card:hover {
  background-color: transparent;
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .productGrid
  .product
  .card
  .card-body
  p.card-text {
  display: none;
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .productGrid
  .product
  .card
  .card-body
  .card-title {
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  color: #999;
  font-size: 15px;
  text-align: center;
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .productGrid
  .product
  .card
  .card-body
  .card-title:hover {
  color: #cb2129;
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .productGrid
  .product
  .card
  .card-body
  .card-title:hover
  > a {
  color: #cb2129;
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .productGrid
  .product
  .card
  .card-body
  .card-title
  > a {
  font-size: 12px;
  line-height: 20px;
  height: 58px;
  display: block;
  overflow: hidden;
  margin: 0;
  letter-spacing: 0.05em;
  padding: 0 15px;
  font-weight: 700;
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .productGrid
  .product
  .card
  .card-body
  .card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 17px 0 22px;
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .productGrid
  .product
  .card
  .card-body
  .card-text
  .price-section {
  float: none;
  vertical-align: middle;
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000;
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .productGrid
  .product
  .card
  .card-body
  .card-text
  .price-section.non-sale-price--withoutTax,
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .productGrid
  .product
  .card
  .card-body
  .card-text
  .price-section.rrp-price--withoutTax {
  color: #ccc;
  padding-right: 5px;
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .productGrid
  .product
  .card
  .card-body
  .custom-top-card-button {
  padding: 0 15px 20px;
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .productGrid
  .product
  .card
  .card-body
  .custom-top-card-button
  .card-figcaption-button {
  border-radius: 0;
}
.custom-category-product-block {
  max-width: 1080px !important;
}
.custom-category-product-block .page-heading {
  text-align: left;
  padding: 14px 30px 0;
}
@media screen and (max-width: 1024px) {
  #faceted-search-container-mb {
    position: unset;
    padding: 0;
    margin-top: 20px;
  }
  #faceted-search-container-mb .facetedSearch-toggle-indicator span {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .facetedSearch .facetedSearch-toggle.is-open ~ .custom-filter-overplay {
    left: 0;
  }
  .facetedSearch .facetedSearch-toggle ~ .custom-filter-overplay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 102%;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    z-index: 999;
  }
  .facetedSearch
    .facetedSearch-toggle
    ~ .custom-filter-overplay
    .facetedSearch-navList {
    width: 100%;
    background-color: #fff;
    max-width: 300px;
  }
  .facetedSearch
    .facetedSearch-toggle
    ~ .custom-filter-overplay
    .facetedSearch-navList
    .custom-filter-heading {
    position: relative;
    height: 60px;
    background-color: #cb2129;
    padding: 0 56px 0 20px;
  }
  .facetedSearch
    .facetedSearch-toggle
    ~ .custom-filter-overplay
    .facetedSearch-navList
    .custom-filter-heading
    h4.filter-heading-title {
    color: #fff;
    font-weight: 700;
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
    margin: 0;
    font-size: 20px;
    line-height: 60px;
  }
  .facetedSearch
    .facetedSearch-toggle
    ~ .custom-filter-overplay
    .facetedSearch-navList
    .custom-filter-heading
    .icon--close-filer {
    width: 20px;
    height: 20px;
    line-height: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
  }
  .facetedSearch
    .facetedSearch-toggle
    ~ .custom-filter-overplay
    .facetedSearch-navList
    .custom-filter-heading
    .icon--close-filer
    svg {
    fill: #ffffff;
  }
  .facetedSearch
    .facetedSearch-toggle
    ~ .custom-filter-overplay
    .accordion--navList
    .accordion-block {
    padding-top: 0 !important;
    border-top: none !important;
  }
  .facetedSearch
    .facetedSearch-toggle
    ~ .custom-filter-overplay
    .accordion--navList
    .accordion-block
    .accordion-nav-clear-holder {
    background-color: #e3e2e2;
  }
  .facetedSearch
    .facetedSearch-toggle
    ~ .custom-filter-overplay
    .accordion--navList
    .accordion-block
    .accordion-nav-clear-holder
    .accordion-navigation {
    padding: 1rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .facetedSearch #facetedSearch-navList {
    display: block;
  }
}
.manual-captcha-input-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.manual-captcha-input-container .question {
  font-size: 1.25rem;
  margin-right: 1rem;
}
.manual-captcha-input-container .form-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.skip-to-main-link {
  background: #cb2129;
  color: #333;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  -webkit-transform: translate(-50%, calc(-100% - 55px));
  transform: translate(-50%, calc(-100% - 55px));
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 500;
}
.skip-to-main-link:focus {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.header {
  background-color: #cb2129;
  border-bottom: 1px solid #e5e5e5;
  height: 55px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media (min-width: 1025px) {
  .header {
    border-bottom: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    overflow: visible;
    position: relative;
  }
}
.header.is-open {
  height: 100%;
}
@media (min-width: 1025px) {
  .header.is-open {
    height: auto;
  }
}
.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.92857rem;
  text-align: center;
}
@media (min-width: 551px) {
  .header-logo {
    margin-left: 5.89286rem;
    margin-right: 5.89286rem;
  }
}
@media (min-width: 1025px) {
  .header-logo {
    height: auto;
    margin: 4rem auto 4.5rem;
    padding: 0;
  }
  .header.fixed .header-logo {
    background-color: #e5e5e5;
    margin: 0;
    padding: 0.35714rem 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.header-logo__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  width: 70%;
  z-index: 20;
}
.header-logo__link:after,
.header-logo__link:before {
  content: " ";
  display: table;
}
.header-logo__link:after {
  clear: both;
}
@media (min-width: 1025px) {
  .header-logo__link {
    background: 0 0;
    border-bottom: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
    width: auto;
  }
}
.header-logo__link:hover {
  color: #757575;
}
.header-logo__link:active {
  color: #757575;
}
.header-logo--left {
  text-align: left;
}
@media (min-width: 1025px) {
  .header-logo--left {
    margin-left: 2.85714rem;
  }
}
.header-logo--left .header-logo-image {
  right: unset;
}
.header-logo--right {
  text-align: right;
}
@media (min-width: 1025px) {
  .header-logo--right {
    margin-right: 2.85714rem;
  }
}
.header-logo--right .header-logo-image {
  left: unset;
}
.header-logo-text {
  display: block;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 400;
  letter-spacing: 0.14286rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 551px) {
  .header-logo-text {
    font-size: 2.5vw;
  }
}
@media (min-width: 1025px) {
  .header-logo-text {
    display: inline;
    font-size: 28px;
    max-width: none;
    overflow: auto;
    padding: 0 10px;
    white-space: normal;
  }
  .header.fixed .header-logo-text {
    font-size: 25px;
  }
}
.header-logo-image-container {
  position: relative;
  width: 100%;
}
@media (min-width: 1025px) {
  .header-logo-image-container {
    min-height: 100px;
  }
}
.header-logo-image-container::after {
  content: "";
  display: block;
}
.header-logo-image {
  display: block;
  margin: 0 auto;
  max-height: 2.35714rem;
}
@media (min-width: 1025px) {
  .header-logo-image {
    max-height: none;
  }
}
.header-logo-image-unknown-size {
  max-height: 2.35714rem;
}
@media (min-width: 1025px) {
  .header-logo-image-unknown-size {
    max-height: none;
  }
}
.mobileMenu-toggle {
  height: 3.92857rem;
  width: 3.92857rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.28571rem;
  position: absolute;
  z-index: 50;
}
@media (min-width: 1025px) {
  .mobileMenu-toggle {
    display: none;
  }
}
.mobileMenu-toggle .mobileMenu-toggleIcon,
.mobileMenu-toggle .mobileMenu-toggleIcon::after,
.mobileMenu-toggle .mobileMenu-toggleIcon::before {
  background: #444;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: top 0.1s ease-in 150ms, bottom 0.1s ease-in 150ms,
    -webkit-transform 0.1s ease-in;
  transition: top 0.1s ease-in 150ms, bottom 0.1s ease-in 150ms,
    -webkit-transform 0.1s ease-in;
  transition: transform 0.1s ease-in, top 0.1s ease-in 150ms,
    bottom 0.1s ease-in 150ms;
  transition: transform 0.1s ease-in, top 0.1s ease-in 150ms,
    bottom 0.1s ease-in 150ms, -webkit-transform 0.1s ease-in;
  width: 1.42857rem;
}
.mobileMenu-toggle .mobileMenu-toggleIcon {
  top: 1.92857rem;
  -webkit-transition: background-color 10ms ease-in 0.1s;
  transition: background-color 10ms ease-in 0.1s;
}
.mobileMenu-toggle .mobileMenu-toggleIcon::before {
  top: -0.5rem;
}
.mobileMenu-toggle .mobileMenu-toggleIcon::after {
  bottom: -0.5rem;
}
.mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
  background-color: transparent;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after,
.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
  background-color: #444;
  bottom: auto;
  top: auto;
  -webkit-transition: top 0.1s ease-in, bottom 0.1s ease-in,
    -webkit-transform 0.1s ease-in 150ms;
  transition: top 0.1s ease-in, bottom 0.1s ease-in,
    -webkit-transform 0.1s ease-in 150ms;
  transition: transform 0.1s ease-in 150ms, top 0.1s ease-in,
    bottom 0.1s ease-in;
  transition: transform 0.1s ease-in 150ms, top 0.1s ease-in,
    bottom 0.1s ease-in, -webkit-transform 0.1s ease-in 150ms;
}
.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 1024px) {
  body {
    -webkit-animation: slideLeftOut 0.4s ease-in-out;
    animation: slideLeftOut 0.4s ease-in-out;
  }
}
@media screen and (max-width: 1024px) {
  body.has-activeNavPages {
    overflow: hidden;
    left: 300px;
    -webkit-animation: slideLeftIn 0.4s linear;
    animation: slideLeftIn 0.4s linear;
  }
}
@media screen and (min-width: 1025px) {
  .header {
    border-bottom: none;
  }
}
@media screen and (max-width: 1024px) {
  .header.is-open {
    height: unset;
  }
  .header.is-open .mobileMenu-toggleIcon::before {
    top: 0 !important;
  }
  .header.is-open .mobileMenu-toggleIcon::after {
    bottom: 0 !important;
  }
}
.custom-navPages-container {
  background-color: #cb2129;
}
@media (min-width: 1801px) {
  .custom-navPages-container .container-main {
    max-width: unset;
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media screen and (min-width: 1025px) {
  .custom-navPages-container.sticky {
    position: fixed;
    top: 0;
    bottom: unset;
  }
}
@media screen and (max-width: 1024px) {
  .custom-navPages-container {
    max-width: 300px;
    padding-top: 0 !important;
    left: -300px;
    display: block;
  }
  .custom-navPages-container .header-main {
    padding: 0 !important;
  }
  .custom-navPages-container .header-main .header-main__left {
    width: 100%;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories {
    width: 100%;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .custom_navPages {
    background-color: #000;
    height: 200vh;
    padding: 0;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .custom_navPages
    .navPages-list {
    padding-left: 0 !important;
    padding-top: 15px;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .custom_navPages
    .navPages-list
    + .navPages-list {
    border-top: none;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .custom_navPages
    .navPages-list
    .navPages-item {
    font-size: 0;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .custom_navPages
    .navPages-list
    .navPages-item
    .navPages-action {
    color: #fff !important;
    font-size: 14px !important;
    line-height: normal !important;
    font-weight: 600 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    letter-spacing: 1px;
    display: block;
    padding: 5px 0 12px !important;
    text-transform: uppercase;
    border: 0;
    margin: 0;
    float: left;
    width: 100%;
    padding-left: 15px !important;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .custom_navPages
    .navPages-list
    .navPages-item.productMenu {
    position: relative;
    cursor: pointer;
    padding-right: 0;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .custom_navPages
    .navPages-list
    .navPages-item.productMenu.is-open::before {
    rotate: 90deg;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .custom_navPages
    .navPages-list
    .navPages-item.productMenu.is-open
    .custom-mega-menu
    .megamenu__list {
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .custom_navPages
    .navPages-list
    .navPages-item.productMenu::before {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 5px;
    right: 24px;
    width: 2px;
    height: 12px;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .custom_navPages
    .navPages-list
    .navPages-item.productMenu::after {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 5px;
    rotate: 90deg;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    width: 2px;
    height: 12px;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list {
    display: block;
    position: relative;
    background-color: transparent;
    margin-left: 0;
    min-height: unset;
    padding-left: 15px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__list--wrapper {
    padding-top: 0;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__list--wrapper
    .megamenu__item
    .navPages-action {
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 1px;
    line-height: 16px !important;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__list--wrapper
    .megamenu__item
    .navPages-action
    .navPages-action-moreIcon {
    display: none;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__list--wrapper
    .megamenu__item
    .navPage-subMenu-image {
    display: none;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__list--wrapper
    .megamenu__item.has-custom-subMenu {
    position: relative;
    cursor: pointer;
    max-width: unset;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__list--wrapper
    .megamenu__item.has-custom-subMenu.is-open::before {
    rotate: 90deg;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__list--wrapper
    .megamenu__item.has-custom-subMenu.is-open
    .navPage-subMenu-horizontal {
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__list--wrapper
    .megamenu__item.has-custom-subMenu::before {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 5px;
    right: 24px;
    width: 2px;
    height: 12px;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__list--wrapper
    .megamenu__item.has-custom-subMenu::after {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 5px;
    rotate: 90deg;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    width: 2px;
    height: 12px;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__list--wrapper
    .megamenu__item.has-custom-subMenu
    .navPage-subMenu-horizontal {
    display: block;
    padding-left: 15px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__list--wrapper
    .megamenu__item.has-custom-subMenu
    .navPage-subMenu-horizontal
    .navPage-subMenu-item-parent {
    display: none;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__list--wrapper
    .megamenu__item.has-custom-subMenu
    .navPage-subMenu-horizontal
    .navPage-subMenu-item-child {
    display: inline-block;
  }
  .custom-navPages-container .header-main .header-main__right {
    display: none;
  }
}
.custom-navPages-container .header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1800px) {
  .custom-navPages-container .header-main {
    padding: 0 45px;
  }
}
.custom-navPages-container .header-main .header-main__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-navPages-container .header-main .header-main__left .header-main__logo {
  max-width: 111px;
}
.custom-navPages-container
  .header-main
  .header-main__left
  .header-main__logo
  .header-logo-image-container {
  min-height: unset;
}
.custom-navPages-container
  .header-main
  .header-main__left
  .header-main__logo
  img {
  max-height: 59px;
}
.custom-navPages-container
  .header-main
  .header-main__left
  .header-main__categories
  .navPages
  .navPages-list {
  padding-left: 33px;
}
.custom-navPages-container
  .header-main
  .header-main__left
  .header-main__categories
  .navPages
  .navPages-list
  .navPages-item-page {
  padding-left: 15px;
  padding-right: 16px;
}
@media screen and (max-width: 1024px) {
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .navPages
    .navPages-list
    .navPages-item-page {
    padding-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .navPages
    .navPages-list
    .navPages-item-page:hover
    .navPages-action::after {
    width: 100%;
  }
}
.custom-navPages-container
  .header-main
  .header-main__left
  .header-main__categories
  .navPages
  .navPages-list
  .navPages-item-page
  .navPages-action {
  position: relative;
  font-size: 12px;
  color: #fff;
  padding: 18px 0 15px;
  line-height: 100%;
  letter-spacing: 1.44px;
}
.custom-navPages-container
  .header-main
  .header-main__left
  .header-main__categories
  .navPages
  .navPages-list
  .navPages-item-page
  .navPages-action::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 5px;
  width: 0%;
  background-color: #fff;
}
.custom-navPages-container
  .header-main
  .header-main__right
  .form-custom-search {
  margin-bottom: 0;
}
.custom-navPages-container
  .header-main
  .header-main__right
  .form-custom-search
  .form-fieldset
  .form-field {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .custom-navPages-container
    .header-main
    .header-main__right
    .form-custom-search
    .form-fieldset
    .form-field {
    width: 483px;
  }
}
.custom-navPages-container
  .header-main
  .header-main__right
  .form-custom-search
  .form-fieldset
  .form-field
  .form-input {
  height: 28px;
  line-height: 28px;
  color: #999;
  font-size: 10px;
  padding: 4px 30px 0 16px;
  letter-spacing: 0;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0;
  border: none;
}
.custom-navPages-container
  .header-main
  .header-main__right
  .form-custom-search
  .form-fieldset
  .form-field
  .custom-search-button {
  background-image: url(https://cdn11.bigcommerce.com/s-2h9e5ps1qa/product_images/uploaded_images/search.png);
  background-repeat: no-repeat;
  background-position: 50%;
  font-size: 0;
  width: 28px;
  height: 28px;
  display: inline-block;
  background-color: #000;
  border: none;
}
.custom-navPages-container
  .header-main
  .header-main__right
  .form-custom-search
  .form-fieldset
  .form-field
  .custom-search-button:hover {
  background-color: #cb2129;
}
@media screen and (max-width: 1024px) {
  .custom-header-logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  .custom-header-logo .header-logo--center {
    height: 72px;
  }
  .custom-header-logo .header-logo--center .header-logo__link {
    width: 100%;
    height: 100%;
  }
  .custom-header-logo
    .header-logo--center
    .header-logo__link
    .header-logo-image-container
    .header-logo-image {
    height: 50px;
    max-height: unset;
  }
}
.custom-cart-wrapper {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .custom-cart-wrapper .dropdown-menu.is-open {
    width: 320px !important;
    right: 0 !important;
    max-width: 320px !important;
    background-color: #fff;
    border: 1px solid #ccc !important;
    -webkit-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
    z-index: 999;
    border: inset 8px;
  }
  .custom-cart-wrapper .dropdown-menu.is-open .previewCart {
    margin: 0 auto;
    max-width: 85.71429rem;
    width: 100%;
    font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  }
  .custom-cart-wrapper .dropdown-menu.is-open .previewCart .previewCartList {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .custom-cart-wrapper
    .dropdown-menu.is-open
    .previewCart
    .previewCartList
    .previewCartItem {
    margin: 0 auto;
    max-width: 85.71429rem;
    width: 100%;
    display: table-row;
    line-height: 19px;
  }
  .custom-cart-wrapper
    .dropdown-menu.is-open
    .previewCart
    .previewCartList
    .previewCartItem
    .previewCartItem-image {
    display: table-cell;
    width: 33.33333%;
    padding: 0;
    text-align: center;
    position: relative;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .custom-cart-wrapper
    .dropdown-menu.is-open
    .previewCart
    .previewCartList
    .previewCartItem
    .previewCartItem-image
    img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .custom-cart-wrapper
    .dropdown-menu.is-open
    .previewCart
    .previewCartList
    .previewCartItem
    .previewCartItem-image::after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
  }
  .custom-cart-wrapper
    .dropdown-menu.is-open
    .previewCart
    .previewCartList
    .previewCartItem
    .previewCartItem-content {
    display: table-cell;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    padding-left: 0;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .custom-cart-wrapper
    .dropdown-menu.is-open
    .previewCart
    .previewCartList
    .previewCartItem
    .previewCartItem-content
    .previewCartItem-brand {
    color: #757575;
    display: none !important;
    font-size: 15px;
    line-height: normal;
  }
  .custom-cart-wrapper
    .dropdown-menu.is-open
    .previewCart
    .previewCartList
    .previewCartItem
    .previewCartItem-content
    .previewCartItem-name {
    font-size: 15px;
    margin-bottom: 0.21429rem;
    font-weight: 700;
    margin: 0;
    text-transform: none;
    line-height: normal;
    white-space: normal;
    text-align: left;
  }
  .custom-cart-wrapper
    .dropdown-menu.is-open
    .previewCart
    .previewCartList
    .previewCartItem
    .previewCartItem-content
    .previewCartItem-name
    a {
    color: #333;
    text-decoration: none;
    font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  }
  .custom-cart-wrapper
    .dropdown-menu.is-open
    .previewCart
    .previewCartList
    .previewCartItem
    .previewCartItem-content
    .previewCartItem-price {
    color: #757575;
    display: inline-block;
    font-size: 13px;
    float: left;
    margin-top: 4px;
  }
  .custom-cart-wrapper
    .dropdown-menu.is-open
    .previewCart
    .previewCartAction
    .button {
    background-color: #000;
    border-color: #000;
    border-radius: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .custom-cart-wrapper
    .dropdown-menu.is-open
    .previewCart
    .previewCartAction
    .button:hover {
    background-color: #cb2129;
    border-color: #cb2129;
  }
  .custom-cart-wrapper .dropdown-menu.is-open::after {
    content: "";
    display: block;
    border-width: 9px 9px;
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    bottom: calc(100% - 1px);
    right: 0.92857rem;
    position: absolute;
  }
  .custom-cart-wrapper .dropdown-menu.is-open::before {
    content: "";
    display: block;
    border-width: 9px 9px;
    border-color: transparent transparent #ccc transparent;
    border-style: solid;
    bottom: 100%;
    right: 0.92857rem;
    position: absolute;
  }
}
@media screen and (min-width: 1025px) {
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu:hover
    .custom-mega-menu
    .megamenu__list {
    display: block;
    padding: 0 15px;
  }
}
.custom_navPages
  .navPages-list
  .navPages-item.productMenu
  .custom-mega-menu
  .megamenu__list {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
  min-height: 550px;
  width: 100%;
  display: none;
  z-index: 999;
}
.custom_navPages
  .navPages-list
  .navPages-item.productMenu
  .custom-mega-menu
  .megamenu__list
  .megamenu__list--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 68px;
  padding-left: 30px;
  padding-right: 30px;
}
.custom_navPages
  .navPages-list
  .navPages-item.productMenu
  .custom-mega-menu
  .megamenu__list
  .megamenu__list--wrapper
  .halo-block-special-product {
  width: 100%;
  max-width: calc(100% - 292px);
  position: absolute;
  right: 0;
}
.custom_navPages
  .navPages-list
  .navPages-item.productMenu
  .custom-mega-menu
  .megamenu__list
  .megamenu__list--wrapper
  .halo-block-special-product
  .container {
  margin: 0;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__list--wrapper
    .halo-block-special-product
    .halo-spacial-product {
    display: none;
  }
}
.custom_navPages
  .navPages-list
  .navPages-item.productMenu
  .custom-mega-menu
  .megamenu__list
  .megamenu__list--wrapper
  .halo-block-special-product
  .halo-spacial-product
  .productView.halo-productView
  .halo-productView-left {
  width: calc(100% - 348px);
  max-width: 1059px;
}
.custom_navPages
  .navPages-list
  .navPages-item.productMenu
  .custom-mega-menu
  .megamenu__list
  .megamenu__list--wrapper
  .halo-block-special-product
  .halo-spacial-product
  .productView.halo-productView
  .halo-productView-left
  .productView-image-wrapper
  .productView-image {
  max-height: 350px;
  max-width: 350px;
}
.custom_navPages
  .navPages-list
  .navPages-item.productMenu
  .custom-mega-menu
  .megamenu__list
  .megamenu__list--wrapper
  .halo-block-special-product
  .halo-spacial-product
  .productView.halo-productView
  .halo-productView-left
  .productView-image-wrapper
  .productView-image:hover
  img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.custom_navPages
  .navPages-list
  .navPages-item.productMenu
  .custom-mega-menu
  .megamenu__list
  .megamenu__list--wrapper
  .halo-block-special-product
  .halo-spacial-product
  .productView.halo-productView
  .halo-productView-left
  .productView-image-wrapper
  .productView-image
  img {
  width: 100%;
  height: 100%;
  max-height: 350px;
  max-width: 350px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0;
}
.custom_navPages
  .navPages-list
  .navPages-item.productMenu
  .custom-mega-menu
  .megamenu__list
  .megamenu__list--wrapper
  .halo-block-special-product
  .halo-spacial-product
  .productView.halo-productView
  .halo-productView-right
  .productView-details {
  float: left;
  text-align: left;
  max-width: 300px;
  padding: 0 0 0 23px;
  margin-top: 5%;
}
.custom_navPages
  .navPages-list
  .navPages-item.productMenu
  .custom-mega-menu
  .megamenu__list
  .megamenu__list--wrapper
  .halo-block-special-product
  .halo-spacial-product
  .productView.halo-productView
  .halo-productView-right
  .productView-details
  .productView-product {
  border-bottom: none;
  padding-bottom: 0;
}
.custom_navPages
  .navPages-list
  .navPages-item.productMenu
  .custom-mega-menu
  .megamenu__list
  .megamenu__list--wrapper
  .halo-block-special-product
  .halo-spacial-product
  .productView.halo-productView
  .halo-productView-right
  .productView-details
  .productView-product
  .productView-title {
  line-height: 0;
}
.custom_navPages
  .navPages-list
  .navPages-item.productMenu
  .custom-mega-menu
  .megamenu__list
  .megamenu__list--wrapper
  .halo-block-special-product
  .halo-spacial-product
  .productView.halo-productView
  .halo-productView-right
  .productView-details
  .productView-product
  .productView-title
  > a {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.8px;
  color: #333;
  text-transform: uppercase;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  height: auto;
  font-weight: 700;
  padding: 0;
  margin: 19px 0 11px;
  text-decoration: none;
}
.custom_navPages
  .navPages-list
  .navPages-item.productMenu
  .custom-mega-menu
  .megamenu__list
  .megamenu__list--wrapper
  .halo-block-special-product
  .halo-spacial-product
  .productView.halo-productView
  .halo-productView-right
  .productView-details
  .productView-product
  .productView-title
  > a:hover {
  color: #cb2129;
}
.custom_navPages
  .navPages-list
  .navPages-item.productMenu
  .custom-mega-menu
  .megamenu__list
  .megamenu__list--wrapper
  .halo-block-special-product
  .halo-spacial-product
  .productView.halo-productView
  .halo-productView-right
  .productView-details
  .productView-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom_navPages
  .navPages-list
  .navPages-item.productMenu
  .custom-mega-menu
  .megamenu__list
  .megamenu__list--wrapper
  .halo-block-special-product
  .halo-spacial-product
  .productView.halo-productView
  .halo-productView-right
  .productView-details
  .productView-price
  .price-section.rrp-price--withoutTax
  span:not(.price) {
  display: none;
}
.custom_navPages
  .navPages-list
  .navPages-item.productMenu
  .custom-mega-menu
  .megamenu__list
  .megamenu__list--wrapper
  .halo-block-special-product
  .halo-spacial-product
  .productView.halo-productView
  .halo-productView-right
  .productView-details
  .productView-price
  .price-section.rrp-price--withoutTax
  span[data-product-rrp-price-without-tax] {
  color: #999;
  font-size: 30px;
  letter-spacing: 1.5px;
  font-weight: 700;
  line-height: 100%;
}
.custom_navPages
  .navPages-list
  .navPages-item.productMenu
  .custom-mega-menu
  .megamenu__list
  .megamenu__list--wrapper
  .halo-block-special-product
  .halo-spacial-product
  .productView.halo-productView
  .halo-productView-right
  .productView-details
  .productView-price
  .price-section.price-section--withoutTax
  span[data-product-price-without-tax] {
  font-size: 30px;
  letter-spacing: 1.5px;
  color: #333;
  font-weight: 700;
}
.custom_navPages
  .navPages-list
  .navPages-item.productMenu
  .custom-mega-menu
  .megamenu__list
  .megamenu__list--wrapper
  .halo-block-special-product
  .halo-spacial-product
  .productView.halo-productView
  .halo-productView-right
  .productView-details
  .productView-price
  .price-section.price-section--saving {
  display: none;
}
.custom_navPages
  .navPages-list
  .navPages-item.productMenu
  .custom-mega-menu
  .megamenu__list
  .megamenu__list--wrapper
  .halo-block-special-product
  .halo-spacial-product
  .productView.halo-productView
  .halo-productView-right
  .productView-details
  .productView-options
  #add-to-cart-wrapper
  .form-field--increments {
  display: none;
}
.custom_navPages
  .navPages-list
  .navPages-item.productMenu
  .custom-mega-menu
  .megamenu__list
  .megamenu__list--wrapper
  .halo-block-special-product
  .halo-spacial-product
  .productView.halo-productView
  .halo-productView-right
  .productView-details
  .productView-options
  #add-to-cart-wrapper
  .add-to-cart-buttons
  .form-action
  #form-action-addToCart {
  border-radius: 0;
  text-transform: uppercase;
  width: 147px;
  padding: 0;
  height: 40px;
  color: #fff;
  font-weight: 700;
  line-height: 39px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1.05px;
  display: inline-block;
}
.custom_navPages
  .navPages-list
  .navPages-item.productMenu
  .custom-mega-menu
  .megamenu__list
  .megamenu__item:hover
  .navPages-action {
  color: #cb2129;
}
.custom_navPages
  .navPages-list
  .navPages-item.productMenu
  .custom-mega-menu
  .megamenu__list
  .megamenu__item
  .navPages-action {
  color: #333;
}
.custom_navPages
  .navPages-list
  .navPages-item.productMenu
  .custom-mega-menu
  .megamenu__list
  .megamenu__item.has-custom-subMenu {
  max-width: 250px;
}
@media screen and (min-width: 1025px) {
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__item.has-custom-subMenu:hover
    .navPage-subMenu.navPage-subMenu-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    z-index: 1;
    height: 100%;
    max-height: calc(500px - 18px);
  }
}
@media screen and (min-width: 1025px) {
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__item.has-custom-subMenu {
    text-align: left;
  }
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__item.has-custom-subMenu
    .navPages-action.is-root {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media screen and (min-width: 1025px) {
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__item.has-custom-subMenu
    .navPages-action-moreIcon {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__item.has-custom-subMenu
    .navPage-subMenu.navPage-subMenu-horizontal {
    right: 0;
    left: 24%;
    width: 73.4%;
    top: 0;
    display: none;
    margin-top: 68px;
    background-color: #fff;
    max-width: 1565px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 !important;
  }
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__item.has-custom-subMenu
    .navPage-subMenu.navPage-subMenu-horizontal
    .navPage-subMenu-list {
    --f-columns: 2;
    --f-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--f-gap));
    margin-bottom: calc(-1 * var(--f-gap));
    width: 100%;
    margin: 0;
    max-width: 1346px;
    padding-left: 40px;
    padding-right: 60px;
    overflow: auto;
    margin-right: 10px;
  }
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__item.has-custom-subMenu
    .navPage-subMenu.navPage-subMenu-horizontal
    .navPage-subMenu-list
    .navPage-subMenu-item-parent {
    display: none;
  }
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__item.has-custom-subMenu
    .navPage-subMenu.navPage-subMenu-horizontal
    .navPage-subMenu-list
    .navPage-subMenu-item-child {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__item.has-custom-subMenu
    .navPage-subMenu.navPage-subMenu-horizontal
    .navPage-subMenu-list
    .navPage-subMenu-item-child
    .navPage-subMenu-action {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.6px;
    color: #999;
    text-transform: uppercase;
  }
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__item.has-custom-subMenu
    .navPage-subMenu.navPage-subMenu-horizontal
    .navPage-subMenu-list
    .navPage-subMenu-item-child:hover
    .navPage-subMenu-action {
    color: #cb2129;
  }
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__item.has-custom-subMenu
    .navPage-subMenu.navPage-subMenu-horizontal
    .navPage-subMenu-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
  }
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__item.has-custom-subMenu
    .navPage-subMenu.navPage-subMenu-horizontal
    .navPage-subMenu-list::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
  }
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__item.has-custom-subMenu
    .navPage-subMenu.navPage-subMenu-horizontal
    .navPage-subMenu-list::-webkit-scrollbar-thumb {
    background-color: #b5b3b3;
    border: 2px solid #8b8b8b;
  }
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__item.has-custom-subMenu
    .navPage-subMenu.navPage-subMenu-horizontal
    .navPage-subMenu-list
    > * {
    margin-left: var(--f-gap);
    margin-bottom: var(--f-gap);
    width: calc((100% / var(--f-columns) - var(--f-gap)));
  }
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__item.has-custom-subMenu
    .navPage-subMenu.navPage-subMenu-horizontal
    .navPage-subMenu-image {
    width: 100%;
    max-width: 220px;
  }
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__item.has-custom-subMenu
    .navPage-subMenu.navPage-subMenu-horizontal
    .navPage-subMenu-image
    p {
    font-size: 12px;
    color: #000;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 16px;
    margin: 24px 0 15px;
    text-align: left;
  }
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__item.has-custom-subMenu
    .navPage-subMenu.navPage-subMenu-horizontal
    .navPage-subMenu-image
    a {
    font-size: 12px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    color: #cb2129;
    margin: 0;
    text-decoration: none;
  }
}
@media screen and (min-width: 1025px) {
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__item.no-subMenu:hover
    .navPage-subMenu-horizontal {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__item.no-subMenu
    .navPages-action {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1025px) {
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__item.no-subMenu
    .navPage-subMenu-horizontal {
    background-color: #fff;
    z-index: 1;
    height: 100%;
    max-height: calc(500px - 18px);
    right: 0;
    left: 24%;
    width: 73.4%;
    top: 0;
    display: none;
    margin-top: 68px;
    max-width: 1565px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 !important;
  }
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__item.no-subMenu
    .navPage-subMenu-horizontal
    .navPage-subMenu-list {
    --f-columns: 2;
    --f-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--f-gap));
    margin-bottom: calc(-1 * var(--f-gap));
    width: 100%;
    margin: 0;
    max-width: 1346px;
    padding-left: 40px;
    padding-right: 60px;
    overflow: auto;
  }
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__item.no-subMenu
    .navPage-subMenu-horizontal
    .navPage-subMenu-list
    .navPage-subMenu-item-parent {
    display: none;
  }
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__item.no-subMenu
    .navPage-subMenu-horizontal
    .navPage-subMenu-list
    .navPage-subMenu-item-child {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__item.no-subMenu
    .navPage-subMenu-horizontal
    .navPage-subMenu-list
    .navPage-subMenu-item-child
    .navPage-subMenu-action {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.6px;
    color: #999;
    text-transform: uppercase;
  }
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__item.no-subMenu
    .navPage-subMenu-horizontal
    .navPage-subMenu-list
    .navPage-subMenu-item-child:hover
    .navPage-subMenu-action {
    color: #cb2129;
  }
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__item.no-subMenu
    .navPage-subMenu-horizontal
    .navPage-subMenu-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
  }
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__item.no-subMenu
    .navPage-subMenu-horizontal
    .navPage-subMenu-list::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
  }
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__item.no-subMenu
    .navPage-subMenu-horizontal
    .navPage-subMenu-list::-webkit-scrollbar-thumb {
    background-color: #000;
    border: 2px solid #555;
  }
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__item.no-subMenu
    .navPage-subMenu-horizontal
    .navPage-subMenu-list
    > * {
    margin-left: var(--f-gap);
    margin-bottom: var(--f-gap);
    width: calc((100% / var(--f-columns) - var(--f-gap)));
  }
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__item.no-subMenu
    .navPage-subMenu-horizontal
    .navPage-subMenu-image {
    width: 100%;
    max-width: 220px;
    float: right;
  }
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__item.no-subMenu
    .navPage-subMenu-horizontal
    .navPage-subMenu-image
    p {
    font-size: 12px;
    color: #000;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 16px;
    margin: 24px 0 15px;
    text-align: left;
  }
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__item.no-subMenu
    .navPage-subMenu-horizontal
    .navPage-subMenu-image
    a {
    font-size: 12px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    color: #cb2129;
    margin: 0;
    text-decoration: none;
  }
}
.custom_navPages .navPages-list .navPages-item.megamenu__item .navPages-action {
  padding: 8px 0 8px !important;
}
@media screen and (min-width: 1025px) {
  .header-right__action--account-custom {
    margin-right: 20px;
  }
}
.body {
  margin-bottom: 6rem;
  margin-top: 1.5rem;
}
@media (min-width: 1025px) {
  .body {
    margin-top: 2.5rem;
  }
}
.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
}
.page:after,
.page:before {
  content: " ";
  display: table;
}
.page:after {
  clear: both;
}
.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
}
@media (min-width: 1025px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
.page-content--textCenter {
  text-align: center;
}
.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative;
}
@media (min-width: 1025px) {
  .page-sidebar {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 25%;
    float: left;
  }
  .page-sidebar + .page-content {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 75%;
    float: left;
  }
}
.footer {
  background-color: #363636;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.footer-title-sr-only {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
}
.footer-info:after,
.footer-info:before {
  content: " ";
  display: table;
}
.footer-info:after {
  clear: both;
}
.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #757575;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all;
}
@media (min-width: 551px) {
  .footer-info-col {
    text-align: left;
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .footer-info-col {
    width: 33.33334%;
  }
}
.footer-info-col > :first-child {
  margin-top: 0;
}
.footer-info-col > :last-child {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .footer-info-col--small {
    width: 16.66667%;
  }
}
.footer-info-col--social {
  width: 100%;
}
@media (min-width: 551px) {
  .footer-info-col--left {
    padding: 0;
  }
}
@media (min-width: 551px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit;
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%;
  }
}
.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit;
}
.footer-info-list {
  list-style: none;
  margin-left: 0;
}
.footer-info-list a {
  color: #757575;
  text-decoration: none;
}
.footer-info-list a:hover {
  color: #333;
}
.footer-copyright {
  text-align: center;
}
@media (min-width: 551px) {
  .footer-copyright {
    text-align: left;
  }
}
.footer-copyright > .powered-by {
  color: #757575;
  font-size: 12px;
  margin: 0;
}
.footer-copyright a {
  color: #757575;
  text-decoration: none;
}
.footer-copyright a:hover {
  color: #333;
}
.footer-payment-icons {
  height: 2.85714rem;
  margin-top: 1.5rem;
}
@media (min-width: 1025px) {
  .footer-payment-icons {
    margin-top: 3rem;
  }
}
.footer-payment-icons .footer-payment-icon {
  height: 100%;
  margin: 0.35714rem;
  vertical-align: middle;
  width: 3.57143rem;
}
.footer-payment-icons svg {
  fill: #757575;
}
.footer-newsletter-summary {
  text-align: left;
}
.footer {
  background-color: #363636;
  padding-top: 0;
  padding-bottom: 30px;
}
.footer .custom-footer__top {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .custom-footer__top .custom-newsletter {
  background-color: #000;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .footer .custom-footer__top .custom-newsletter {
    padding: 5px 15px 15px;
  }
}
.footer .custom-footer__top .custom-newsletter p {
  display: none;
}
.footer .custom-footer__top .custom-newsletter .footer-info-heading {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-align: right;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 16px 0 0;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 0;
  line-height: 100%;
}
@media screen and (max-width: 767.98px) {
  .footer .custom-footer__top .custom-newsletter .footer-info-heading {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 200%;
    padding: 0;
  }
}
.footer .custom-footer__top .custom-newsletter .form {
  display: inline-block;
  float: left;
  width: 430px;
  margin: 0;
  margin-right: 15px;
}
@media screen and (max-width: 767.98px) {
  .footer .custom-footer__top .custom-newsletter .form {
    width: 100%;
    margin-right: 0;
  }
}
.footer
  .custom-footer__top
  .custom-newsletter
  .form
  .form-fieldset
  .form-field {
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .footer
    .custom-footer__top
    .custom-newsletter
    .form
    .form-fieldset
    .form-field
    .form-prefixPostfix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer
  .custom-footer__top
  .custom-newsletter
  .form
  .form-fieldset
  .form-field
  .form-prefixPostfix
  .form-input {
  border-radius: 0;
  max-height: 40px;
  background-color: #444;
  letter-spacing: 0.5px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  padding-left: 16px;
}
.footer
  .custom-footer__top
  .custom-newsletter
  .form
  .form-fieldset
  .form-field
  .form-prefixPostfix
  .form-input::-webkit-input-placeholder {
  color: #aaa;
}
.footer
  .custom-footer__top
  .custom-newsletter
  .form
  .form-fieldset
  .form-field
  .form-prefixPostfix
  .form-input::-moz-placeholder {
  color: #aaa;
}
.footer
  .custom-footer__top
  .custom-newsletter
  .form
  .form-fieldset
  .form-field
  .form-prefixPostfix
  .form-input:-ms-input-placeholder {
  color: #aaa;
}
.footer
  .custom-footer__top
  .custom-newsletter
  .form
  .form-fieldset
  .form-field
  .form-prefixPostfix
  .form-input::-ms-input-placeholder {
  color: #aaa;
}
.footer
  .custom-footer__top
  .custom-newsletter
  .form
  .form-fieldset
  .form-field
  .form-prefixPostfix
  .form-input::placeholder {
  color: #aaa;
}
.footer
  .custom-footer__top
  .custom-newsletter
  .form
  .form-fieldset
  .form-field
  .form-prefixPostfix
  .button {
  height: 40px;
  line-height: 40px;
  width: 130px;
  font-size: 17px;
  text-transform: uppercase;
  background: #666;
  display: block;
  padding: 0 5px;
  border-color: #666;
  letter-spacing: 0.12em;
  margin: 0;
  font-weight: 700;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  border-radius: 0;
}
@media screen and (max-width: 767.98px) {
  .footer
    .custom-footer__top
    .custom-newsletter
    .form
    .form-fieldset
    .form-field
    .form-prefixPostfix
    .button {
    width: 100%;
    margin-top: 10px;
  }
}
.footer
  .custom-footer__top
  .custom-newsletter
  .form
  .form-fieldset
  .form-field
  .form-prefixPostfix
  .button:hover {
  background-color: #cb2129;
  border-color: #cb2129;
}
.footer .custom-footer__info {
  --f-columns: 4;
  --f-gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--f-gap));
  margin-bottom: calc(-1 * var(--f-gap));
  padding: 50px 0 30px;
}
@media (max-width: 1200px) {
  .footer .custom-footer__info {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .custom-footer__info {
    --f-columns: 2;
  }
}
@media screen and (max-width: 767.98px) {
  .footer .custom-footer__info {
    --f-columns: 1;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .footer .custom-footer__info .custom-footer__col {
    margin-bottom: 30px;
  }
}
.footer .custom-footer__info .custom-footer__col .custom-info-heading {
  margin: 0 0 15px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 1.44px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
}
.footer
  .custom-footer__info
  .custom-footer__col
  .custom-info-heading.custom-info-heading--second {
  margin-top: 20px;
}
.footer .custom-footer__info .custom-footer__col .custom-info-list {
  margin: 0;
}
.footer
  .custom-footer__info
  .custom-footer__col
  .custom-info-list
  .custom-info-item {
  list-style: none;
}
.footer
  .custom-footer__info
  .custom-footer__col
  .custom-info-list
  .custom-info-item
  .custom-info-link {
  color: #999;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 100%;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 1.2px;
}
.footer
  .custom-footer__info
  .custom-footer__col
  .custom-info-list
  .custom-info-item
  .custom-info-link:hover {
  color: #fff;
}
.footer
  .custom-footer__info
  .custom-footer__col.custom-footer__col-4
  .custom-contact {
  margin: 0;
  color: #757575;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  letter-spacing: 1.2px;
  list-style-type: none;
  font-weight: 400;
  letter-spacing: 0;
}
.footer
  .custom-footer__info
  .custom-footer__col.custom-footer__col-4
  .socialLinks
  .socialLinks-item {
  width: 34px;
  height: 34px;
  background: #666;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.footer
  .custom-footer__info
  .custom-footer__col.custom-footer__col-4
  .socialLinks
  .socialLinks-item:hover {
  background-color: #fff;
}
.footer
  .custom-footer__info
  .custom-footer__col.custom-footer__col-4
  .socialLinks
  .socialLinks-item
  .icon
  svg {
  stroke: #363636;
  fill: #363636;
  stroke-width: 0;
}
.footer
  .custom-footer__info
  .custom-footer__col.custom-footer__col-4
  .custom-info-heading--second {
  margin-top: 18px;
}
.footer .custom-footer__info > * {
  margin-left: var(--f-gap);
  margin-bottom: var(--f-gap);
  width: calc((100% / var(--f-columns) - var(--f-gap)));
}
.footer .custom-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 37px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer .custom-footer__bottom .footer-bottom__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .footer .custom-footer__bottom .footer-bottom__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer .custom-footer__bottom .footer-bottom__image .footer-bottom__logo {
  padding: 0 14px;
}
.footer
  .custom-footer__bottom
  .footer-bottom__image
  .footer-bottom__logo
  + .footer-bottom__logo {
  margin-left: 36px;
  margin-bottom: 9px;
}
.footer .custom-footer__bottom .footer-bottom__text {
  margin-top: 24px;
}
.footer .custom-footer__bottom .footer-bottom__text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  letter-spacing: 1.5px;
  line-height: normal;
  margin: 0;
  text-align: center;
  color: #666;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .footer .custom-footer__bottom .footer-bottom__text p {
    display: block;
    line-height: 16px;
  }
}
.footer .custom-footer__bottom .footer-bottom__text p > b {
  color: #000;
  padding: 0 9px;
}
@media screen and (max-width: 767.98px) {
  .footer .custom-footer__bottom .footer-bottom__text p > b {
    display: none;
  }
}
.footer .custom-footer__bottom .footer-bottom__text p a {
  margin-left: 5px;
  text-decoration: none;
}
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding: 0;
  position: relative;
  width: 100%;
}
@media (min-width: 1261px) {
  .container {
    padding: 0;
  }
}
.blog {
  margin-bottom: 1.5rem;
}
@media (min-width: 1025px) {
  .blog {
    margin: auto;
    width: 100%;
  }
}
.blog + .blog {
  border-top: 1px solid #e5e5e5;
  margin-top: 3rem;
  padding-top: 3rem;
}
.blog .tags {
  margin-top: 3rem;
  text-align: center;
}
.blog .socialLinks {
  text-align: center;
}
.blog .addthis_toolbox {
  margin-top: 3rem;
}
.blog-title {
  font-size: 20px;
  margin: 0 1.5rem 0.35714rem;
}
.blog-title a {
  text-decoration: none;
}
.blog-author,
.blog-date {
  color: #757575;
  text-align: center;
}
.blog-author {
  margin-bottom: 2.5rem;
}
.blog-post {
  font-size: 12px;
  text-align: left;
}
.blog-thumbnail {
  margin: 0 auto 2rem;
  max-width: 190px;
  position: relative;
}
.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center;
}
@media (min-width: 1025px) {
  .blog-post-figure {
    width: 66.66667%;
  }
}
.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
@media (min-width: 551px) {
  .blog-post-body {
    width: 83.33333%;
  }
}
@media (min-width: 1025px) {
  .blog-post-body {
    width: 66.66667%;
  }
}
@media (min-width: 1261px) {
  .blog-post-body {
    width: 50%;
  }
}
.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #e5e5e5;
  margin-top: 2rem;
  padding-top: 2rem;
}
.sidebarBlock-heading {
  font-size: 1.07143rem;
  margin-top: 0;
  text-transform: inherit;
}
.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem;
}
.brandGrid ol,
.brandGrid ul {
  list-style: none;
  margin-bottom: 0;
}
.brandGrid:after,
.brandGrid:before {
  content: " ";
  display: table;
}
.brandGrid:after {
  clear: both;
}
.brandGrid .brand {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: none;
  display: inline-block;
  font-size: 1rem;
  vertical-align: top;
}
@media (min-width: 551px) {
  .brandGrid .brand {
    width: 33.33333%;
  }
}
@media (min-width: 1025px) {
  .brandGrid .brand {
    width: 25%;
  }
}
.brandGrid .brand .card-title {
  text-align: center;
}
.brand-image-container {
  max-width: 100px;
  position: relative;
}
.brand-image-container::after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 100%;
  width: 100%;
}
.brand-image-container img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.brand .card-img-container {
  max-width: 190px;
}
.brand .card-img-container::after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 131.57895%;
  width: 100%;
}
.page-brands .page-heading {
  margin-bottom: 32px;
}
.haloAZBrandsTable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  letter-spacing: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 0 0 30px 0;
  overflow-x: auto;
  padding-bottom: 5px;
}
.haloAZBrandsTable li {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #d6d6d6;
  border-left: none;
}
.haloAZBrandsTable li a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  display: block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.haloAZBrandsTable li:first-child {
  border-left: 1px solid #d6d6d6;
}
.haloAZBrandsTable li.disable {
  pointer-events: none;
}
.haloAZBrandsTable li.disable a {
  color: #999;
  pointer-events: none;
}
.haloAZBrandsTable li.is-active {
  border-color: #323232;
  background-color: #232323;
}
.haloAZBrandsTable li.is-active a {
  color: #fff;
}
@media (min-width: 1025px) {
  .haloAZBrandsTable {
    margin: 0 0 40px 0;
  }
  .haloAZBrandsTable li {
    width: 10%;
  }
  .haloAZBrandsTable li:hover {
    border-color: #323232;
    background-color: #232323;
  }
  .haloAZBrandsTable li:hover a {
    color: #fff;
  }
}
.haloAZBrandsWrapper .azBrands-group {
  display: none;
  margin: 0 0 30px 0;
}
.haloAZBrandsWrapper .azBrands-group-title {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  line-height: 35px;
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: uppercase;
}
.haloAZBrandsWrapper .azBrands-group-list {
  margin: 0;
  list-style: none;
}
.haloAZBrandsWrapper .azBrands-group-list .brand-name .title {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 35px;
  text-transform: capitalize;
}
.haloAZBrandsWrapper .azBrands-group-list .brand-name .title .link {
  color: #202020;
  padding: 0 0 1px 0;
  -webkit-transition: unset;
  transition: unset;
}
.haloAZBrandsWrapper .azBrands-group.is-active {
  display: block;
}
.haloAZBrandsWrapper.active-all {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.haloAZBrandsWrapper.active-all .azBrands-group {
  display: block;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-count: unset;
  -moz-column-count: unset;
  column-count: unset;
}
.haloAZBrandsWrapper.is-loading .loadingOverlay {
  display: block;
}
@media (min-width: 768px) {
  .haloAZBrandsWrapper .azBrands-group {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .haloAZBrandsWrapper.active-all {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (min-width: 1025px) {
  .haloAZBrandsWrapper .azBrands-group {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .haloAZBrandsWrapper .azBrands-group-list .brand-name .title .link:hover {
    color: #2c60a2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(97%, transparent),
      color-stop(3%, #2c60a2)
    );
    background-image: linear-gradient(transparent 97%, #2c60a2 3%);
    background-repeat: repeat-x;
    background-position-y: 0;
  }
  .haloAZBrandsWrapper.active-all {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}
@media (min-width: 1280px) {
  .haloAZBrandsWrapper .azBrands-group {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .haloAZBrandsWrapper.active-all {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}
@media (min-width: 1600px) {
  .haloAZBrandsWrapper .azBrands-group {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .haloAZBrandsWrapper.active-all {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}
@media screen and (max-width: 1024px) {
  .page-type-brands .body {
    margin-top: 140px;
  }
}
.page.custom-brand-page {
  margin: 0;
  margin-bottom: 6rem;
}
.page.custom-brand-page .custom-brands__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .page.custom-brand-page .custom-brands__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page.custom-brand-page .custom-brands__block .resource__title {
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  color: #000;
  font-size: 22px;
  letter-spacing: 0.25px;
  line-height: 33px;
}
.page.custom-brand-page .custom-brands__block .custom-brands__resources {
  width: 100%;
  max-width: 25%;
}
@media screen and (max-width: 1024px) {
  .page.custom-brand-page .custom-brands__block .custom-brands__resources {
    max-width: 100%;
  }
}
.page.custom-brand-page
  .custom-brands__block
  .custom-brands__resources
  .resource__list
  .resource__item
  .resource__link {
  color: #333;
  text-decoration: none;
}
.page.custom-brand-page .custom-brands__block .custom-brands__list {
  width: 100%;
  max-width: 75%;
}
@media screen and (max-width: 1024px) {
  .page.custom-brand-page .custom-brands__block .custom-brands__list {
    max-width: 100%;
  }
}
.page.custom-brand-page
  .custom-brands__block
  .custom-brands__list
  .haloAZBrandsTable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e2e4e8;
  border-bottom: 1px solid #e2e4e8;
  padding-bottom: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .page.custom-brand-page
    .custom-brands__block
    .custom-brands__list
    .haloAZBrandsTable {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.page.custom-brand-page
  .custom-brands__block
  .custom-brands__list
  .haloAZBrandsTable
  li {
  border: none;
}
.page.custom-brand-page
  .custom-brands__block
  .custom-brands__list
  .haloAZBrandsTable
  li.is-active,
.page.custom-brand-page
  .custom-brands__block
  .custom-brands__list
  .haloAZBrandsTable
  li:hover {
  background-color: #cb2129;
  border-color: #cb2129;
}
.page.custom-brand-page
  .custom-brands__block
  .custom-brands__list
  .haloAZBrandsTable
  li
  a {
  display: block;
  width: auto;
  height: auto;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  min-width: unset;
  line-height: 21px;
  padding: 10px;
}
.page.custom-brand-page
  .custom-brands__block
  .custom-brands__list
  #haloAZBrandsWrapper
  .azBrands-group
  .azBrands-group-title {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  line-height: unset;
}
.page.custom-brand-page
  .custom-brands__block
  .custom-brands__list
  #haloAZBrandsWrapper
  .azBrands-group
  .azBrands-group-list
  .brand
  .title {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #333;
  text-transform: capitalize;
}
.page.custom-brand-page
  .custom-brands__block
  .custom-brands__list
  #haloAZBrandsWrapper
  .azBrands-group
  .azBrands-group-list
  .brand
  .title
  .link {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
}
ol.breadcrumbs {
  text-align: left;
  margin-bottom: 21px;
}
ol.breadcrumbs .breadcrumb {
  line-height: 100%;
}
ol.breadcrumbs .breadcrumb.is-active::before {
  content: "";
  border-right: none;
  top: 0;
  -webkit-transform: none;
  transform: none;
  background: url("https://cdn11.bigcommerce.com/s-f4083/stencil/9953f900-d62d-013b-b9d3-3a27125a91fe/e/2ad1d980-dd1f-013b-f11b-764e02ff3afb/img/breadcrumb_ic.png")
    no-repeat center;
  width: 6px;
  height: 6px;
  background-size: auto;
}
ol.breadcrumbs .breadcrumb.is-active .breadcrumb-label {
  color: #000;
  margin-left: 6px;
}
ol.breadcrumbs .breadcrumb .breadcrumb-label {
  color: #999;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.44px;
  font-family: "Josefin Sans", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 100%;
}
.page-heading {
  margin: 0 0 3rem;
  padding: 0;
  font-size: 28px;
  line-height: normal;
  letter-spacing: 0.25px;
  text-align: center;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  line-height: 42px;
  color: #000;
}
.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem;
}
.productGrid ol,
.productGrid ul {
  list-style: none;
  margin-bottom: 0;
}
.productGrid:after,
.productGrid:before {
  content: " ";
  display: table;
}
.productGrid:after {
  clear: both;
}
.productGrid .product {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: none;
  display: inline-block;
  font-size: 1rem;
  vertical-align: top;
}
@media (min-width: 551px) {
  .productGrid .product {
    width: 33.33333%;
  }
}
@media (min-width: 1025px) {
  .productGrid .product {
    width: 25%;
  }
}
@media (min-width: 551px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%;
  }
}
.productMasonry {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-fill: auto;
  -moz-column-fill: auto;
  column-fill: auto;
  -webkit-column-gap: 1.42857rem;
  -moz-column-gap: 1.42857rem;
  column-gap: 1.42857rem;
  margin: 0 0 1.5rem;
  overflow: hidden;
}
@media (min-width: 551px) {
  .productMasonry {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (min-width: 1025px) {
  .productMasonry {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}
.productMasonry .product {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  display: block;
  margin-bottom: 3rem;
  padding: 0;
  page-break-inside: avoid;
  width: 100%;
}
.productMasonry .card {
  margin: 0;
}
@media (min-width: 1025px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%;
  }
}
@media (min-width: 1025px) {
  .csscolumns .productGrid--maxCol6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}
@media (min-width: 1025px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%;
  }
}
@media (min-width: 1025px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none;
  }
  .csscolumns .productGrid--maxCol3 .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: none;
  }
}
.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.78571rem;
}
.productList ol,
.productList ul {
  list-style: none;
  margin-bottom: 0;
}
.productList .product + .product {
  margin-top: 4rem;
}
@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%;
  }
  .listItem:after,
  .listItem:before {
    content: " ";
    display: table;
  }
  .listItem:after {
    clear: both;
  }
}
@media (min-width: 1261px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1;
  }
}
@media (min-width: 1261px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1;
  }
}
@media (min-width: 551px) {
  .listItem-body,
  .listItem-figure {
    display: table-cell;
    vertical-align: top;
  }
}
@media (min-width: 1261px) {
  .listItem-body,
  .listItem-figure {
    vertical-align: middle;
  }
}
.listItem-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
}
.listItem-button:focus,
.listItem-button:hover {
  background-color: #fff;
  color: #333;
}
.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative;
}
@media (min-width: 551px) {
  .listItem-figure {
    margin-bottom: 0;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 25%;
  }
}
.listItem-figure__link {
  display: block;
  margin: 3px;
}
.listItem-figure .listItem-button {
  margin: 1.5rem 0;
}
@media (min-width: 1261px) {
  .listItem-figure .listItem-button {
    display: inline-block;
    margin: 0;
    pointer-events: all;
  }
}
.listItem-figureBody {
  opacity: 1;
  text-align: center;
}
@media (min-width: 1261px) {
  .listItem-figureBody {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .listItem:hover .listItem-figureBody {
    opacity: 1;
  }
}
.listItem-image {
  width: 100%;
}
@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.28571rem;
    padding-right: 0.78571rem;
    width: 75%;
  }
}
@media (min-width: 1261px) {
  .listItem-content {
    display: table;
  }
}
@media (min-width: 1261px) {
  .listItem-actions,
  .listItem-details {
    display: table-cell;
    vertical-align: top;
  }
}
@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem;
  }
  .listItem-details > :last-child {
    margin-bottom: 0;
  }
}
.listItem-rating {
  margin-bottom: 0.35714rem;
}
.listItem-brand {
  color: #999;
  font-size: 1rem;
  margin: 0 0 0.21429rem;
}
@media (min-width: 1025px) {
  .listItem-brand {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.listItem-title {
  font-size: 12px;
  margin: 0 0 0.21429rem;
}
@media (min-width: 1025px) {
  .listItem-title {
    font-size: 16px;
  }
}
.listItem-title > a {
  text-decoration: none;
}
.listItem-price {
  margin-bottom: 1rem;
}
@media (min-width: 1025px) {
  .listItem-price {
    font-size: 16px;
  }
}
@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%;
  }
  .listItem-actions .button--compare {
    font-size: 10px;
    padding: 0.57143rem 1.5rem;
  }
}
.listItem-actions .button {
  margin-bottom: 0;
}
@media (min-width: 1261px) {
  .listItem-actions .button {
    width: 100%;
  }
  .listItem-actions .button + .button {
    margin: 0.78571rem 0 0;
  }
}
@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem;
  }
}
@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%;
  }
}
.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem;
}
.productView:after,
.productView:before {
  content: " ";
  display: table;
}
.productView:after {
  clear: both;
}
@media (min-width: 1025px) {
  .productView {
    display: block;
  }
}
.modal .productView {
  padding-bottom: 0;
  padding-top: 0;
}
.productView--quickView .socialLinks-item--print {
  display: none;
}
.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1025px) {
  .productView-images {
    width: 50%;
  }
}
.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1025px) {
  .productView-details {
    clear: right;
    float: right;
    width: 50%;
  }
}
.productView--quickView .productView-details {
  position: relative;
}
.productView-details.product-data {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1;
}
.productView-description .productView-title {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1025px) {
  .productView-description .productView-description {
    clear: both;
    float: none;
    width: 100%;
  }
}
.page-type-product .custom-sticky-add-to-cart {
  display: inline-block;
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 99;
  margin: 0 0 0;
  padding: 10px 0;
  text-align: center;
  min-height: 65px;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
  -webkit-transition: bottom 0.5s ease-in-out;
  transition: bottom 0.5s ease-in-out;
}
.page-type-product .custom-sticky-add-to-cart.is-sticky {
  bottom: 0;
}
.page-type-product .custom-sticky-add-to-cart #custom-sticky-button {
  margin-bottom: 0;
  padding: 14px 36px;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 1.5;
}
@media screen and (min-width: 1200px) {
  .page-type-product .container-full {
    padding: 0 15px;
  }
}
.page-type-product .body {
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .page-type-product .body {
    margin-top: 120px;
  }
}
.page-type-product .body .breadcrumbs .breadcrumb {
  padding-top: 5px;
  padding-bottom: 5px;
}
.page-type-product .body .breadcrumbs .breadcrumb:not(:first-child)::before {
  border-right: none;
  -webkit-transform: none;
  transform: none;
  background: url(https://cdn11.bigcommerce.com/s-f4083/stencil/9953f900-d62d-013b-b9d3-3a27125a91fe/e/2ad1d980-dd1f-013b-f11b-764e02ff3afb/img/breadcrumb_ic.png)
    no-repeat center;
  width: 6px;
  height: 6px;
  background-size: auto;
  top: 0;
}
.page-type-product
  .body
  .breadcrumbs
  .breadcrumb:not(:first-child)
  .breadcrumb-label {
  margin-left: 6px;
}
.page-type-product .custom-product-recently-viewed .in-content h3.title {
  padding: 14px 30px 10px;
  text-align: left;
  letter-spacing: 1px;
  color: #000;
  border-radius: 2px;
  line-height: 30px;
  margin: 0 0 8px;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-size: 22px;
}
.page-type-product .custom-product-recently-viewed .products-grid {
  padding: 0 35px;
  padding-right: 34px;
  margin-bottom: 20px;
}
.page-type-product .custom-product-recently-viewed .products-grid .slick-arrow {
  padding: 0;
  width: 16px;
  height: 34px;
}
.page-type-product
  .custom-product-recently-viewed
  .products-grid
  .slick-arrow::before {
  width: 16px;
  height: 34px;
}
.page-type-product
  .custom-product-recently-viewed
  .products-grid
  .slick-arrow.slick-prev {
  left: 0;
}
.page-type-product
  .custom-product-recently-viewed
  .products-grid
  .slick-arrow.slick-prev::before {
  background-image: url(https://store-f4083.mybigcommerce.com/content/related-product-left-arrow.svg);
  background-size: auto;
}
.page-type-product
  .custom-product-recently-viewed
  .products-grid
  .slick-arrow.slick-next {
  right: 0;
}
.page-type-product
  .custom-product-recently-viewed
  .products-grid
  .slick-arrow.slick-next::before {
  background-size: auto;
  background-image: url(https://store-f4083.mybigcommerce.com/content/related-product-right-arrow.svg);
}
.page-type-product .custom-product-recently-viewed .products-grid .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-type-product .custom-product-recently-viewed .products-grid .item {
  margin: 0 5px;
  border: 1px solid #ebebeb;
}
.page-type-product
  .custom-product-recently-viewed
  .products-grid
  .item:hover
  .custom-quick-view-card {
  opacity: 1 !important;
  visibility: visible !important;
}
.page-type-product
  .custom-product-recently-viewed
  .products-grid
  .item
  .recent_item_url {
  position: relative;
  height: 100%;
  max-height: 100px;
  display: block;
}
.page-type-product
  .custom-product-recently-viewed
  .products-grid
  .item
  .recent_item_url
  img:not(.quick-view-icon) {
  height: 100px;
  width: auto;
  margin: 0 auto;
}
.page-type-product
  .custom-product-recently-viewed
  .products-grid
  .item
  .recent_item_url
  .custom-quick-view-card {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 115px;
  height: 105px;
  padding: 0;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
.page-type-product
  .custom-product-recently-viewed
  .products-grid
  .item
  .second-info
  .first
  .card-title
  a {
  line-height: 15px;
  height: 42px;
  padding: 0 10px;
  font-size: 12px !important;
  display: block;
  overflow: hidden;
  margin: 0;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}
.page-type-product
  .custom-product-recently-viewed
  .products-grid
  .item
  .second-info
  .first
  .card-title
  a:hover {
  color: #cb2129;
}
.page-type-product
  .custom-product-recently-viewed
  .products-grid
  .item
  .second-info
  .first
  .card-price {
  margin: 0 0 13px;
  color: #757575;
  text-align: center;
}
.page-type-product
  .custom-product-recently-viewed
  .products-grid
  .item
  .second-info
  .first
  .card-price
  .price-section {
  font-size: 14px;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.05em;
  vertical-align: middle;
  line-height: normal;
  color: #000;
}
.page-type-product
  .custom-product-recently-viewed
  .products-grid
  .item
  .second-info
  .first
  .card-price
  .price-section
  .price--non-sale,
.page-type-product
  .custom-product-recently-viewed
  .products-grid
  .item
  .second-info
  .first
  .card-price
  .price-section
  .price--rrp {
  color: #999;
}
.page-type-product
  .custom-product-recently-viewed
  .products-grid
  .item
  .second-info
  .first
  .card-figcaption-link {
  display: none;
}
.page-type-product
  .custom-product-recently-viewed
  .products-grid
  .item
  .second-info
  .second
  img {
  display: none;
}
.page-type-product
  #previewModal
  .modal-content
  .modal-header
  .modal-header-title {
  font-size: 25px;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  color: #000;
}
.page-type-product #previewModal .modal-content .modal-body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.page-type-product #previewModal .modal-content .modal-body::-webkit-scrollbar {
  display: none;
}
.page-type-product
  #previewModal
  .modal-content
  .modal-body
  .previewCart
  .previewCartCheckout
  .button {
  background-color: #000;
  color: #fff;
  line-height: normal;
  border: 0;
  border-radius: 0;
  outline: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  padding: 12px 5px;
}
@media screen and (max-width: 1024px) {
  .page-type-product
    #previewModal
    .modal-content
    .modal-body
    .previewCart
    .previewCartCheckout
    .button {
    font-size: 11px;
    padding: 0;
    height: 37px;
    line-height: 37px;
  }
}
.page-type-product
  #previewModal
  .modal-content
  .modal-body
  .previewCart
  .previewCartCheckout
  .button:hover {
  background-color: #cb2129;
  border-color: #cb2129;
}
@media screen and (max-width: 1024px) {
  .page-type-product
    #previewModal
    .modal-content
    .modal-body
    .previewCart
    .productView {
    padding: 0 15px;
    margin-top: 10px;
  }
}
.page-type-product
  #previewModal
  .modal-content
  .modal-body
  .previewCart
  .productView
  .productView-image {
  height: 530px;
  border: 1px solid #ebebeb;
  margin: 0;
}
.page-type-product
  #previewModal
  .modal-content
  .modal-body
  .previewCart
  .productView
  .productView-image::before {
  content: "";
  background: url(https://cdn11.bigcommerce.com/s-f4083/stencil/67ccc130-e1f2-013b-37c9-5633b773a648/e/2ad1d980-dd1f-013b-f11b-764e02ff3afb/img/zoom_ic.png)
    no-repeat center;
  background-size: auto;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 9px;
  left: 15px;
  z-index: 1;
}
.page-type-product
  #previewModal
  .modal-content
  .modal-body
  .previewCart
  .productView
  .productView-image
  .productView-img-container {
  max-height: 433px;
}
.page-type-product
  #previewModal
  .modal-content
  .modal-body
  .previewCart
  .productView
  .productView-image
  .productView-img-container
  img {
  max-height: 433px;
  width: 100%;
  margin: 0 auto;
  display: block;
  position: static;
}
.page-type-product
  #previewModal
  .modal-content
  .modal-body
  .previewCart
  .productView
  .productView-details
  .productView-title {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  letter-spacing: 0.4px;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
}
.page-type-product
  #previewModal
  .modal-content
  .modal-body
  .previewCart
  .productView
  .productView-details
  .productView-brand {
  font-size: 20px;
  color: #757575;
}
@media screen and (max-width: 1024px) {
  .page-type-product
    #previewModal
    .modal-content
    .modal-body
    .previewCart
    .productView
    .productView-details
    .productView-brand {
    font-size: 15px;
    margin-bottom: 0;
  }
}
.page-type-product
  #previewModal
  .modal-content
  .modal-body
  .previewCart
  .productView
  .productView-details
  .productView-price {
  font-size: 25px;
}
@media screen and (max-width: 1024px) {
  .page-type-product
    #previewModal
    .modal-content
    .modal-body
    .previewCart
    .productView
    .productView-details
    .productView-price {
    font-size: 15px;
    margin-bottom: 0;
  }
}
.productView,
.productView--quickView {
  margin: 0;
  padding-top: 0;
}
.productView .custom-productView-details .productView-brand,
.productView--quickView .custom-productView-details .productView-brand {
  margin-bottom: 5px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.productView .custom-productView-details .productView-brand a,
.productView--quickView .custom-productView-details .productView-brand a {
  font-size: 16px;
  color: #cb2129;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.32px;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  line-height: 30px;
}
.productView .custom-productView-details .productView-title,
.productView--quickView .custom-productView-details .productView-title {
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  text-transform: uppercase;
  color: #000;
  margin: -3px 0 8px;
  font-size: 20px;
  line-height: 30px;
  color: #333;
  letter-spacing: 0.4px;
}
.productView .custom-productView-details .productView-rating,
.productView--quickView .custom-productView-details .productView-rating {
  line-height: 100%;
  margin-bottom: 15px;
}
.productView .productView-images:not(.halo-productView-left),
.productView--quickView .productView-images:not(.halo-productView-left) {
  padding: 2px 0 0;
  width: 47.2%;
}
@media screen and (max-width: 1024px) {
  .productView .productView-images:not(.halo-productView-left),
  .productView--quickView .productView-images:not(.halo-productView-left) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.productView .productView-images:not(.halo-productView-left) .productView-image,
.productView--quickView
  .productView-images:not(.halo-productView-left)
  .productView-image {
  width: calc(100% - 106px);
  float: right;
  height: 471px;
  border: 1px solid #ebebeb;
}
@media screen and (max-width: 1024px) {
  .productView
    .productView-images:not(.halo-productView-left)
    .productView-image,
  .productView--quickView
    .productView-images:not(.halo-productView-left)
    .productView-image {
    width: 100%;
  }
}
.productView
  .productView-images:not(.halo-productView-left)
  .productView-image::before,
.productView--quickView
  .productView-images:not(.halo-productView-left)
  .productView-image::before {
  content: "";
  background: url(https://cdn11.bigcommerce.com/s-f4083/stencil/67ccc130-e1f2-013b-37c9-5633b773a648/e/2ad1d980-dd1f-013b-f11b-764e02ff3afb/img/zoom_ic.png)
    no-repeat center;
  background-size: auto;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 9px;
  left: 15px;
  z-index: 1;
}
.productView
  .productView-images:not(.halo-productView-left)
  .productView-image
  .productView-img-container,
.productView--quickView
  .productView-images:not(.halo-productView-left)
  .productView-image
  .productView-img-container {
  margin: auto;
  margin-top: 18px;
  height: 100%;
}
.productView
  .productView-images:not(.halo-productView-left)
  .productView-image
  .productView-img-container::after,
.productView--quickView
  .productView-images:not(.halo-productView-left)
  .productView-image
  .productView-img-container::after {
  padding-bottom: 0;
}
.productView
  .productView-images:not(.halo-productView-left)
  .productView-image
  .productView-img-container
  img,
.productView--quickView
  .productView-images:not(.halo-productView-left)
  .productView-image
  .productView-img-container
  img {
  max-height: 433px;
  margin-top: 0;
}
.productView
  .productView-images:not(.halo-productView-left)
  .productView-thumbnails,
.productView--quickView
  .productView-images:not(.halo-productView-left)
  .productView-thumbnails {
  margin: 10px 0 0;
  padding: 13px 0;
  width: 86px;
  float: left;
}
@media screen and (max-width: 1024px) {
  .productView
    .productView-images:not(.halo-productView-left)
    .productView-thumbnails,
  .productView--quickView
    .productView-images:not(.halo-productView-left)
    .productView-thumbnails {
    width: 100%;
    padding: 0 20px;
  }
}
.productView
  .productView-images:not(.halo-productView-left)
  .productView-thumbnails
  .slick-arrow,
.productView--quickView
  .productView-images:not(.halo-productView-left)
  .productView-thumbnails
  .slick-arrow {
  background-color: transparent;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .productView
    .productView-images:not(.halo-productView-left)
    .productView-thumbnails
    .slick-arrow,
  .productView--quickView
    .productView-images:not(.halo-productView-left)
    .productView-thumbnails
    .slick-arrow {
    top: 80%;
  }
}
@media screen and (min-width: 1025px) {
  .productView
    .productView-images:not(.halo-productView-left)
    .productView-thumbnails
    .slick-arrow.slick-prev,
  .productView--quickView
    .productView-images:not(.halo-productView-left)
    .productView-thumbnails
    .slick-arrow.slick-prev {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
}
.productView
  .productView-images:not(.halo-productView-left)
  .productView-thumbnails
  .slick-arrow.slick-prev::before,
.productView--quickView
  .productView-images:not(.halo-productView-left)
  .productView-thumbnails
  .slick-arrow.slick-prev::before {
  background-image: url(https://store-f4083.mybigcommerce.com/content/related-product-left-arrow.svg);
  background-size: auto;
}
@media screen and (min-width: 1025px) {
  .productView
    .productView-images:not(.halo-productView-left)
    .productView-thumbnails
    .slick-arrow.slick-next,
  .productView--quickView
    .productView-images:not(.halo-productView-left)
    .productView-thumbnails
    .slick-arrow.slick-next {
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
}
.productView
  .productView-images:not(.halo-productView-left)
  .productView-thumbnails
  .slick-arrow.slick-next:before,
.productView--quickView
  .productView-images:not(.halo-productView-left)
  .productView-thumbnails
  .slick-arrow.slick-next:before {
  background-size: auto;
  background-image: url(https://store-f4083.mybigcommerce.com/content/related-product-right-arrow.svg);
}
.productView
  .productView-images:not(.halo-productView-left)
  .productView-thumbnails
  .slick-list,
.productView--quickView
  .productView-images:not(.halo-productView-left)
  .productView-thumbnails
  .slick-list {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.productView
  .productView-images:not(.halo-productView-left)
  .productView-thumbnails
  .slick-list
  .productView-thumbnail,
.productView--quickView
  .productView-images:not(.halo-productView-left)
  .productView-thumbnails
  .slick-list
  .productView-thumbnail {
  padding: 2px 1px;
  margin: 6px 0;
}
@media screen and (max-width: 1024px) {
  .productView
    .productView-images:not(.halo-productView-left)
    .productView-thumbnails
    .slick-list
    .productView-thumbnail,
  .productView--quickView
    .productView-images:not(.halo-productView-left)
    .productView-thumbnails
    .slick-list
    .productView-thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.productView
  .productView-images:not(.halo-productView-left)
  .productView-thumbnails
  .slick-list
  .productView-thumbnail:first-child,
.productView--quickView
  .productView-images:not(.halo-productView-left)
  .productView-thumbnails
  .slick-list
  .productView-thumbnail:first-child {
  padding-top: 1px;
}
.productView
  .productView-images:not(.halo-productView-left)
  .productView-thumbnails
  .slick-list
  .productView-thumbnail
  .productView-thumbnail-link,
.productView--quickView
  .productView-images:not(.halo-productView-left)
  .productView-thumbnails
  .slick-list
  .productView-thumbnail
  .productView-thumbnail-link {
  border: none;
  padding: 0;
  height: 67px;
}
.productView
  .productView-images:not(.halo-productView-left)
  .productView-thumbnails
  .slick-list
  .productView-thumbnail
  .productView-thumbnail-link
  img,
.productView--quickView
  .productView-images:not(.halo-productView-left)
  .productView-thumbnails
  .slick-list
  .productView-thumbnail
  .productView-thumbnail-link
  img {
  max-height: 70px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
  position: static;
  width: 100%;
}
.productView
  .productView-images:not(.halo-productView-left)
  #videoly-videobox-placeholder,
.productView--quickView
  .productView-images:not(.halo-productView-left)
  #videoly-videobox-placeholder {
  margin: 0 0 0;
  clear: left;
  float: left;
  width: 100%;
}
.productView .productView-images:not(.halo-productView-left) body .videoly-box,
.productView--quickView
  .productView-images:not(.halo-productView-left)
  body
  .videoly-box {
  margin-top: 30px !important;
}
.productView .productView-details,
.productView--quickView .productView-details {
  width: 52.8%;
  padding: 0 0 0 31px;
  margin: 0 0 4px;
}
@media screen and (max-width: 1024px) {
  .productView .productView-details,
  .productView--quickView .productView-details {
    width: 100%;
  }
}
.productView .productView-details .productView-product,
.productView--quickView .productView-details .productView-product {
  padding-bottom: 0;
  border-bottom: 0;
}
.productView .productView-details .productView-product .productView-price,
.productView--quickView
  .productView-details
  .productView-product
  .productView-price {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.productView
  .productView-details
  .productView-product
  .productView-price
  .price-section,
.productView--quickView
  .productView-details
  .productView-product
  .productView-price
  .price-section {
  display: inline-block;
  font-size: 44px;
  letter-spacing: 0.88px;
  float: left;
  vertical-align: middle;
  font-weight: 700;
  margin-right: 10px;
  color: #cb2129;
}
.productView
  .productView-details
  .productView-product
  .productView-price
  .price-section.rrp-price--withoutTax,
.productView--quickView
  .productView-details
  .productView-product
  .productView-price
  .price-section.rrp-price--withoutTax {
  float: none;
  margin-right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 22px;
}
.productView
  .productView-details
  .productView-product
  .productView-price
  .price-section.non-sale-price--withoutTax,
.productView--quickView
  .productView-details
  .productView-product
  .productView-price
  .price-section.non-sale-price--withoutTax {
  color: #000;
}
.productView
  .productView-details
  .productView-product
  .productView-price
  .price-section.price-section--saving,
.productView--quickView
  .productView-details
  .productView-product
  .productView-price
  .price-section.price-section--saving {
  display: none;
}
.productView
  .productView-details
  .productView-product
  .productView-price
  .price-section
  .price--rrp,
.productView--quickView
  .productView-details
  .productView-product
  .productView-price
  .price-section
  .price--rrp {
  color: #000;
}
.productView
  .productView-details
  .productView-product
  .productView-price.hide-sale-price
  .price-section--withoutTax
  span[data-product-price-without-tax],
.productView--quickView
  .productView-details
  .productView-product
  .productView-price.hide-sale-price
  .price-section--withoutTax
  span[data-product-price-without-tax] {
  display: none;
}
.productView
  .productView-details
  .productView-product
  .productView-price.hide-sale-price
  .price-section--withoutTax.rrp-price--withoutTax,
.productView--quickView
  .productView-details
  .productView-product
  .productView-price.hide-sale-price
  .price-section--withoutTax.rrp-price--withoutTax {
  -webkit-transform: translateX(-12px);
  transform: translateX(-12px);
}
.productView
  .productView-details
  .productView-product
  .productView-price.hide-sale-price
  .price-section--withoutTax.rrp-price--withoutTax
  .custom-sale-price-percent,
.productView--quickView
  .productView-details
  .productView-product
  .productView-price.hide-sale-price
  .price-section--withoutTax.rrp-price--withoutTax
  .custom-sale-price-percent {
  display: none;
}
.productView
  .productView-details
  .productView-product
  .productView-price.hide-sale-price
  .price-section--withoutTax.rrp-price--withoutTax
  span[data-product-rrp-price-without-tax],
.productView--quickView
  .productView-details
  .productView-product
  .productView-price.hide-sale-price
  .price-section--withoutTax.rrp-price--withoutTax
  span[data-product-rrp-price-without-tax] {
  font-size: 44px;
  letter-spacing: 0.88px;
  font-weight: 700;
  text-decoration: none;
}
.productView .productView-details .productView-product .tooltip_lbl,
.productView--quickView .productView-details .productView-product .tooltip_lbl {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.005em;
  line-height: normal;
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 5px 0;
}
.productView
  .productView-details
  .productView-product
  .tooltip_lbl
  .why_tooltip,
.productView--quickView
  .productView-details
  .productView-product
  .tooltip_lbl
  .why_tooltip {
  color: #cb2129;
}
.productView
  .productView-details
  .productView-product
  .tooltip_lbl
  .tooltiptext,
.productView--quickView
  .productView-details
  .productView-product
  .tooltip_lbl
  .tooltiptext {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  position: absolute;
  top: -40px;
  left: calc(100% + 15px);
  width: 320px;
  display: block;
  margin: 0;
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  background: #f1f2f2;
  border: 2px solid #696969;
  padding: 10px;
  z-index: 1;
}
.productView
  .productView-details
  .productView-product
  .tooltip_lbl
  .tooltiptext::before,
.productView--quickView
  .productView-details
  .productView-product
  .tooltip_lbl
  .tooltiptext::before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #696969;
  border-width: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.productView
  .productView-details
  .productView-product
  .tooltip_lbl:hover
  .tooltiptext,
.productView--quickView
  .productView-details
  .productView-product
  .tooltip_lbl:hover
  .tooltiptext {
  opacity: 1;
  visibility: visible;
}
.productView
  .productView-details
  .productView-product
  .custom-sale-price-percent:has(.hide-sale-percent),
.productView--quickView
  .productView-details
  .productView-product
  .custom-sale-price-percent:has(.hide-sale-percent) {
  display: none;
}
.productView .productView-details .productView-product .productView-options,
.productView--quickView
  .productView-details
  .productView-product
  .productView-options {
  margin-bottom: 0;
  padding-bottom: 9px;
}
.productView
  .productView-details
  .productView-product
  .productView-options
  .form-field--stock,
.productView--quickView
  .productView-details
  .productView-product
  .productView-options
  .form-field--stock {
  margin: 10px 0 0;
}
.productView
  .productView-details
  .productView-product
  .productView-options
  .form-field--stock
  .form-label,
.productView--quickView
  .productView-details
  .productView-product
  .productView-options
  .form-field--stock
  .form-label {
  padding: 0;
  font-size: 16px;
  line-height: normal;
  color: #000;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  width: auto;
  margin: 0;
  font-weight: 700;
}
.productView
  .productView-details
  .productView-product
  .productView-options
  .form-field--stock
  .form-label
  span,
.productView--quickView
  .productView-details
  .productView-product
  .productView-options
  .form-field--stock
  .form-label
  span {
  color: #999;
  padding: 0;
}
.productView
  .productView-details
  .productView-product
  .productView-options
  .add-to-cart-wrapper
  .form-field--increments,
.productView--quickView
  .productView-details
  .productView-product
  .productView-options
  .add-to-cart-wrapper
  .form-field--increments {
  margin: 0 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.productView
  .productView-details
  .productView-product
  .productView-options
  .add-to-cart-wrapper
  .form-field--increments
  .form-increment,
.productView--quickView
  .productView-details
  .productView-product
  .productView-options
  .add-to-cart-wrapper
  .form-field--increments
  .form-increment {
  margin-bottom: 5px;
  margin-left: 5px;
}
.productView
  .productView-details
  .productView-product
  .productView-options
  .add-to-cart-wrapper
  .form-field--increments
  .form-label,
.productView--quickView
  .productView-details
  .productView-product
  .productView-options
  .add-to-cart-wrapper
  .form-field--increments
  .form-label {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 700;
  color: #333;
  margin: 0 0 9px;
  font-family: "Josefin Sans", sans-serif;
  margin-right: 10px;
}
.productView
  .productView-details
  .productView-product
  .productView-options
  .add-to-cart-wrapper
  .form-field--increments
  .form-increment
  .button,
.productView--quickView
  .productView-details
  .productView-product
  .productView-options
  .add-to-cart-wrapper
  .form-field--increments
  .form-increment
  .button {
  color: #fff;
  border-radius: 0;
  outline: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #d3d3d3;
  background: transparent
    url(https://cdn11.bigcommerce.com/s-f4083/stencil/67ccc130-e1f2-013b-37c9-5633b773a648/e/2ad1d980-dd1f-013b-f11b-764e02ff3afb/img/qty_ic1.png)
    no-repeat center;
  background-size: auto;
  padding: 0;
  line-height: normal;
  margin: 0;
  width: 30px;
  height: 30px;
}
.productView
  .productView-details
  .productView-product
  .productView-options
  .add-to-cart-wrapper
  .form-field--increments
  .form-increment
  .button[data-action="inc"],
.productView--quickView
  .productView-details
  .productView-product
  .productView-options
  .add-to-cart-wrapper
  .form-field--increments
  .form-increment
  .button[data-action="inc"] {
  background: transparent
    url(https://cdn11.bigcommerce.com/s-f4083/stencil/67ccc130-e1f2-013b-37c9-5633b773a648/e/2ad1d980-dd1f-013b-f11b-764e02ff3afb/img/qty_ic2.png)
    no-repeat center;
}
.productView
  .productView-details
  .productView-product
  .productView-options
  .add-to-cart-wrapper
  .form-field--increments
  .form-increment
  .button
  .icon,
.productView--quickView
  .productView-details
  .productView-product
  .productView-options
  .add-to-cart-wrapper
  .form-field--increments
  .form-increment
  .button
  .icon {
  display: none;
}
.productView
  .productView-details
  .productView-product
  .productView-options
  .add-to-cart-wrapper
  .form-field--increments
  .form-increment
  .form-input--incrementTotal,
.productView--quickView
  .productView-details
  .productView-product
  .productView-options
  .add-to-cart-wrapper
  .form-field--increments
  .form-increment
  .form-input--incrementTotal {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  text-align: center;
  width: 29px;
  margin: 0 4px;
  outline: 0;
  border-radius: 0;
}
.productView
  .productView-details
  .productView-product
  .productView-options
  .add-to-cart-wrapper
  .add-to-cart-buttons,
.productView--quickView
  .productView-details
  .productView-product
  .productView-options
  .add-to-cart-wrapper
  .add-to-cart-buttons {
  margin: 0;
  padding: 0;
  width: 100%;
}
.productView
  .productView-details
  .productView-product
  .productView-options
  .add-to-cart-wrapper
  .add-to-cart-buttons
  .custom-add-to-cart-form
  .button,
.productView--quickView
  .productView-details
  .productView-product
  .productView-options
  .add-to-cart-wrapper
  .add-to-cart-buttons
  .custom-add-to-cart-form
  .button {
  display: inline-block;
  width: 290px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1.5px;
  padding: 0;
  text-align: center;
  height: 45px;
  line-height: 48px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  border-radius: 0;
}
@media screen and (max-width: 1300px) {
  .productView
    .productView-details
    .productView-product
    .productView-options
    .add-to-cart-wrapper
    .add-to-cart-buttons
    .custom-add-to-cart-form
    .button,
  .productView--quickView
    .productView-details
    .productView-product
    .productView-options
    .add-to-cart-wrapper
    .add-to-cart-buttons
    .custom-add-to-cart-form
    .button {
    width: 235px;
  }
}
@media screen and (max-width: 1200px) {
  .productView
    .productView-details
    .productView-product
    .productView-options
    .add-to-cart-wrapper
    .add-to-cart-buttons
    .custom-add-to-cart-form
    .button,
  .productView--quickView
    .productView-details
    .productView-product
    .productView-options
    .add-to-cart-wrapper
    .add-to-cart-buttons
    .custom-add-to-cart-form
    .button {
    width: 235px;
  }
}
@media screen and (max-width: 1024px) {
  .productView
    .productView-details
    .productView-product
    .productView-options
    .add-to-cart-wrapper
    .add-to-cart-buttons
    .custom-add-to-cart-form
    .button,
  .productView--quickView
    .productView-details
    .productView-product
    .productView-options
    .add-to-cart-wrapper
    .add-to-cart-buttons
    .custom-add-to-cart-form
    .button {
    width: 100%;
    margin: 5px 0;
  }
}
.productView
  .productView-details
  .productView-product
  .productView-options
  .add-to-cart-wrapper
  .add-to-cart-buttons
  .custom-add-to-cart-form
  .button.free-shipping-button,
.productView--quickView
  .productView-details
  .productView-product
  .productView-options
  .add-to-cart-wrapper
  .add-to-cart-buttons
  .custom-add-to-cart-form
  .button.free-shipping-button {
  display: inline-block;
  background: #fff;
  border: 2px solid #cb2129;
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1.5px;
  float: right;
  padding: 0;
  text-align: center;
  height: 45px;
  line-height: 46px;
  cursor: default;
}
@media screen and (max-width: 1082px) {
  .productView
    .productView-details
    .productView-product
    .productView-options
    .add-to-cart-wrapper
    .add-to-cart-buttons
    .custom-add-to-cart-form
    .button.free-shipping-button,
  .productView--quickView
    .productView-details
    .productView-product
    .productView-options
    .add-to-cart-wrapper
    .add-to-cart-buttons
    .custom-add-to-cart-form
    .button.free-shipping-button {
    float: left;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .productView
    .productView-details
    .productView-product
    .productView-options
    .add-to-cart-wrapper
    .add-to-cart-buttons
    .custom-add-to-cart-form
    .button.free-shipping-button,
  .productView--quickView
    .productView-details
    .productView-product
    .productView-options
    .add-to-cart-wrapper
    .add-to-cart-buttons
    .custom-add-to-cart-form
    .button.free-shipping-button {
    max-width: calc(50% - 10px);
  }
}
.productView .productView-details .productView-product .productView-info,
.productView--quickView
  .productView-details
  .productView-product
  .productView-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ddd;
  padding: 9px 0;
  border-bottom: 1px solid #ddd;
  width: 100%;
  overflow-x: scroll;
}
.productView
  .productView-details
  .productView-product
  .productView-info::-webkit-scrollbar,
.productView--quickView
  .productView-details
  .productView-product
  .productView-info::-webkit-scrollbar {
  height: 3px;
  background: #fff;
}
.productView
  .productView-details
  .productView-product
  .productView-info::-webkit-scrollbar-thumb,
.productView--quickView
  .productView-details
  .productView-product
  .productView-info::-webkit-scrollbar-thumb {
  background: #c4c1c1;
  border: 3px solid #c4c1c1;
}
.productView
  .productView-details
  .productView-product
  .productView-info
  .productView-info-name,
.productView--quickView
  .productView-details
  .productView-product
  .productView-info
  .productView-info-name {
  margin: 0;
  color: #000;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
}
.productView
  .productView-details
  .productView-product
  .productView-info
  .productView-info-value,
.productView--quickView
  .productView-details
  .productView-product
  .productView-info
  .productView-info-value {
  position: relative;
  padding: 0;
  margin: 0 7px 0 4px;
  color: #000;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  white-space: nowrap;
}
.productView
  .productView-details
  .productView-product
  .productView-info
  .productView-info-value:last-child::after,
.productView--quickView
  .productView-details
  .productView-product
  .productView-info
  .productView-info-value:last-child::after {
  content: unset;
}
.productView
  .productView-details
  .productView-product
  .productView-info.has-lastchild
  .productView-info-value:last-child::after,
.productView--quickView
  .productView-details
  .productView-product
  .productView-info.has-lastchild
  .productView-info-value:last-child::after {
  content: unset;
}
.productView
  .productView-details
  .productView-product
  .productView-info.has-lastchild
  .productView-info-value:nth-last-child(2)::after,
.productView--quickView
  .productView-details
  .productView-product
  .productView-info.has-lastchild
  .productView-info-value:nth-last-child(2)::after {
  content: unset;
}
.productView .productView-details .pro_pg_icons,
.productView--quickView .productView-details .pro_pg_icons {
  clear: left;
  margin: 0 auto;
  text-align: center;
  margin-top: 11px;
}
.productView .productView-details .pro_pg_icons .hd_right,
.productView--quickView .productView-details .pro_pg_icons .hd_right {
  vertical-align: middle;
  float: none;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.productView .productView-details .pro_pg_icons .hd_right ul,
.productView--quickView .productView-details .pro_pg_icons .hd_right ul {
  list-style-type: none;
  display: block;
  margin: auto;
  text-align: center;
  padding: 26px 0;
}
.productView .productView-details .pro_pg_icons .hd_right ul li,
.productView--quickView .productView-details .pro_pg_icons .hd_right ul li {
  display: inline-block;
  float: none;
  padding: 0 28px;
  line-height: normal;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.productView .productView-details .pro_pg_icons .hd_right ul li img,
.productView--quickView .productView-details .pro_pg_icons .hd_right ul li img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.productView .productView-details .pro_pg_icons .hd_right ul li .hd_heading,
.productView--quickView
  .productView-details
  .pro_pg_icons
  .hd_right
  ul
  li
  .hd_heading {
  display: block;
  line-height: normal;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #cb2129;
  margin: 7px 0 0;
}
.productView .productView-details .pro_pg_icons .hd_right ul li .sub_head,
.productView--quickView
  .productView-details
  .pro_pg_icons
  .hd_right
  ul
  li
  .sub_head {
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  font-size: 10px;
  line-height: 14px;
  color: #999;
  margin: 0;
  letter-spacing: 0.12em;
}
.productView .productView-details.product-data,
.productView--quickView .productView-details.product-data {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .productView .productView-details.product-data,
  .productView--quickView .productView-details.product-data {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
}
.productView .productView-details.product-options,
.productView--quickView .productView-details.product-options {
  width: 100%;
  padding-left: 0;
  margin-bottom: 21px;
}
.productView .productView-details.product-options .pro_share,
.productView--quickView .productView-details.product-options .pro_share {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.productView .productView-details.product-options .pro_share > span,
.productView--quickView .productView-details.product-options .pro_share > span {
  display: inline-block;
  text-transform: uppercase;
  color: #010101;
  letter-spacing: 0;
  font-size: 16px;
  vertical-align: middle;
  font-weight: 400;
  margin: 5px 11px 0 0;
}
.productView .productView-details.product-options .pro_share .socialLinks,
.productView--quickView
  .productView-details.product-options
  .pro_share
  .socialLinks {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 37px;
  display: inline-block;
  vertical-align: middle;
}
.productView
  .productView-details.product-options
  .pro_share
  .socialLinks
  .socialLinks-item,
.productView--quickView
  .productView-details.product-options
  .pro_share
  .socialLinks
  .socialLinks-item {
  margin: 0 1.5px;
  display: inline-block;
  width: auto;
}
.productView
  .productView-details.product-options
  .pro_share
  .socialLinks
  .socialLinks-item
  .socialLinks__link,
.productView--quickView
  .productView-details.product-options
  .pro_share
  .socialLinks
  .socialLinks-item
  .socialLinks__link {
  height: 28px;
  width: 28px;
}
.productView
  .productView-details.product-options
  .pro_share
  .socialLinks
  .socialLinks-item
  .socialLinks__link
  svg,
.productView--quickView
  .productView-details.product-options
  .pro_share
  .socialLinks
  .socialLinks-item
  .socialLinks__link
  svg {
  stroke: none;
  fill: none;
}
.productView .productView-description,
.productView--quickView .productView-description {
  clear: right;
  width: 100%;
  float: left;
  padding: 0;
  line-height: 20px;
  color: #666;
  font-size: 12px;
  letter-spacing: 0.6px;
  margin: 10px 0 61px;
}
.productView
  .productView-description
  .accordion-navigation:has(#tab_Affiliation),
.productView--quickView
  .productView-description
  .accordion-navigation:has(#tab_Affiliation) {
  display: none;
}
.productView
  .productView-description.has-brand
  .accordion-navigation:has(#tab_Affiliation),
.productView--quickView
  .productView-description.has-brand
  .accordion-navigation:has(#tab_Affiliation) {
  display: block;
}
.productView .productView-description .tab_accordion .accordion,
.productView--quickView .productView-description .tab_accordion .accordion {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  background: 0 0;
  font-family: Lato, sans-serif;
  list-style-type: none;
  margin: 0;
}
.productView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation,
.productView--quickView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  margin: 10px 0 0;
}
.productView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation.is-open
  .accordion-content,
.productView--quickView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation.is-open
  .accordion-content {
  display: block;
}
.productView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation.is-open
  .accordion-title::after,
.productView--quickView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation.is-open
  .accordion-title::after {
  background: url(https://cdn11.bigcommerce.com/s-f4083/stencil/67ccc130-e1f2-013b-37c9-5633b773a648/e/2ad1d980-dd1f-013b-f11b-764e02ff3afb/img/accrdn_ic1.png)
    no-repeat center;
}
.productView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .accordion-title,
.productView--quickView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .accordion-title {
  display: block;
  background: #f5f5f5;
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 16px 15px 16px 20px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  position: relative;
  text-decoration: none;
}
.productView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .accordion-title::after,
.productView--quickView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .accordion-title::after {
  content: "";
  background: url(https://cdn11.bigcommerce.com/s-f4083/stencil/67ccc130-e1f2-013b-37c9-5633b773a648/e/2ad1d980-dd1f-013b-f11b-764e02ff3afb/img/accrdn_ic2.png)
    no-repeat center;
  background-size: auto;
  width: 22px;
  height: 14px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 35px;
}
.productView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .accordion-content,
.productView--quickView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .accordion-content {
  font-size: 14px;
  color: #333;
  letter-spacing: 0.05em;
  padding: 25px 8px 20px;
  cursor: auto;
}
.productView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .accordion-content#tab_description,
.productView--quickView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .accordion-content#tab_description {
  text-align: justify;
}
.productView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .accordion-content#tab_description
  p,
.productView--quickView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .accordion-content#tab_description
  p {
  line-height: 20px;
  color: #666;
  font-size: 14px;
  letter-spacing: 0.6px;
}
@media (min-width: 1751px) {
  .productView
    .productView-description
    .tab_accordion
    .accordion
    .accordion-navigation
    .accordion-content
    .custom-product-block-tab,
  .productView--quickView
    .productView-description
    .tab_accordion
    .accordion
    .accordion-navigation
    .accordion-content
    .custom-product-block-tab {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1024px) {
  .productView
    .productView-description
    .tab_accordion
    .accordion
    .accordion-navigation
    .accordion-content
    .custom-product-block-tab,
  .productView--quickView
    .productView-description
    .tab_accordion
    .accordion
    .accordion-navigation
    .accordion-content
    .custom-product-block-tab {
    position: relative;
  }
  .productView
    .productView-description
    .tab_accordion
    .accordion
    .accordion-navigation
    .accordion-content
    .custom-product-block-tab
    .productCarousel,
  .productView--quickView
    .productView-description
    .tab_accordion
    .accordion
    .accordion-navigation
    .accordion-content
    .custom-product-block-tab
    .productCarousel {
    position: static;
  }
}
.productView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .accordion-content
  .custom-product-block-tab
  .slick-arrow,
.productView--quickView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .accordion-content
  .custom-product-block-tab
  .slick-arrow {
  background-color: transparent;
  padding: 0;
}
.productView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .accordion-content
  .custom-product-block-tab
  .slick-arrow.slick-next::before,
.productView--quickView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .accordion-content
  .custom-product-block-tab
  .slick-arrow.slick-next::before {
  height: 34px;
  width: 16px;
  background-size: contain;
  background: url(https://store-f4083.mybigcommerce.com/content/related-product-right-arrow.svg)
    no-repeat center;
}
.productView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .accordion-content
  .custom-product-block-tab
  .slick-arrow.slick-prev::before,
.productView--quickView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .accordion-content
  .custom-product-block-tab
  .slick-arrow.slick-prev::before {
  height: 34px;
  width: 16px;
  background-size: contain;
  background: url(https://store-f4083.mybigcommerce.com/content/related-product-left-arrow.svg)
    no-repeat center;
}
.productView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card,
.productView--quickView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card {
  border: 1px solid #d3d3d3;
  margin-bottom: 30px;
}
.productView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-figure,
.productView--quickView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-figure {
  height: 205px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.productView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-figure
  .custom-card-badge,
.productView--quickView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-figure
  .custom-card-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 80px;
}
.productView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-figure
  > a,
.productView--quickView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-figure
  > a {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.productView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-figure
  .card-img-container::after,
.productView--quickView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-figure
  .card-img-container::after {
  max-height: 180px;
  padding-bottom: 51.28%;
}
.productView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-figure
  .card-img-container
  .card-image,
.productView--quickView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-figure
  .card-img-container
  .card-image {
  max-height: 130px;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.productView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-figure
  .card-figcaption:hover,
.productView--quickView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-figure
  .card-figcaption:hover {
  background-color: transparent;
}
.productView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-figure
  .card-figcaption
  .card-figcaption-body
  .quickview,
.productView--quickView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-figure
  .card-figcaption
  .card-figcaption-body
  .quickview {
  font-size: 0;
  background-image: url(https://www.jbtools.com/content/quickview_ic1.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 115px;
  height: 105px;
  padding: 0;
  background-color: transparent;
}
.productView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-figure
  .card-figcaption
  .card-figcaption-body
  .quickview.custom-quick-view-card:hover,
.productView--quickView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-figure
  .card-figcaption
  .card-figcaption-body
  .quickview.custom-quick-view-card:hover {
  background-color: transparent;
}
.productView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-body
  p.card-text,
.productView--quickView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-body
  p.card-text {
  display: none;
}
.productView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-body
  .card-title,
.productView--quickView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-body
  .card-title {
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  color: #999;
  font-size: 15px;
  text-align: center;
}
.productView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-body
  .card-title:hover,
.productView--quickView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-body
  .card-title:hover {
  color: #cb2129;
}
.productView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-body
  .card-title:hover
  > a,
.productView--quickView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-body
  .card-title:hover
  > a {
  color: #cb2129;
}
.productView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-body
  .card-title
  > a,
.productView--quickView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-body
  .card-title
  > a {
  line-height: 15px;
  height: 42px;
  padding: 0 10px;
  font-size: 14px !important;
  display: block;
  overflow: hidden;
  margin: 0;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.productView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-body
  .card-text,
.productView--quickView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-body
  .card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 17px 0 22px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 40px;
}
.productView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-body
  .card-text
  .price-section,
.productView--quickView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-body
  .card-text
  .price-section {
  float: none;
  vertical-align: middle;
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #333;
  font-family: "Josefin Sans", sans-serif;
}
.productView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-body
  .card-text
  .price-section.non-sale-price--withoutTax,
.productView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-body
  .card-text
  .price-section.rrp-price--withoutTax,
.productView--quickView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-body
  .card-text
  .price-section.non-sale-price--withoutTax,
.productView--quickView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-body
  .card-text
  .price-section.rrp-price--withoutTax {
  color: #999;
  padding-right: 5px;
}
.productView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-body
  .custom-top-card-button,
.productView--quickView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-body
  .custom-top-card-button {
  padding: 0 15px 20px;
  display: none;
}
.productView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-body
  .custom-top-card-button
  .card-figcaption-button,
.productView--quickView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-body
  .custom-top-card-button
  .card-figcaption-button {
  border-radius: 0;
}
.sale-flag-star,
.sale-flag-star::after,
.sale-flag-star::before,
.sold-out-flag-star,
.sold-out-flag-star::after,
.sold-out-flag-star::before {
  content: "";
  display: block;
  height: 3.57143rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  -webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
  transform: scaleX(1) scaleY(1) scaleZ(1);
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transition: background-color 0.8s ease;
  transition: background-color 0.8s ease;
  width: 3.57143rem;
  z-index: 10;
}
.sale-flag-star::before,
.sold-out-flag-star::before {
  -webkit-transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1);
  transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1);
}
.sale-flag-star::after,
.sold-out-flag-star::after {
  -webkit-transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1);
  transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1);
}
.sale-flag-star,
.sale-flag-star::after,
.sale-flag-star::before {
  background: #007dc6;
}
.sold-out-flag-star,
.sold-out-flag-star::after,
.sold-out-flag-star::before {
  background: #007dc6;
}
.starwrap {
  height: 3.57143rem;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 3.57143rem;
}
.listItem-figure .starwrap {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
@media (min-width: 551px) {
  .listItem-figure .starwrap {
    top: 0;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
}
@media (min-width: 1261px) {
  .listItem-figure .starwrap {
    top: 10px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
.sale-text-burst,
.sold-out-text-burst {
  font-weight: 600;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  z-index: 50;
}
.sale-text-burst {
  color: #fff;
}
.sold-out-text-burst {
  color: #fff;
}
.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star::after,
.product:hover .starwrap .sale-flag-star::before {
  background: #000;
}
.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star::after,
.product:hover .starwrap .sold-out-flag-star::before {
  background: #000;
}
.sale-flag-side,
.sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  -webkit-transition: background-color 0.8s ease;
  transition: background-color 0.8s ease;
  z-index: 10;
}
.sale-flag-side {
  background: #007dc6;
  color: #fff;
}
.sold-out-flag-side {
  background: #007dc6;
  color: #fff;
}
.product:hover .sale-flag-side {
  background: #000;
}
.product:hover .sold-out-flag-side {
  background: #000;
}
.sale-flag-sash,
.sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  left: -25px;
  line-height: 1.14286rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  top: 25px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: background-color 0.8s ease;
  transition: background-color 0.8s ease;
  width: 8.5rem;
  z-index: 10;
}
.sale-flag-sash {
  background: #007dc6;
  color: #fff;
}
.sold-out-flag-sash {
  background: #007dc6;
  color: #fff;
}
.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px;
}
@media (min-width: 551px) {
  .listItem-figure .sale-flag-sash,
  .listItem-figure .sold-out-flag-sash {
    left: -20px;
    top: 19px;
  }
}
@media (min-width: 1261px) {
  .listItem-figure .sale-flag-sash,
  .listItem-figure .sold-out-flag-sash {
    left: -15px;
    top: 24px;
  }
}
.product:hover .sale-flag-sash {
  background: #000;
}
.product:hover .sold-out-flag-sash {
  background: #000;
}
.product {
  overflow: hidden;
}
[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible;
}
.form-option-variant--none {
  height: 22px;
  overflow: hidden;
}
.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px;
}
.form-option-expanded {
  background-color: #fff;
  border: 1px solid #474747;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden;
}
.form-option:hover .form-option-expanded {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000;
}
.form-option-image {
  display: block;
  height: 100px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.account {
  margin-bottom: 1.5rem;
}
@media (min-width: 1025px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%;
  }
}
@media (min-width: 1025px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%;
  }
}
.account-head {
  margin-bottom: 3rem;
  text-align: center;
}
.account-head .alertBox {
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: left;
}
.account-body {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
}
.account-body:after,
.account-body:before {
  content: " ";
  display: table;
}
.account-body:after {
  clear: both;
}
.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
}
@media (min-width: 1025px) {
  .account-content--fixed {
    width: 66.66667%;
  }
}
@media (min-width: 1025px) {
  .account-content--fixedSmall {
    width: 50%;
  }
}
.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
}
@media (min-width: 1025px) {
  .account-sidebar {
    width: 33.33333%;
  }
  .account-content--fixedSmall + .account-sidebar {
    float: right;
  }
}
.page-type-blog_post .hide {
  display: none;
}
.page-type-blog_post .glopal-show,
.page-type-blog_post [class*="glopal-show-"] {
  display: none !important;
}
.page-type-blog_post * {
  outline: 0;
}
.page-type-blog_post body {
  font-family: "Josefin Sans", sans-serif;
}
.page-type-blog_post .search_btn {
  border-radius: 0;
}
.page-type-blog_post .cart-total-grandTotal,
.page-type-blog_post .compareTable-heading,
.page-type-blog_post .form-label--alternate,
.page-type-blog_post .swal2-modal .swal2-styled {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
}
.page-type-blog_post h1,
.page-type-blog_post h2,
.page-type-blog_post h3,
.page-type-blog_post h4,
.page-type-blog_post h5,
.page-type-blog_post h6 {
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  color: #000;
}
.page-type-blog_post a,
.page-type-blog_post a:focus,
.page-type-blog_post a:hover {
  text-decoration: none;
  outline: 0;
}
.page-type-blog_post #facetedSearch a:hover,
.page-type-blog_post #menu .navPage-subMenu li a.navPages-action:hover,
.page-type-blog_post
  .accordion-block
  .accordion-content
  a.toggleLink:hover
  span.toggleLink-text,
.page-type-blog_post .account-product-title a:hover,
.page-type-blog_post .allprice_bnr a:hover,
.page-type-blog_post .block_brands .brand_title:hover,
.page-type-blog_post .blog-post a:hover,
.page-type-blog_post .blog-title a:hover,
.page-type-blog_post .breadcrumb-label:hover,
.page-type-blog_post .card-title > a:hover,
.page-type-blog_post .cart-item-name a:hover,
.page-type-blog_post .cart_cnt > a:hover,
.page-type-blog_post .coupon-code-add:hover,
.page-type-blog_post .coupon-code-cancel:hover,
.page-type-blog_post .ctm_navpages > li > a:hover,
.page-type-blog_post .footer-info-list a:hover,
.page-type-blog_post .footer_btm p a:hover,
.page-type-blog_post .gift-certificate-add:hover,
.page-type-blog_post .gift-certificate-cancel:hover,
.page-type-blog_post .hmJBLogo li a:hover,
.page-type-blog_post .login-form .forgot-password:hover,
.page-type-blog_post
  .navList.facetedSearch-optionColumns
  li
  .navList-action:hover,
.page-type-blog_post .navPages-action:hover,
.page-type-blog_post .navUser-action:hover,
.page-type-blog_post .navUser-item--cart .navUser-action:hover,
.page-type-blog_post .previewCartItem-name a:hover,
.page-type-blog_post .productView-brand a:hover,
.page-type-blog_post .productView-reviewLink > a:hover,
.page-type-blog_post .shipping-estimate-hide:hover,
.page-type-blog_post .shipping-estimate-show:hover,
.page-type-blog_post .sitemap_link li a:hover,
.page-type-blog_post .sitemap_mn li a:hover {
  color: #cb2129;
}
.page-type-blog_post .button,
.page-type-blog_post .button:active,
.page-type-blog_post .button:focus,
.page-type-blog_post .swal2-container .swal2-modal .swal2-cancel,
.page-type-blog_post .swal2-container button.swal2-confirm.button {
  background: #000;
  color: #fff;
  line-height: normal;
  border: 0;
  border-radius: 0;
  outline: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  font-family: "Josefin Sans", sans-serif;
}
.page-type-blog_post .button:hover,
.page-type-blog_post .swal2-container .swal2-modal .swal2-cancel:hover,
.page-type-blog_post .swal2-container button.swal2-confirm.button:hover {
  background: #cb2129;
  color: #fff;
  border: 0;
  border-radius: 0;
  outline: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.page-type-blog_post .add_cart_btn.button {
  font-size: 17px;
}
.page-type-blog_post .nanobar .bar,
.page-type-blog_post .pace-progress {
  background: #cb2129;
}
.page-type-blog_post .loadingOverlay:before {
  border-color: #fff #fff #cb2129 #cb2129;
}
.page-type-blog_post body.hasAdminBar .banners {
  margin: 0;
  padding: 0;
}
.page-type-blog_post #maintenance-notice,
.page-type-blog_post .AdminBar,
.page-type-blog_post .adminBar {
  display: none !important;
}
.page-type-blog_post body.hasAdminBar,
.page-type-blog_post body.hasAdminBar .header {
  padding-top: 0;
}
.page-type-blog_post main.account.account--fixed .form-select {
  padding-right: 22px;
}
.page-type-blog_post .form-row.form-row--half .form-select {
  padding-right: 10px;
}
.page-type-blog_post #modal-review-form .form-select {
  padding-right: 10px;
}
.page-type-blog_post .cart-total .form-select {
  padding: 5px 7px;
}
.page-type-blog_post #previewModal.modal,
.page-type-blog_post .modal,
.page-type-blog_post div#modal-review-form.modal {
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  left: 50% !important;
  top: 50% !important;
}
.page-type-blog_post .address-addNew {
  transform: translateX(-50%) translateY(-55%);
  -ms-transform: translateX(-50%) translateY(-55%);
  -webkit-transform: translateX(-50%) translateY(-55%);
  -moz-transform: translateX(-50%) translateY(-55%);
  -o-transform: translateX(-50%) translateY(-55%);
}
.page-type-blog_post .cart-total .form-select,
.page-type-blog_post .form-select {
  background: url("../img/dropdown_arrow.png") right no-repeat;
  background-position: 96%;
  border-radius: 0;
  background-size: auto;
}
.page-type-blog_post .coupon-code-cancel,
.page-type-blog_post .shipping-estimate-hide {
  font-style: normal;
  text-decoration: none;
}
.page-type-blog_post .login-form .form-actions {
  text-align: left;
}
.page-type-blog_post .login-form .forgot-password {
  line-height: 43px;
  font-weight: 600;
}
.page-type-blog_post .cart-header > tr > th:first-child,
.page-type-blog_post .cart-header > tr > th:nth-child(2) {
  text-align: left;
}
.page-type-blog_post .breadcrumbs,
.page-type-blog_post .cart-header-item {
  text-transform: uppercase;
}
.page-type-blog_post .account-orderStatus-label {
  background: #000;
  padding: 10px 10px 8px;
  letter-spacing: 1px;
  line-height: normal;
}
.page-type-blog_post .account-orderStatus-label:hover {
  background: #000;
}
.page-type-blog_post .modal-content .GiftCertificate {
  width: 100%;
}
.page-type-blog_post .modal-content #GiftCertificateAmount,
.page-type-blog_post .modal-content .GiftCertificate h1 {
  font-size: 25px;
}
.page-type-blog_post .account-body {
  margin: 0 auto;
}
.page-type-blog_post .addressList .address-title {
  text-transform: capitalize;
}
.page-type-blog_post .panel--newAddress:hover .address-symbol,
.page-type-blog_post .panel--newAddress:hover .address-title,
.page-type-blog_post .wishlists-table tr > td > a:hover {
  color: #cb2129;
}
.page-type-blog_post .address {
  float: left;
}
.page-type-blog_post .account {
  min-height: 630px;
}
.page-type-blog_post .cart-item-image {
  max-height: 90px;
}
.page-type-blog_post .account-listItem .account-product-image {
  max-height: 70px;
}
.page-type-blog_post #giftcertificatecode,
.page-type-blog_post
  .form.forgot-password-form
  .form-prefixPostfix
  .form-input {
  width: 100%;
  display: block;
}
.page-type-blog_post #gift-certificate-balance .form-prefixPostfix .button,
.page-type-blog_post .form.forgot-password-form .form-prefixPostfix .button {
  margin: 15px 0 0;
}
.page-type-blog_post .forgot-password-form .form-prefixPostfix.wrap {
  display: block;
}
.page-type-blog_post .form.wishlist-form .form-actions .button--primary {
  margin-bottom: 20px;
}
.page-type-blog_post .PayPalExpressCheckout {
  margin: 15px 0;
}
.page-type-blog_post .form-increment .button svg,
.page-type-blog_post .form-wishlist .button svg {
  fill: #fff;
}
.page-type-blog_post #wishlist-dropdown li .button {
  font-size: 12px;
  background: #000;
}
.page-type-blog_post #wishlist-dropdown.is-open .button {
  background: #000;
}
.page-type-blog_post #wishlist-dropdown li .button:hover {
  background: #cb2129;
}
.page-type-blog_post #wishlist-dropdown > li {
  border-top: 1px solid #fff;
}
.page-type-blog_post
  #gift-certificate-form
  > .form-row.form-row--half
  + .form-row
  .form-fieldset.form-column
  > .form-field {
  padding-left: 0;
  padding-right: 0;
}
.page-type-blog_post
  #gift-certificate-form
  > .form-row.form-row--half
  + .form-row
  .form-fieldset.form-column
  > .form-field.form-field-group {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.page-type-blog_post .error_page_403 .form #search_query_adv {
  display: block;
  width: 100%;
  margin: 0 0 10px;
}
.page-type-blog_post .error_page_403 .form-prefixPostfix {
  position: relative;
  display: block;
}
.page-type-blog_post .error_page_403 .form .button.button--primary {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  display: block;
  line-height: normal;
}
.page-type-blog_post .error_page_404,
.page-type-blog_post .error_page_404 h1 {
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #000;
  letter-spacing: 1px;
  margin-top: 20px;
}
.page-type-blog_post .error_page_404 p {
  font-size: 16px;
  letter-spacing: 1px;
  color: #000;
  margin: 0;
}
.page-type-blog_post .suggestiveCart {
  display: none !important;
}
.page-type-blog_post .form-input,
.page-type-blog_post .form-select {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.page-type-blog_post .slick-dots li button {
  border-color: #252525;
  background: #252525;
  height: 9px;
  width: 9px;
}
.page-type-blog_post .slick-dots li.slick-active button {
  border-color: #555;
  background: #555;
}
.page-type-blog_post .slick-dots li button:before,
.page-type-blog_post .slick-dots li.slick-active button:before {
  color: #555;
}
.page-type-blog_post .slick-dots li button:hover:before,
.page-type-blog_post .slick-dots li.slick-active button:before {
  background: 0 0;
}
.page-type-blog_post .slick-dots li {
  padding: 0;
  height: 15px;
  width: 15px;
}
.page-type-blog_post .heroCarousel {
  display: block;
  width: 100%;
  float: left;
  margin: 0;
}
.page-type-blog_post .heroCarousel.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.page-type-blog_post .heroCarousel-slide .heroCarousel-image,
.page-type-blog_post .heroCarousel-slide .heroCarousel-image-wrapper,
.page-type-blog_post .heroCarousel.slick-initialized {
  max-height: 100%;
}
.page-type-blog_post .heroCarousel .slick-prev {
  top: 50%;
  background: transparent url("../img/mn_slider11.png") no-repeat center;
}
.page-type-blog_post .heroCarousel .slick-next {
  top: 50%;
  background: transparent url("../img/mn_slider22.png") no-repeat center;
}
.page-type-blog_post .heroCarousel .slider-3 .heroCarousel_action {
  left: auto;
  right: 9%;
  bottom: 12%;
}
.page-type-blog_post .slick-next:focus:before,
.page-type-blog_post .slick-next:hover:before,
.page-type-blog_post .slick-prev:focus:before,
.page-type-blog_post .slick-prev:hover:before {
  opacity: 1;
}
.page-type-blog_post .heroCarousel .slick-dots li {
  background: 0 0;
}
.page-type-blog_post .slick-next,
.page-type-blog_post .slick-next:before,
.page-type-blog_post .slick-prev,
.page-type-blog_post .slick-prev:before {
  height: 58px;
  width: 30px;
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
}
.page-type-blog_post .slick-next:before,
.page-type-blog_post .slick-next:focus,
.page-type-blog_post .slick-next:hover,
.page-type-blog_post .slick-next:hover:before {
  background: transparent url("../img/mn_slider22.png") no-repeat center;
  background-size: auto;
  opacity: 1;
}
.page-type-blog_post .slick-prev:before,
.page-type-blog_post .slick-prev:focus,
.page-type-blog_post .slick-prev:hover,
.page-type-blog_post .slick-prev:hover:before {
  background: transparent url("../img/mn_slider11.png") no-repeat center;
  background-size: auto;
  opacity: 1;
}
.page-type-blog_post .slick-next {
  background: transparent url("../img/mn_slider22.png") no-repeat center;
  background-size: auto;
}
.page-type-blog_post .slick-prev {
  background: transparent url("../img/mn_slider11.png") no-repeat center;
  background-size: auto;
}
.page-type-blog_post .slick-disabled {
  opacity: 0.3 !important;
}
.page-type-blog_post .slick-next.slick-disabled:before,
.page-type-blog_post .slick-prev.slick-disabled:before {
  opacity: 1;
}
.page-type-blog_post .wishlist_details .card,
.page-type-blog_post .wishlist_details .productGrid .product > .form {
  margin: 0;
  padding: 0;
}
.page-type-blog_post
  .wishlist_details
  .productGrid
  .product
  > .form
  input.button {
  font-size: 13px;
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 10px 39px;
  height: auto;
  letter-spacing: 2px;
}
.page-type-blog_post .header_top {
  display: block;
  width: 100%;
  padding: 0 15px;
  background: #363636;
  position: relative;
  border-bottom: 1px solid transparent;
}
.page-type-blog_post .navUser {
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-transform: none !important;
  transform: none !important;
}
.page-type-blog_post .navUser ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.page-type-blog_post .navUser > ul > li {
  display: inline-block;
  float: left;
  vertical-align: middle;
}
.page-type-blog_post .navUser > ul > li > a {
  font-size: 9px;
  font-weight: 700;
  color: #999;
  letter-spacing: 0.12em;
  padding: 11px 10px 5px 10px;
}
.page-type-blog_post .allprice_bnr {
  margin: 0 auto;
  letter-spacing: 0.12em;
  line-height: normal;
  vertical-align: middle;
  color: #999;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  right: 0;
  max-width: 16%;
  width: 100%;
  z-index: 1;
  padding: 3px 0 0;
  text-align: center;
  position: absolute;
  top: 50%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 9px;
}
.page-type-blog_post .allprice_bnr a {
  color: #999;
}
.page-type-blog_post .countPill {
  display: inline-block;
  height: 16px;
  width: 16px;
  line-height: 19px;
  padding: 0;
  margin: 0;
  text-align: center;
  background: #cb2129;
  border: 0;
  float: none;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 15px;
  font-weight: 700;
  font-size: 9px;
  color: #fff;
  overflow: hidden;
}
.page-type-blog_post .navUser .cart_cnt > a {
  position: relative;
  color: #999;
}
.page-type-blog_post .cart_cnt > a:before {
  content: "";
  background: url("../img/cart_ic.png") no-repeat left center;
  background-size: auto;
  width: 11px;
  height: 13px;
  line-height: 13px;
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin: -3px 10px 0 0;
}
.page-type-blog_post .ctmAcc > a:before,
.page-type-blog_post .ctmLogin > a:before {
  content: "";
  background: url("../img/acc_ic.png") no-repeat left center;
  background-size: auto;
  width: 11px;
  height: 11px;
  line-height: 11px;
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin: -5px 8px 0 0;
}
.page-type-blog_post .SelectLang {
  background: #252525;
}
.page-type-blog_post .header-logo-image-container:after {
  display: none;
}
.page-type-blog_post .header-logo-image {
  max-height: 59px;
  position: static;
  display: block;
}
.page-type-blog_post .header-logo {
  margin: 30px 0 28px;
  display: inline-block;
  float: left;
  width: auto;
}
.page-type-blog_post .header_midl {
  display: block;
  width: 100%;
  float: left;
  padding: 0 15px;
}
.page-type-blog_post .hd_midl {
  width: auto;
  display: inline-block;
  float: left;
}
.page-type-blog_post .hd_search {
  clear: left;
  margin: 0;
  width: 100%;
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}
.page-type-blog_post .ctm_navpages {
  margin: 38px 0 0;
  list-style-type: none;
  display: block;
  width: 100%;
  padding: 0 0 0 38px;
}
.page-type-blog_post .ctm_navpages:after,
.page-type-blog_post .ctm_navpages:before,
.page-type-blog_post .hd_right ul:after,
.page-type-blog_post .hd_right ul:before {
  content: "";
  display: block;
  clear: left;
}
.page-type-blog_post .ctm_navpages > li {
  display: inline-block;
  float: left;
  position: relative;
}
.page-type-blog_post .ctm_navpages > li > a {
  font-size: 12px;
  font-weight: 700;
  color: #999;
  letter-spacing: 0.12em;
  line-height: normal;
  display: block;
  text-transform: uppercase;
  padding: 14px 18px;
  border: 1px solid transparent;
}
.page-type-blog_post .hd_right {
  display: inline-block;
  float: right;
  width: auto;
  margin: 12px 0 0;
}
.page-type-blog_post .hd_right ul {
  list-style-type: none;
  display: block;
  margin: 0;
}
.page-type-blog_post .hd_right ul li {
  display: inline-block;
  float: left;
  padding: 0 28px;
  line-height: normal;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.page-type-blog_post .hd_right ul li span {
  display: block;
  line-height: normal;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.page-type-blog_post .hd_right ul li .hd_heading {
  text-transform: uppercase;
  color: #cb2129;
  margin: 7px 0 0;
}
.page-type-blog_post .hd_right ul li .sub_head {
  font-size: 10px;
  line-height: 14px;
  color: #999;
  margin: 0;
  letter-spacing: 0.12em;
}
.page-type-blog_post .hd_search {
  display: block;
  float: left;
  width: 100%;
  background: #ebebeb;
}
.page-type-blog_post .hd_search > .container {
  max-width: 1165px;
}
.page-type-blog_post .hd_search h3 {
  font-size: 24px;
  color: #000;
  letter-spacing: 0.05em;
  line-height: normal;
  margin: 0;
  padding: 10px 0 0;
  width: auto;
  display: inline-block;
  float: left;
}
.page-type-blog_post .search_input {
  width: auto;
  display: inline-block;
  float: right;
}
.page-type-blog_post .search_input .form,
.page-type-blog_post .search_input .form-field,
.page-type-blog_post .search_input .form-fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.page-type-blog_post .search_input .form-input {
  padding: 0 140px 0 16px;
  height: 40px;
  line-height: 40px;
  display: block;
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  border: 0;
  text-transform: uppercase;
}
.page-type-blog_post .search_btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  line-height: normal;
  width: 130px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.12em;
  border: 0;
  padding: 0 5px;
}
.page-type-blog_post .search_btn:hover {
  background: #cb2129;
}
.page-type-blog_post .search_input .form-field {
  width: 630px;
  position: relative;
}
.page-type-blog_post .quickSearchResults {
  position: absolute;
  right: 0;
  top: 38px;
  width: auto;
  background: #fff;
  z-index: 99;
}
.page-type-blog_post .quickSearchResults .modal-close {
  top: 1px;
  right: 17px;
  background: #fff;
  color: #000;
}
.page-type-blog_post .quickSearchMessage {
  display: none;
}
.page-type-blog_post .quickSearchResults .productGrid {
  width: 100%;
  background-color: #fff;
  display: block;
  max-height: 360px;
  overflow-y: auto;
  min-width: 100%;
  padding: 0;
  margin: 0;
  border: 1px solid #bebdbd;
  border-top: 0;
}
.page-type-blog_post .quickSearchResults .card .card-body p.card-text,
.page-type-blog_post .quickSearchResults .card-figcaption,
.page-type-blog_post .quickSearchResults .productGrid:after,
.page-type-blog_post .quickSearchResults .productGrid:before {
  display: none;
}
.page-type-blog_post .quickSearchResults .productGrid .product:first-child {
  border-top: 1px solid #dedddb;
}
.page-type-blog_post .quickSearchResults .productGrid .product {
  width: 100%;
  padding: 10px;
  margin: 0;
  display: block;
  border-bottom: 1px solid #dedddb;
  overflow: hidden;
}
.page-type-blog_post .quickSearchResults .productGrid .product .card {
  border: 0;
  margin: 0;
  padding: 0;
}
.page-type-blog_post
  .quickSearchResults
  .productGrid
  .product
  .card:hover
  .card-body {
  background: 0 0;
}
.page-type-blog_post .quickSearchResults .card .card-figure {
  width: 30%;
  height: auto;
  float: left;
  padding: 0;
  margin: 0 auto;
}
.page-type-blog_post .quickSearchResults .card .card-figure > a {
  position: static;
  border: 0;
  height: 95px;
  float: left;
  width: 100%;
}
.page-type-blog_post .quickSearchResults .card .card-figure .card-image {
  min-height: auto;
  -webkit-transition: none !important;
  transition: none !important;
  max-height: 92px;
  padding: 0;
}
.page-type-blog_post .quickSearchResults .card .card-body {
  width: 70%;
  float: left;
  padding: 5px 25px 5px 12px;
  text-align: left;
  margin: 0 auto;
  border: 0;
}
.page-type-blog_post .quickSearchResults .card .card-body .card-title {
  text-align: left;
  line-height: normal;
  height: auto;
  max-height: none;
  margin: 0;
}
.page-type-blog_post .quickSearchResults .card .card-body .card-text {
  text-align: left;
  font-size: 14px;
}
.page-type-blog_post .quickSearchResults .card .card-body .card-title > a {
  height: auto;
  letter-spacing: normal;
  font-size: 14px;
  margin: 0 0 5px;
  color: #525b65;
  overflow: hidden;
  display: block;
  letter-spacing: 0.05em;
  padding: 0;
}
.page-type-blog_post .modal-close:hover,
.page-type-blog_post
  .quickSearchResults
  .card
  .card-body
  .card-title
  > a:hover {
  color: #cb2129;
}
.page-type-blog_post .quickSearchResults .card-figure > a img,
.page-type-blog_post .quickSearchResults .card-figure > a:hover img {
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.page-type-blog_post .quickSearchResults .card-img-container {
  max-width: 100%;
  text-align: center;
}
.page-type-blog_post
  .quickSearchResults
  .price-section.price-section--withoutTax {
  padding: 0 5px 0 0;
}
.page-type-blog_post .quickSearchResults .card_rate {
  height: auto;
}
.page-type-blog_post .previewCartAction .button {
  font-size: 10px;
  padding: 12px 5px;
}
.page-type-blog_post .footer {
  clear: left;
  width: 100%;
  float: left;
  border: 0;
  padding: 0;
  background: #363636;
}
.page-type-blog_post .body {
  width: 100%;
  float: left;
}
.page-type-blog_post .default_mn .body {
  margin: 0;
  padding: 0;
}
.page-type-blog_post .default_mn .body > .container {
  clear: left;
  max-width: none;
}
.page-type-blog_post .hm_cat_sec {
  overflow: hidden;
  display: block;
  width: 100%;
  margin: 0 0 60px;
}
.page-type-blog_post .hm_cat_sec ul {
  margin: 0;
  list-style-type: none;
  display: block;
}
.page-type-blog_post .hm_cat_sec ul li {
  display: inline-block;
  float: left;
  width: 50%;
  background: #fff;
}
.page-type-blog_post .hm_cat_sec ul li > div {
  border-bottom: 1px solid #000;
  padding: 0;
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
.page-type-blog_post .hm_cat_sec ul li:nth-child(2n) > div {
  border-left: 1px solid #000;
}
.page-type-blog_post .catLink {
  display: inline-block;
  width: 100%;
  float: left;
  position: relative;
}
.page-type-blog_post .catButton {
  opacity: 0;
  visibility: hidden;
  display: block;
  width: 159px;
  height: 46px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  position: absolute;
  right: 55px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: #000;
  z-index: 2;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.page-type-blog_post .actName {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #999;
  line-height: normal;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 5%;
  width: auto;
  max-width: 50%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.page-type-blog_post .catImg {
  display: inline-block;
  float: right;
  width: 50%;
  text-align: right;
}
.page-type-blog_post .catImg img {
  max-height: 100px;
  display: block;
  margin: 0;
  float: right;
}
.page-type-blog_post .catLink:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.page-type-blog_post .catLink:hover .catButton,
.page-type-blog_post .catLink:hover:after {
  opacity: 1;
  visibility: visible;
}
.page-type-blog_post .catLink:hover .actName {
  color: #fff;
  z-index: 2;
}
.page-type-blog_post .manufctr_logo {
  display: block;
  width: 100%;
}
.page-type-blog_post .hm_fd_pro .page-heading,
.page-type-blog_post .manufctr_logo h2 {
  font-size: 28px;
  letter-spacing: 0.05em;
  display: block;
  margin: 0 0 23px;
  text-align: center;
}
.page-type-blog_post .hm_fd_pro .page-heading {
  margin: 0 0 53px;
}
.page-type-blog_post .manufctr_logo ul {
  margin: 0 auto;
  list-style-type: none;
  text-align: center;
}
.page-type-blog_post .manufctr_logo ul > li {
  display: inline-block;
  float: left;
  padding: 25px 0;
  text-align: center;
  width: 20%;
}
.page-type-blog_post .manufctr_logo ul .FD_Link {
  display: block;
  width: 100%;
  overflow: hidden;
}
.page-type-blog_post .blog_page .blog .blog-thumbnail img,
.page-type-blog_post .manufctr_logo ul li img {
  display: block;
  margin: auto;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transform: all 0.5s ease 0s;
}
.page-type-blog_post .blog_page .blog .blog-thumbnail:hover img,
.page-type-blog_post .manufctr_logo ul .FD_Link:hover img {
  transform: translateZ(0) scale(1.15, 1.15);
  -webkit-transform: translateZ(0) scale(1.15, 1.15);
  -moz-transform: translateZ(0) scale(1.15, 1.15);
  -o-transform: translateZ(0) scale(1.15, 1.15);
  -ms-transform: translateZ(0) scale(1.15, 1.15);
  -webkit-backface-visibility: hidden;
}
.page-type-blog_post .hm_fd_pro {
  display: block;
  width: 100%;
  float: left;
  margin: 55px 0 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.page-type-blog_post .proInner_hm {
  position: relative;
}
.page-type-blog_post .main.full .proInner_hm:after,
.page-type-blog_post .main.full .proInner_hm:before {
  content: " ";
  position: absolute;
  background: #fff;
  top: 0;
  left: -1px;
  height: 100%;
  display: block;
  width: 2px;
  clear: left;
}
.page-type-blog_post .main.full .proInner_hm:before {
  left: auto;
  right: -1px;
}
.page-type-blog_post .featured_supplier {
  width: 100%;
  display: block;
  float: left;
  background: #999;
  position: relative;
  margin: 0 0 63px;
}
.page-type-blog_post .featured_supplier div img {
  max-width: 100%;
  float: right;
}
.page-type-blog_post .featured_supplier .FS_col1 {
  display: inline-block;
  float: left;
  width: 15%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #aeaeae;
  z-index: 1;
}
.page-type-blog_post .featured_supplier .FS_col1 img {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  max-height: 70px;
}
.page-type-blog_post .featured_supplier .FS_col_right {
  width: 85%;
  display: inline-block;
  float: right;
}
.page-type-blog_post .featured_supplier .FS_col2 {
  display: inline-block;
  float: left;
  width: 64%;
  padding: 50px 10px 0 65px;
}
.page-type-blog_post .featured_supplier .FS_col2 h2 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 28px;
  line-height: normal;
  color: #fff;
  letter-spacing: 0.05em;
}
.page-type-blog_post .featured_supplier .FS_col3 {
  display: inline-block;
  float: right;
  width: 33%;
}
.page-type-blog_post .featured_supplier p {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1.5px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  text-align: justify;
}
.page-type-blog_post .NewsLetter {
  background: #000;
  width: 100%;
  float: left;
  padding: 20px 0;
}
.page-type-blog_post .NewsLetter h3 {
  color: #fff;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0.05em;
  font-weight: 600;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 12px 16px 0 0;
  width: 45%;
  text-align: right;
}
.page-type-blog_post .NewsLetter .form {
  display: inline-block;
  float: left;
  width: 430px;
  margin: 0;
}
.page-type-blog_post .footer_mn {
  width: 100%;
  float: left;
  margin: 0;
  padding: 50px 0 30px;
}
.page-type-blog_post .NewsLetter .form-field,
.page-type-blog_post .NewsLetter .form-fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
}
.page-type-blog_post .NewsLetter .form-prefixPostfix .form-input {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0 140px 0 16px;
  height: 40px;
  line-height: 40px;
  background: #444;
  letter-spacing: 0.05em;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  border: 0;
}
.page-type-blog_post .NewsLetter .btnSubmit {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  line-height: 40px;
  width: 130px;
  font-size: 17px;
  text-transform: uppercase;
  background: #666;
  display: block;
  padding: 0 5px;
  letter-spacing: 0.12em;
  margin: 0;
  font-weight: 700;
}
.page-type-blog_post .NewsLetter .btnSubmit:hover {
  background: #cb2129;
  color: #fff;
}
.page-type-blog_post .footer-info-heading {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 15px;
  color: #fff;
  font-weight: 700;
}
.page-type-blog_post .footer-info-col {
  display: inline-block;
  float: left;
  width: 25%;
  text-align: left;
}
.page-type-blog_post .footer-info-list a {
  color: #999;
  font-size: 10px;
  text-transform: uppercase;
  line-height: normal;
  padding: 5px 0;
  font-weight: 600;
  letter-spacing: 0.12em;
}
.page-type-blog_post .footer_mn .socialLinks {
  margin: 0 0 15px -7px;
  width: auto;
  display: block;
}
.page-type-blog_post .footer_mn .socialLinks .socialLinks-item {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0 7px;
  text-align: center;
}
.page-type-blog_post .footer_mn .socialLinks .icon svg {
  display: none !important;
}
.page-type-blog_post .footer_mn .socialLinks .icon {
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: url("https://www.jbtools.com/content/SocialMedia.png") no-repeat
    center;
  background-size: auto;
  background-position: -11px -9px;
  transition: background-position 0.5s ease;
  -webkit-transition: background-position 0.5s ease;
  -moz-transition: background-position 0.5s ease;
}
.page-type-blog_post .footer_mn .socialLinks .icon.icon--twitter {
  background-position: -53px -9px;
}
.page-type-blog_post .footer_mn .socialLinks .icon.icon--twitter:hover {
  background-position: -53px -52px;
}
.page-type-blog_post .footer_mn .socialLinks .icon.icon--pinterest {
  background-position: -95px -9px;
}
.page-type-blog_post .footer_mn .socialLinks .icon.icon--pinterest:hover {
  background-position: -95px -52px;
}
.page-type-blog_post .footer_mn .socialLinks .icon.icon--instagram {
  background-position: -138px -9px;
}
.page-type-blog_post .footer_mn .socialLinks .icon.icon--instagram:hover {
  background-position: -138px -52px;
}
.page-type-blog_post .footer_mn .socialLinks .icon.icon--facebook {
  background-position: -11px -9px;
}
.page-type-blog_post .footer_mn .socialLinks .icon.icon--facebook:hover {
  background-position: -11px -52px;
}
.page-type-blog_post .footer_mn .footer-support-heading {
  margin-top: 20px;
}
.page-type-blog_post .footer_btm {
  margin: 0 auto;
  text-align: center;
}
.page-type-blog_post .ftLogo {
  margin: 13px auto 24px;
  display: block;
}
.page-type-blog_post .ftLogo > span {
  padding: 0 14px;
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.page-type-blog_post .ftLogo > span.ftLogo1 {
  padding-top: 10px;
}
.page-type-blog_post .footer_btm p {
  font-size: 10px;
  letter-spacing: 0.12em;
  line-height: normal;
  margin: 0;
  text-align: center;
  color: #666;
  text-transform: uppercase;
  font-weight: 700;
}
.page-type-blog_post .footer_btm p a {
  color: #666;
}
.page-type-blog_post .footer_btm p > b {
  color: #000;
  padding: 0 5px;
}
.page-type-blog_post .hmJB_left {
  width: 48%;
  display: inline-block;
  float: left;
  padding: 10px 63px 0 0;
}
.page-type-blog_post .hmJB_right {
  width: 52%;
  display: inline-block;
  float: right;
}
.page-type-blog_post .JBRight_inner {
  margin: auto;
  text-align: center;
  display: block;
  max-width: 100%;
}
.page-type-blog_post .hmJBTool_sec {
  width: 100%;
  float: left;
  padding: 40px 0 42px;
  border-top: 1px solid #000;
}
.page-type-blog_post .hmJBTool_sec ul {
  margin: 0;
  list-style-type: none;
}
.page-type-blog_post .hmJB_left ul {
  max-width: 500px;
  float: right;
}
.page-type-blog_post .hmJB_left ul li {
  display: inline-block;
  float: left;
  width: 33.33%;
  text-align: center;
  margin: auto;
  text-transform: uppercase;
  line-height: normal;
  color: #cb2129;
  padding: 35px 0;
}
.page-type-blog_post .hmJB_left ul li img {
  max-height: 67px;
  display: block;
  margin: auto;
}
.page-type-blog_post .hmJBTitle {
  display: block;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: normal;
  margin: 12px 0 0;
}
.page-type-blog_post .hmJBSubTitle {
  font-size: 10px;
  display: block;
  letter-spacing: 0.12em;
  line-height: normal;
  color: #999;
  font-weight: 700;
}
.page-type-blog_post .hmJBLogo ul {
  margin: 8px auto 37px;
}
.page-type-blog_post .hmJBLogo ul:after,
.page-type-blog_post .hmJBLogo ul:before {
  content: "";
  display: block;
  clear: left;
}
.page-type-blog_post .hmJBLogo li {
  display: inline-block;
  float: none;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.page-type-blog_post .hmJBLogo li:nth-child(2) a:after,
.page-type-blog_post .hmJBLogo li:nth-child(2) a:before {
  content: "";
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  height: 12px;
  position: absolute;
  left: -3px;
  top: 2px;
}
.page-type-blog_post .hmJBLogo li:nth-child(2) a:after {
  left: auto;
  right: -3px;
}
.page-type-blog_post .hmJBLogo li a {
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #666;
  padding: 0 12px;
  float: left;
}
.page-type-blog_post .JBRight_inner p {
  font-size: 14px;
  line-height: 28px;
  color: #333;
  letter-spacing: 0.05em;
  text-align: justify;
  font-family: Lato, sans-serif;
  -moz-text-align-last: center;
  text-align-last: center;
}
.page-type-blog_post .hm_testimonial {
  width: 100%;
  float: left;
  display: block;
  margin: 0 auto;
  background: transparent url("../img/test_bg.png") no-repeat center;
  background-size: 100% 100%;
  padding: 15px 0 5px;
}
.page-type-blog_post .testiGrid_inr {
  max-width: 775px;
  margin: auto;
  text-align: center;
  position: relative;
  padding: 70px 0;
}
.page-type-blog_post .testiGrid_inr:before {
  content: "";
  background: url("../img/quotes_ic1.png") no-repeat top center;
  background-size: auto;
  width: 130px;
  height: 112px;
  display: block;
  position: absolute;
  top: 20px;
  left: -125px;
}
.page-type-blog_post .testiGrid_inr:after {
  content: "";
  background: url("../img/quotes_ic2.png") no-repeat top center;
  background-size: auto;
  width: 130px;
  height: 112px;
  display: block;
  position: absolute;
  bottom: 55px;
  right: -125px;
}
.page-type-blog_post .hm_testimonial ul {
  list-style-type: none;
  margin: 0 auto;
}
.page-type-blog_post .hm_testimonial .testi_grid {
  display: block;
  text-align: center;
}
.page-type-blog_post .hm_testimonial .testi_grid p {
  font-size: 21px;
  line-height: normal;
  color: #000;
  letter-spacing: 0.05em;
  font-weight: 300;
  margin: 0 0 24px;
  font-family: Lato, sans-serif;
}
.page-type-blog_post .ctm_Name {
  display: block;
  text-transform: uppercase;
  line-height: normal;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.05em;
}
.page-type-blog_post .brand .card-img-container,
.page-type-blog_post .card-img-container {
  display: block;
  width: 100%;
  max-width: 100%;
}
.page-type-blog_post .main.full .card-figure {
  height: 200px;
}
.page-type-blog_post .main.full .card-image {
  max-height: 180px;
}
.page-type-blog_post .card-image {
  position: static;
  width: auto;
  max-height: 130px;
  display: block;
  text-align: center;
  margin: auto;
}
.page-type-blog_post .card-img-container:after {
  display: none !important;
}
.page-type-blog_post .card-figure {
  height: 180px;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-type-blog_post .card-figure > a {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.page-type-blog_post .card-body {
  text-align: center;
}
.page-type-blog_post .main.full .card-title {
  margin: 0;
}
.page-type-blog_post .main.full .card-title > a {
  font-size: 14px;
  line-height: 20px;
  height: 58px;
  display: block;
  overflow: hidden;
  margin: 0;
  letter-spacing: 0.05em;
  padding: 0;
}
.page-type-blog_post .main.full .card_price > .price-section {
  font-size: 24px;
}
.page-type-blog_post .icon--ratingFull svg {
  fill: #f79703;
}
.page-type-blog_post .card_price > .price-section {
  display: inline-block;
  float: none;
  vertical-align: middle;
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000;
}
.page-type-blog_post .card_price > .price-section.non-sale-price--withoutTax {
  color: #999;
  margin-right: 5px;
}
.page-type-blog_post .hm_fd_pro .container {
  max-width: none;
}
.page-type-blog_post .main.full .productGrid {
  margin: auto;
  width: auto;
}
.page-type-blog_post .main.full .productGrid .product {
  width: 25%;
  float: left;
  padding: 0;
  border: 0;
}
.page-type-blog_post .main.full .card {
  margin: 0;
  padding: 30px 30px 38px;
  border: 0;
  border-right: 1px solid #d3d3d3;
  border-top: 1px solid #d3d3d3;
}
.page-type-blog_post .main.full .card_rate p {
  margin: 0;
  padding: 0;
}
.page-type-blog_post .page.BrandsPage {
  margin: 0 auto;
}
.page-type-blog_post .brand .card-figure {
  height: 200px;
}
.page-type-blog_post .brand .card-title > a {
  height: 38px;
  line-height: 20px;
}
.page-type-blog_post .block_brands {
  margin: auto -10px;
  list-style-type: none;
  width: auto;
}
.page-type-blog_post .block_brands:after,
.page-type-blog_post .block_brands:before {
  content: "";
  display: block;
  clear: left;
}
.page-type-blog_post .block_brands .brand_grid {
  display: inline-block;
  float: left;
  width: 25%;
  margin: 0;
  padding: 10px;
  text-align: center;
}
.page-type-blog_post .block_brands .brand_title {
  font-weight: 700;
  font-size: 15px;
  color: #99999b;
  text-transform: capitalize;
  display: block;
  padding: 0;
}
.page-type-blog_post .block_brands .BDGrid_inr {
  box-shadow: 0 0 10px #eee;
  -moz-box-shadow: 0 0 10px #eee;
  -webkit-box-shadow: 0 0 10px #eee;
  clear: left;
  width: 100%;
}
.page-type-blog_post .block_brands .BDtitle_inr {
  display: inline-block;
  float: none;
  border-top: 1px solid #e0e0e1;
  padding: 7px 20px;
}
.page-type-blog_post .customSearch {
  display: none;
  clear: left;
  position: relative;
  width: 560px;
  margin: 0 0 20px;
}
.page-type-blog_post .customSearch .filters_input {
  color: #767676;
  font-weight: 500;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 145px 0 20px;
  border: 1px solid #dcdcdc;
  text-align: left;
  text-transform: capitalize;
  font-size: 15px;
}
.page-type-blog_post .customSearch .ctmSearchButton {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: block;
  width: 130px;
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}
.page-type-blog_post .page-content--centered {
  width: 100%;
}
.page-type-blog_post .navPages-action-moreIcon,
.page-type-blog_post .search_mn .panel.panel--large {
  display: none !important;
}
.page-type-blog_post .ProductMenu:hover > a {
  border: 1px solid #000;
  border-bottom: 0;
  color: #000;
}
.page-type-blog_post .navBar--sub .navBar-item.is-active {
  border-color: #cb2129;
  color: #ed1c24;
}
.page-type-blog_post .navBar--sub .navBar-item,
.page-type-blog_post .navBar--sub .navBar-item .navBar-action {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05px;
  color: #1e1e1e;
}
.page-type-blog_post .navBar--sub .navBar-item .navBar-action:hover,
.page-type-blog_post .navBar--sub .navBar-item:hover {
  color: #cb2129;
}
.page-type-blog_post .navBar--sub .navBar-item {
  margin: 0 4px;
}
.page-type-blog_post .heroCarousel_action,
.page-type-blog_post .heroCarousel_action:active,
.page-type-blog_post .heroCarousel_action:focus {
  position: absolute;
  top: auto;
  bottom: 15%;
  left: 27%;
  background: #fff;
  margin: 0;
  width: 201px;
  height: 56px;
  line-height: 56px;
  padding: 0 !important;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  z-index: 10;
}
.page-type-blog_post .previewCartCheckout .button {
  font-size: 14px;
  padding: 12px 5px;
}
.page-type-blog_post .cart_cnt .dropdown-menu.is-open {
  width: 320px !important;
  right: 0 !important;
  left: auto !important;
  top: 39px !important;
  max-width: 320px !important;
}
.page-type-blog_post .rating--small .icon {
  height: 18px;
  width: 18px;
}
.page-type-blog_post .card_rate .rating--small .icon {
  display: inline-block;
  float: left;
  padding: 0 2px;
}
.page-type-blog_post .card_rate .cardRV {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin: -10px 0 0 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: Lato, sans-serif;
  letter-spacing: 0.05px;
}
.page-type-blog_post .card-figure > a img {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transform: all 0.5s ease 0s;
}
.page-type-blog_post .card-figure > a:hover img {
  transform: translateZ(0) scale(1.15, 1.15);
  -webkit-transform: translateZ(0) scale(1.15, 1.15);
  -moz-transform: translateZ(0) scale(1.15, 1.15);
  -o-transform: translateZ(0) scale(1.15, 1.15);
  -ms-transform: translateZ(0) scale(1.15, 1.15);
  -webkit-backface-visibility: hidden;
}
.page-type-blog_post .page.About_us {
  margin: 0;
}
.page-type-blog_post .page.About_us .page-content--centered {
  padding: 0;
}
.page-type-blog_post .ABT_mn {
  float: left;
  width: 100%;
  margin: 75px 0 0 0;
}
.page-type-blog_post .ABT_JB {
  float: left;
  width: 100%;
  padding: 0 0 79px 0;
}
.page-type-blog_post .ABT_JB_left {
  float: left;
  width: 53%;
}
.page-type-blog_post .ABT_JB_right {
  float: right;
  width: 47%;
}
.page-type-blog_post .About_us h2 {
  font-size: 28px;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  text-align: left;
}
.page-type-blog_post .ABT_JB_left h2 {
  margin: 0 0 15px 0;
}
.page-type-blog_post .ABT_JB_left {
  margin: 0 0 15px 0;
}
.page-type-blog_post .About_us p {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.05em;
  color: #333;
  font-family: Lato, sans-serif;
  font-weight: 400;
  max-width: 92%;
  text-align: justify;
}
.page-type-blog_post .ABT_Affiliate img,
.page-type-blog_post .our_mission img {
  display: none;
}
.page-type-blog_post .mission_text {
  float: left;
  width: 100%;
  padding: 63px 0 62px;
}
.page-type-blog_post .mission_text h2 {
  margin: 0 0 28px 0;
}
.page-type-blog_post .our_mission {
  float: left;
  width: 100%;
  background: url(../img/mission_bg.png) repeat;
  background-size: 100% 100%;
  position: relative;
}
.page-type-blog_post .ABT_Affiliate h2,
.page-type-blog_post .ABT_Affiliate p,
.page-type-blog_post .our_mission h2,
.page-type-blog_post .our_mission p {
  color: #fff;
  text-align: center;
}
.page-type-blog_post .our_mission p {
  max-width: 874px;
  margin: 0 auto;
}
.page-type-blog_post .page.About_us .hmJBTool_sec {
  padding: 0;
}
.page-type-blog_post .hmJB_right.Choose_left {
  float: left;
  padding: 65px 0 0 0;
  width: 50%;
}
.page-type-blog_post .hmJB_left.choose_right {
  float: right;
  padding: 26px 0 0 0;
  width: 50%;
}
.page-type-blog_post .hmJB_right.Choose_left .JBRight_inner h2 {
  margin: 0 0 13px 0;
}
.page-type-blog_post .hmJB_right.Choose_left .JBRight_inner p {
  max-width: none;
}
.page-type-blog_post .hmJB_right.Choose_left .JBRight_inner .hmJBSubTitle {
  letter-spacing: 0.12em;
  font-weight: 400;
}
.page-type-blog_post .ABT_Affiliate {
  float: left;
  width: 100%;
  background: url(../img/Program_bg.png) repeat;
  background-size: 100% 100%;
  position: relative;
  padding: 73px 0 56px 0;
}
.page-type-blog_post .Affiliate_text h2 {
  margin: 0 0 31px 0;
}
.page-type-blog_post .About_us p.mn_Aff_text {
  max-width: 840px;
  margin: 0 auto 22px;
}
.page-type-blog_post .Affiliate_text ul {
  margin: 0 -17px;
}
.page-type-blog_post .Affiliate_text ul li {
  float: left;
  width: 25%;
  padding: 0 17px;
  list-style-type: none;
  text-align: center;
}
.page-type-blog_post .upr_text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #cb2129;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 24px 0;
  display: block;
}
.page-type-blog_post .btm_text {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: block;
  text-align: justify;
}
.page-type-blog_post .Learn {
  float: left;
  width: 100%;
  text-align: center;
  padding: 30px 0 0 0;
}
.page-type-blog_post .Affiliate_text a {
  width: 188px;
  height: 40px;
  background-color: #fff;
  font-size: 18px;
  line-height: 45px;
  letter-spacing: 0.12em;
  color: #010101;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.page-type-blog_post .Affiliate_text a:hover {
  background-color: #cb2129;
  color: #fff;
}
.page-type-blog_post .mn_Aff_text {
  max-width: 810px;
  margin: 0 auto;
  text-align: center;
}
.page-type-blog_post .manufctr_logo.ABT_Mftr {
  float: left;
  width: 100%;
  padding: 32px 0 71px 0;
}
.page-type-blog_post .manufctr_logo.ABT_Mftr h2 {
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #000;
  font-weight: 700;
  margin: 0 0 17px 0;
}
.page-type-blog_post .hm_testimonial.ABT_test .testiGrid_inr:before {
  left: -187px;
  top: 12px;
}
.page-type-blog_post .hm_testimonial.ABT_test .testiGrid_inr:after {
  right: -181px;
  bottom: 49px;
}
.page-type-blog_post .manufctr_logo.ABT_Mftr ul > li {
  padding: 15px 0;
}
.page-type-blog_post .hm_testimonial.ABT_test {
  background: url(../img/ABT_test_bg.png) center no-repeat;
  padding: 10px 0 0 0;
  background-position-y: -6px;
}
.page-type-blog_post .breadcrumbs {
  text-align: left;
}
.page-type-blog_post .breadcrumb {
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #999;
}
.page-type-blog_post .breadcrumb.is-active > .breadcrumb-label {
  color: #000;
}
.page-type-blog_post .breadcrumb:before {
  content: "";
  font-weight: 400;
  color: #999;
  top: -1px;
  background: url("../img/breadcrumb_ic.png") no-repeat center;
  background-size: auto;
  width: 6px;
  height: 6px;
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.page-type-blog_post .breadcrumb:first-child:before {
  display: none;
}
.page-type-blog_post .breadcrumb a {
  color: #999;
}
.page-type-blog_post .proList_top .page-heading {
  margin: 8px 0 12px;
  padding: 0;
  font-size: 28px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-align: left;
}
.page-type-blog_post .category_desc,
.page-type-blog_post .category_desc p,
.page-type-blog_post .category_desc ul li {
  font-size: 14px;
  color: #333;
  font-family: Lato, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.page-type-blog_post .category_desc {
  padding: 0;
  margin: 0 0 30px;
}
.page-type-blog_post .category_desc p {
  line-height: 28px;
  margin: 0 0 20px;
  width: 100%;
  float: left;
}
.page-type-blog_post .category_mn .body {
  margin: 0;
}
.page-type-blog_post .page.category_page {
  margin: 0 0 85px;
  padding: 14px 0 0;
}
.page-type-blog_post .page-sidebar {
  width: 22.5%;
  padding: 45px 20px 0 0;
}
.page-type-blog_post .page-sidebar + .page-content {
  width: 71%;
  padding: 0;
  float: right;
}
.page-type-blog_post .pagination-item.pagination-item--next > a:hover,
.page-type-blog_post .pagination-item.pagination-item--previous > a:hover {
  color: #000;
}
.page-type-blog_post .pagination-list li.pagination-item:first-child {
  margin-left: 0;
}
.page-type-blog_post .pagination-list li a,
.page-type-blog_post .pagination-list li button {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.05em;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
}
.page-type-blog_post
  .pagination-list
  li:not(.pagination-item--next):not(.pagination-item--previous)
  a {
  padding: 0;
  margin: 0;
  width: 32px;
  height: 32px;
  line-height: 34px;
  background: #ebebeb;
  color: #b6b6b6;
}
.page-type-blog_post
  .pagination-list
  li.pagination-item--current
  a.pagination-link,
.page-type-blog_post
  .pagination-list
  li:not(.pagination-item--next):not(.pagination-item--previous)
  a:hover {
  background: #000;
  color: #fff;
}
.page-type-blog_post .pagination-item.pagination-item--next > a,
.page-type-blog_post .pagination-item.pagination-item--previous > a {
  font-size: 12px;
  padding: 0;
  line-height: 32px;
  color: #b6b6b6;
}
.page-type-blog_post .pagination-item.pagination-item--next > a .icon > svg,
.page-type-blog_post
  .pagination-item.pagination-item--previous
  > a
  .icon
  > svg {
  fill: #b6b6b6;
}
.page-type-blog_post
  .pagination-item.pagination-item--next
  > a:hover
  .icon
  > svg,
.page-type-blog_post
  .pagination-item.pagination-item--previous
  > a:hover
  .icon
  > svg {
  fill: #000;
}
.page-type-blog_post .pagination-list .pagination-item {
  float: left;
  margin: 1px 5px;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.page-type-blog_post .pagination-list li.pagination-item--current {
  border-radius: 0;
  border: 0;
  margin: 1px 5px;
  padding: 0;
}
.page-type-blog_post .productGrid {
  margin: 0 -15px;
  width: auto;
}
.page-type-blog_post .productGrid .product {
  padding: 0 15px;
}
.page-type-blog_post .productGrid .card {
  border: 1px solid #d3d3d3;
  margin: 0 0 30px;
}
.page-type-blog_post .card-title {
  margin: 0 0 2px;
}
.page-type-blog_post .card-title > a {
  font-size: 12px;
  line-height: 20px;
  height: 58px;
  display: block;
  overflow: hidden;
  margin: 0;
  letter-spacing: 0.05em;
  padding: 0 15px;
  font-weight: 700;
}
.page-type-blog_post .card_rv {
  text-transform: uppercase;
  display: inline-block;
  float: left;
  font-size: 12px;
  line-height: normal;
  padding: 2px 0 0 6px;
}
.page-type-blog_post .card_rate {
  height: 20px;
  display: block;
  width: 100%;
  padding: 0;
}
.page-type-blog_post .card_rate p {
  margin: 0;
  padding: 0;
}
.page-type-blog_post .main.full .card-body,
.page-type-blog_post .main.full .card-body .card_price {
  margin: 0;
  padding: 0;
}
.page-type-blog_post .card-body .card_price {
  margin: 17px 0 22px;
}
.page-type-blog_post .sort_filter .actionBar {
  margin: 0;
}
.page-type-blog_post .actionBar-section .form-field {
  border: 0;
  border-radius: 0;
  margin: 0;
}
.page-type-blog_post .actionBar-section .form-label {
  line-height: 31px;
  padding: 0;
  color: #999;
  cursor: auto;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 2px 0 0;
}
.page-type-blog_post .actionBar-section .form-select {
  border: 1px solid #dedede;
  border-radius: 0;
  height: 31px;
  line-height: normal;
  padding: 0 10px;
  background: url(../img/catArrw_ic.png) 96% 50% no-repeat;
  background-size: auto;
  text-transform: uppercase;
  font-weight: 700;
}
.page-type-blog_post .proPagi_bottom .pagination-list,
.page-type-blog_post .proPagi_top .pagination-list {
  margin: 0;
}
.page-type-blog_post .sort_filter {
  display: inline-block;
  float: right;
  width: auto;
}
.page-type-blog_post .Filter_mn {
  width: 100%;
  float: left;
  margin: 0 0 25px;
}
.page-type-blog_post .cat_filter {
  float: right;
  width: 40%;
}
.page-type-blog_post .proPagi_top {
  width: 60%;
  display: inline-block;
  float: left;
}
.page-type-blog_post #product-listing-container form[data-product-compare] {
  clear: left;
}
.page-type-blog_post .view_count {
  display: none;
  width: auto;
  float: none;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 700;
  color: #999;
  padding: 10px 0 0;
}
.page-type-blog_post .view_count ul {
  margin: auto;
  list-style-type: none;
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.page-type-blog_post .view_count ul li {
  display: inline-block;
  float: left;
  color: #999;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 700;
}
.page-type-blog_post .view_count ul li a {
  color: #999;
  padding: 0 5px;
  border-right: 1px solid #999;
}
.page-type-blog_post .view_count ul li.cnAll_mn a {
  border: 0;
}
.page-type-blog_post .view_count ul li a:hover {
  color: #000;
}
.page-type-blog_post .proPagi_bottom {
  margin: 19px 0 0;
}
.page-type-blog_post
  .accordion-block
  .accordion-content
  a.toggleLink
  span.toggleLink-text {
  font-size: 15px;
  color: #000;
  font-weight: 700;
  margin: 5px 0 0;
}
.page-type-blog_post .countPill.countPill--alt {
  position: static;
  line-height: 16px;
  margin: -5px 0 0;
}
.page-type-blog_post .card-figure > a.compareTable-removeProduct {
  width: 35px;
}
.page-type-blog_post .compareTable-product .card-figure {
  overflow: visible;
}
.page-type-blog_post .common_banners {
  margin: 10px 0 30px;
  width: 100%;
  float: left;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.page-type-blog_post .common_banners:after,
.page-type-blog_post .common_banners:before {
  content: "";
  clear: left;
  display: block;
}
.page-type-blog_post .common_banners.cmn_btm_banner {
  margin: 30px 0 0;
}
.page-type-blog_post .ui-slider-horizontal {
  height: 0.6em;
  margin-bottom: 20px;
  width: 100%;
}
.page-type-blog_post .ui-widget-header {
  background: #3fe331;
}
.page-type-blog_post .price-range-search {
  width: 40.5%;
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
  min-width: 40%;
  display: inline-block;
  height: 32px;
  border-radius: 5px;
  float: left;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #999;
}
.page-type-blog_post .price-range-field {
  width: 20%;
  min-width: 76px;
  background-color: transparent;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  height: 31px;
  padding: 5px;
  font-weight: 400;
  color: #999;
  text-align: center;
}
.page-type-blog_post .search-results-block {
  position: relative;
  display: block;
  clear: both;
  display: none !important;
}
.page-type-blog_post .range_btn {
  margin: 0 0 26px;
}
.page-type-blog_post .price_inpt2 {
  float: right;
}
.page-type-blog_post .price-range-block .ui-widget.ui-widget-content {
  border: 1px solid #ddd;
  background: #ddd;
}
.page-type-blog_post .price-range-block .ui-slider .ui-slider-handle {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border-color: #fff;
  background: #cb2129;
  margin-left: -5px;
}
.page-type-blog_post .price-range-block .ui-widget-header {
  background: #cb2129;
}
.page-type-blog_post .price-range-block .ui-slider-horizontal {
  height: 5px;
}
.page-type-blog_post .price-range-block .ui-slider-horizontal .ui-slider-range {
  top: -1px;
  height: calc(100% + 2px);
}
.page-type-blog_post input.price-range-field::-webkit-inner-spin-button,
.page-type-blog_post input.price-range-field::-webkit-outer-spin-button {
  appearance: none;
  -webkit-appearance: none;
}
.page-type-blog_post #google_translate_element .goog-te-gadget {
  font-size: 0;
}
.page-type-blog_post
  #google_translate_element
  .goog-te-gadget
  > span[style="white-space:nowrap"] {
  display: none !important;
}
.page-type-blog_post #google_translate_element .goog-te-combo {
  margin: 0;
  border: 0;
  font-size: 10px;
  font-weight: 700;
  color: #999;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: url(../img/ggl_trnslt_arrw.png) right center no-repeat;
  background-size: auto;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-position: 88% 50%;
  width: auto;
  padding: 6px 13px 2px 5px;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
}
.page-type-blog_post #google_translate_element .google_lang .goog-te-gadget {
  white-space: nowrap;
  font-size: 12px;
  color: #848484;
  font-weight: 400;
  padding: 0 7px;
  line-height: normal;
  border-right: 1px solid #d6d6d6;
}
.page-type-blog_post #google_translate_element .goog-te-gadget > div {
  position: relative;
  padding: 3px 0 3px 34px;
}
.page-type-blog_post #google_translate_element .goog-te-gadget > div:before {
  content: "";
  background: url("../img/google_translate_ic.png") no-repeat center;
  background-size: auto;
  width: 13px;
  height: 14px;
  display: inline-block;
  float: none;
  margin: 0;
  position: absolute;
  top: 8px;
  left: 20px;
}
.page-type-blog_post #wi-country-selector-button {
  position: fixed;
  z-index: 1004 !important;
  top: 3px;
}
.page-type-blog_post #wi-modal-wi-logo,
.page-type-blog_post .wi-flag {
  width: 20px !important;
  height: 20px !important;
}
.page-type-blog_post .wi-cs-position-top-left {
  left: 15% !important;
}
.page-type-blog_post .BrandsPage .pagination-list {
  float: none;
  margin: 50px auto 0;
  text-align: center;
}
.page-type-blog_post .BrandsPage .pagination-list .pagination-item {
  float: none;
  vertical-align: middle;
}
.page-type-blog_post .cms_page_content hr {
  border: 1px solid #c9c9c9;
}
.page-type-blog_post .review_img img,
.page-type-blog_post img.Giveaway_img {
  margin: 0 auto;
  display: block;
}
.page-type-blog_post .cms_page_content a {
  color: #cb2129;
}
.page-type-blog_post .cms_page_content a:hover {
  text-decoration: underline;
}
.page-type-blog_post ul.giveawy_content {
  margin: 0;
}
.page-type-blog_post ul.giveawy_content li {
  float: none;
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
}
.page-type-blog_post ul.giveawy_content li p {
  width: 50%;
  text-align: left;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.page-type-blog_post ul.giveawy_content li p a {
  width: 100%;
  float: left;
  text-align: left;
}
.page-type-blog_post #Link_space {
  float: left;
  height: 1px;
  width: 100%;
  margin-top: 130px;
}
.page-type-blog_post #types {
  margin: 0;
}
.page-type-blog_post .Aircat_img {
  float: left;
  margin: 0 20px 0 0;
}
.page-type-blog_post .Aircat h2,
.page-type-blog_post .Aircat h4,
.page-type-blog_post .Aircat h5 {
  text-align: center;
}
.page-type-blog_post .Comparisons li img {
  max-height: 200px;
  margin: 0 auto;
  display: block;
}
.page-type-blog_post .cntr_ing li,
.page-type-blog_post .ginder_img li {
  position: relative;
  height: 200px;
}
.page-type-blog_post .cntr_ing li img,
.page-type-blog_post .ginder_img li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.page-type-blog_post .Aircat .five tr td {
  width: 20%;
}
.page-type-blog_post .Aircat h2,
.page-type-blog_post .Aircat h4,
.page-type-blog_post .Aircat h5,
.page-type-blog_post .autel_logo,
.page-type-blog_post .autel_main h2,
.page-type-blog_post .autel_main h4.center,
.page-type-blog_post .autel_main h5,
.page-type-blog_post .auto h2,
.page-type-blog_post .auto h3,
.page-type-blog_post .cms_page_content .center {
  text-align: center;
}
.page-type-blog_post .aircat {
  display: inline-block;
  vertical-align: middle;
  width: 10%;
}
.page-type-blog_post .aircat_text {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  margin: 0 -3px;
}
.page-type-blog_post .aircat_text p {
  margin: 0;
}
.page-type-blog_post .cms_page_content .sub {
  margin: -15px 0 5px 10px;
}
.page-type-blog_post .cms_page_content .Comparisons.aircat_text_in li {
  text-align: left;
}
.page-type-blog_post .autel_main h2,
.page-type-blog_post .autel_main h3,
.page-type-blog_post .autel_main h4,
.page-type-blog_post .cms_video,
.page-type-blog_post .text_main,
.page-type-blog_post .top_img_sec,
.page-type-blog_post .warranty {
  float: left;
  width: 100%;
}
.page-type-blog_post .Aircat ul {
  margin: 0;
}
.page-type-blog_post #comparison h2 {
  margin: 50px 0 30px;
}
.page-type-blog_post .cms_page_content .text_main {
  margin: 50px 0 30px;
}
.page-type-blog_post .autel_img {
  width: 15%;
  float: left;
  margin: 0 15px 0 0;
}
.page-type-blog_post .autel_text {
  width: 83%;
  float: left;
}
.page-type-blog_post a.top {
  float: right;
}
.page-type-blog_post .autel_logo {
  text-align: center;
}
.page-type-blog_post .cms_page_content tr {
  border-bottom: 2px solid #eee;
  padding: 20px 0;
}
.page-type-blog_post .cms_page_content td {
  padding: 20px 5px;
}
.page-type-blog_post .cms_video li {
  width: 33.33%;
  float: left;
  list-style: none;
  text-align: center;
}
.page-type-blog_post .three td {
  width: 33.33%;
  float: left;
}
.page-type-blog_post .cms_video h5 {
  margin-bottom: -20px;
}
.page-type-blog_post .autel_main img {
  max-width: 230px;
}
.page-type-blog_post .autel_main .autel_img img {
  max-width: 100%;
}
.page-type-blog_post .cms_page_content td li {
  padding: 0 20px 0 0;
}
.page-type-blog_post .cms_page_content table {
  width: 100%;
  border: 2px solid #eee;
}
.page-type-blog_post .cms_page_content tr td:first-child {
  padding-left: 20px;
}
.page-type-blog_post .cms_page_content tr td.left_align {
  text-align: left;
}
.page-type-blog_post .cms_page_content .left_text_align tr td:not(:first-child),
.page-type-blog_post .cms_page_content.left_move h3,
.page-type-blog_post .left_move .autel_text.big_text h4 {
  text-align: left;
}
.page-type-blog_post .Aircat tr td,
.page-type-blog_post .four tr td {
  float: left;
  width: 25%;
}
.page-type-blog_post .cms_page_content .five td {
  float: left;
  width: 20%;
}
.page-type-blog_post ul.left_align li {
  text-align: left;
}
.page-type-blog_post .cms_page_content .autel_text h3 {
  text-align: left;
  margin: 0;
}
.page-type-blog_post .autel_img.small {
  width: 10%;
  margin: 0;
}
.page-type-blog_post .big_text {
  width: 90%;
  float: left;
}
.page-type-blog_post .text_main {
  margin: 20px 0;
}
.page-type-blog_post .autel_text.big_text h4 {
  margin: 0;
}
.page-type-blog_post .left_move .autel_img.small,
.page-type-blog_post .left_move .big_text {
  width: 85%;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.page-type-blog_post .left_move .autel_img.small {
  width: 15%;
  margin: 0 -3px;
}
.page-type-blog_post .left_move .big_text p {
  margin: 0;
}
.page-type-blog_post .top_img_sec img {
  float: left;
  width: 14%;
  margin: 0 10px 0 0;
}
.page-type-blog_post .top_img_sec p {
  float: left;
  width: 85%;
}
.page-type-blog_post .cms_page_content.Repair ul {
  margin: 0 -1px;
}
.page-type-blog_post .cms_page_content.Repair li.mian_li ul {
  margin: 0;
}
.page-type-blog_post .cms_page_content.Repair li.mian_li {
  float: left;
  width: 33.33%;
  padding: 0 15px;
  list-style: none;
}
.page-type-blog_post .cms_page_content table tr:first-child {
  text-align: center;
}
.page-type-blog_post .Repair li img {
  display: block;
}
.page-type-blog_post .product_mn .body > .container {
  max-width: none;
  padding: 0;
}
.page-type-blog_post .product_mn .body {
  margin: 15px 0 0;
}
.page-type-blog_post .product_option .form-label--alternate {
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
  font-size: 18px;
  line-height: normal;
  margin: 0 0 9px;
}
.page-type-blog_post .form-increment .button {
  border: 1px solid #d3d3d3;
  background: transparent url("../img/qty_ic1.png") no-repeat center;
  background-size: auto;
  padding: 0;
  line-height: normal;
  width: 31px;
  height: 31px;
}
.page-type-blog_post .form-increment .button[data-action="inc"] {
  background: transparent url("../img/qty_ic2.png") no-repeat center;
  background-size: auto;
}
.page-type-blog_post .form-increment .button .icon {
  fill: #999999;
  display: none !important;
}
.page-type-blog_post .form-increment .form-input--incrementTotal {
  width: 34px;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.page-type-blog_post .form-field--increments .form-label--alternate {
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
  font-size: 18px;
  line-height: normal;
  margin: 0 0 9px;
}
.page-type-blog_post .availability_val {
  text-transform: uppercase;
}
.page-type-blog_post .pro_wishlist {
  clear: left;
  width: 100%;
}
.page-type-blog_post .pro_wishlist .form-action {
  margin: 0 0 10px;
}
.page-type-blog_post .pro_wishlist .form-action .button {
  width: 318px;
  font-size: 20px;
  letter-spacing: 0.075em;
}
.page-type-blog_post .pro_wishlist .dropdown-menu-button .icon {
  margin: 4px 0 0;
}
.page-type-blog_post #wishlist-dropdown.is-open .button {
  font-size: 15px;
}
.page-type-blog_post .productView-options .qty_sec {
  display: inline-block;
  float: left;
  margin: 0 0 40px;
  padding: 0;
}
.page-type-blog_post .productView-options .addtocart_btn {
  display: inline-block;
  float: left;
  margin: 16px 0 0 30px;
  padding: 0;
}
.page-type-blog_post #form-action-addToCart {
  display: block;
  margin: 0;
  padding: 0 68px 0 94px;
  font-size: 20px;
  text-transform: uppercase;
  background: #000 url("../img/cart_ic_btn.png") no-repeat center;
  background-size: auto;
  letter-spacing: 0.075em;
  background-position: 55px 50%;
  width: auto;
  height: 45px;
  line-height: 42px;
  font-weight: 700;
}
.page-type-blog_post #form-action-addToCart:hover {
  background: #cb2129 url("../img/cart_ic_btn.png") no-repeat center;
  background-size: auto;
  background-position: 55px 50%;
}
.page-type-blog_post .pay_pal {
  clear: left;
  width: 100%;
}
.page-type-blog_post .pay_pal .pp_conte {
  background: #f1f2f2;
  border: 0 solid #f1f2f2;
  border-radius: 3px;
  padding: 10px 16px 9px 5px;
  display: inline-block;
  width: auto;
  float: left;
}
.page-type-blog_post .paypal_img {
  display: inline-block;
  float: left;
  padding: 0 20px 0 0;
}
.page-type-blog_post .pay_pal .pp_conte p {
  margin: 0;
  line-height: 24px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  float: right;
}
.page-type-blog_post .pay_pal .pp_conte p span {
  font-weight: 700;
  line-height: 24px;
  font-size: 18px;
}
.page-type-blog_post .pro_pg_icons {
  clear: left;
  margin: 0 auto;
  text-align: center;
}
.page-type-blog_post .pro_pg_icons .hd_right ul {
  margin: auto;
  text-align: center;
  padding: 37px 0 0 35px;
}
.page-type-blog_post .pro_pg_icons .hd_right {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.page-type-blog_post .alertBox.productAttributes-message {
  clear: left;
}
.page-type-blog_post .socialLinks .icon svg {
  fill: #000;
}
.page-type-blog_post .socialLinks .icon:hover svg {
  fill: #cb2129;
}
.page-type-blog_post .productView-description {
  width: 100%;
  float: left;
  margin: 0 0 10px;
  padding: 0;
}
.page-type-blog_post .related_alsolike {
  margin: 0;
  clear: left;
}
.page-type-blog_post .related_alsolike h3 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.05em;
  margin: 0;
  display: block;
  text-align: center;
}
.page-type-blog_post .productCarousel {
  margin: 0 -24px 42px;
  width: auto;
  display: block;
}
.page-type-blog_post .productCarousel-slide {
  padding: 0 24px;
}
.page-type-blog_post .productCarousel-slide .card {
  border: 1px solid #ebebeb;
  margin: 0 0 30px;
}
.page-type-blog_post .productCarousel-slide .card-title > a {
  padding: 0 25px;
}
.page-type-blog_post .productCarousel-slide .card_price > .price-section {
  font-size: 20px;
  letter-spacing: 0.05em;
}
.page-type-blog_post .productCarousel-slide .card-figure {
  height: 205px;
  background: 0 0;
}
.page-type-blog_post .productCarousel-slide .card-image {
  max-height: 190px;
}
.page-type-blog_post .alsolike_products {
  background: #f9f9f9;
  padding: 30px 0 33px;
}
.page-type-blog_post .related_alsolike .slick-next:before,
.page-type-blog_post .related_alsolike .slick-next:focus,
.page-type-blog_post .related_alsolike .slick-next:hover,
.page-type-blog_post .related_alsolike .slick-next:hover:before {
  background: transparent url("../img/pro_right_arw1.png") no-repeat center;
  background-size: auto;
}
.page-type-blog_post .related_alsolike .slick-prev:before,
.page-type-blog_post .related_alsolike .slick-prev:focus,
.page-type-blog_post .related_alsolike .slick-prev:hover,
.page-type-blog_post .related_alsolike .slick-prev:hover:before {
  background: transparent url("../img/pro_left_arw2.png") no-repeat center;
  background-size: auto;
}
.page-type-blog_post .related_alsolike .slick-next {
  background: transparent url("../img/pro_right_arw1.png") no-repeat center;
  background-size: auto;
}
.page-type-blog_post .related_alsolike .slick-prev {
  background: transparent url("../img/pro_left_arw2.png") no-repeat center;
  background-size: auto;
}
.page-type-blog_post .productView-info .ship_ctm_val {
  color: #cb2129;
}
.page-type-blog_post .tooltip_lbl {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.005em;
  line-height: normal;
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 5px 0;
}
.page-type-blog_post .tooltip_lbl .why_tooltip {
  color: #cb2129;
}
.page-type-blog_post .tooltip_lbl .tooltiptext {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  position: absolute;
  top: -40px;
  left: calc(100% + 15px);
  width: 320px;
  display: block;
  margin: 0;
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  background: #f1f2f2;
  border: 2px solid #696969;
  padding: 10px;
  z-index: 1;
}
.page-type-blog_post .tooltip_lbl:hover .tooltiptext {
  opacity: 1;
  visibility: visible;
}
.page-type-blog_post .tooltip_lbl .tooltiptext:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #696969;
  border-width: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.page-type-blog_post .productView-price {
  margin: 0;
}
.page-type-blog_post .price_tooltip {
  clear: left;
}
.page-type-blog_post .tab_accordion .accordion {
  border: 0;
  border-radius: 0;
  background: 0 0;
  font-family: Lato, sans-serif;
}
.page-type-blog_post .tab_accordion .accordion-navigation .accordion-title {
  background: #f5f5f5;
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 16px 15px 16px 20px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  position: relative;
}
.page-type-blog_post
  .tab_accordion
  .accordion-navigation
  .accordion-title:after {
  content: "";
  background: url("../img/accrdn_ic2.png") no-repeat center;
  background-size: auto;
  width: 22px;
  height: 14px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 35px;
}
.page-type-blog_post
  .tab_accordion
  .accordion-navigation
  .accordion-title.is-open:after {
  content: "";
  background: url("../img/accrdn_ic1.png") no-repeat center;
  background-size: auto;
}
.page-type-blog_post .tab_accordion .accordion-navigation {
  margin: 2px 0;
  border: 0;
  border-radius: 0;
}
.page-type-blog_post .tab_accordion .accordion-content {
  font-size: 14px;
  color: #333;
  letter-spacing: 0.05em;
  padding: 25px 8px 20px;
  cursor: auto;
}
.page-type-blog_post #tab_description {
  text-align: justify;
}
.page-type-blog_post #tab_description p {
  line-height: 28px;
}
.page-type-blog_post #tab_description .product_manual p {
  display: inline;
}
.page-type-blog_post #tab_description .product_manual img {
  margin: 5px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.page-type-blog_post #tab_description .product_manual a:hover img {
  opacity: 0.7;
}
.page-type-blog_post #tab_description table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}
.page-type-blog_post #tab_description th,
.page-type-blog_post td {
  text-align: center;
  padding: 16px;
}
.page-type-blog_post #tab_description th:first-child,
.page-type-blog_post td:first-child {
  text-align: left;
}
.page-type-blog_post #tab_description tr:nth-child(2n) {
  background-color: #f2f2f2;
}
.page-type-blog_post #tab_Affiliation p {
  font-size: 10px;
}
.page-type-blog_post #tab_review h4.toggle-title {
  display: none;
}
.page-type-blog_post #tab_review .toggle {
  margin: 0;
  border: 0;
}
.page-type-blog_post #tab_warning p {
  padding: 0 0 0 40px;
  background: url("../img/warning.png") no-repeat left;
  background-size: auto;
}
.page-type-blog_post .productReview-author {
  font-size: 13px;
}
.page-type-blog_post .productReview-body {
  font-size: 14px;
  color: #333;
}
.page-type-blog_post .writereview_btn .productView-reviewLink > a,
.page-type-blog_post .writereview_btn .productView-reviewLink > a:hover {
  color: #fff;
}
.page-type-blog_post .description_block {
  clear: left;
  width: auto;
  margin: 0 0 10px;
  padding: 0 12px 0 0;
}
.page-type-blog_post .description_block:after,
.page-type-blog_post .description_block:before {
  content: "";
  display: block;
  clear: left;
}
.page-type-blog_post .description_block .description_left,
.page-type-blog_post .description_block .description_right {
  padding: 0;
  display: inline-block;
  float: left;
  width: 51.7%;
}
.page-type-blog_post .description_block .description_right {
  width: 44%;
  float: right;
}
.page-type-blog_post .hide_tooltip,
.page-type-blog_post .nonesale_found .price.price--withoutTax,
.page-type-blog_post
  .price-section.price-section--withoutTax.rrp-price--withoutTax {
  display: none;
}
.page-type-blog_post .nonesale_found .price--discounted,
.page-type-blog_post .nonesale_found .price--non-sale,
.page-type-blog_post .nonesale_found .price--rrp {
  text-decoration: none;
  color: #333;
}
.page-type-blog_post .writereview_btn .productView-reviewLink {
  margin: 0 0 10px;
}
.page-type-blog_post .review_cnt * {
  font-family: Lato, sans-serif !important;
}
.page-type-blog_post
  .review_cnt
  .yotpo
  .yotpo-review
  .yotpo-footer
  .yotpo-icon-seperator,
.page-type-blog_post .review_cnt .yotpo-label.yotpo-small-box,
.page-type-blog_post .review_cnt .yotpo-star-distribution-footer.text-xs {
  display: none !important;
}
.page-type-blog_post .review_cnt .yotpo .yotpo-regular-box {
  margin: 0 auto;
  border: 0;
  padding: 0;
}
.page-type-blog_post .yotpo .write-review .yotpo-header .yotpo-icon,
.page-type-blog_post .yotpo .yotpo-bottomline .yotpo-icon-half-star,
.page-type-blog_post .yotpo .yotpo-bottomline .yotpo-icon-star,
.page-type-blog_post
  .yotpo
  .yotpo-review
  .yotpo-header
  .yotpo-review-stars
  .yotpo-icon {
  color: #f90 !important;
}
.page-type-blog_post
  .yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-bottomline-2-boxes
  .yotpo-bottomline-box-2
  .yotpo-star-distribution
  .yotpo-star-distribution-content
  .yotpo-distributions-graphs
  .yotpo-star-distribution-graph
  .yotpo-star-distribution-score-wrapper
  .yotpo-star-distribution-graph-score {
  background: #f90 !important;
}
.page-type-blog_post
  .yotpo
  .yotpo-modal-dialog
  .yotpo-bottomline.yotpo-bottomline-2-boxes
  .yotpo-bottomline-box-2
  .yotpo-star-distribution
  .yotpo-star-distribution-content
  .yotpo-distibutions-stars
  .review-stars
  .yotpo-icon-empty-star,
.page-type-blog_post
  .yotpo
  .yotpo-modal-dialog
  .yotpo-bottomline.yotpo-bottomline-2-boxes
  .yotpo-bottomline-box-2
  .yotpo-star-distribution
  .yotpo-star-distribution-content
  .yotpo-distibutions-stars
  .review-stars
  .yotpo-icon-star,
.page-type-blog_post
  .yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-bottomline-2-boxes
  .yotpo-bottomline-box-2
  .yotpo-star-distribution
  .yotpo-star-distribution-content
  .yotpo-distibutions-stars
  .review-stars
  .yotpo-icon-empty-star,
.page-type-blog_post
  .yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-bottomline-2-boxes
  .yotpo-bottomline-box-2
  .yotpo-star-distribution
  .yotpo-star-distribution-content
  .yotpo-distibutions-stars
  .review-stars
  .yotpo-icon-star {
  font-size: 18px !important;
}
.page-type-blog_post
  .review_cnt
  .yotpo.yotpo-main-widget
  .yotpo-bottomline
  .yotpo-star-digits {
  font-size: 20px !important;
  line-height: 18px !important;
  color: #999 !important;
  font-weight: 400 !important;
}
.page-type-blog_post
  .review_cnt
  .yotpo
  .yotpo-modal-dialog
  .yotpo-bottomline
  .based-on,
.page-type-blog_post
  .review_cnt
  .yotpo.yotpo-main-widget
  .yotpo-bottomline
  .based-on {
  color: #666 !important;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 600;
  padding: 2px 0;
}
.page-type-blog_post
  .review_cnt
  .yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-bottomline-2-boxes
  .yotpo-bottomline-box-2
  .yotpo-star-distribution {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.page-type-blog_post
  .yotpo
  .yotpo-modal-dialog
  .yotpo-bottomline.yotpo-bottomline-2-boxes
  .yotpo-bottomline-box-2
  .yotpo-star-distribution
  .yotpo-star-distribution-content
  .yotpo-distributions-graphs
  .yotpo-star-distribution-graph,
.page-type-blog_post
  .yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-bottomline-2-boxes
  .yotpo-bottomline-box-2
  .yotpo-star-distribution
  .yotpo-star-distribution-content
  .yotpo-distributions-graphs
  .yotpo-star-distribution-graph {
  height: 14px !important;
}
.page-type-blog_post .review_cnt .yotpo .text-xs {
  font-size: 12px !important;
  color: #c3c1c1;
  letter-spacing: 0.08em;
}
.page-type-blog_post .review_cnt .yotpo-distibutions-sum-reviews {
  padding: 4px 0 0;
  font-weight: 600;
}
.page-type-blog_post .review_cnt .yotpo .text-xs.yotpo-sum-reviews {
  margin: 0 0 9px !important;
  padding: 0 !important;
  line-height: 14px !important;
}
.page-type-blog_post
  .yotpo
  .yotpo-modal-dialog
  .yotpo-bottomline.yotpo-bottomline-2-boxes
  .yotpo-bottomline-box-2
  .yotpo-star-distribution
  .yotpo-star-distribution-content
  .yotpo-distributions-graphs
  .yotpo-star-distribution-graph,
.page-type-blog_post
  .yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-bottomline-2-boxes
  .yotpo-bottomline-box-2
  .yotpo-star-distribution
  .yotpo-star-distribution-content
  .yotpo-distributions-graphs
  .yotpo-star-distribution-graph {
  width: 135px !important;
}
.page-type-blog_post
  .yotpo
  .yotpo-comment
  .yotpo-header
  .yotpo-header-element
  .y-label.yotpo-user-name,
.page-type-blog_post
  .yotpo
  .yotpo-nav
  ul
  .yotpo-nav-tab.yotpo-active
  .yotpo-nav-wrapper,
.page-type-blog_post .yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active span,
.page-type-blog_post
  .yotpo
  .yotpo-onsite-upload
  .yotpo-header
  .yotpo-header-element
  .y-label.yotpo-user-name,
.page-type-blog_post
  .yotpo
  .yotpo-question
  .yotpo-header
  .yotpo-header-element
  .y-label.yotpo-user-name,
.page-type-blog_post
  .yotpo
  .yotpo-review
  .yotpo-header
  .yotpo-header-element
  .y-label.yotpo-user-name {
  color: #cb2129 !important;
}
.page-type-blog_post
  .yotpo
  .yotpo-nav
  ul
  .yotpo-nav-tab.yotpo-active
  .yotpo-nav-wrapper {
  border-color: #cb2129 !important;
}
.page-type-blog_post .review_cnt .yotpo-nav.yotpo-nav-primary {
  padding: 0 0 10px;
}
.page-type-blog_post .yotpo-icon.yotpo-icon-share:before {
  content: "" !important;
  background: url("../img/yotpo_ic.png") no-repeat center;
  background-size: auto;
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.page-type-blog_post .review_cnt .yotpo .yotpo-regular-box {
  margin: 8px auto 17px;
}
.page-type-blog_post .yotpo .yotpo-comment .yotpo-main,
.page-type-blog_post .yotpo .yotpo-onsite-upload .yotpo-main,
.page-type-blog_post .yotpo .yotpo-question .yotpo-main,
.page-type-blog_post .yotpo .yotpo-review .yotpo-main {
  margin: 15px 0 10px !important;
}
.page-type-blog_post .review_cnt .yotpo-footer {
  margin: 0 !important;
}
.page-type-blog_post .review_cnt .yotpo .yotpo-font-bold.content-title {
  text-transform: uppercase;
  color: #000 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.05em;
}
.page-type-blog_post
  .review_cnt
  .yotpo
  .yotpo-review
  .yotpo-main
  .content-review {
  font-size: 14px;
  color: #333;
  line-height: 28px;
  letter-spacing: 0.05em;
  text-align: justify;
  display: block;
}
.page-type-blog_post .review_cnt .yotpo.yotpo-main-widget {
  border-bottom: 2px solid #f5f5f5;
}
.page-type-blog_post
  .review_cnt
  .yotpo
  .yotpo-review
  .yotpo-header
  .yotpo-header-element
  .y-label.yotpo-user-name {
  font-size: 14px !important;
  color: #666 !important;
  letter-spacing: 0.08em;
}
.page-type-blog_post
  .review_cnt
  .yotpo
  .yotpo-review
  .yotpo-header
  .yotpo-header-element
  .y-label.yotpo-user-title {
  font-size: 13px !important;
  color: #999 !important;
}
.page-type-blog_post .review_cnt .yotpo-helpful .y-label.label-helpful {
  font-size: 12px !important;
  color: #999 !important;
}
.page-type-blog_post .review_cnt .yotpo .transparent-color-btn span.yotpo-icon {
  color: #999 !important;
}
.page-type-blog_post
  .review_cnt
  .yotpo
  .yotpo-review
  .yotpo-footer
  .yotpo-helpful
  .yotpo-sum {
  font-size: 12px;
}
.page-type-blog_post
  .review_cnt
  .yotpo-helpful
  .yotpo-icon.yotpo-icon-thumbs-down,
.page-type-blog_post
  .review_cnt
  .yotpo-helpful
  .yotpo-icon.yotpo-icon-thumbs-up {
  font-size: 16px !important;
  vertical-align: middle;
}
.page-type-blog_post
  .yotpo
  .yotpo-review
  .yotpo-footer
  .yotpo-helpful
  .y-label.yotpo-sum.vote-sum
  + .vote-btn {
  margin-left: 5px !important;
  padding-left: 5px !important;
}
.page-type-blog_post
  .yotpo
  .yotpo-review
  .yotpo-footer
  .yotpo-helpful
  .y-label.yotpo-sum:before {
  content: "" !important;
  height: 11px;
  width: 2px;
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.page-type-blog_post
  .yotpo.yotpo-main-widget
  .yotpo-default-button.write-button.write-review-button
  .yotpo-icon.yotpo-icon-write:before,
.page-type-blog_post
  .yotpo.yotpo-main-widget
  .yotpo-default-button.write-question-button
  .yotpo-icon.yotpo-icon-double-bubble:before {
  content: "" !important;
  background: transparent url("../img/yotpo_ic3.png") no-repeat center;
  background-size: auto;
  width: 24px !important;
  height: 24px !important;
  display: inline-block !important;
  float: none !important;
  vertical-align: middle !important;
}
.page-type-blog_post
  .yotpo.yotpo-main-widget
  .yotpo-default-button.write-question-button
  .yotpo-icon.yotpo-icon-double-bubble:before {
  background: transparent url("../img/yotpo_ic2.png") no-repeat center;
  background-size: auto;
}
.page-type-blog_post
  .yotpo.yotpo-main-widget
  .yotpo-default-button.write-button.write-review-button
  .yotpo-icon.yotpo-icon-write,
.page-type-blog_post
  .yotpo.yotpo-main-widget
  .yotpo-default-button.write-question-button
  .yotpo-icon.yotpo-icon-double-bubble {
  margin: 0 10px 0 0 !important;
  vertical-align: middle;
}
.page-type-blog_post .yotpo .yotpo-default-button,
.page-type-blog_post .yotpo input[type="button"].yotpo-default-button {
  font-size: 12px !important;
  letter-spacing: 0.08em !important;
}
.page-type-blog_post
  .yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-bottomline-2-boxes
  .write-button.write-review-button,
.page-type-blog_post
  .yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-bottomline-2-boxes
  .write-question-button {
  background: #000 !important;
  font-size: 12px !important;
  letter-spacing: 0.08em !important;
  width: 184px !important;
  padding: 9px 11px !important;
  margin: 0 0 0 9px !important;
}
.page-type-blog_post
  .yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-bottomline-2-boxes
  .write-button.write-review-button:hover,
.page-type-blog_post
  .yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-bottomline-2-boxes
  .write-question-button:hover {
  background: #cb2129 !important;
}
.page-type-blog_post
  .yotpo.yotpo-main-widget
  .yotpo-default-button.write-button.write-review-button
  .yotpo-icon-button-text,
.page-type-blog_post
  .yotpo.yotpo-main-widget
  .yotpo-default-button.write-question-button
  .yotpo-icon-button-text {
  font-size: 12px !important;
  font-weight: 600 !important;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.page-type-blog_post
  .yotpo
  .yotpo-modal-dialog
  .yotpo-bottomline.yotpo-bottomline-2-boxes
  .yotpo-default-button,
.page-type-blog_post
  .yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-bottomline-2-boxes
  .yotpo-default-button {
  position: static !important;
}
.page-type-blog_post
  .review_cnt
  .yotpo-regular-box.yotpo-bottomline.yotpo-bottomline-2-boxes {
  text-align: right;
}
.page-type-blog_post
  .yotpo.yotpo-main-widget
  .yotpo-bottomline
  .yotpo-icon-star {
  font-size: 20px !important;
}
.page-type-blog_post
  .write-form
  .write-review.yotpo-regular-box
  .stars-wrapper
  .yotpo-icon.pull-left.review-star.yotpo-icon-empty-star:before,
.page-type-blog_post .yotpo .yotpo-bottomline .yotpo-icon-empty-star,
.page-type-blog_post
  .yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-bottomline-2-boxes
  .yotpo-bottomline-box-2
  .yotpo-star-distribution
  .yotpo-star-distribution-content
  .yotpo-distibutions-stars
  .review-stars
  .yotpo-icon-empty-star {
  color: #ddd !important;
}
.page-type-blog_post .write-question-wrapper .y-label.yotpo-header-title,
.page-type-blog_post
  .yotpo
  .write-review-wrapper.write-form
  .yotpo-header
  .yotpo-header-title {
  font-weight: 700 !important;
  font-size: 18px !important;
}
.page-type-blog_post .yotpo .y-label,
.page-type-blog_post .yotpo span.y-label {
  color: #000 !important;
}
.page-type-blog_post .yotpo .footer-actions span.y-label,
.page-type-blog_post .yotpo .y-label {
  color: #666 !important;
}
.page-type-blog_post .review_cnt #yotpo_input_question_content,
.page-type-blog_post .review_cnt #yotpo_input_review_content {
  resize: none !important;
}
.page-type-blog_post .review_cnt .yotpo-nav-dropdown.sorting {
  width: 180px;
}
.page-type-blog_post
  .review_cnt
  .yotpo-nav-dropdown.sorting
  > .yotpo-dropdown-button {
  padding: 5px;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}
.page-type-blog_post
  .review_cnt
  .yotpo-nav-dropdown.sorting
  > .yotpo-dropdown-button
  > label {
  padding: 15px 5px;
  font-size: 16px;
  font-weight: 700;
  color: #000 !important;
}
.page-type-blog_post
  .review_cnt
  .yotpo-nav-dropdown.sorting
  .yotpo-dropdown.list-categories {
  margin: 10px 0 0;
}
.page-type-blog_post .review_cnt .yotpo .yotpo-dropdown .list-category:hover a,
.page-type-blog_post .yotpo_revw .yotpo-bottomline .text-m:hover {
  color: #cb2129 !important;
}
.page-type-blog_post .yotpo_revw {
  margin: 0 0 15px;
}
.page-type-blog_post .yotpo_revw * {
  font-family: "Josefin Sans", sans-serif !important;
}
.page-type-blog_post .yotpo_revw .yotpo-bottomline .text-m {
  color: #000 !important;
  font-size: 14px;
  line-height: normal;
  text-transform: capitalize;
  margin: 3px 0 0 18px;
  display: inline-block;
  vertical-align: middle;
}
.page-type-blog_post .card-figcaption {
  display: none !important;
}
.page-type-blog_post .productGrid .product {
  overflow: visible;
}
.page-type-blog_post .card {
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  transition: -webkit-box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
  -webkit-transition: box-shadow 0.5s ease;
  -moz-transition: box-shadow 0.5s ease;
}
.page-type-blog_post .quick_button {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 115px;
  height: 105px;
  margin: auto;
  display: block;
  text-align: center;
}
.page-type-blog_post .quick_button .quickview_ic {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  height: auto;
  display: block;
  width: 100%;
}
.page-type-blog_post .quick_button .quickview_ic img {
  display: block;
  margin: auto;
}
.page-type-blog_post .card:not(.card_alternate):hover .quick_button {
  display: block !important;
}
.page-type-blog_post .productCarousel .slick-list {
  padding: 25px 0 0;
}
.page-type-blog_post .card_rate .yotpo {
  text-align: center;
  display: block;
  margin: auto;
}
.page-type-blog_post .card_rate .yotpo * {
  font-family: Lato, sans-serif !important;
}
.page-type-blog_post .card_rate .standalone-bottomline > .pull-left {
  width: 100%;
  display: block;
  float: none;
  vertical-align: middle;
  text-align: center;
}
.page-type-blog_post .card_rate .yotpo-stars > .pull-left {
  float: none;
  vertical-align: middle;
}
.page-type-blog_post .card_rate .yotpo .text-m {
  font-size: 12px;
  text-transform: uppercase;
  color: #000 !important;
  padding: 0 0 0 6px;
  display: inline-block;
  float: none;
  vertical-align: middle;
  letter-spacing: 0.05em;
}
.page-type-blog_post .page.blog_page {
  margin: 0;
}
.page-type-blog_post .blog_page .blog {
  float: left;
  width: 33.33%;
  border-right: solid 1px #ccc;
  padding: 0 25px;
  margin-bottom: 50px;
}
.page-type-blog_post .blog-post-body,
.page-type-blog_post .blog-post-figure {
  width: 100%;
}
.page-type-blog_post .blog_page .blog .blog-thumbnail {
  margin: 0 auto 30px;
  max-width: none;
}
.page-type-blog_post .blog_page .blog .blog-thumbnail,
.page-type-blog_post .blog_page .blog .blog-thumbnail img {
  height: 230px;
  max-height: 230px;
  overflow: hidden;
}
.page-type-blog_post .blog .blog-post-figure .blog-thumbnail {
  max-width: none;
}
.page-type-blog_post .blog .socialLinks,
.page-type-blog_post .blog .tags,
.page-type-blog_post .blog-author,
.page-type-blog_post .blog-date,
.page-type-blog_post .blog-post-body {
  text-align: left;
}
.page-type-blog_post .blog .addthis_toolbox {
  margin-top: 0;
}
.page-type-blog_post .blog-thumbnail:after,
.page-type-blog_post .blog_page .blog .blog-thumbnail:after {
  padding: 0;
}
.page-type-blog_post .blog-title {
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
  height: 60px;
  overflow: hidden;
}
.page-type-blog_post .blog .blog-post-figure .blog-thumbnail img,
.page-type-blog_post .blog_page .blog .blog-thumbnail img {
  position: static;
}
.page-type-blog_post
  .page.blog_page
  .blog
  .blog-post-figure
  .blog-thumbnail
  img {
  max-width: 100%;
}
.page-type-blog_post .blog + .blog {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.page-type-blog_post .blog:nth-child(3n + 1) {
  border: none;
}
.page-type-blog_post .socialLinks .icon svg {
  fill: #ed1c24;
  stroke: #ed1c24;
}
.page-type-blog_post .socialLinks .icon:hover svg {
  fill: #53add5;
  stroke: #53add5;
}
.page-type-blog_post .blog-post {
  font-size: 16px;
  font-weight: 500;
}
.page-type-blog_post .blog_page .pagination {
  display: block;
  clear: left;
}
.page-type-blog_post .modal--large .productView-img-container:before {
  display: none;
}
.page-type-blog_post .cms,
.page-type-blog_post .cms li,
.page-type-blog_post .cms p {
  color: #000;
}
.page-type-blog_post .cms li,
.page-type-blog_post .cms p {
  font-size: 16px;
}
.page-type-blog_post #facet-range-form .form-minMaxRow {
  margin: 0 auto;
}
.page-type-blog_post .price_range_block .accordion-title {
  margin-bottom: 20px;
}
.page-type-blog_post .featured_supplier .bnr_btn .button {
  font-size: 12px;
  letter-spacing: 0.12em;
  height: 36px;
  line-height: 39px;
  padding: 0 25px;
  width: auto;
}
.page-type-blog_post .home_pg_sec.hmJBTool_sec .container {
  max-width: 1290px;
  padding: 0 50px;
}
.page-type-blog_post .home_pg_sec.hmJBTool_sec .container:after,
.page-type-blog_post .home_pg_sec.hmJBTool_sec .container:before {
  content: "";
  display: block;
  clear: left;
}
.page-type-blog_post .productView--quickView .productView-description {
  width: 53%;
  float: right;
}
.page-type-blog_post
  .productView--quickView
  .tab_accordion
  .accordion-navigation
  .accordion-title {
  font-size: 14px;
  padding: 12px 5px 9px 15px;
  line-height: normal;
}
.page-type-blog_post
  .productView--quickView
  .tab_accordion
  .accordion-navigation
  .accordion-title:after {
  background-size: 18px;
  right: 10px;
}
.page-type-blog_post .previewCartItem-content,
.page-type-blog_post .previewCartItem-image {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
}
.page-type-blog_post .cart-item-brand,
.page-type-blog_post .previewCartItem-brand {
  display: none !important;
}
.page-type-blog_post .previewCartItem-brand,
.page-type-blog_post .previewCartItem-name {
  font-size: 15px;
  line-height: normal;
}
.page-type-blog_post .cart-additionalCheckoutButtons {
  position: relative;
  z-index: 1;
}
.page-type-blog_post .account-content .pagination-list .pagination-item {
  float: none;
  line-height: 32px;
}
.page-type-blog_post .JBtoolssales_reviews_pg .review_img img {
  margin: 0;
}
.page-type-blog_post .pr_aircat {
  width: 100%;
  display: block;
}
.page-type-blog_post .aircatresource_pg .Aircat_product:after,
.page-type-blog_post .aircatresource_pg .Aircat_product:before,
.page-type-blog_post .aircatresource_pg div.Comparisons:after,
.page-type-blog_post .aircatresource_pg div.Comparisons:before,
.page-type-blog_post .pr_aircat:after,
.page-type-blog_post .pr_aircat:before {
  clear: left;
  content: "";
  display: block;
}
.page-type-blog_post .aircatresource_pg div.Comparisons {
  clear: left;
  margin: 35px 0 0;
}
.page-type-blog_post .electronic_specialties_resource_pg .text_main {
  margin: 20px 0;
}
.page-type-blog_post ul.giveawy_content .gtwy_left,
.page-type-blog_post ul.giveawy_content .gtwy_right {
  display: inline-block;
  float: left;
  width: 70%;
  padding: 10px;
  text-align: left;
}
.page-type-blog_post ul.giveawy_content .gtwy_right {
  width: 15%;
  padding: 0 15px 0 0;
}
.page-type-blog_post ul.giveawy_content .gtwy_right img {
  max-width: 100%;
}
.page-type-blog_post ul.giveawy_content li .gtwy_left p {
  font-size: 18px;
}
.page-type-blog_post .gearwrench_pg .click_to_go h3 {
  text-align: center;
}
.page-type-blog_post
  .productView--quickView
  .yotpo.yotpo-main-widget.yotpo-medium
  .yotpo-bottomline.yotpo-bottomline-2-boxes
  .yotpo-bottomline-box-1
  .yotpo-default-button
  .yotpo-icon-button-text {
  display: inline-block !important;
}
.page-type-blog_post
  .productView--quickView
  .yotpo.yotpo-main-widget.yotpo-medium
  .yotpo-bottomline.yotpo-bottomline-2-boxes
  .yotpo-bottomline-box-1
  .yotpo-default-button.write-question-button {
  clear: left;
  margin: 25px 0 10px !important;
  float: left;
}
.page-type-blog_post
  .productView--quickView
  .yotpo.yotpo-main-widget.yotpo-medium
  .yotpo-bottomline.yotpo-bottomline-2-boxes
  .yotpo-bottomline-box-1
  .yotpo-default-button.write-review-button {
  clear: left;
  margin: 0 !important;
  float: left;
}
.page-type-blog_post .footer-info-list a:hover {
  color: #fff;
}
.page-type-blog_post .pagination-list .pagination-item--previous .icon {
  position: relative;
  right: -5px;
}
.page-type-blog_post .pagination-list .pagination-item--next .icon {
  position: relative;
  left: -5px;
}
.page-type-blog_post
  .yotpo
  .yotpo-review
  .yotpo-header
  .yotpo-header-actions
  span.y-label.yotpo-review-date {
  color: #999 !important;
}
.page-type-blog_post
  #yotpo-testimonials-custom-tab
  .yotpo-review.yotpo-regular-box
  .yotpo-footer {
  margin-left: 0 !important;
}
.page-type-blog_post #comp_link {
  clear: left;
}
.page-type-blog_post .cms_page_content .tab_cnt_mn h3 {
  text-align: center;
}
.page-type-blog_post .popup_nonesale_found .hide_sale_popup {
  display: none;
}
.page-type-blog_post .ct_main {
  clear: left;
}
.page-type-blog_post .ct_left {
  width: 50%;
  display: inline-block;
  float: left;
  margin: 20px 0 0;
}
.page-type-blog_post .ct_left h4 {
  margin: 0 0 20px;
  line-height: normal;
  font-size: 18px;
}
.page-type-blog_post .ct_left p {
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.05em;
  margin: 0 0 15px;
}
.page-type-blog_post .ct_left_inr {
  border: 1px solid #d3d3d3;
  padding: 20px 15px;
  display: block;
  width: auto;
  max-width: 450px;
}
.page-type-blog_post .ct_right {
  display: inline-block;
  float: right;
  width: 42%;
}
.page-type-blog_post .ct_right .cart-totals {
  width: 100%;
}
.page-type-blog_post .headCenter_mn {
  display: block;
  text-align: center;
}
.page-type-blog_post .cms_page_content .five tr td:first-child {
  width: 14%;
}
.page-type-blog_post .cms_page_content td li {
  font-size: 15px;
}
.page-type-blog_post .search_404 {
  margin: 16px 0 0;
}
.page-type-blog_post .search_404 .form {
  max-width: 550px;
  margin: 0 auto;
}
.page-type-blog_post #form-action-addToCart {
  font-size: 17px;
  padding: 0 45px 0 70px;
  background-position: 35px 50%;
}
.page-type-blog_post #form-action-addToCart:hover {
  background-position: 35px 50%;
}
.page-type-blog_post .countPill {
  width: auto;
  height: auto;
  line-height: normal;
  min-width: 16px;
  padding: 4px 4px 3px 5px;
}
.page-type-blog_post .product_page .breadcrumb {
  padding: 5px 0;
}
.page-type-blog_post .hm_right_bnt .button {
  width: 170px;
  padding: 0;
  margin: 0;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.page-type-blog_post .footer_btm p > br {
  display: none;
}
.page-type-blog_post body .nxt-ac-main {
  width: 501px !important;
}
@media (min-width: 1399px) {
  .page-type-blog_post .heroCarousel .slider-3 .heroCarousel_action {
    right: 9.7%;
  }
}
@media (min-width: 1599px) {
  .page-type-blog_post .featured_supplier .FS_col1 {
    width: 278px;
    max-width: 100%;
  }
  .page-type-blog_post .featured_supplier .FS_col_right {
    width: calc(100% - 278px);
  }
  .page-type-blog_post .featured_supplier .FS_col1 img {
    max-height: 85px;
  }
  .page-type-blog_post .featured_supplier .FS_col2 {
    max-width: 720px;
    padding: 75px 10px 0 65px;
  }
  .page-type-blog_post .Affiliate_text,
  .page-type-blog_post .mission_text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
  .page-type-blog_post .ABT_Affiliate img,
  .page-type-blog_post .our_mission img {
    display: block;
    width: 100%;
  }
  .page-type-blog_post .ABT_Affiliate {
    background: 0 0;
  }
  .page-type-blog_post .our_mission {
    background: 0 0;
  }
  .page-type-blog_post .header_midl {
    padding: 0 76px 0 63px;
  }
  .page-type-blog_post .header_top {
    padding: 0 63px;
  }
  .page-type-blog_post .home_pg_sec.hmJBTool_sec .container {
    padding: 0;
  }
  .page-type-blog_post .heroCarousel .slider-3 .heroCarousel_action {
    right: 11%;
  }
}
@media (min-width: 1899px) {
  .page-type-blog_post .heroCarousel .slider-3 .heroCarousel_action {
    right: 11%;
  }
}
.page-type-blog_post
  .rrp_found.nonesale_found
  .price-section.price-section--withoutTax.rrp-price--withoutTax {
  display: block;
}
.page-type-blog_post body.has_activeNavPages #responsive_menu {
  display: block;
  left: 0;
}
.page-type-blog_post #responsive_menu .navPage-subMenu {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  position: static;
  background: 0 0;
}
.page-type-blog_post #responsive_menu .navPages {
  margin: 0;
  padding: 15px;
  background: #000;
  width: 100%;
  height: 100%;
}
.page-type-blog_post #responsive_menu.navPages-container {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  margin: 0;
  padding: 0;
  z-index: 50;
  width: 300px;
  height: 100%;
  overflow-y: auto;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  background: #000;
}
.page-type-blog_post .header.header-toggle #responsive_menu {
  left: 0;
}
.page-type-blog_post #responsive_menu li {
  position: relative;
  border: 0;
  width: 100%;
  text-align: left;
  float: left;
}
.page-type-blog_post #responsive_menu li a {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: normal;
  display: block;
  padding: 5px 0 2px;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  margin: 0;
  float: left;
  width: 100%;
}
.page-type-blog_post #responsive_menu li ul li a {
  text-transform: uppercase;
  font-size: 12px;
  padding-right: 30px;
}
.page-type-blog_post #responsive_menu li a:hover {
  color: #ed1c24;
}
.page-type-blog_post #responsive_menu .navPages-list--user .navPage-subMenu {
  background: 0 0;
  position: static;
  padding: 0;
  margin: 0;
}
.page-type-blog_post #responsive_menu .menu_cat_img,
.page-type-blog_post #responsive_menu .navPages-action-moreIcon {
  display: none !important;
}
.page-type-blog_post #responsive_menu .subcat-expand {
  height: 27px;
  width: 100%;
  position: absolute;
  top: -3px;
  right: 0;
  left: 0;
  cursor: pointer;
}
.page-type-blog_post #responsive_menu .subcat-expand:after {
  height: 2px;
  width: 12px;
}
.page-type-blog_post #responsive_menu .subcat-expand.subcat-expanded:before {
  display: none;
}
.page-type-blog_post #responsive_menu .subcat-expand:before {
  height: 12px;
  width: 2px;
}
.page-type-blog_post #responsive_menu .subcat-expand:after,
.page-type-blog_post #responsive_menu .subcat-expand:before {
  background: #fff;
  bottom: 0;
  content: "";
  left: 93%;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}
.page-type-blog_post #responsive_menu .navPage-subMenu .menu_cat_list,
.page-type-blog_post #responsive_menu .navPage-subMenu .navPage-subMenu-list,
.page-type-blog_post #responsive_menu .navPage-subMenu > .container {
  display: block !important;
  clear: both;
}
.page-type-blog_post #responsive_menu .navPages-list ul {
  padding: 0 0 15px 10px;
  margin: 0;
  border: 0;
}
.page-type-blog_post #responsive_menu .navPages-quickSearch {
  display: none;
}
.page-type-blog_post #responsive_menu .navPages ul {
  width: 100%;
  float: left;
}
.page-type-blog_post #responsive_menu .navPages-list .navPages-list--user {
  padding-left: 0;
}
.page-type-blog_post .previewCart .productView-title {
  font-size: 16px;
  line-height: normal;
}
.page-type-blog_post .ABT_JB_cen {
  clear: both;
}
.page-type-blog_post .About_us .ABT_JB_cen p {
  max-width: 100%;
}
.page-type-blog_post .button {
  padding: 13px 2.28571rem 10px 2.28571rem;
}
.page-type-blog_post .button--small {
  padding: 10px 1.5rem 7px 1.5rem;
}
.page-type-blog_post .yotpo .yotpo-tool-tip {
  right: 0 !important;
}
.page-type-blog_post .FS_col3.FS_col3_mobile,
.page-type-blog_post .hmJB_left.hmJB_left_mobile {
  display: none;
}
.page-type-blog_post .hmJBLogo.hmJBLogo_mobile {
  display: none;
}
.page-type-blog_post .productView-img-container img {
  max-height: 495px;
}
.page-type-blog_post .toggle.videoGallery {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.page-type-blog_post #tab_review .yotpo .yotpo-reviews .yotpo-first-review {
  margin: 30px 0 !important;
}
.page-type-blog_post
  .price-section.price-section--withoutTax.rrp-price--withoutTax {
  display: inline-block;
}
.page-type-blog_post .blog > .blog-post-figure {
  display: none !important;
}
.page-type-blog_post .blog-post-body .blog-title {
  font-size: 24px;
  height: auto;
  margin: 40px 0 20px;
  text-align: center;
}
.page-type-blog_post .quickSearchResults {
  width: 100%;
}
.page-type-blog_post .blog iframe {
  max-width: 100%;
}
.page-type-blog_post .blog-post td {
  text-align: left;
}
.page-type-blog_post
  .quickView
  .productView--quickView
  .productView-description {
  width: 100%;
}
.page-type-blog_post body .yotpo .standalone-bottomline .star-clickable {
  display: inline-block;
}
.page-type-blog_post .heroCarousel-slide .heroCarousel-image,
.page-type-blog_post .heroCarousel-slide .heroCarousel-image-wrapper,
.page-type-blog_post .heroCarousel.slick-initialized {
  display: inline-block;
}
.page-type-blog_post .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:before {
  top: -8px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.page-type-blog_post .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:after {
  bottom: -8px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.page-type-blog_post .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
  background: #000;
}
.page-type-blog_post
  .mobileMenu-toggle.is-toggle
  .mobileMenu-toggleIcon:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-type-blog_post .mobileMenu-toggle.is-toggle .mobileMenu-toggleIcon:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page-type-blog_post .mobileMenu-toggle.is-toggle .mobileMenu-toggleIcon {
  background: 0 0;
}
@media only screen and (max-width: 1199px) {
  .page-type-blog_post .container {
    padding: 0 15px;
  }
  .page-type-blog_post .navUser {
    padding: 0;
  }
  .page-type-blog_post .ctm_navpages {
    padding: 0 0 0 20px;
  }
  .page-type-blog_post .ctm_navpages > li > a {
    font-size: 11px;
    letter-spacing: 0.08em;
    padding: 14px 10px;
  }
  .page-type-blog_post .hd_right ul li {
    padding: 0 10px;
  }
  .page-type-blog_post .hd_right ul li span {
    font-size: 12px;
  }
  .page-type-blog_post .hd_right ul li .sub_head {
    font-size: 8px;
    letter-spacing: 0.08em;
  }
  .page-type-blog_post .search_input > .container {
    padding: 0;
  }
  .page-type-blog_post .hd_search h3 {
    width: 45%;
    font-size: 20px;
  }
  .page-type-blog_post .search_input {
    width: 55%;
  }
  .page-type-blog_post .search_input .form-field {
    width: 100%;
  }
  .page-type-blog_post .search_input .form-input {
    padding: 0 120px 0 16px;
    font-size: 11.5px;
  }
  .page-type-blog_post .search_btn {
    font-size: 15px;
    width: 110px;
    letter-spacing: 0.08em;
  }
  .page-type-blog_post .default_mn .body > .container,
  .page-type-blog_post .hm_fd_pro .container {
    padding: 0;
  }
  .page-type-blog_post .catImg img {
    max-height: 80px;
  }
  .page-type-blog_post .actName {
    font-size: 14px;
  }
  .page-type-blog_post .main.full .card {
    padding: 30px 15px;
  }
  .page-type-blog_post .featured_supplier .FS_col1 {
    width: 10%;
  }
  .page-type-blog_post .featured_supplier .FS_col1 img {
    max-height: 40px;
  }
  .page-type-blog_post .featured_supplier .FS_col_right {
    width: 90%;
  }
  .page-type-blog_post .featured_supplier .FS_col2 {
    width: 55%;
    padding: 50px 10px 0 15px;
  }
  .page-type-blog_post .featured_supplier .FS_col3 {
    width: 45%;
  }
  .page-type-blog_post .page-sidebar + .page-content {
    width: 77.5%;
  }
  .page-type-blog_post .tab_accordion .accordion-content {
    padding: 25px 15px 20px;
  }
  .page-type-blog_post .productCarousel-slide {
    padding: 0 15px;
  }
  .page-type-blog_post .alsolike_products > .container,
  .page-type-blog_post .related_products > .container {
    max-width: 960px;
  }
  .page-type-blog_post .related_alsolike .slick-next {
    right: -18px;
  }
  .page-type-blog_post .related_alsolike .slick-prev {
    left: -18px;
  }
  .page-type-blog_post .allBrands_list {
    padding-left: 15px;
  }
  .page-type-blog_post .block_brands .brand_grid:nth-child(4n + 1) {
    clear: none;
  }
  .page-type-blog_post .block_brands .brand_grid {
    width: 33.33%;
  }
  .page-type-blog_post .block_brands .BDtitle_inr {
    padding: 7px 15px;
  }
  .page-type-blog_post .page.SearchResult {
    margin: 0 auto;
  }
  .page-type-blog_post .cms_page_content.Repair ul {
    margin: 0 -15px;
  }
  .page-type-blog_post .cms_page_content.Repair li.mian_li li {
    list-style-position: inside;
  }
  .page-type-blog_post .cms_page_content.Repair li.mian_li h3 {
    font-size: 18px;
  }
  .page-type-blog_post .previewCartCheckout .button {
    font-size: 11px;
    padding: 0;
    height: 37px;
    line-height: 37px;
  }
  .page-type-blog_post .previewCart .productView-details {
    margin: 15px 0 0;
  }
  .page-type-blog_post .page.brand_page {
    margin: 0 auto;
  }
  .page-type-blog_post .ABT_JB_left {
    margin: 0 0 15px;
  }
  .page-type-blog_post .upr_text {
    font-size: 14px;
  }
  .page-type-blog_post .Aircat ul {
    margin: 0 0 0 1.15rem;
  }
  .page-type-blog_post .top_img_sec img {
    margin: 0;
    padding: 0 10px 0 0;
  }
  .page-type-blog_post .ABT_Affiliate {
    overflow: hidden;
  }
  .page-type-blog_post .main.full .card_price > .price-section {
    font-size: 20px;
  }
  .page-type-blog_post .tooltip_lbl .tooltiptext {
    top: 30px;
    left: 14px;
  }
  .page-type-blog_post .tooltip_lbl .tooltiptext:before {
    border-right-color: transparent;
    border-bottom-color: #696969;
    top: -20px;
    left: 50%;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .page-type-blog_post #form-action-addToCart {
    font-size: 15px;
  }
  .page-type-blog_post .account--fixed {
    width: 70%;
  }
  .page-type-blog_post body .nxt-ac-main {
    max-width: 438px;
  }
}
@media only screen and (max-width: 990px) {
  .page-type-blog_post body {
    padding: 164px 0 0;
  }
  .page-type-blog_post .navUser > ul > li {
    display: none;
  }
  .page-type-blog_post .header_top {
    height: 31px;
  }
  .page-type-blog_post .navUser {
    position: static;
  }
  .page-type-blog_post .navUser > ul > .SelectLang {
    display: inline-block;
  }
  .page-type-blog_post .allprice_bnr {
    text-align: right;
    line-height: 31px;
    padding: 0;
    font-size: 10px;
    max-width: none;
    -webkit-transform: none;
    transform: none;
    -moz-transform: none;
    position: static;
  }
  .page-type-blog_post .header-logo {
    float: none;
    display: block;
    margin: 0;
    padding-left: 55px;
    text-align: left;
  }
  .page-type-blog_post .header-logo > a {
    width: auto;
  }
  .page-type-blog_post .hd_midl {
    display: none;
  }
  .page-type-blog_post .hd_right {
    margin: -48px 0 0;
  }
  .page-type-blog_post .header .hd_right ul {
    margin-right: 60px;
  }
  .page-type-blog_post .header .hd_right ul li {
    padding: 0 15px 0 32px;
    text-align: center;
  }
  .page-type-blog_post .header .hd_right ul li:last-child {
    padding-right: 0;
  }
  .page-type-blog_post .header .hd_right ul li img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    max-width: 25px;
  }
  .page-type-blog_post .hd_right ul li .sub_head,
  .page-type-blog_post .header .hd_right ul li .hd_heading {
    margin: 0;
    padding: 0;
    font-size: 10.5px;
    letter-spacing: 0.03em;
  }
  .page-type-blog_post .header .hd_right ul li span br {
    display: none;
  }
  .page-type-blog_post .sticky_active .header .hd_right ul li .sub_head {
    margin: 0;
    padding: 0;
    clear: left;
  }
  .page-type-blog_post .header-logo-image {
    max-height: 50px;
  }
  .page-type-blog_post #wi-country-selector-button {
    position: absolute;
    margin-right: 20px !important;
  }
  .page-type-blog_post .mobileMenu-toggle {
    top: 39px;
  }
  .page-type-blog_post .mobileMenu-toggle .mobileMenu-toggleIcon,
  .page-type-blog_post .mobileMenu-toggle .mobileMenu-toggleIcon::after,
  .page-type-blog_post .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    height: 3px;
    width: 25px;
    background: #000;
  }
  .page-type-blog_post .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -8px;
  }
  .page-type-blog_post .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -8px;
  }
  .page-type-blog_post .hd_search {
    padding: 10px 0;
  }
  .page-type-blog_post .hd_search h3 {
    display: none;
  }
  .page-type-blog_post .search_input {
    width: 100%;
  }
  .page-type-blog_post .footer_mn {
    padding: 30px 0;
  }
  .page-type-blog_post .footer-info-col {
    width: 50%;
  }
  .page-type-blog_post .NewsLetter h3 {
    width: 38%;
    padding: 0;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
  }
  .page-type-blog_post .NewsLetter .form {
    width: 62%;
  }
  .page-type-blog_post .heroCarousel_action,
  .page-type-blog_post .heroCarousel_action:active,
  .page-type-blog_post .heroCarousel_action:focus {
    width: 150px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
  }
  .page-type-blog_post .heroCarousel .slider-3 .heroCarousel_action {
    right: 6%;
  }
  .page-type-blog_post .heroCarousel .slider-2 .heroCarousel_action {
    left: 13%;
  }
  .page-type-blog_post .heroCarousel .slider-0 .heroCarousel_action {
    left: 13%;
  }
  .page-type-blog_post .catImg img {
    max-height: 60px;
  }
  .page-type-blog_post .actName {
    font-size: 12px;
  }
  .page-type-blog_post .catButton {
    width: 140px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
  }
  .page-type-blog_post .hm_cat_sec {
    margin: 0 0 30px;
  }
  .page-type-blog_post .hm_fd_pro .page-heading,
  .page-type-blog_post .manufctr_logo h2 {
    font-size: 26px;
    margin: 0 0 15px;
  }
  .page-type-blog_post .manufctr_logo ul {
    padding: 0 15px;
  }
  .page-type-blog_post .manufctr_logo ul > li {
    padding: 10px 0;
  }
  .page-type-blog_post .hm_fd_pro {
    margin: 30px 0 0;
  }
  .page-type-blog_post .main.full .productGrid .product {
    width: 33.33%;
  }
  .page-type-blog_post .featured_supplier {
    margin: 0 0 30px;
  }
  .page-type-blog_post .featured_supplier .FS_col1 {
    width: 100%;
    position: static;
    padding: 10px;
  }
  .page-type-blog_post .featured_supplier .FS_col1 img {
    position: static;
    float: none;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
  }
  .page-type-blog_post .featured_supplier .FS_col_right {
    width: 100%;
  }
  .page-type-blog_post .featured_supplier .FS_col3 {
    width: 100%;
    text-align: center;
  }
  .page-type-blog_post .featured_supplier div img {
    float: none;
  }
  .page-type-blog_post .featured_supplier .FS_col2 {
    width: 100%;
    padding: 30px 10px 0 15px;
  }
  .page-type-blog_post .featured_supplier .FS_col2 h2 {
    font-size: 26px;
    margin: 0 0 10px;
  }
  .page-type-blog_post .home_pg_sec.hmJBTool_sec .container {
    padding: 0 15px;
  }
  .page-type-blog_post .hmJB_left {
    padding: 0;
    width: 100%;
  }
  .page-type-blog_post .hmJB_left ul {
    max-width: none;
    float: none;
  }
  .page-type-blog_post .hmJB_left ul li {
    padding: 0 0 25px;
  }
  .page-type-blog_post .hmJB_right {
    width: 100%;
  }
  .page-type-blog_post .hmJBLogo ul {
    margin: 8px auto 15px;
  }
  .page-type-blog_post .testiGrid_inr::after,
  .page-type-blog_post .testiGrid_inr::before {
    background-size: 70px;
  }
  .page-type-blog_post .testiGrid_inr::before {
    left: -60px;
  }
  .page-type-blog_post .testiGrid_inr::after {
    right: -60px;
    bottom: 0;
  }
  .page-type-blog_post .hm_testimonial .testi_grid p {
    font-size: 23px;
    line-height: 36px;
  }
  .page-type-blog_post .page-sidebar {
    padding: 0;
    width: 100%;
  }
  .page-type-blog_post .page-sidebar + .page-content {
    width: 100%;
  }
  .page-type-blog_post .proList_top .page-heading {
    font-size: 22px;
  }
  .page-type-blog_post .proPagi_top {
    width: 100%;
    margin: 0 0 15px;
  }
  .page-type-blog_post .cat_filter {
    width: 100%;
  }
  .page-type-blog_post .pro_pg_icons .hd_right ul {
    padding: 0;
  }
  .page-type-blog_post .tab_accordion .accordion-navigation .accordion-title {
    font-size: 18px;
  }
  .page-type-blog_post .related_alsolike h3 {
    font-size: 24px;
  }
  .page-type-blog_post .alsolike_products > .container,
  .page-type-blog_post .related_products > .container {
    max-width: none;
    padding: 0 35px;
  }
  .page-type-blog_post .productCarousel {
    margin: 0 -15px;
  }
  .page-type-blog_post .page-heading {
    margin: 0 0 30px;
    font-size: 24px;
  }
  .page-type-blog_post .BrandResources {
    display: block;
    width: 100%;
  }
  .page-type-blog_post .allBrands_list {
    width: 100%;
  }
  .page-type-blog_post .customSearch {
    margin: 0 auto 20px;
  }
  .page-type-blog_post .allBrands_list {
    padding-left: 0;
  }
  .page-type-blog_post .quickSearchResults {
    margin-top: 3px;
  }
  .page-type-blog_post .quickSearchResults .card .card-body .card-title > a {
    font-size: 13px;
    letter-spacing: 0.03em;
  }
  .page-type-blog_post .quickSearchResults .modal-close {
    right: 9px;
    display: block;
  }
  .page-type-blog_post .cms_page_content.Repair li.mian_li {
    width: 50%;
  }
  .page-type-blog_post .cms_page_content.Repair li.mian_li p img {
    width: 100%;
  }
  .page-type-blog_post .mian_li:nth-child(odd) {
    clear: left;
  }
  .page-type-blog_post .account-content {
    padding: 0;
    margin: 0 0 30px;
  }
  .page-type-blog_post .navBar--account {
    display: block;
  }
  .page-type-blog_post body {
    padding: 0;
    left: 0;
    top: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
  }
  .page-type-blog_post body.menu_open {
    left: 300px;
    overflow: hidden;
  }
  .page-type-blog_post .previewCart .productView {
    padding: 0 15px;
    margin-top: 10px;
  }
  .page-type-blog_post .previewCart .productView-details {
    padding: 0;
  }
  .page-type-blog_post .ct_left {
    width: 100%;
    margin: 15px 0;
  }
  .page-type-blog_post .ct_left_inr {
    max-width: none;
  }
  .page-type-blog_post .ct_right {
    width: 100%;
  }
  .page-type-blog_post .cart-total-value,
  .page-type-blog_post .ct_right .cart-totals {
    width: 50%;
  }
  .page-type-blog_post .cart-total-label {
    text-align: left;
  }
  .page-type-blog_post .cart-total-value {
    text-align: right;
  }
  .page-type-blog_post .navUser .cart_cnt {
    position: absolute;
    top: 38px;
    right: 10px;
    display: block;
  }
  .page-type-blog_post .navUser .cart_cnt > a .navUser-item-cartLabel {
    display: none;
  }
  .page-type-blog_post .navUser .cart_cnt > a:before {
    display: none;
  }
  .page-type-blog_post .navUser .cart_cnt > .navUser-action {
    background: url(../img/cart_mobile.png) no-repeat center;
    padding: 0;
    width: 55px;
    height: 55px;
  }
  .page-type-blog_post .navUser .cart_cnt .countPill {
    top: 8px;
    left: auto;
    right: 2px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    letter-spacing: normal;
    padding: 0;
  }
  .page-type-blog_post .has-activeNavPages {
    overflow: auto;
  }
  .page-type-blog_post .productView--quickView .productView-description {
    width: 100%;
  }
  .page-type-blog_post .pay_pal {
    margin: 0 0 15px;
    float: left;
  }
  .page-type-blog_post
    .yotpo
    .yotpo-modal-dialog
    .yotpo-bottomline.yotpo-bottomline-2-boxes
    .yotpo-default-button.write-question-button,
  .page-type-blog_post
    .yotpo.yotpo-main-widget
    .yotpo-bottomline.yotpo-bottomline-2-boxes
    .yotpo-default-button.write-question-button {
    margin: 0 0 10px 10px !important;
  }
  .page-type-blog_post .cart-item-info + .cart-item-info {
    margin-top: 0;
  }
  .page-type-blog_post .ABT_mn {
    margin: 30px 0 0;
  }
  .page-type-blog_post .ABT_JB_right {
    width: 100%;
  }
  .page-type-blog_post .ABT_JB_left {
    width: 100%;
    margin: 15px 0;
  }
  .page-type-blog_post .About_us h2 {
    font-size: 24px;
  }
  .page-type-blog_post .ABT_JB {
    padding: 0;
  }
  .page-type-blog_post .ABT_Affiliate,
  .page-type-blog_post .mission_text {
    padding: 30px 0;
  }
  .page-type-blog_post .mission_text h2 {
    margin: 0 0 15px;
  }
  .page-type-blog_post .page.About_us .hmJBTool_sec {
    margin: 15px 0;
  }
  .page-type-blog_post .hmJB_left.choose_right,
  .page-type-blog_post .hmJB_right.Choose_left {
    width: 100%;
    padding: 0;
  }
  .page-type-blog_post .Affiliate_text ul li {
    width: 50%;
  }
  .page-type-blog_post .manufctr_logo.ABT_Mftr {
    padding: 0 0 15px;
  }
  .page-type-blog_post .upr_text {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 5px;
    height: 48px;
  }
  .page-type-blog_post .btm_text {
    text-align: left;
    height: 140px;
    overflow: hidden;
  }
  .page-type-blog_post .About_us p {
    text-align: left;
    max-width: 100%;
  }
  .page-type-blog_post .cms_page_content .five tr td:first-child {
    width: 16.66%;
  }
  .page-type-blog_post .cms_page_content td li {
    padding: 0;
  }
  .page-type-blog_post .Aircat tr td img,
  .page-type-blog_post .autel_main img,
  .page-type-blog_post .four tr td img {
    max-width: 100%;
  }
  .page-type-blog_post .autel_img {
    margin: 0;
    padding-right: 15px;
  }
  .page-type-blog_post .cms_video ul {
    margin: 0;
  }
  .page-type-blog_post .cms_video ul li {
    padding: 0 5px;
  }
  .page-type-blog_post .cms_video ul li video {
    max-width: 100%;
  }
  .page-type-blog_post .cms_page_content .text_main {
    margin: 15px 0 15px;
  }
  .page-type-blog_post #comp_link,
  .page-type-blog_post #review_link {
    display: none;
  }
  .page-type-blog_post .cms_page_content h3.center {
    font-size: 20px;
    margin: 15px 0;
  }
  .page-type-blog_post .cms_page_content.left_move h3 {
    text-align: center;
  }
  .page-type-blog_post .productView-img-container img {
    max-height: 525px;
  }
  .page-type-blog_post .account_orderstatus_mn .body {
    margin-bottom: 0;
  }
  .page-type-blog_post .blog_page .blog {
    padding: 0 10px;
  }
  .page-type-blog_post .blog-title {
    font-size: 16px;
  }
  .page-type-blog_post .accordion--navList .accordion-navigation-actions,
  .page-type-blog_post .accordion--navList .navList-action-close {
    display: block !important;
  }
  .page-type-blog_post .accordion--navList .accordion-block + .accordion-block {
    margin: -1px 0 0;
  }
  .page-type-blog_post .accordion--navList .accordion-navigation-actions {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }
  .page-type-blog_post .accordion--navList .accordion-indicator {
    fill: #000;
  }
  .page-type-blog_post .account--fixed {
    width: 100%;
  }
  .page-type-blog_post body .nxt-ac-main {
    width: calc(100% - 138px) !important;
    max-width: 100%;
  }
  .page-type-blog_post .sticky_active .header .hd_right ul li {
    padding: 0 15px 0 32px;
  }
}
@media only screen and (max-width: 767px) {
  .page-type-blog_post .hm_cat_sec ul li {
    width: 100%;
  }
  .page-type-blog_post .hm_cat_sec ul li:nth-child(2n) > div {
    border-left: 0;
  }
  .page-type-blog_post .featured_supplier .FS_col2 h2,
  .page-type-blog_post .hm_fd_pro .page-heading,
  .page-type-blog_post .manufctr_logo h2 {
    font-size: 22px;
  }
  .page-type-blog_post .manufctr_logo ul > li {
    width: 33.33%;
  }
  .page-type-blog_post .main.full .productGrid .product {
    width: 50%;
  }
  .page-type-blog_post .main.full .card-title > a {
    font-size: 12px;
    line-height: normal;
  }
  .page-type-blog_post .main.full .card_price > .price-section {
    font-size: 20px;
  }
  .page-type-blog_post .hmJBTitle {
    font-size: 14px;
  }
  .page-type-blog_post .testiGrid_inr {
    padding: 30px 15px;
  }
  .page-type-blog_post .hm_testimonial .testi_grid p {
    font-size: 20px;
    line-height: normal;
  }
  .page-type-blog_post .testiGrid_inr::before {
    left: -12px;
    top: 0;
  }
  .page-type-blog_post .testiGrid_inr::after {
    right: -15px;
    bottom: -30px;
  }
  .page-type-blog_post .hmJB_left ul li img {
    max-height: 55px;
  }
  .page-type-blog_post .page-sidebar + .page-content .productGrid .product,
  .page-type-blog_post .productGrid .product {
    width: 50%;
  }
  .page-type-blog_post .productView-title {
    font-size: 18px;
  }
  .page-type-blog_post .productView-price > .price-section {
    font-size: 24px;
  }
  .page-type-blog_post .productView-options .qty_sec {
    margin: 0 0 25px;
  }
  .page-type-blog_post .productView-options .addtocart_btn {
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
  }
  .page-type-blog_post .tab_accordion .accordion-navigation .accordion-title {
    font-size: 16px;
    padding: 12px 15px 12px 20px;
  }
  .page-type-blog_post
    .tab_accordion
    .accordion-navigation
    .accordion-title:after {
    background-size: 100%;
    width: 18px;
    height: 10px;
    right: 25px;
  }
  .page-type-blog_post .related_alsolike h3 {
    font-size: 20px;
  }
  .page-type-blog_post
    .yotpo
    .yotpo-modal-dialog.yotpo-medium
    .yotpo-bottomline.yotpo-bottomline-2-boxes
    .yotpo-bottomline-box-1
    .yotpo-default-button,
  .page-type-blog_post
    .yotpo.yotpo-main-widget.yotpo-medium
    .yotpo-bottomline.yotpo-bottomline-2-boxes
    .yotpo-bottomline-box-1
    .yotpo-default-button {
    clear: both !important;
    margin: 5px 0 !important;
  }
  .page-type-blog_post .qty_sec.form-field--increments .form-label--alternate {
    float: left;
    line-height: 31px;
    margin: 0 10px 0 0;
    font-size: 16px;
  }
  .page-type-blog_post .qty_sec .form-increment {
    display: inline-block;
    float: left;
  }
  .page-type-blog_post .productView .form-field--stock .form-label {
    text-align: left;
  }
  .page-type-blog_post .block_brands .brand_grid {
    width: 50%;
  }
  .page-type-blog_post .customSearch {
    width: 100%;
  }
  .page-type-blog_post .quickSearchResults .card .card-body .card-title > a {
    font-size: 12px;
    line-height: normal;
  }
  .page-type-blog_post .quickSearchResults .card .card-body .card-text {
    margin: 10px 0;
  }
  .page-type-blog_post
    .quickSearchResults
    .price-section.price-section--withoutTax {
    font-size: 16px;
  }
  .page-type-blog_post .quickSearchResults .card .card-body .card-title {
    word-wrap: break-word;
  }
  .page-type-blog_post .quickSearchResults .card .card-body {
    padding: 5px 12px;
  }
  .page-type-blog_post ul.giveawy_content .gtwy_left {
    padding: 0 0 0 10px;
  }
  .page-type-blog_post ul.giveawy_content .gtwy_right {
    padding: 0;
  }
  .page-type-blog_post ul.giveawy_content li p {
    width: 85%;
  }
  .page-type-blog_post ul.giveawy_content li .gtwy_left p {
    font-size: 16px;
  }
  .page-type-blog_post .cms_page_content.Repair li.mian_li,
  .page-type-blog_post .ct_right .cart-totals {
    width: 100%;
  }
  .page-type-blog_post .cart-total-label {
    padding-left: 0;
    width: 50%;
  }
  .page-type-blog_post #tab_description,
  .page-type-blog_post .featured_supplier p {
    text-align: left;
    letter-spacing: 1px;
  }
  .page-type-blog_post .slick-next,
  .page-type-blog_post .slick-next::before,
  .page-type-blog_post .slick-next:focus,
  .page-type-blog_post .slick-next:hover,
  .page-type-blog_post .slick-next:hover::before,
  .page-type-blog_post .slick-prev,
  .page-type-blog_post .slick-prev::before,
  .page-type-blog_post .slick-prev:focus,
  .page-type-blog_post .slick-prev:hover,
  .page-type-blog_post .slick-prev:hover::before {
    background-size: auto 40px;
  }
  .page-type-blog_post .header .hd_right ul {
    margin-right: 0;
  }
  .page-type-blog_post .description_block {
    padding: 0;
  }
  .page-type-blog_post .description_block .description_left,
  .page-type-blog_post .description_block .description_right {
    width: 100%;
  }
  .page-type-blog_post .About_us h2 {
    font-size: 22px;
  }
  .page-type-blog_post .Affiliate_text ul li {
    width: 100%;
    margin: 0 0 30px;
  }
  .page-type-blog_post .btm_text,
  .page-type-blog_post .upr_text {
    height: auto;
  }
  .page-type-blog_post .Affiliate_text a {
    width: 158px;
    height: 36px;
    font-size: 14px;
    line-height: 39px;
    letter-spacing: 0.06em;
  }
  .page-type-blog_post .hm_testimonial .testi_grid p {
    text-align: center;
  }
  .page-type-blog_post .ABT_Affiliate {
    background-size: cover;
    overflow: hidden;
  }
  .page-type-blog_post .Aircat_img {
    float: none;
    margin: 0 auto 15px;
    width: auto;
    display: block;
  }
  .page-type-blog_post #types_mn {
    display: none;
  }
  .page-type-blog_post .cms h4 {
    font-size: 15px;
  }
  .page-type-blog_post .cms h3 {
    font-size: 20px;
  }
  .page-type-blog_post .cms h2 {
    font-size: 22px;
  }
  .page-type-blog_post .Aircat h4 {
    font-size: 15px;
  }
  .page-type-blog_post .Aircat .five tr td,
  .page-type-blog_post .aircat,
  .page-type-blog_post .autel_img,
  .page-type-blog_post .autel_img.small,
  .page-type-blog_post .left_move .autel_img.small {
    width: 25%;
  }
  .page-type-blog_post .aircat_text,
  .page-type-blog_post .autel_text,
  .page-type-blog_post .big_text,
  .page-type-blog_post .left_move .big_text {
    width: 75%;
  }
  .page-type-blog_post .Aircat tr td,
  .page-type-blog_post .four tr td {
    width: 33.33%;
  }
  .page-type-blog_post .cms_page_content tr td:first-child {
    display: none !important;
  }
  .page-type-blog_post .Aircat tr td img,
  .page-type-blog_post .four tr td img {
    max-height: 100px;
    width: auto;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .page-type-blog_post .cms_page_content td,
  .page-type-blog_post .cms_page_content td li,
  .page-type-blog_post .cms_page_content td p {
    font-size: 12px;
  }
  .page-type-blog_post #comparison h2 {
    margin: 30px 0 15px;
  }
  .page-type-blog_post .autel_main h4 {
    margin: 10px 0;
  }
  .page-type-blog_post .autel_main #pro_type {
    margin: 15px 0;
  }
  .page-type-blog_post .autel_main .autel_img img {
    max-height: 100px;
    width: auto;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .page-type-blog_post .cms_page_content hr {
    border: 0;
    margin: 0;
  }
  .page-type-blog_post .cms_page_content .three td,
  .page-type-blog_post .cms_page_content.auto .five + h3 + .three td,
  .page-type-blog_post .cms_video li {
    width: 50%;
  }
  .page-type-blog_post .cms_page_content .five td {
    width: 25%;
  }
  .page-type-blog_post .cms_page_content .three td img {
    max-height: 120px;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .page-type-blog_post .footer_btm p {
    line-height: 16px;
  }
  .page-type-blog_post .account_orderstatus_mn .body .account-content {
    margin-bottom: 0;
  }
  .page-type-blog_post .cms_page_content .five td li {
    word-break: break-word;
  }
  .page-type-blog_post .blog_page .blog {
    width: 50%;
  }
  .page-type-blog_post .blog_page .blog:nth-child(odd) {
    border-right: 0;
  }
  .page-type-blog_post .blog:nth-child(3n + 1) {
    border-right: solid 1px #ccc;
  }
  .page-type-blog_post .featured_supplier {
    background: #fff;
  }
  .page-type-blog_post .hmJB_left.hmJB_left_mobile {
    padding-top: 15px;
    display: block;
  }
  .page-type-blog_post .featured_supplier .FS_col2 {
    background: #999;
  }
  .page-type-blog_post .FS_col3.FS_col3_mobile {
    display: block;
  }
  .page-type-blog_post .blog_page .blog-post {
    min-height: 150px;
  }
  .page-type-blog_post body .nxt-ac-main {
    left: 15px !important;
  }
}
@media only screen and (max-width: 1100px) {
  .page-type-blog_post .pay_pal .pp_conte p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 990px) {
  .page-type-blog_post .ABT_JB_right img {
    width: 100%;
  }
  .page-type-blog_post .pay_pal .pp_conte {
    width: 100%;
  }
  .page-type-blog_post .pay_pal .pp_conte p {
    float: left;
  }
  .page-type-blog_post .cms_page_content td li {
    word-break: break-word;
  }
  .page-type-blog_post #tab_description table {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-type-blog_post .paypal_img {
    width: 100%;
    padding: 0 0 5px 0;
  }
  .page-type-blog_post .pay_pal .pp_conte p {
    float: none;
  }
  .page-type-blog_post
    .productView-options
    .addtocart_btn
    #form-action-addToCart {
    width: auto;
    text-align: center;
    margin: 0 auto;
  }
  .page-type-blog_post .blog-post p a {
    word-break: break-all;
  }
}
@media only screen and (max-width: 479px) {
  .page-type-blog_post .blog iframe {
    height: auto;
  }
}
.page-type-blog_post .return_section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-type-blog_post .return_section h1,
.page-type-blog_post .return_section h2,
.page-type-blog_post .return_section h3,
.page-type-blog_post .return_section h4,
.page-type-blog_post .return_section h5,
.page-type-blog_post .return_section h6 {
  text-transform: none;
}
.page-type-blog_post .m-0 {
  margin: 0;
}
.page-type-blog_post .mb-0 {
  margin-bottom: 0;
}
.page-type-blog_post .row {
  margin: 0 -15px;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-type-blog_post .row > .col {
  position: relative;
  width: 100%;
  padding: 0 15px;
}
.page-type-blog_post .row > .col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
.page-type-blog_post .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.page-type-blog_post .no-gutters > .col {
  padding-right: 0;
  padding-left: 0;
}
.page-type-blog_post .return_section p {
  font-size: 16px;
  color: #5f5f5f;
  line-height: 25px;
}
.page-type-blog_post .return_section p strong {
  font-weight: 600;
  color: #222123;
}
.page-type-blog_post .return_section p a {
  color: #c82127;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.page-type-blog_post .return_section p a:hover {
  color: #ff595f;
}
.page-type-blog_post .global_title {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 40px;
  color: #222123;
  font-weight: 700;
}
.page-type-blog_post .wlcm_return {
  margin: 0;
  padding: 0 0 80px 0;
}
.page-type-blog_post .wlcm_return .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-type-blog_post .wlcm_return .col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  padding-right: 130px;
}
.page-type-blog_post .wlcm_return .col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.page-type-blog_post .wlcm_return figure {
  margin: 0;
  padding: 0;
}
.page-type-blog_post .instrctn_return {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  background: #ebebeb;
}
.page-type-blog_post .instrctn_return h2 {
  margin: 0 auto 0 auto;
  padding: 0;
  font-size: 130px;
  line-height: 100px;
  color: #222123;
  font-weight: 800;
  position: absolute;
  left: 0;
  top: 70px;
  right: 0;
  opacity: 0.2;
  text-align: center;
  z-index: 55;
  text-transform: uppercase;
}
.page-type-blog_post .instrctn_return .detail {
  margin: 0;
  padding: 230px 50px 65px 0;
}
.page-type-blog_post .instrctn_return .detail2 {
  margin: 0;
  padding: 230px 0 80px 60px;
  z-index: 5;
  background: #c82127;
  height: 100%;
}
.page-type-blog_post .instrctn_return .detail2:before {
  content: "";
  width: 100vh;
  height: 100%;
  background: #c82127;
  position: absolute;
  top: 0;
  left: 100%;
}
.page-type-blog_post .instrctn_return h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 30px;
  color: #c82127;
  font-weight: 700;
  line-height: normal;
}
.page-type-blog_post .instrctn_return h4 {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 19px;
  color: #222123;
  font-weight: 600;
  line-height: normal;
}
.page-type-blog_post .listing_info {
  margin: 0 0 30px 0;
  padding: 0;
}
.page-type-blog_post .listing_info li {
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 0 30px;
  font-size: 16px;
  color: #222123;
  background: url(../img/check_icon.png) no-repeat left top 2px;
  min-height: 17px;
}
.page-type-blog_post .red li {
  background: url(../img/redX_icon.png) no-repeat left top 2px;
  min-height: 17px;
}
.page-type-blog_post .instrctn_return .detail2 h3 {
  color: #fff;
}
.page-type-blog_post .instrctn_return .detail2 h4 {
  color: #fff;
}
.page-type-blog_post .dont_return {
  margin: 0;
  padding: 80px 0;
}
.page-type-blog_post .dont_return .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-type-blog_post .dont_return figure {
  margin: 0;
  padding: 0;
  text-align: center;
}
.page-type-blog_post .dont_return .detail {
  margin: 0;
  padding: 0 0 0 20px;
}
.page-type-blog_post .dont_return h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 30px;
  color: #222123;
  font-weight: 700;
  line-height: normal;
}
.page-type-blog_post .dont_return p {
  margin: 0 0 30px 0;
  padding: 0;
}
.page-type-blog_post .ch_btn {
  margin: 0;
  padding: 16px 30px;
  background: #e53940;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.page-type-blog_post .ch_btn span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
.page-type-blog_post .ch_btn:hover {
  background: #c82127;
  color: #fff;
}
.page-type-blog_post .strfrnt_return {
  margin: 0;
  padding: 80px 0 50px 0;
  background: #ebebeb;
  text-align: center;
}
.page-type-blog_post .strfrnt_return .global_title {
  margin-bottom: 10px;
}
.page-type-blog_post .strfrnt_return .info {
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 19px;
  color: #5e5e5e;
}
.page-type-blog_post .strfrnt_return .info strong {
  font-weight: 600;
  color: #222123;
}
.page-type-blog_post .sfr_block {
  margin: 0 0 30px 0;
  padding: 0;
  background: #fff;
  border-radius: 10px;
}
.page-type-blog_post .sfr_block > img {
  margin: 0;
  padding: 48px 20px;
}
.page-type-blog_post .return_link {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 12px 10px 10px 10px;
  background: #e53940;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0 0 10px 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.page-type-blog_post .return_link img {
  position: relative;
  top: -2px;
  margin-left: 3px;
}
.page-type-blog_post .return_link:hover {
  background: #c82127;
  color: #fff;
}
.page-type-blog_post .strfrnt_return .col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 1200px) {
  .page-type-blog_post .return_section .container {
    width: 96%;
    max-width: 100%;
  }
  .page-type-blog_post .wlcm_return .col-7 {
    padding-right: 15px;
  }
  .page-type-blog_post .global_title {
    font-size: 35px;
  }
  .page-type-blog_post .instrctn_return h2 {
    font-size: 90px;
    line-height: 80px;
  }
  .page-type-blog_post .instrctn_return .detail {
    padding: 180px 30px 65px 0;
  }
  .page-type-blog_post .instrctn_return .detail2 {
    padding: 180px 0 65px 30px;
  }
  .page-type-blog_post .instrctn_return h3 {
    font-size: 25px;
  }
  .page-type-blog_post .instrctn_return h4 {
    font-size: 16px;
  }
  .page-type-blog_post .dont_return h3 {
    font-size: 25px;
  }
  .page-type-blog_post .strfrnt_return .info {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .page-type-blog_post .global_title {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 35px;
  }
  .page-type-blog_post .wlcm_return {
    padding-bottom: 40px;
  }
  .page-type-blog_post .return_section p {
    font-size: 14px;
    line-height: 23px;
  }
  .page-type-blog_post .instrctn_return h2 {
    font-size: 70px;
    line-height: 70px;
    top: 40px;
  }
  .page-type-blog_post .instrctn_return .detail {
    padding: 130px 30px 30px 0;
  }
  .page-type-blog_post .instrctn_return .detail2 {
    padding: 130px 0 30px 30px;
  }
  .page-type-blog_post .instrctn_return h3 {
    font-size: 21px;
  }
  .page-type-blog_post .instrctn_return h4 {
    font-size: 15px;
  }
  .page-type-blog_post .dont_return h3 {
    font-size: 21px;
  }
  .page-type-blog_post .strfrnt_return .info {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .page-type-blog_post .dont_return {
    padding: 40px 0;
  }
  .page-type-blog_post .strfrnt_return {
    padding: 40px 0 10px 0;
  }
  .page-type-blog_post .return_link {
    font-size: 16px;
  }
  .page-type-blog_post .listing_info li {
    font-size: 14px;
  }
  .page-type-blog_post .dont_return .detail {
    padding: 0;
  }
  .page-type-blog_post .related_products .slick-prev {
    left: -20px !important;
  }
  .page-type-blog_post .related_products .slick-next {
    right: -20px !important;
  }
}
@media (max-width: 767px) {
  .page-type-blog_post .row > .col {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-type-blog_post .wlcm_return figure {
    text-align: center;
    margin-top: 10px;
  }
  .page-type-blog_post .instrctn_return {
    padding-top: 40px;
  }
  .page-type-blog_post .instrctn_return h2 {
    position: relative;
    top: 0;
    line-height: normal;
    margin-bottom: 20px;
  }
  .page-type-blog_post .instrctn_return .detail {
    padding: 0 0 10px 0;
  }
  .page-type-blog_post .instrctn_return .detail2 {
    padding: 40px 0 10px 0;
  }
  .page-type-blog_post .instrctn_return .detail2:after {
    content: "";
    width: 100vh;
    height: 100%;
    background: #c82127;
    position: absolute;
    top: 0;
    right: 100%;
  }
  .page-type-blog_post .dont_return figure {
    margin-bottom: 30px;
  }
  .page-type-blog_post .strfrnt_return .row > .col {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-type-blog_post .productView-options .addtocart_btn {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    background: #fff;
    margin-bottom: 0;
    padding: 10px;
  }
}
@media (max-width: 600px) {
  .page-type-blog_post .instrctn_return h2 {
    font-size: 35px;
  }
  .page-type-blog_post .strfrnt_return .row > .col {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.page-type-blog_post .featuredManufacturer .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.page-type-blog_post .featuredManufacturer .text-center {
  text-align: center;
}
.page-type-blog_post .featuredManufacturer .mb-0 {
  margin-bottom: 0;
}
.page-type-blog_post .featuredManufacturer .my-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.page-type-blog_post .featuredManufacturer .my-col {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
.page-type-blog_post .featuredManufacturer .my-col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
.page-type-blog_post .featuredManufacturer .my-col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.page-type-blog_post .featuredManufacturer .my-col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}
.page-type-blog_post .featuredManufacturer .landing_banner {
  width: 100%;
  float: left;
  padding: 50px 0;
  margin: 0;
  text-align: center;
  background: url(../img/landing_banner_bg.jpg) no-repeat center center;
  background-size: cover;
}
.page-type-blog_post .featuredManufacturer .landing_banner h2 {
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 85px;
  font-weight: 700;
  color: #fff;
}
.page-type-blog_post .featuredManufacturer .red_btn {
  padding: 32px 35px 24px 35px;
  margin: 0;
  display: inline-block;
  font-size: 33px;
  color: #fff;
  text-transform: uppercase;
  background: #cb2029;
  font-weight: 700;
  border: none;
  cursor: pointer;
}
.page-type-blog_post .featuredManufacturer .red_btn:hover {
  color: #fff;
  background: #eb4049;
}
.page-type-blog_post .featuredManufacturer .expo_sec {
  width: 100%;
  float: left;
  padding: 110px 0 170px 0;
  margin: 0;
}
.page-type-blog_post .featuredManufacturer .land_title {
  padding: 0;
  margin: 0 0 27px 0;
  font-size: 60px;
  color: #cb2029;
  font-weight: 700;
  text-transform: uppercase;
}
.page-type-blog_post .featuredManufacturer .expo_sec .r_info {
  padding: 0 0 0 50px;
  margin: 0;
}
.page-type-blog_post .featuredManufacturer .expo_sec p {
  padding: 0;
  margin: 0;
  font-size: 20px;
  color: #000;
  font-family: Lato, sans-serif;
}
.page-type-blog_post .featuredManufacturer .reach_sec {
  width: 100%;
  float: left;
  padding: 0 0 40px 0;
  margin: 0;
  background: #d2d2d2;
}
.page-type-blog_post .featuredManufacturer .reach_sec figure {
  padding: 0;
  margin: -75px 0 0 -40px;
}
.page-type-blog_post .featuredManufacturer .reach_sec .details {
  padding: 50px 0 0 40px;
  margin: 0;
}
.page-type-blog_post .featuredManufacturer .reach_sec ul {
  padding: 0;
  margin: 0;
}
.page-type-blog_post .featuredManufacturer .reach_sec ul li {
  padding: 0;
  margin: 0 0 15px 0;
  list-style: none;
  font-size: 35px;
  color: #3e3e3e;
  font-weight: 700;
  text-transform: uppercase;
}
.page-type-blog_post .featuredManufacturer .en_feature {
  width: 100%;
  float: left;
  padding: 105px 0 60px 0;
  margin: 0;
}
.page-type-blog_post .featuredManufacturer .en_feature .my-col {
  margin-bottom: 30px;
}
.page-type-blog_post .featuredManufacturer .f_block {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  background: #222;
}
.page-type-blog_post .featuredManufacturer .f_block figure {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: #d2d2d2;
  opacity: 0;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.page-type-blog_post .featuredManufacturer .f_block figure img {
  width: 100%;
}
.page-type-blog_post .featuredManufacturer .f_block .f_cap {
  width: 100%;
  min-height: 305px;
  padding: 25px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-type-blog_post .featuredManufacturer .f_block .f_cap .icon {
  padding: 0;
  margin: 0 0 13px 0;
  display: block;
  width: 95px;
  height: auto;
}
.page-type-blog_post .featuredManufacturer .f_block .f_cap h4 {
  padding: 0;
  margin: 0 0 17px 0;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.page-type-blog_post .featuredManufacturer .f_block .f_cap p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  font-family: Lato, sans-serif;
}
.page-type-blog_post .featuredManufacturer .f_block:hover figure {
  opacity: 1;
  z-index: 1;
}
.page-type-blog_post .featuredManufacturer .enroll_sec {
  width: 100%;
  float: left;
  padding: 100px 0 110px 0;
  margin: 0;
  background: url(../img/enroll_bg.jpg) no-repeat center center;
  background-size: cover;
}
.page-type-blog_post .featuredManufacturer .enroll_sec h2 {
  margin-bottom: 70px;
  color: #fff;
  text-align: center;
}
.page-type-blog_post .featuredManufacturer .enroll_sec .my-col {
  margin-bottom: 40px;
}
.page-type-blog_post .featuredManufacturer .enroll_block {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.page-type-blog_post .featuredManufacturer .enroll_top {
  padding: 0;
  margin: 0 0 18px 0;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}
.page-type-blog_post .featuredManufacturer .enroll_top h4 {
  padding: 14px 20px 8px 20px;
  margin: 0;
  font-size: 20px;
  color: #222;
  font-weight: 700;
  text-align: center;
  background: #fff;
  border-radius: 10px 10px 0 0;
}
.page-type-blog_post .featuredManufacturer .enroll_top .price {
  padding: 20px;
  margin: 0;
  border-radius: 0 0 10px 10px;
  background: #661015;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#661015),
    to(#cb2029)
  );
  background: linear-gradient(90deg, #661015 0, #cb2029 100%);
}
.page-type-blog_post .featuredManufacturer .enroll_top .price span {
  display: block;
  font-size: 60px;
  color: #fff;
  font-weight: 700;
}
.page-type-blog_post .featuredManufacturer .enroll_top .price small {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
.page-type-blog_post .featuredManufacturer .enroll_list {
  min-height: 590px;
  padding: 25px 23px 15px 23px;
  margin: 0;
  background: #615c59;
  border-radius: 10px;
  border: 1px solid #5b5958;
}
.page-type-blog_post .featuredManufacturer .enroll_list ul {
  padding: 0;
  margin: 0;
}
.page-type-blog_post .featuredManufacturer .enroll_list ul li {
  padding: 6px 0 0 46px;
  margin: 0 0 9px 0;
  min-height: 30px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  list-style: none;
  background: url(../img/list_icon.svg) no-repeat left top;
}
.page-type-blog_post .featuredManufacturer .enroll_list ul li small {
  font-size: 14px;
  font-weight: 400;
}
.page-type-blog_post .featuredManufacturer .enroll_info {
  padding: 0;
  margin: 80px 0 0 0;
  text-align: center;
}
.page-type-blog_post .featuredManufacturer .enroll_info p {
  padding: 0;
  margin: 0 0 55px 0;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
.page-type-blog_post .featuredManufacturer #mc_embed_signup {
  background: #d2d2d2;
  clear: left;
  font: 20px Lato, sans-serif;
}
.page-type-blog_post .featuredManufacturer #mc_embed_signup .mc-field-group {
  padding-bottom: 0;
}
.page-type-blog_post
  .featuredManufacturer
  #mc_embed_signup
  .mc-field-group.input-group
  ul
  li {
  display: inline-block;
  margin: 0 0 10px 20px;
}
.page-type-blog_post
  .featuredManufacturer
  #mc_embed_signup
  .mc-field-group.input-group
  input {
  width: 20px;
}
.page-type-blog_post .featuredManufacturer #mc-embedded-subscribe {
  display: inline-block;
  margin: 0;
  width: 100%;
}
.page-type-blog_post
  .featuredManufacturer
  #mc_embed_signup
  #mce-success-response {
  color: #000;
}
.page-type-blog_post .featuredManufacturer #mc_embed_signup div.response {
  padding: 0;
}
.page-type-blog_post .featuredManufacturer .enroll_form {
  width: 100%;
  float: left;
  padding: 0 0 60px 0;
  margin: 12px 0 0 0;
  background: #d2d2d2;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.page-type-blog_post .featuredManufacturer .enroll_form .container {
  max-width: 875px;
}
.page-type-blog_post .featuredManufacturer .form-block {
  width: 100%;
  padding: 0;
  margin: 0 0 20px 0;
}
.page-type-blog_post .featuredManufacturer .form-block .field {
  width: 100%;
  height: 82px;
  padding: 0 30px;
  margin: 0;
  font-size: 20px;
  color: #000;
  font-family: Lato, sans-serif;
  background: #e5e5e5;
  border-radius: 8px;
  border: 1px solid #000;
}
.page-type-blog_post .featuredManufacturer .form-block textarea.field {
  height: 228px;
  padding: 20px 30px;
}
.page-type-blog_post .featuredManufacturer .form-block label {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 20px;
  color: #000;
  font-weight: 400;
  display: block;
}
.page-type-blog_post .featuredManufacturer .form-block .check_info {
  padding: 0;
}
.page-type-blog_post .featuredManufacturer .form-block input[type="radio"] {
  margin: 0 5px 0 0;
  height: 20px;
}
.page-type-blog_post .featuredManufacturer .enroll_form .red_btn {
  width: 100%;
  max-width: 300px;
}
.page-type-blog_post .featuredManufacturer .enroll_form.panel {
  display: none;
}
@media (max-width: 1560px) {
  .page-type-blog_post .featuredManufacturer .reach_sec ul li {
    font-size: 28px;
  }
  .page-type-blog_post .featuredManufacturer .reach_sec figure {
    margin-left: 0;
  }
}
@media (max-width: 1279px) {
  .page-type-blog_post .featuredManufacturer .landing_banner h2 {
    font-size: 45px;
  }
  .page-type-blog_post .featuredManufacturer .red_btn {
    font-size: 20px;
    padding: 25px 25px 17px 25px;
  }
  .page-type-blog_post .featuredManufacturer .land_title {
    font-size: 40px;
  }
  .page-type-blog_post .featuredManufacturer .expo_sec {
    padding: 60px 0 100px 0;
  }
  .page-type-blog_post .featuredManufacturer .expo_sec p {
    font-size: 16px;
  }
  .page-type-blog_post .featuredManufacturer .reach_sec figure {
    margin-top: -47px;
  }
  .page-type-blog_post .featuredManufacturer .reach_sec ul li {
    font-size: 18px;
  }
  .page-type-blog_post .featuredManufacturer .en_feature {
    padding: 50px 0 30px 0;
  }
  .page-type-blog_post .featuredManufacturer .en_feature .my-col-3 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .page-type-blog_post .featuredManufacturer .f_block .f_cap h4 {
    font-size: 15px;
  }
  .page-type-blog_post .featuredManufacturer .f_block .f_cap p {
    font-size: 14px;
  }
  .page-type-blog_post .featuredManufacturer .enroll_sec {
    padding: 50px 0;
  }
  .page-type-blog_post .featuredManufacturer .enroll_top .price span {
    font-size: 40px;
  }
  .page-type-blog_post .featuredManufacturer .enroll_list ul li {
    padding: 0 0 0 40px;
    min-height: 22px;
    font-size: 15px;
    background-size: 20px 20px;
  }
  .page-type-blog_post .featuredManufacturer .enroll_list {
    min-height: 660px;
  }
  .page-type-blog_post .featuredManufacturer .enroll_info {
    margin: 0;
  }
  .page-type-blog_post .featuredManufacturer .enroll_info p {
    margin-bottom: 30px;
  }
  .page-type-blog_post .featuredManufacturer .enroll_sec h2 {
    margin-bottom: 30px;
  }
  .page-type-blog_post .featuredManufacturer .form-block .field {
    height: 68px;
    font-size: 18px;
    padding: 0 20px;
  }
  .page-type-blog_post .featuredManufacturer .form-block textarea.field {
    padding: 20px;
  }
  .page-type-blog_post .featuredManufacturer .form-block label {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .page-type-blog_post .featuredManufacturer .landing_banner {
    padding: 40px 0;
  }
  .page-type-blog_post .featuredManufacturer .landing_banner h2 {
    font-size: 30px;
  }
  .page-type-blog_post .featuredManufacturer .expo_sec {
    text-align: center;
  }
  .page-type-blog_post .featuredManufacturer .expo_sec .my-col-6 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-type-blog_post .featuredManufacturer .expo_sec .r_info {
    padding: 0;
  }
  .page-type-blog_post .featuredManufacturer .reach_sec {
    text-align: center;
  }
  .page-type-blog_post .featuredManufacturer .reach_sec .my-col-6 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-type-blog_post .featuredManufacturer .reach_sec figure {
    margin-top: -40px;
  }
  .page-type-blog_post .featuredManufacturer .reach_sec figure img {
    max-width: 320px;
  }
  .page-type-blog_post .featuredManufacturer .reach_sec .details {
    padding: 20px 0 0 0;
  }
  .page-type-blog_post .featuredManufacturer .land_title {
    font-size: 30px;
  }
  .page-type-blog_post .featuredManufacturer .en_feature .my-col-3 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-type-blog_post .featuredManufacturer .enroll_sec .my-col-4 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-type-blog_post .featuredManufacturer .enroll_list {
    min-height: inherit;
  }
  .page-type-blog_post .featuredManufacturer .enroll_info p {
    font-size: 14px;
  }
  .page-type-blog_post .featuredManufacturer .form-block .field {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .page-type-blog_post .featuredManufacturer .en_feature .my-col-3 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.page-type-blog_post .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.page-type-blog_post .text-center {
  text-align: center;
}
.page-type-blog_post .space-0 {
  margin-right: 0;
  margin-left: 0;
}
.page-type-blog_post .space-0 > .my-col {
  padding-right: 0;
  padding-left: 0;
}
.page-type-blog_post .mb-0 {
  margin-bottom: 0;
}
.page-type-blog_post .my-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.page-type-blog_post .my-col {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
.page-type-blog_post .my-col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
.page-type-blog_post .my-col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.page-type-blog_post .my-col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}
.page-type-blog_post .my-col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.page-type-blog_post .my-col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.page-type-blog_post .align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-type-blog_post .extand_sec {
  width: 100%;
  float: left;
  padding: 0 15px;
  margin: 0;
  background: #ebebeb;
}
.page-type-blog_post .extand_sec figure {
  width: 100%;
  padding: 0;
  margin: 0;
}
.page-type-blog_post .extand_sec figure img {
  width: 100%;
}
.page-type-blog_post .extand_hero_detail {
  width: 100%;
  max-width: 800px;
  float: left;
  padding: 20px 40px;
  margin: 0;
}
.page-type-blog_post .extand_sec h2 {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 50px;
  color: #000;
  font-weight: 700;
}
.page-type-blog_post .extand_sec p {
  padding: 0;
  margin: 0;
  font-size: 22px;
  color: #404953;
}
.page-type-blog_post .protection_sec {
  width: 100%;
  float: left;
  padding: 80px 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.page-type-blog_post .jb_extand_logo {
  width: 100%;
  padding: 0;
  margin: 0 0 50px 0;
  text-align: center;
}
.page-type-blog_post .protection_sec h2 {
  padding: 0;
  margin: 0 0 70px 0;
  font-size: 40px;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.page-type-blog_post .protection_sec .inner {
  width: 100%;
  max-width: 465px;
  padding: 0;
  margin: 0 auto;
}
.page-type-blog_post .prot_block {
  width: 100%;
  padding: 0;
  margin: 0 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-type-blog_post .prot_block figure {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
}
.page-type-blog_post .prot_block .right {
  padding: 0;
  margin: 0;
}
.page-type-blog_post .prot_block h3 {
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 25px;
  color: #000;
  font-weight: 600;
}
.page-type-blog_post .prot_block p {
  font-weight: 400 !important;
  text-align: left !important;
}
.page-type-blog_post .protection_sec p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #404953;
  font-weight: 300;
  text-align: center;
}
.page-type-blog_post .why_add .container {
  max-width: 702px;
}
.page-type-blog_post .why_add h2 {
  margin-bottom: 30px;
}
.page-type-blog_post .why_add p {
  font-weight: 400;
  margin-bottom: 20px;
}
.page-type-blog_post .how_works {
  width: 100%;
  float: left;
  padding: 70px 0 50px 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.page-type-blog_post .how_works h2 {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 40px;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.page-type-blog_post .how_works .info {
  padding: 0;
  margin: 0 0 60px 0;
  text-align: center;
  font-size: 16px;
  color: #404953;
}
.page-type-blog_post .how_works .inner {
  width: 100%;
  padding: 0;
  margin: 0;
}
.page-type-blog_post .how_works h3 {
  padding: 0;
  margin: 0 0 25px 0;
  font-size: 25px;
  color: #000;
  font-weight: 600;
}
.page-type-blog_post .how_works p {
  padding: 0;
  margin: 0 0 45px 0;
  font-size: 16px;
  color: #404953;
}
.page-type-blog_post .claim {
  width: 100%;
  max-width: 270px;
  padding: 11px 15px 7px 15px;
  margin: 0 0 20px 0;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  background: #ed5132;
  border-radius: 4px;
}
.page-type-blog_post .claim:hover {
  color: #fff;
  background: #000;
}
.page-type-blog_post .power {
  padding: 0;
  margin: 0;
}
.page-type-blog_post .how_works figure {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
.page-type-blog_post .ask_ques {
  width: 100%;
  float: left;
  padding: 100px 0;
  margin: 0;
}
.page-type-blog_post .ask_ques h2 {
  padding: 0;
  margin: 0 0 80px 0;
  font-size: 40px;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.page-type-blog_post .ask_block {
  width: 100%;
  padding: 0;
  margin: 0 0 40px 0;
}
.page-type-blog_post .ask_block h3 {
  padding: 0;
  margin: 0 0 40px 0;
  font-size: 25px;
  color: #000;
}
.page-type-blog_post .ask_block p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #404953;
}
@media (max-width: 1279px) {
  .page-type-blog_post .extand_sec h2 {
    font-size: 40px;
  }
  .page-type-blog_post .extand_sec p {
    font-size: 20px;
  }
  .page-type-blog_post .ask_ques h2,
  .page-type-blog_post .how_works h2,
  .page-type-blog_post .protection_sec h2 {
    font-size: 35px;
  }
  .page-type-blog_post .ask_block h3 {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .page-type-blog_post .extand_sec h2 {
    font-size: 30px;
  }
  .page-type-blog_post .extand_sec p {
    font-size: 18px;
  }
  .page-type-blog_post .ask_ques h2,
  .page-type-blog_post .how_works h2,
  .page-type-blog_post .protection_sec h2 {
    font-size: 30px;
  }
  .page-type-blog_post .ask_block h3 {
    font-size: 18px;
  }
  .page-type-blog_post .protection_sec {
    padding: 50px 0;
  }
  .page-type-blog_post .prot_block h3 {
    font-size: 22px;
  }
  .page-type-blog_post .how_works {
    padding: 50px 0 30px 0;
  }
  .page-type-blog_post .ask_ques {
    padding: 50px 0 10px 0;
  }
  .page-type-blog_post .protection_sec h2 {
    margin-bottom: 40px;
  }
  .page-type-blog_post .how_works .info {
    margin-bottom: 30px;
  }
  .page-type-blog_post .ask_ques h2 {
    margin-bottom: 50px;
  }
  .page-type-blog_post .ask_block h3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .page-type-blog_post .extand_sec .my-col-6 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-type-blog_post .extand_hero_detail {
    padding: 30px 20px;
  }
  .page-type-blog_post .how_works {
    text-align: center;
  }
  .page-type-blog_post .how_works .my-col-5,
  .page-type-blog_post .how_works .my-col-7 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-type-blog_post .how_works figure {
    margin-top: 30px;
  }
  .page-type-blog_post .ask_ques .my-col-4 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.page-type-blog_post .product_page .container {
  max-width: 1200px;
}
.page-type-blog_post .productView .product_brand {
  height: auto;
}
.page-type-blog_post .productView,
.page-type-blog_post .productView .productView-brand {
  margin: 0;
}
.page-type-blog_post .productView .productView-brand a {
  font-size: 16px;
  color: #cb2129;
  font-weight: 600;
  letter-spacing: 0.32px;
  line-height: 30px;
}
.page-type-blog_post .productView .productView-title {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  letter-spacing: 0.4px;
}
.page-type-blog_post .yotpo .yotpo-bottomline .yotpo-icon-empty-star,
.page-type-blog_post .yotpo .yotpo-bottomline .yotpo-icon-half-star,
.page-type-blog_post .yotpo .yotpo-bottomline .yotpo-icon-star {
  color: #f90 !important;
}
.page-type-blog_post .yotpo_revw .yotpo-bottomline .text-m {
  font-weight: 400;
  margin: 3px 0 0 16px;
}
.page-type-blog_post .cat_desc_mn {
  width: 100%;
  float: left;
  margin: 0;
  padding: 10px 0;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.6px;
  font-weight: 400;
  font-family: Lato, sans-serif;
  border-top: 1px solid #ddd;
}
.page-type-blog_post .cat_desc_mn p {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.6px;
  color: #000;
  font-family: Lato, sans-serif;
  margin: 0;
}
.page-type-blog_post .cat_desc_mn ul {
  margin-bottom: 0;
}
.page-type-blog_post .cat_desc_mn ul li {
  font-size: 12px;
  color: #666;
}
.page-type-blog_post .cat_desc_mn .mn_more_wrap {
  display: inline-block;
  width: 100%;
}
.page-type-blog_post .cat_desc_mn .mn_more_wrap .cat_showmore {
  color: #cb2129;
  font-size: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-weight: 700;
}
.page-type-blog_post .cat_desc_mn .mn_more_wrap .cat_showmore:after {
  content: "";
  display: inline-block;
  background: url("https://cdn11.bigcommerce.com/s-f4083/images/stencil/original/image-manager/see-more-arrowbjbj.png?t=1751283717")
    no-repeat center;
  background-position: center right;
  width: 10px;
  height: 7px;
  margin: 0 0 0 4px;
}
.page-type-blog_post
  .cat_desc_mn
  .mn_more_wrap
  .cat_showmore.show_less_btn:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-type-blog_post .productView .productView-info {
  width: 100%;
  display: inline-block;
  color: #666;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  border-top: 1px solid #ddd;
  padding: 9px 0;
  border-bottom: 1px solid #ddd;
}
.page-type-blog_post .productView .productView-info .productView-info-name,
.page-type-blog_post .productView .productView-info .productView-info-value {
  float: left;
  color: #000;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
}
.page-type-blog_post .productView .productView-info-name {
  clear: unset;
  padding: 0;
}
.page-type-blog_post .productView .productView-info .productView-info-value {
  padding: 0;
  margin: 0 12px 0 4px;
  position: relative;
}
.page-type-blog_post
  .productView
  .productView-info
  .productView-info-value:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  position: absolute;
  right: -6px;
  background: #666;
}
.page-type-blog_post
  .productView
  .productView-info
  .productView-info-value:last-child:after {
  display: none;
}
.page-type-blog_post .pro_pg_icons .hd_right ul {
  padding: 26px 0;
}
.page-type-blog_post .hd_right ul li {
  float: none;
}
.page-type-blog_post .pro_share {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.page-type-blog_post .pro_share > span {
  display: inline-block;
  text-transform: uppercase;
  color: #010101;
  letter-spacing: 0;
  font-size: 16px;
  vertical-align: middle;
  font-weight: 400;
  margin: 5px 11px 0 0;
}
.page-type-blog_post .pro_share .socialLinks {
  display: inline-block;
  vertical-align: middle;
}
.page-type-blog_post .pro_share .socialLinks .socialLinks-item {
  margin: 0 1.5px;
  display: inline-block;
  width: auto;
}
.page-type-blog_post .pro_share .socialLinks .socialLinks-item .icon {
  height: 28px;
  width: 28px;
}
.page-type-blog_post .pro_share .socialLinks .socialLinks-item .icon svg {
  stroke: none;
  fill: none;
}
.page-type-blog_post .productView-description {
  line-height: 20px;
  color: #666;
  font-size: 12px;
  letter-spacing: 0.6px;
}
.page-type-blog_post .productView-description .accordion,
.page-type-blog_post .productView-description .description > ul {
  list-style-type: none;
  margin: 0;
}
.page-type-blog_post .productView-description .description h4 {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.7px;
  color: #333;
  text-transform: none;
  font-family: Lato, sans-serif;
  margin: 0;
}
.page-type-blog_post .productView-description .description h3 {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.28px;
  margin: 0;
  max-width: 170px;
  text-align: left;
}
.page-type-blog_post .productView-description .description p {
  margin: 0;
}
.page-type-blog_post .productView-description .description p b,
.page-type-blog_post .productView-description .description p strong {
  font-size: 12px;
  color: #000;
}
.page-type-blog_post .productView-description .description > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -16px;
}
.page-type-blog_post .productView-description .description > ul > li {
  width: 25%;
  padding: 0 16px;
}
.page-type-blog_post .productView-description #tab_description p {
  line-height: 20px;
  color: #666;
  font-size: 14px;
  letter-spacing: 0.6px;
}
.page-type-blog_post .productView-description .description_content {
  line-height: 20px;
  color: #666;
  font-size: 12px;
  letter-spacing: 0.6px;
}
.page-type-blog_post .productView-description .description_content ul {
  list-style-type: disc;
}
.page-type-blog_post .productView-description .description_content {
  margin-bottom: 14px;
}
.page-type-blog_post .productView .productCarousel .slick-list {
  margin: 0 60px;
}
.page-type-blog_post .productView .productCarousel {
  margin: 0 -11.5px 42px;
}
.page-type-blog_post .productView .productCarousel .custom_add_cart {
  display: none;
}
.page-type-blog_post .productView .productCarousel .price--discounted,
.page-type-blog_post .productView .productCarousel .price--non-sale,
.page-type-blog_post .productView .productCarousel .price--rrp {
  color: #999;
}
.page-type-blog_post
  .productView
  .productCarousel
  .card_price
  > .price-section {
  color: #333;
  font-family: "Josefin Sans", sans-serif;
}
.page-type-blog_post .productView .productCarousel .slick-prev {
  left: 32px;
}
.page-type-blog_post .productView .productCarousel .slick-next {
  right: 32px;
}
.page-type-blog_post .productView .productCarousel .slick-next,
.page-type-blog_post .productView .productCarousel .slick-next:before,
.page-type-blog_post .productView .productCarousel .slick-prev,
.page-type-blog_post .productView .productCarousel .slick-prev:before {
  height: 34px;
  width: 16px;
  background-size: contain;
}
.page-type-blog_post .productView .productCarousel-slide {
  padding: 0 11.5px;
}
.page-type-blog_post .tab_accordion .accordion-navigation {
  margin: 10px 0 0;
}
.page-type-blog_post .productView-description {
  margin: 10px 0 61px;
}
.page-type-blog_post
  .productView
  .addtocart_btn
  #form-action-addToCart[data-wait-message="Add to Cart for Best Price"] {
  font-size: 15px;
}
.page-type-blog_post .cart_mn .page-heading {
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 30px;
}
.page-type-blog_post .cart_mn .cart-header .cart-header-item {
  background: #efefef;
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 24px;
  padding: 2px 14px 0;
  text-align: center;
  font-weight: 700;
  color: #000;
}
.page-type-blog_post .cart_mn .cart-header .cart-header-item:last-child {
  padding-right: 40px;
}
.page-type-blog_post .cart_mn .cart-list {
  border: 0;
}
.page-type-blog_post
  .cart_mn
  .cart-header
  > tr
  > th.cart-header-item:first-child {
  text-align: left;
}
.page-type-blog_post .cart_mn .cart-item-figure:after {
  padding: 0;
}
.page-type-blog_post .cart_mn .cart-item-image {
  max-height: 40px;
}
.page-type-blog_post .cart_mn .cart-item-figure {
  float: none;
  width: 6%;
  padding: 0;
}
.page-type-blog_post .cart_mn .cart-item-title {
  padding: 0;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.65px;
}
.page-type-blog_post .cart_mn .cart-item-info + .cart-item-info {
  padding-right: 0;
  padding-left: 0;
}
.page-type-blog_post .cart_mn .cart-item-info {
  width: 10.66667%;
}
.page-type-blog_post .cart_mn .cart-item-info.cart_item_total {
  width: 14%;
  text-align: center;
}
.page-type-blog_post .cart_mn .cart-item-figure {
  height: auto;
}
.page-type-blog_post .cart_mn .cart-item-name {
  font-size: 13px;
  text-align: left;
  letter-spacing: 0.65px;
}
.page-type-blog_post .cart_mn .return_to_shipping .alertBox {
  background: 0 0;
  padding: 0;
}
.page-type-blog_post .cart_mn .return_to_shipping .alertBox-icon {
  display: none;
}
.page-type-blog_post .cart_mn .return_to_shipping p {
  color: #666;
  font-weight: 700;
  letter-spacing: 0;
  font-family: Lato, sans-serif;
  text-align: right;
}
.page-type-blog_post .cart_mn .return_to_shipping p a {
  text-transform: uppercase;
  color: #666;
  border-bottom: 1px solid #666;
}
.page-type-blog_post .cart_mn .return_to_shipping p a:hover {
  color: #cb2129;
  border-bottom: 1px solid #cb2129;
}
.page-type-blog_post .cart_mn .cart {
  margin-bottom: 17px;
}
.page-type-blog_post .ct_main {
  width: calc(50% - 20px);
  float: right;
  background: #f9f9f9;
  padding: 29px 27px 3px 32px;
}
.page-type-blog_post .ct_main .ct_left {
  margin: 0;
  width: 35.4%;
}
.page-type-blog_post .ct_main .ct_left h4 {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  color: #999;
}
.page-type-blog_post .ct_main .ct_left p {
  font-size: 12px;
  color: #999;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 400;
}
.page-type-blog_post .ct_main .ct_left p strong {
  font-weight: 400;
  display: block;
}
.page-type-blog_post .ct_main .ct_left .ct_left_inr p:last-child {
  margin: 0;
}
.page-type-blog_post .ct_main .ct_right {
  width: 64.6%;
  padding: 0 0 0 32px;
}
.page-type-blog_post .ct_main .cart-total-label,
.page-type-blog_post .ct_main .cart-total-value {
  padding: 0;
  font-size: 16px;
  line-height: 48px;
  color: #666;
  letter-spacing: 0;
  text-transform: uppercase;
}
.page-type-blog_post .ct_main .cart-total-label strong,
.page-type-blog_post .ct_main .cart-total-value strong {
  font-weight: 400;
}
.page-type-blog_post .ct_main .coupon-code-add,
.page-type-blog_post .ct_main .coupon-code-cancel,
.page-type-blog_post .ct_main .gift-certificate-add,
.page-type-blog_post .ct_main .gift-certificate-cancel,
.page-type-blog_post .ct_main .shipping-estimate-hide,
.page-type-blog_post .ct_main .shipping-estimate-show {
  color: #666;
}
.page-type-blog_post .cart-actions {
  width: 51%;
  float: right;
  background: #f9f9f9;
  padding: 0 27px 80px 0;
}
.page-type-blog_post .cart-actions .button {
  width: calc(100% - 45.5%);
  font-size: 20px;
  padding: 15px 10px 10px;
}
.page-type-blog_post .cart-total:last-child {
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (min-width: 1199px) {
  .page-type-blog_post .related_products .slick-prev {
    background: 0 0;
    left: 0;
  }
  .page-type-blog_post .related_products .slick-next {
    background: 0 0;
    right: 0;
  }
  .page-type-blog_post .default_mn .related_products .slick-next {
    right: -40px;
  }
  .page-type-blog_post .default_mn .related_products .slick-prev {
    left: -40px;
  }
}
@media only screen and (max-width: 1199px) {
  .page-type-blog_post
    .button.button--primary.button--small.shipping-estimate-submit {
    padding: 10px;
  }
  .page-type-blog_post .coupon-code .button.button--primary.button--small {
    font-size: 10px;
    height: 32px;
  }
  .page-type-blog_post .productView {
    padding: 0;
  }
  .page-type-blog_post .productView #form-action-addToCart {
    width: 240px;
  }
  .page-type-blog_post .modal-content .productView #form-action-addToCart {
    width: 300px;
    margin: 10px 0;
    clear: left;
    float: left;
  }
  .page-type-blog_post .productView-description .description > ul {
    margin: 0 -10px;
  }
  .page-type-blog_post .productView-description .description > ul > li {
    padding: 0 10px;
  }
  .page-type-blog_post .productView .productCarousel .slick-list {
    margin: 0 10px;
  }
  .page-type-blog_post .productView .productCarousel .slick-prev {
    left: -6px;
  }
  .page-type-blog_post .productView .productCarousel .slick-next {
    right: 2px;
  }
  .page-type-blog_post .productView .productCarousel .slick-next {
    margin: 0 -11px 20px;
  }
  .page-type-blog_post .ct_main {
    padding: 10px;
  }
  .page-type-blog_post .ct_main .ct_right {
    padding: 0 0 0 15px;
  }
  .page-type-blog_post .cart-actions {
    padding: 0 10px 50px 0;
  }
}
@media screen and (max-width: 991px) {
  .page-type-blog_post .productView .productView-details,
  .page-type-blog_post .productView .productView-images {
    width: 100%;
    padding: 0;
  }
  .page-type-blog_post .productView .productView-images .productView-image,
  .page-type-blog_post
    .productView
    .productView-images
    .productView-thumbnails {
    width: 100%;
  }
  .page-type-blog_post .productView .productView-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-type-blog_post
    .productView
    .productView-images
    .productView-thumbnails {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .page-type-blog_post
    .productView
    .productView-images
    .productView-thumbnails
    .productView-thumbnail-link {
    margin: auto;
  }
  .page-type-blog_post .productView #form-action-addToCart {
    width: calc(50% - 10px);
  }
  .page-type-blog_post .modal-content .productView #form-action-addToCart {
    margin: 0 5px;
  }
  .page-type-blog_post .productView .addtocart_btn #form-action-addToCart {
    width: 100%;
  }
  .page-type-blog_post .productView .addtocart_btn {
    width: 50%;
    display: inline-block;
  }
  .page-type-blog_post .productView-description .description > ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-type-blog_post .productView-description .description > ul > li {
    width: 100%;
  }
  .page-type-blog_post
    .tab_accordion
    .accordion-navigation
    .accordion-title.is-open:after {
    background-size: contain;
  }
  .page-type-blog_post .cart_mn .cart-item-info {
    width: 33.33333%;
  }
  .page-type-blog_post .cart-item-label {
    display: block;
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
  .page-type-blog_post .cart_mn .cart-item-info + .cart-item-info {
    padding: 14px;
  }
  .page-type-blog_post .cart_mn .cart-item-figure,
  .page-type-blog_post .cart_mn .cart-item-info.cart_item_total {
    width: 33.33%;
    float: left;
  }
  .page-type-blog_post .cart-actions,
  .page-type-blog_post .cart_row #cartpage-nosto-1,
  .page-type-blog_post .ct_main {
    width: 100%;
  }
  .page-type-blog_post .ct_right .cart-totals {
    width: 100%;
  }
  .page-type-blog_post .cart-actions .button {
    width: calc(100% - 38.5%);
  }
  .page-type-blog_post .cart_mn .cart-item-image {
    max-height: 90px;
  }
  .page-type-blog_post .navPages-list + .navPages-list {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-type-blog_post .ct_main .ct_left p strong {
    display: inline-block;
  }
  .page-type-blog_post
    html
    .cart_mn
    #cartpage-nosto-2
    .related_products
    .productCarousel {
    margin: 0;
    padding: 0 15px;
  }
  .page-type-blog_post .related_products h3 {
    font-size: 17px;
  }
  .page-type-blog_post .modal-content .productView #form-action-addToCart,
  .page-type-blog_post .productView .addtocart_btn {
    width: 100%;
  }
  .page-type-blog_post .productView .productView-price > .price-section {
    font-size: 32px;
  }
  .page-type-blog_post .productView .productCarousel {
    margin: 0 -11.5px 0;
  }
  .page-type-blog_post .cart-item-quantity .form-increment {
    margin: 0;
  }
  .page-type-blog_post .cart_mn .cart-item-info.cart_item_total {
    padding-right: 0;
  }
  .page-type-blog_post .ct_main .ct_left {
    width: 100%;
  }
  .page-type-blog_post .ct_main .ct_right {
    width: 100%;
    padding: 0;
  }
  .page-type-blog_post .ct_main {
    padding: 15px;
  }
  .page-type-blog_post .cart-actions .button {
    width: 100%;
  }
  .page-type-blog_post .cart-actions {
    padding: 15px 15px 30px;
  }
}
@media screen and (max-width: 479px) {
  .page-type-blog_post .cart-actions .button,
  .page-type-blog_post .cart-additionalCheckoutButtons .FloatRight div {
    float: right;
  }
  .page-type-blog_post .tab_accordion .accordion-navigation .accordion-title {
    font-size: 14px;
    padding: 10px;
  }
  .page-type-blog_post
    .tab_accordion
    .accordion-navigation
    .accordion-title:after {
    background-size: contain;
    width: 15px;
    height: 8px;
    right: 15px;
  }
  .page-type-blog_post .pro_pg_icons .hd_right ul {
    padding: 20px 0;
  }
  .page-type-blog_post .productView-options {
    margin: 0 0 10px;
  }
  .page-type-blog_post .productView .productView-price > .price-section {
    font-size: 28px;
  }
  .page-type-blog_post .productView #form-action-addToCart,
  .page-type-blog_post .productView .addtocart_btn,
  .page-type-blog_post .productView .addtocart_btn #form-action-addToCart {
    width: 100%;
    margin: 0 0 12px;
  }
  .page-type-blog_post .cart_mn .cart-item-figure {
    float: left;
    margin-bottom: 1.5rem;
    position: relative;
    text-align: center;
    width: 33.33333%;
  }
  .page-type-blog_post .cart_mn .cart-item-title {
    display: table-cell;
    height: 7.14286rem;
    padding-left: 1.5rem;
  }
  .page-type-blog_post .cart_mn .cart-item-info,
  .page-type-blog_post .cart_mn .cart-item-info.cart_item_total {
    clear: both;
    width: 100%;
    padding: 0;
  }
  .page-type-blog_post .cart-item-label {
    float: left;
    margin-bottom: 0.35714rem;
    text-align: right;
    width: 33.33333%;
  }
  .page-type-blog_post .cart-item-quantity .form-increment {
    margin: 0 0.21429rem 1px 1.5rem;
  }
  .page-type-blog_post .cart_mn .cart-item-info + .cart-item-info {
    padding: 0;
  }
  .page-type-blog_post .cart-actions .button {
    font-size: 16px;
  }
  .page-type-blog_post .cart_mn .return_to_shipping p a {
    clear: both;
    display: inline-block;
  }
  .page-type-blog_post .cart_mn .return_to_shipping p {
    text-align: center;
    margin: 0;
  }
  .page-type-blog_post .ct_main .cart-total-label,
  .page-type-blog_post .ct_main .cart-total-value {
    font-size: 14px;
    line-height: 32px;
  }
  .page-type-blog_post .ct_main .ct_left {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 350px) {
  .page-type-blog_post .tab_accordion .accordion-navigation .accordion-title {
    font-size: 13px;
  }
}
@media screen and (max-width: 541px) {
  .page-type-blog_post
    body
    .main-widget
    .write-question-review-buttons-container
    .write-question-review-button {
    width: 48%;
    margin: 15px 0 0;
  }
}
.page-type-blog_post .ct_left_inr span {
  display: block;
}
.page-type-blog_post .cart_mn .return_to_shipping p span {
  color: #cb2129;
}
.page-type-blog_post
  body
  .bottom-line-items-container
  .bottom-line-items
  .yotpo-filter-stars {
  display: inline-block;
  float: none;
}
.page-type-blog_post body .main-widget .reviews-qa-labels-container {
  padding-top: 0;
}
.page-type-blog_post
  .pro_share
  .socialLinks
  .socialLinks-item.socialLinks-item--facebook
  a:hover
  svg
  path {
  fill: #cb2129;
}
.page-type-blog_post
  .pro_share
  .socialLinks
  .socialLinks-item.socialLinks-item--email
  a:hover
  svg
  circle,
.page-type-blog_post
  .pro_share
  .socialLinks
  .socialLinks-item.socialLinks-item--pinterest
  a:hover
  svg
  circle,
.page-type-blog_post
  .pro_share
  .socialLinks
  .socialLinks-item.socialLinks-item--twitter
  a:hover
  svg
  circle {
  fill: #cb2129;
}
.page-type-blog_post
  .pro_share
  .socialLinks
  .socialLinks-item.socialLinks-item--email
  a:hover
  svg
  path,
.page-type-blog_post
  .pro_share
  .socialLinks
  .socialLinks-item.socialLinks-item--pinterest
  a:hover
  svg
  path,
.page-type-blog_post
  .pro_share
  .socialLinks
  .socialLinks-item.socialLinks-item--twitter
  a:hover
  svg
  path {
  fill: #fff;
}
.page-type-blog_post .cart_row #cartpage-nosto-1 {
  width: calc(50% - 20px);
  display: inline-block;
}
@media only screen and (max-width: 990px) {
  .page-type-blog_post .active_price .productView .addtocart_btn {
    display: inline-block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99;
    margin: 0 0 0;
    padding: 10px 0;
    text-align: center;
  }
  .page-type-blog_post
    .active_price
    .productView
    .addtocart_btn
    #form-action-addToCart {
    background-image: url(https://cdn11.bigcommerce.com/s-2h9e5ps1qa/stencil/17d0b930-c26f-013a-396e-02efb1bd080d/e/580fdb90-c97e-013a-22ab-02c906b8b16c/img/cart_ic_btn.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    width: auto;
    margin: 0 auto;
    display: inline-block;
    float: none;
    padding: 0 20px 0 40px;
    font-size: 13px;
    background-size: 20px;
  }
  .page-type-blog_post .active_price .productView .form-field.qty_sec {
    display: inline-block;
    width: 50%;
    text-align: center;
    vertical-align: middle;
    float: left;
    margin: 5px 0;
  }
}
@media only screen and (max-width: 479px) {
  .page-type-blog_post .related_products h3 {
    font-size: 15px;
    padding: 10px 15px 5px;
  }
  .page-type-blog_post .active_price .productView .form-field.qty_sec {
    width: 100%;
    margin: 5px 0 15px;
  }
  .page-type-blog_post
    .active_price
    .productView
    .productView-price
    > .price-section {
    font-size: 22px;
  }
  .page-type-blog_post
    .active_price
    .productView-price.rrp_found.notfound_nonesale:before {
    font-size: 14px;
  }
}
.page-type-blog_post .productView .productView-images .productView-thumbnails {
  padding: 13px 0;
}
.page-type-blog_post .productView-thumbnails .slick-prev {
  top: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}
.page-type-blog_post .productView-thumbnails .slick-next {
  bottom: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  top: auto;
  right: auto;
}
.page-type-blog_post .productView .productView-images .productView-thumbnails {
  margin: 10px 0 0;
}
.page-type-blog_post .card-body .special_heading {
  display: none;
}
.page-type-blog_post #tab_also_view .productCarousel .slick-list {
  padding: 8px 0 0;
}
.page-type-blog_post #tab_also_view .productCarousel-slide .card {
  margin: 0 0 20px;
}
.page-type-blog_post .modal-content .productView #form-action-addToCart {
  font-size: 15px;
  line-height: 45px;
}
@media (min-width: 991px) {
  .page-type-blog_post .navUser > ul > li > a {
    padding: 10px 10px 5px 10px;
  }
  .page-type-blog_post .header_midl {
    background: #cb2129;
    padding: 0 45px;
  }
  .page-type-blog_post .header-logo-image-container {
    max-width: 111px;
    margin-top: 1px;
  }
  .page-type-blog_post .ctm_navpages > li > a {
    color: #fff;
    padding: 18px 0 15px;
    border: 0;
    position: relative;
  }
  .page-type-blog_post .ctm_navpages > li {
    padding: 0 16px 0 15px;
  }
  .page-type-blog_post .ctm_navpages > li > a:hover {
    color: #fff;
    border: 0;
    position: relative;
  }
  .page-type-blog_post .ctm_navpages > li:hover > a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 6px;
    width: 100%;
    background: #fff;
    bottom: 0;
  }
  .page-type-blog_post .search_btn,
  .page-type-blog_post .search_btn:hover {
    background-image: url(https://cdn11.bigcommerce.com/s-2h9e5ps1qa/product_images/uploaded_images/search.png);
    background-repeat: no-repeat;
    background-position: 50%;
    font-size: 0;
    width: 28px;
    height: 28px;
    display: inline-block;
  }
  .page-type-blog_post .search_input .form-input {
    height: 28px;
    line-height: 28px;
    color: #999;
    font-size: 10px;
    padding: 4px 30px 0 16px;
  }
  .page-type-blog_post .search_input .form-field {
    width: 483px;
  }
  .page-type-blog_post .ctm_navpages,
  .page-type-blog_post .hd_right,
  .page-type-blog_post .header-logo {
    margin: 0;
  }
  .page-type-blog_post .hd_midl,
  .page-type-blog_post .hd_right,
  .page-type-blog_post .header-logo {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .page-type-blog_post .navUser {
    padding: 0;
  }
  .page-type-blog_post .header_top {
    padding: 0 51px;
  }
  .page-type-blog_post .countPill {
    top: 2px;
    width: 16px;
    padding: 0;
    height: 16px;
    line-height: 18px;
    left: 18px;
  }
  .page-type-blog_post .cart_cnt > a:before {
    margin: -3px 14px 0 0;
  }
  .page-type-blog_post .ctm_navpages {
    padding: 0 0 0 29px;
  }
  .page-type-blog_post .hd_midl {
    width: calc(100% - 603px);
  }
  .page-type-blog_post .menu-open {
    top: 45px;
  }
  .page-type-blog_post .ProductMenu:hover > a {
    color: #fff;
    position: relative;
  }
}
@media (max-width: 991px) {
  .page-type-blog_post .cart_mn .cart-item-title {
    margin: 0;
  }
  .page-type-blog_post .cart_mn .related_products .slick-next {
    right: 0 !important;
  }
  .page-type-blog_post .cart_mn .related_products .slick-prev {
    left: 0 !important;
  }
  .page-type-blog_post #cartpage-nosto-2 .productCarousel-slide .card,
  .page-type-blog_post
    .cart_mn
    #cartpage-nosto-2
    .related_products
    .productCarousel {
    margin: 0;
  }
  .page-type-blog_post .cart-item-image {
    position: relative;
  }
  .page-type-blog_post .cart_mn .related_products > .container {
    max-width: none;
    padding: 0;
  }
  .page-type-blog_post .cart_row #cartpage-nosto-1 {
    width: 100%;
  }
  .page-type-blog_post .productView-thumbnails .slick-prev {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
  }
  .page-type-blog_post .productView-thumbnails .slick-next {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    left: auto;
    bottom: auto;
  }
  .page-type-blog_post
    .productView
    .productView-images
    .productView-thumbnails {
    padding: 0 20px;
  }
  .page-type-blog_post .mobileMenu-toggle .mobileMenu-toggleIcon,
  .page-type-blog_post .mobileMenu-toggle .mobileMenu-toggleIcon::after,
  .page-type-blog_post .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .page-type-blog_post .mobileMenu-toggle.is-open .mobileMenu-toggleIcon,
  .page-type-blog_post .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:after,
  .page-type-blog_post .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:before,
  .page-type-blog_post
    .mobileMenu-toggle.is-toggle
    .mobileMenu-toggleIcon:after,
  .page-type-blog_post
    .mobileMenu-toggle.is-toggle
    .mobileMenu-toggleIcon:before {
    background: #fff;
  }
  .page-type-blog_post
    body
    .mobileMenu-toggle.is-toggle
    .mobileMenu-toggleIcon {
    background: 0 0;
  }
  .page-type-blog_post .hd_right {
    padding: 10px 15px;
    margin: 0;
    float: none;
    width: 100%;
  }
  .page-type-blog_post .header_midl {
    padding: 0;
    background: #cb2129;
  }
  .page-type-blog_post #responsive_menu li ul li a {
    line-height: 16px;
  }
  .page-type-blog_post #responsive_menu .navPages-list--user .navPages-action,
  .page-type-blog_post #responsive_menu li {
    margin: 0 0 10px;
  }
  .page-type-blog_post .header-logo {
    padding: 0;
    text-align: center;
  }
  .page-type-blog_post .navUser .cart_cnt {
    z-index: 99;
  }
  .page-type-blog_post .countPill {
    background: #000;
  }
  .page-type-blog_post .navUser .cart_cnt > .navUser-action {
    background: url(https://cdn11.bigcommerce.com/s-2h9e5ps1qa/product_images/uploaded_images/cart.png)
      no-repeat center;
  }
}
@media only screen and (min-device-width: 990px) and (max-device-width: 1199px) {
  .page-type-blog_post .header_top {
    padding: 0 5px;
  }
  .page-type-blog_post .cart_mn #cartpage-nosto-2 .container {
    padding: 0;
  }
  .page-type-blog_post .cart_row #cartpage-nosto-1,
  .page-type-blog_post .ct_main {
    width: calc(50% - 10px);
  }
  .page-type-blog_post .cart_row #cartpage-nosto-1 .container {
    padding: 0;
  }
  .page-type-blog_post .cart_mn .related_products .productCarousel {
    padding: 0 25px;
  }
  .page-type-blog_post .cart_mn .related_products .productCarousel .slick-prev {
    left: 0;
  }
  .page-type-blog_post .cart_mn .related_products .productCarousel .slick-next {
    right: 0;
  }
  .page-type-blog_post
    .cart_mn
    #cartpage-nosto-2
    .related_products
    .productCarousel {
    margin: 0;
    padding: 0 20px;
  }
  .page-type-blog_post .cart_mn .related_products .card-body .card_price {
    min-height: 48px;
  }
  .page-type-blog_post
    .cart_mn
    .cart-item-info
    + .cart-item-info.cart-item-quantity {
    min-width: 200px;
  }
  .page-type-blog_post .ctm_navpages {
    padding: 0 0 0 10px;
  }
  .page-type-blog_post .header_midl {
    padding: 0 15px;
  }
  .page-type-blog_post .search_input {
    width: 100%;
  }
  .page-type-blog_post .search_input .form-field {
    width: 420px;
  }
  .page-type-blog_post .hd_midl {
    width: calc(100% - 540px);
  }
  .page-type-blog_post body .ctm_navpages > li {
    padding: 18px 10px 15px;
  }
}
.page-type-blog_post .related_products .container {
  max-width: 1080px;
}
.page-type-blog_post .main .related_products h3 {
  margin: 0 -61.5px 8px;
}
.page-type-blog_post .related_products .productCarousel-slide {
  padding: 0 11.5px;
}
.page-type-blog_post .related_products .card_rate {
  display: none;
}
.page-type-blog_post .related_products .card-body .card_price {
  margin-bottom: 23px;
}
.page-type-blog_post
  .related_products
  .productCarousel-slide
  .card
  .card-title {
  margin-bottom: 20px;
}
.page-type-blog_post .related_products .slick-next,
.page-type-blog_post .slick-next:before,
.page-type-blog_post .slick-prev,
.page-type-blog_post .slick-prev:before {
  width: 16px;
  height: 34px;
}
.page-type-blog_post .related_products .slick-prev:before,
.page-type-blog_post .related_products .slick-prev:focus,
.page-type-blog_post .related_products .slick-prev:hover,
.page-type-blog_post .related_products .slick-prev:hover:before {
  background: url(https://store-f4083.mybigcommerce.com/content/related-product-left-arrow.svg)
    no-repeat center;
  background-size: auto;
}
.page-type-blog_post .related_products .slick-next:before,
.page-type-blog_post .related_products .slick-next:focus,
.page-type-blog_post .related_products .slick-next:hover,
.page-type-blog_post .related_products .slick-next:hover:before {
  background: url(https://store-f4083.mybigcommerce.com/content/related-product-right-arrow.svg)
    no-repeat center;
  background-size: auto;
}
.page-type-blog_post .related_products .productCarousel {
  margin-bottom: 0;
}
.page-type-blog_post
  .related_products
  #cartpage-nosto-2
  .productCarousel-slide
  .card {
  margin-bottom: 0;
}
.page-type-blog_post .accordion-content.show .productView .productCarousel {
  margin-bottom: 22px;
}
.page-type-blog_post #tab_also_view .productCarousel-slide .card {
  margin: 0;
}
.page-type-blog_post #tab_also_view > .productView .productCarousel {
  margin: 0 -11.5px 0;
}
.page-type-blog_post .cart_row .related_products .productCarousel {
  margin: 0;
}
.page-type-blog_post .cart_mn .body .container {
  max-width: 1205px;
}
.page-type-blog_post .cart_row .related_products .productCarousel {
  padding: 0 16px;
}
.page-type-blog_post .cart-additionalCheckoutButtons {
  clear: left;
  float: left;
  width: 100%;
}
.page-type-blog_post .ct_right + .cart-actions {
  width: 100%;
  padding: 0;
}
.page-type-blog_post .cart-actions .button,
.page-type-blog_post .cart-additionalCheckoutButtons .FloatRight div {
  width: calc(64.6% - 32px);
}
.page-type-blog_post .paypalCommerce-smart-buttons > div {
  width: 100%;
}
.page-type-blog_post .not_purchase_main .pro_pg_icons .hd_right {
  border-top: 0;
}
.page-type-blog_post .GooglePayCheckout button.gpay-button,
.page-type-blog_post .cart_mn .paypalCommerce-smart-buttons > div {
  width: 100% !important;
}
.page-type-blog_post .GooglePayCheckout button.gpay-button {
  width: 100%;
  margin: 0;
}
.page-type-blog_post .related_products .slick-next::before,
.page-type-blog_post .related_products .slick-next:focus,
.page-type-blog_post .related_products .slick-next:hover,
.page-type-blog_post .related_products .slick-next:hover::before,
.page-type-blog_post .related_products .slick-prev::before,
.page-type-blog_post .related_products .slick-prev:focus,
.page-type-blog_post .related_products .slick-prev:hover,
.page-type-blog_post .related_products .slick-prev:hover::before {
  background-color: #fff;
}
.page-type-blog_post #nosto-page-product3 .related_products .container {
  max-width: 1200px;
  padding: 0;
}
.page-type-blog_post #nosto-page-product3 .related_products .productCarousel {
  margin: 0 0 20px;
  padding: 0 35px;
}
.page-type-blog_post
  #nosto-page-product3
  .related_products
  .productCarousel
  .slick-prev {
  left: 0 !important;
}
.page-type-blog_post
  #nosto-page-product3
  .related_products
  .productCarousel
  .slick-next {
  right: 0 !important;
}
.page-type-blog_post #tab_also_view .related_products .container {
  max-width: 100%;
}
.page-type-blog_post #tab_also_view .related_products .container h3 {
  display: none;
}
@media only screen and (max-width: 479px) {
  .page-type-blog_post #nosto-page-product3 .related_products .productCarousel {
    padding: 0 20px;
  }
}
.page-type-blog_post .main-coupon-cstm .fst-week-deals-section {
  background: #cb2029;
  text-align: center;
  padding: 20px 20px 40px;
}
.page-type-blog_post
  .main-coupon-cstm
  .fst-week-deals-section
  .heading-cstm-cpn {
  font-size: 60px;
  line-height: 72px;
  color: #fff;
  margin-bottom: 40px;
  margin-top: 50px;
}
.page-type-blog_post .main-coupon-cstm .fst-week-deals-section .text-cpn {
  font-size: 30px;
  line-height: 45px;
  font-weight: 700;
  color: #fff;
}
.page-type-blog_post .main-coupon-cstm .fst-week-deals-section a {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  color: #fff;
  border: 5px solid #fff;
  padding: 10px;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 232px;
  margin: 0 auto;
}
.page-type-blog_post .parent-cler-cstm .clearnce-learn-section .img-text {
  position: relative;
  margin: 0 auto 90px;
}
.page-type-blog_post .clearnce-learn-section .img-text .clerce-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 42px;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  text-align: center;
}
.page-type-blog_post .pcontnt-learn {
  text-align: center;
}
.page-type-blog_post .pcontnt-learn .cltext {
  font-size: 35px;
  font-weight: 700;
  line-height: 42px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 40px;
}
.page-type-blog_post .pcontnt-learn .textcntn {
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  color: #000;
  min-height: 100px;
  max-width: 350px;
  margin: 0 auto 20px;
}
.page-type-blog_post .pcontnt-learn a {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #363636;
  border-bottom: 3px solid #363636;
}
.page-type-blog_post .after-code-section,
.page-type-blog_post .parent-cler-cstm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  padding: 60px 0;
}
.page-type-blog_post .parent-cler-cstm .scnd-learn-section {
  width: 100%;
  max-width: calc(100% / 3 - 20px);
}
.page-type-blog_post .after-code-section .third-section {
  width: 100%;
  max-width: calc(100% / 2 - 20px);
}
.page-type-blog_post .thefine-cstm-section h3 {
  font-size: 35px;
  line-height: 42px;
  color: #000;
}
.page-type-blog_post .thefine-cstm-section {
  text-align: center;
  padding: 20px 0;
}
.page-type-blog_post .thefine-cstm-section p {
  border-bottom: 3px solid #efefef;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  padding-bottom: 60px;
  padding-top: 50px;
}
.page-type-blog_post .after-code-section .img-text {
  position: relative;
}
.page-type-blog_post .thefine-cstm-section p:nth-child(3) {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-type-blog_post .page-heading.title {
  padding: 70px 0 0;
  font-size: 60px;
  margin-bottom: 20px;
}
.page-type-blog_post .page_mn.cstm-coupn-thth .body .container {
  max-width: 1530px;
  padding: 0 15px;
}
.page-type-blog_post .code-cstm img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.page-type-blog_post .code-cstm {
  padding: 30px 0;
}
.page-type-blog_post .after-code-section {
  padding: 30px 0;
}
.page-type-blog_post .after-code-section img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.page-type-blog_post .after-code-section .pcontnt-learn {
  padding-top: 20px;
}
.page-type-blog_post .after-code-section .pcontnt-learn .textcntn {
  max-width: 100%;
  min-height: 50px;
}
.page-type-blog_post .page_mn.cstm-coupn-thth .body {
  margin-bottom: 85px;
}
.page-type-blog_post .main-coupon-cstm {
  padding-top: 100px;
}
@media (max-width: 1439px) {
  .page-type-blog_post .page_mn.cstm-coupn-thth .body .container {
    padding: 0 30px;
  }
}
@media (max-width: 1365px) {
  .page-type-blog_post .main-coupon-cstm .fst-week-deals-section .text-cpn {
    font-size: 22px;
  }
  .page-type-blog_post
    .main-coupon-cstm
    .fst-week-deals-section
    .heading-cstm-cpn {
    font-size: 50px;
    line-height: 50px;
  }
  .page-type-blog_post .clearnce-learn-section .img-text .clerce-heading {
    font-size: 28px;
  }
  .page-type-blog_post .pcontnt-learn .cltext {
    font-size: 28px;
  }
  .page-type-blog_post .page_mn.cstm-coupn-thth .body {
    margin-bottom: 45px;
  }
}
@media (max-width: 1199px) {
  .page-type-blog_post .pcontnt-learn .cltext {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .page-type-blog_post .pcontnt-learn .textcntn {
    font-size: 17px;
    margin: 0 auto 0;
  }
  .page-type-blog_post .parent-cler-cstm .clearnce-learn-section .img-text {
    margin: 0 auto 50px;
  }
  .page-type-blog_post .main-coupon-cstm .fst-week-deals-section .text-cpn {
    font-size: 18px;
  }
  .page-type-blog_post
    .main-coupon-cstm
    .fst-week-deals-section
    .heading-cstm-cpn {
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .page-type-blog_post .clearnce-learn-section .img-text .clerce-heading {
    font-size: 22px;
  }
  .page-type-blog_post .parent-cler-cstm .clearnce-learn-section .img-text {
    margin: 0 auto 20px;
  }
  .page-type-blog_post .parent-cler-cstm .clearnce-learn-section .img-text img {
    min-height: 150px;
  }
  .page-type-blog_post .pcontnt-learn .cltext {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    min-height: 70px;
  }
  .page-type-blog_post .after-code-section .pcontnt-learn .textcntn {
    min-height: 60px;
  }
  .page-type-blog_post .thefine-cstm-section p {
    font-size: 18px;
    padding-bottom: 40px;
    padding-top: 30px;
  }
  .page-type-blog_post .main-coupon-cstm {
    padding-top: 40px;
  }
}
@media (max-width: 800px) {
  .page-type-blog_post .parent-cler-cstm .clearnce-learn-section .img-text img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-type-blog_post .page-heading.title {
    padding: 40px 0 0;
    font-size: 35px;
    margin-bottom: 20px;
  }
  .page-type-blog_post .page_mn.cstm-coupn-thth .body .container {
    padding: 0 15px;
  }
  .page-type-blog_post
    .main-coupon-cstm
    .fst-week-deals-section
    .heading-cstm-cpn {
    font-size: 25px;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .page-type-blog_post .main-coupon-cstm .fst-week-deals-section .text-cpn {
    font-size: 16px;
    line-height: normal;
  }
  .page-type-blog_post .main-coupon-cstm .fst-week-deals-section a {
    font-size: 17px;
    height: 55px;
    max-width: 180px;
  }
  .page-type-blog_post .parent-cler-cstm .scnd-learn-section {
    width: 100%;
    max-width: 100%;
  }
  .page-type-blog_post .pcontnt-learn .cltext {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    min-height: auto;
  }
  .page-type-blog_post .pcontnt-learn .textcntn {
    min-height: auto;
    max-width: 100%;
    margin: 0 auto 10px;
  }
  .page-type-blog_post .pcontnt-learn a {
    font-size: 18px;
  }
  .page-type-blog_post .parent-cler-cstm .scnd-learn-section {
    padding-bottom: 20px;
  }
  .page-type-blog_post .parent-cler-cstm .clearnce-learn-section .img-text {
    margin: 0;
  }
  .page-type-blog_post .pcontnt-learn .cltext {
    margin-top: 10px;
  }
  .page-type-blog_post .parent-cler-cstm {
    padding: 40px 0 0;
  }
  .page-type-blog_post .after-code-section {
    padding: 10px 0;
    gap: 0;
  }
  .page-type-blog_post .after-code-section .third-section {
    width: 100%;
    max-width: 100%;
    padding-bottom: 30px;
  }
  .page-type-blog_post .after-code-section .pcontnt-learn {
    padding-top: 0;
  }
  .page-type-blog_post .pcontnt-learn .cltext {
    min-height: auto;
    margin-top: 10px;
  }
  .page-type-blog_post .after-code-section .pcontnt-learn .textcntn {
    min-height: auto;
  }
  .page-type-blog_post .thefine-cstm-section h3 {
    font-size: 28px;
    line-height: normal;
    margin: 0;
  }
  .page-type-blog_post .thefine-cstm-section p {
    font-size: 16px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 10px;
  }
  .page-type-blog_post .page_mn.cstm-coupn-thth .body {
    margin-bottom: 30px;
  }
}
.page-type-blog_post .page-heading.title {
  display: none;
}
.page-type-blog_post .page_mn.cstm-coupn-thth .breadcrumbs {
  display: none;
}
.page-type-blog_post .after-code-section .pcontnt-learn .textcntn,
.page-type-blog_post .main-coupon-cstm .fst-week-deals-section .text-cpn,
.page-type-blog_post .main-coupon-cstm .fst-week-deals-section a,
.page-type-blog_post .pcontnt-learn .textcntn,
.page-type-blog_post .thefine-cstm-section p {
  font-family: Arial, sans-serif;
}
.page-type-blog_post .pcontnt-learn a:hover {
  color: #cb2029;
  border-bottom: 3px solid #cb2029;
}
.page-type-blog_post h3.clerce-heading a {
  color: #fff;
}
.page-type-blog_post .parent-cler-cstm .clearnce-learn-section .img-text {
  overflow: hidden;
}
.page-type-blog_post .parent-cler-cstm .clearnce-learn-section .img-text img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.page-type-blog_post
  .parent-cler-cstm
  .clearnce-learn-section
  .img-text:hover
  img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.page-type-blog_post .after-code-section .img-text {
  overflow: hidden;
}
.page-type-blog_post .after-code-section .img-text img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.page-type-blog_post .after-code-section .img-text:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.page-type-blog_post .thefine-cstm-section p {
  font-size: 16px;
  font-family: Lato !important;
}
#previewModal .modal-content .modal-header .modal-header-title {
  font-size: 25px;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  color: #000;
}
#previewModal
  .modal-content
  .modal-body
  .previewCart
  .previewCartCheckout
  .button {
  background-color: #000;
  color: #fff;
  line-height: normal;
  border: 0;
  border-radius: 0;
  outline: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  padding: 12px 5px;
}
@media screen and (max-width: 1024px) {
  #previewModal
    .modal-content
    .modal-body
    .previewCart
    .previewCartCheckout
    .button {
    font-size: 11px;
    padding: 0;
    height: 37px;
    line-height: 37px;
  }
}
#previewModal
  .modal-content
  .modal-body
  .previewCart
  .previewCartCheckout
  .button:hover {
  background-color: #cb2129;
  border-color: #cb2129;
}
@media screen and (max-width: 1024px) {
  #previewModal .modal-content .modal-body .previewCart .productView {
    padding: 0 15px;
    margin-top: 10px;
  }
}
#previewModal
  .modal-content
  .modal-body
  .previewCart
  .productView
  .productView-image {
  height: 530px;
  border: 1px solid #ebebeb;
  margin: 0;
}
#previewModal
  .modal-content
  .modal-body
  .previewCart
  .productView
  .productView-image::before {
  content: "";
  background: url(https://cdn11.bigcommerce.com/s-f4083/stencil/67ccc130-e1f2-013b-37c9-5633b773a648/e/2ad1d980-dd1f-013b-f11b-764e02ff3afb/img/zoom_ic.png)
    no-repeat center;
  background-size: auto;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 9px;
  left: 15px;
  z-index: 1;
}
#previewModal
  .modal-content
  .modal-body
  .previewCart
  .productView
  .productView-image
  .productView-img-container {
  max-height: 433px;
}
#previewModal
  .modal-content
  .modal-body
  .previewCart
  .productView
  .productView-image
  .productView-img-container::after {
  padding-bottom: 0;
}
#previewModal
  .modal-content
  .modal-body
  .previewCart
  .productView
  .productView-image
  .productView-img-container
  img {
  max-height: 433px;
  width: auto;
  margin: 0 auto;
  display: block;
  position: static;
}
#previewModal
  .modal-content
  .modal-body
  .previewCart
  .productView
  .productView-details
  .productView-title {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  letter-spacing: 0.4px;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
}
#previewModal
  .modal-content
  .modal-body
  .previewCart
  .productView
  .productView-details
  .productView-brand {
  font-size: 20px;
  color: #757575;
}
@media screen and (max-width: 1024px) {
  #previewModal
    .modal-content
    .modal-body
    .previewCart
    .productView
    .productView-details
    .productView-brand {
    font-size: 15px;
    margin-bottom: 0;
  }
}
#previewModal
  .modal-content
  .modal-body
  .previewCart
  .productView
  .productView-details
  .productView-price {
  font-size: 25px;
}
@media screen and (max-width: 1024px) {
  #previewModal
    .modal-content
    .modal-body
    .previewCart
    .productView
    .productView-details
    .productView-price {
    font-size: 15px;
    margin-bottom: 0;
  }
}
nav.navPages.custom_navPages {
  display: none;
}
.navigation-main-wrapper {
  display: none !important;
}
.container-main {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}
.container-1140 {
  width: 100%;
  height: 100%;
  max-width: 1140px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .container-1140 {
    padding: 0 15px;
  }
}
.container-1750 {
  width: 100%;
  max-width: 1750px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1750px) {
  .container-1750 {
    padding: 0 45px;
  }
}
@media (max-width: 1199px) {
  .container-1750 {
    padding: 0 15px;
  }
}
.container-1205 {
  width: 100%;
  max-width: 1205px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1250px) {
  .container-1205 {
    padding: 0 15px;
  }
}
.container-1200 {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .container-1200 {
    padding: 0 15px;
  }
}
.container-full {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.page {
  margin: 0;
}
[contenteditable="true"]:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
button:focus,
details:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 2px solid transparent !important;
  outline-offset: 1px !important;
}
.body {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  color: #000;
}
#alert-modal .cancel.button {
  color: #cb2129;
}
#alert-modal .cancel.button:hover {
  color: #000;
  border-color: #000;
}
.body:has(.navBar--account) {
  margin-bottom: 6rem;
}
.custom-account-heading {
  margin: 0 0 3rem;
  text-align: center;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  color: #000;
  font-size: 25px;
  line-height: 37.5px;
}
.form-fieldset .form-input {
  border-radius: 0;
  border-color: #ccc;
}
ol.breadcrumbs {
  text-align: left;
  margin-bottom: 21px;
}
ol.breadcrumbs .breadcrumb {
  line-height: 100%;
}
ol.breadcrumbs .breadcrumb:nth-child(2)::before {
  content: "";
  border-right: none;
  top: 0;
  -webkit-transform: none;
  transform: none;
  background: url("https://cdn11.bigcommerce.com/s-f4083/stencil/9953f900-d62d-013b-b9d3-3a27125a91fe/e/2ad1d980-dd1f-013b-f11b-764e02ff3afb/img/breadcrumb_ic.png")
    no-repeat center;
  width: 6px;
  height: 6px;
  background-size: auto;
}
ol.breadcrumbs .breadcrumb:nth-child(2) .breadcrumb-label {
  margin-left: 6px;
}
ol.breadcrumbs .breadcrumb.is-active::before {
  content: "";
  border-right: none;
  top: 0;
  -webkit-transform: none;
  transform: none;
  background: url("https://cdn11.bigcommerce.com/s-f4083/stencil/9953f900-d62d-013b-b9d3-3a27125a91fe/e/2ad1d980-dd1f-013b-f11b-764e02ff3afb/img/breadcrumb_ic.png")
    no-repeat center;
  width: 6px;
  height: 6px;
  background-size: auto;
}
ol.breadcrumbs .breadcrumb.is-active .breadcrumb-label {
  color: #000;
  margin-left: 6px;
}
ol.breadcrumbs .breadcrumb .breadcrumb-label {
  color: #999;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.44px;
  font-family: "Josefin Sans", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 100%;
}
@media screen and (max-width: 990px) {
  ol.breadcrumbs .breadcrumb .breadcrumb-label {
    letter-spacing: 0.06em;
  }
}
.btn {
  background-color: #cb2129;
  color: #fff;
  border: 1px solid #cb2129;
  text-transform: uppercase;
  display: block;
  padding: 12px 8px;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.btn:hover {
  color: #fff;
  border: 1px solid #000;
  background-color: #000;
}
.btn:active {
  color: #fff;
  border: 1px solid #000;
  background-color: #000;
}
.btn.btn--large {
  width: 290px;
  height: 45px;
  line-height: 45px;
  letter-spacing: 1.5px;
  font-size: 20px;
}
.btn-action {
  background: #000;
  color: #fff;
  line-height: normal;
  border: 0;
  border-radius: 0;
  outline: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  font-family: "Josefin Sans", sans-serif;
  padding: 13px 2.28571rem 10px 2.28571rem;
}
.btn-action:hover {
  background-color: #cb2129;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .custom-hide-on-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .custom-hide-on-mobile {
    display: none !important;
  }
}
@-webkit-keyframes slideLeftIn {
  from {
    left: 0;
  }
  to {
    left: 300px;
  }
}
@keyframes slideLeftIn {
  from {
    left: 0;
  }
  to {
    left: 300px;
  }
}
@-webkit-keyframes slideLeftOut {
  from {
    left: 300px;
  }
  to {
    left: 0;
  }
}
@keyframes slideLeftOut {
  from {
    left: 300px;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes slideLeftIn2 {
  from {
    left: -600px;
  }
  to {
    left: -300px;
  }
}
@keyframes slideLeftIn2 {
  from {
    left: -600px;
  }
  to {
    left: -300px;
  }
}
@-webkit-keyframes slideLeftOut2 {
  from {
    left: -300px;
  }
  to {
    left: -600px;
  }
}
@keyframes slideLeftOut2 {
  from {
    left: -300px;
  }
  to {
    left: -600px;
  }
}
body {
  overflow-x: hidden;
  overflow-y: auto;
}
.custom-home-heading {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .custom-home-heading {
    font-size: 24px;
  }
}
.hide-breadcrumb .breadcrumbs {
  display: none;
}
.custom-block-below-carousel {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .custom-block-below-carousel {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  .custom-block-below-carousel {
    margin-bottom: 30px;
  }
}
.custom-block-below-carousel .block-below-carousel__list {
  --f-columns: 6;
  --f-gap: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--f-gap));
  margin-bottom: calc(-1 * var(--f-gap));
}
@media screen and (max-width: 1600px) {
  .custom-block-below-carousel .block-below-carousel__list {
    --f-gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .custom-block-below-carousel .block-below-carousel__list {
    --f-columns: 3;
    --f-gap: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .custom-block-below-carousel .block-below-carousel__list {
    --f-columns: 3;
    --f-gap: 20px;
  }
}
@media screen and (max-width: 525px) {
  .custom-block-below-carousel .block-below-carousel__list {
    --f-columns: 2;
    --f-gap: 15px;
  }
}
.custom-block-below-carousel
  .block-below-carousel__list
  .block-below-carousel__item
  .block-below-carousel__link {
  position: relative;
  padding-top: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.custom-block-below-carousel
  .block-below-carousel__list
  .block-below-carousel__item
  .block-below-carousel__link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
}
.custom-block-below-carousel
  .block-below-carousel__list
  .block-below-carousel__item
  .block-below-carousel__link
  .block-below-carousel__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-size: 25px;
  text-align: center;
  color: #fff;
  z-index: 2;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 1024px) {
  .custom-block-below-carousel
    .block-below-carousel__list
    .block-below-carousel__item
    .block-below-carousel__link
    .block-below-carousel__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .custom-block-below-carousel
    .block-below-carousel__list
    .block-below-carousel__item
    .block-below-carousel__link
    .block-below-carousel__text {
    font-size: 20px;
  }
}
.custom-block-below-carousel .block-below-carousel__list > * {
  margin-left: var(--f-gap);
  margin-bottom: var(--f-gap);
  width: calc((100% / var(--f-columns) - var(--f-gap)));
}
.custom-banner-link {
  background-color: #cb2129;
  text-align: center;
}
.custom-banner-link a {
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  padding: 49px 0;
}
@media screen and (max-width: 1024px) {
  .custom-banner-link a {
    font-size: 24px;
    padding: 32px 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .custom-banner-link a {
    font-size: 20px;
    padding: 28px 10px;
  }
}
.custom-banner-icon-with-text {
  background-color: #efefef;
  padding-bottom: 80px;
}
.custom-banner-icon-with-text .container-1465 {
  max-width: 1465px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .custom-banner-icon-with-text .banner__heading {
    padding-top: 60px;
  }
}
.custom-banner-icon-with-text .banner__list {
  --f-columns: 3;
  --f-gap: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--f-gap));
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .custom-banner-icon-with-text .banner__list {
    --f-gap: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  .custom-banner-icon-with-text .banner__list {
    --f-gap: 30px;
    --f-columns: 1;
  }
}
.custom-banner-icon-with-text .banner__list .banner__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
}
.custom-banner-icon-with-text .banner__list .banner__item .banner__image {
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 767.98px) {
  .custom-banner-icon-with-text .banner__list .banner__item .banner__image {
    width: 150px;
    height: 150px;
    margin-top: 24px;
  }
}
.custom-banner-icon-with-text .banner__list .banner__item .banner__info {
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 28px;
}
@media screen and (max-width: 767.98px) {
  .custom-banner-icon-with-text .banner__list .banner__item .banner__info {
    margin-top: 20px;
  }
}
.custom-banner-icon-with-text
  .banner__list
  .banner__item
  .banner__info
  .banner__title {
  font-family: "Josefin Sans", sans-serif;
  color: #000;
  font-size: 25px;
  margin: 0;
  font-weight: 700;
  text-align: center;
}
.custom-banner-icon-with-text
  .banner__list
  .banner__item
  .banner__info
  .banner__desc {
  text-align: center;
  font-size: 18px;
  color: #000;
  letter-spacing: 0;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .custom-banner-icon-with-text
    .banner__list
    .banner__item
    .banner__info
    .banner__desc {
    padding: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .custom-banner-icon-with-text
    .banner__list
    .banner__item
    .banner__info
    .banner__desc {
    padding: 0;
  }
}
.custom-banner-icon-with-text .banner__list > * {
  margin-left: var(--f-gap);
  margin-bottom: var(--f-gap);
  width: calc((100% / var(--f-columns) - var(--f-gap)));
}
.custom-home-brand {
  position: relative;
}
.custom-home-brand::after {
  content: "";
  width: 30%;
  top: 50px;
  height: 2px;
  background-color: #d5d3d3;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.custom-home-brand::before {
  content: "";
  width: 30%;
  bottom: 50px;
  height: 2px;
  background-color: #d5d3d3;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.custom-home-brand .custom-home-brand__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 80px 0;
}
.custom-home-brand .custom-home-brand__wrapper .custom-home-brand__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 32px;
}
@media (max-width: 650px) {
  .custom-home-brand .custom-home-brand__wrapper .custom-home-brand__list {
    text-align: center;
    padding-right: 0;
  }
}
.custom-home-brand
  .custom-home-brand__wrapper
  .custom-home-brand__list
  .custom-home-brand__item {
  color: #000;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 1400px) {
  .custom-home-brand
    .custom-home-brand__wrapper
    .custom-home-brand__list
    .custom-home-brand__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .custom-home-brand
    .custom-home-brand__wrapper
    .custom-home-brand__list
    .custom-home-brand__item {
    font-size: 18px;
  }
}
.custom-home-brand
  .custom-home-brand__wrapper
  .custom-home-brand__list
  .custom-home-brand__item:hover {
  color: #cb2129;
}
.custom-home-brand .custom-home-brand__wrapper .custom-home-brand__button {
  display: inline-block;
  text-decoration: none;
  padding: 15px 20px;
  font-weight: 600;
}
@media screen and (max-width: 650px) {
  .custom-home-brand .custom-home-brand__wrapper .custom-home-brand__button {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1060px) {
  .custom-home-brand .custom-home-brand__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .custom-home-brand .custom-home-brand__wrapper .custom-home-brand__list {
    padding-right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .custom-home-brand
    .custom-home-brand__wrapper
    .custom-home-brand__list
    .custom-home-brand__item {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    padding: 0 15px;
    min-width: 100px;
  }
}
.custom-block-banner-sale {
  margin-top: 20px;
}
.custom-block-banner-sale .banner-sale__list {
  --f-columns: 2;
  --f-gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--f-gap));
  margin-bottom: calc(-1 * var(--f-gap));
}
@media screen and (max-width: 1024px) {
  .custom-block-banner-sale .banner-sale__list {
    --f-gap: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .custom-block-banner-sale .banner-sale__list {
    --f-gap: 20px;
    --f-columns: 1;
  }
}
.custom-block-banner-sale
  .banner-sale__list
  .banner-sale__item
  .banner-sale__link {
  padding-top: 57.14%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.custom-block-banner-sale .banner-sale__list > * {
  margin-left: var(--f-gap);
  margin-bottom: var(--f-gap);
  width: calc((100% / var(--f-columns) - var(--f-gap)));
}
.custom-featured-manufacturers {
  border-top: 1px solid #000;
  padding-top: 44px;
  margin-top: 32px;
}
.custom-featured-manufacturers .manufacturers__title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  margin-bottom: 30px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 100%;
  margin-top: 6px;
}
@media screen and (max-width: 1024px) {
  .custom-featured-manufacturers .manufacturers__title {
    font-size: 26px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 767.98px) {
  .custom-featured-manufacturers .manufacturers__title {
    font-size: 22px;
  }
}
.custom-featured-manufacturers .manufacturers__list {
  --f-columns: 5;
  --f-gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--f-gap));
  margin-bottom: calc(-1 * var(--f-gap));
}
@media screen and (max-width: 767.98px) {
  .custom-featured-manufacturers .manufacturers__list {
    --f-columns: 3;
  }
}
@media screen and (max-width: 525px) {
  .custom-featured-manufacturers .manufacturers__list {
    --f-columns: 2;
  }
}
.custom-featured-manufacturers .manufacturers__list .manufacturers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0;
}
@media screen and (max-width: 1024px) {
  .custom-featured-manufacturers .manufacturers__list .manufacturers__item {
    padding: 10px 0;
  }
}
.custom-featured-manufacturers .manufacturers__list > * {
  margin-left: var(--f-gap);
  margin-bottom: var(--f-gap);
  width: calc((100% / var(--f-columns) - var(--f-gap)));
}
.custom-product-block.custom-product-block-2 {
  margin-top: 10px;
}
.custom-product-block.custom-product-block-1 {
  margin-top: 72px;
}
@media (max-width: 1140px) {
  .custom-product-block.custom-product-block-1 {
    margin-top: 45px;
  }
}
.custom-product-block.container-main {
  max-width: 1750px;
}
@media (max-width: 1750px) {
  .custom-product-block.container-main {
    padding: 0 35px;
  }
}
.custom-product-block.container-main .home-product-block .page-heading {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  color: #000;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  margin-bottom: 45px;
}
@media (max-width: 1140px) {
  .custom-product-block.container-main .home-product-block .page-heading {
    font-size: 17px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 1140px) {
  .custom-product-block.container-main
    .home-product-block
    .product-block
    .productsByListId
    .productCarousel1
    .slick-arrow.slick-prev {
    left: 0;
  }
}
.custom-product-block.container-main
  .home-product-block
  .product-block
  .productsByListId
  .productCarousel1
  .slick-arrow.slick-prev::before {
  background-image: url(https://store-f4083.mybigcommerce.com/content/related-product-left-arrow.svg) !important;
}
@media screen and (max-width: 1140px) {
  .custom-product-block.container-main
    .home-product-block
    .product-block
    .productsByListId
    .productCarousel1
    .slick-arrow.slick-next {
    right: 0;
  }
}
.custom-product-block.container-main
  .home-product-block
  .product-block
  .productsByListId
  .productCarousel1
  .slick-arrow.slick-next::before {
  background-image: url(https://store-f4083.mybigcommerce.com/content/related-product-right-arrow.svg) !important;
}
.custom-product-block.container-main
  .home-product-block
  .product-block
  .productsByListId
  .productCarousel1
  .slick-list
  .productCarousel-slide {
  padding: 0 11.5px;
}
.custom-product-block.container-main
  .home-product-block
  .product-block
  .productsByListId
  .productCarousel1
  .slick-list
  .productCarousel-slide
  .card {
  border: 1px solid #ebebeb;
  margin: 0 0 30px;
  padding: 10px !important;
}
.custom-product-block.container-main
  .home-product-block
  .product-block
  .productsByListId
  .productCarousel1
  .slick-list
  .productCarousel-slide
  .card:hover
  .card-figure
  .card-buttonGroup {
  opacity: 1;
  visibility: visible;
}
.custom-product-block.container-main
  .home-product-block
  .product-block
  .productsByListId
  .productCarousel1
  .slick-list
  .productCarousel-slide
  .card
  .card-figure {
  height: 200px;
}
.custom-product-block.container-main
  .home-product-block
  .product-block
  .productsByListId
  .productCarousel1
  .slick-list
  .productCarousel-slide
  .card
  .card-figure
  .themevale_badges {
  display: none;
}
.custom-product-block.container-main
  .home-product-block
  .product-block
  .productsByListId
  .productCarousel1
  .slick-list
  .productCarousel-slide
  .card
  .card-figure
  .card-buttonGroup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 115px;
  height: 105px;
  opacity: 0;
  visibility: hidden;
}
.custom-product-block.container-main
  .home-product-block
  .product-block
  .productsByListId
  .productCarousel1
  .slick-list
  .productCarousel-slide
  .card
  .card-figure
  .card-buttonGroup
  .card-button-quickview {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.custom-product-block.container-main
  .home-product-block
  .product-block
  .productsByListId
  .productCarousel1
  .slick-list
  .productCarousel-slide
  .card
  .card-figure
  .card-buttonGroup
  .card-button-quickview
  svg {
  width: 100%;
  height: 100%;
}
.custom-product-block.container-main
  .home-product-block
  .product-block
  .productsByListId
  .productCarousel1
  .slick-list
  .productCarousel-slide
  .card
  .card-figure
  .card-buttonGroup
  .card-button-quickview
  .text {
  display: none;
}
.custom-product-block.container-main
  .home-product-block
  .product-block
  .productsByListId
  .productCarousel1
  .slick-list
  .productCarousel-slide
  .card
  .card-figure
  .card-figcaption {
  display: none;
}
.custom-product-block.container-main
  .home-product-block
  .product-block
  .productsByListId
  .productCarousel1
  .slick-list
  .productCarousel-slide
  .card
  .card-body {
  padding-top: 0;
}
.custom-product-block.container-main
  .home-product-block
  .product-block
  .productsByListId
  .productCarousel1
  .slick-list
  .productCarousel-slide
  .card
  .card-body
  .card-brand {
  display: none;
}
.custom-product-block.container-main
  .home-product-block
  .product-block
  .productsByListId
  .productCarousel1
  .slick-list
  .productCarousel-slide
  .card
  .card-body
  .card-title {
  margin-bottom: 20px;
  margin-top: 10px;
}
.custom-product-block.container-main
  .home-product-block
  .product-block
  .productsByListId
  .productCarousel1
  .slick-list
  .productCarousel-slide
  .card
  .card-body
  .card-title
  a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  height: 45px;
}
.custom-product-block.container-main
  .home-product-block
  .product-block
  .productsByListId
  .productCarousel1
  .slick-list
  .productCarousel-slide
  .card
  .card-body
  .card-title
  a:hover {
  color: #cb2129;
}
.custom-product-block.container-main
  .home-product-block
  .product-block
  .productsByListId
  .productCarousel1
  .slick-list
  .productCarousel-slide
  .card
  .card-body
  .card-rating {
  display: none;
}
.custom-product-block.container-main
  .home-product-block
  .product-block
  .productsByListId
  .productCarousel1
  .slick-list
  .productCarousel-slide
  .card
  .card-body
  .card-price-wrapper
  .card-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 54px;
}
.custom-product-block.container-main
  .home-product-block
  .product-block
  .productsByListId
  .productCarousel1
  .slick-list
  .productCarousel-slide
  .card
  .card-body
  .card-price-wrapper
  .card-price
  .non-sale-price--withoutTax,
.custom-product-block.container-main
  .home-product-block
  .product-block
  .productsByListId
  .productCarousel1
  .slick-list
  .productCarousel-slide
  .card
  .card-body
  .card-price-wrapper
  .card-price
  .price-section--withoutTax,
.custom-product-block.container-main
  .home-product-block
  .product-block
  .productsByListId
  .productCarousel1
  .slick-list
  .productCarousel-slide
  .card
  .card-body
  .card-price-wrapper
  .card-price
  .rrp-price--withoutTax {
  line-height: 24px;
}
.custom-product-block.container-main
  .home-product-block
  .product-block
  .productsByListId
  .productCarousel1
  .slick-list
  .productCarousel-slide
  .card
  .card-body
  .card-price-wrapper
  .card-price
  .price {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-align: center;
}
.custom-product-block.container-main
  .home-product-block
  .product-block
  .productsByListId
  .productCarousel1
  .slick-list
  .productCarousel-slide
  .card
  .card-body
  .card-price-wrapper
  .card-price
  .price.price--non-sale,
.custom-product-block.container-main
  .home-product-block
  .product-block
  .productsByListId
  .productCarousel1
  .slick-list
  .productCarousel-slide
  .card
  .card-body
  .card-price-wrapper
  .card-price
  .price.price--rrp {
  color: #999;
  margin-right: 2px;
}
.custom-product-block.container-main
  .home-product-block
  .product-block
  .productsByListId
  .productCarousel1
  .slick-list
  .productCarousel-slide
  .card
  .card-body
  .card-price-wrapper
  .card-price
  .price-section--saving {
  display: none;
}
.custom-home-info {
  padding: 40px 0 42px;
  border-top: 1px solid #000;
  margin-top: 40px;
}
.custom-home-info .home-info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1290px;
  margin: 0 auto;
}
@media screen and (max-width: 1290px) {
  .custom-home-info .home-info__wrapper {
    padding: 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.custom-home-info .home-info__wrapper .home-info__left {
  width: 48%;
  padding: 10px 63px 0 0;
}
@media screen and (max-width: 1290px) {
  .custom-home-info .home-info__wrapper .home-info__left {
    width: 100%;
    padding-right: 0;
  }
}
.custom-home-info .home-info__wrapper .home-info__left .home-info-icon__list {
  --f-columns: 3;
  --f-gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--f-gap));
  margin-bottom: calc(-1 * var(--f-gap));
  list-style: none;
}
@media screen and (min-width: 1291px) {
  .custom-home-info .home-info__wrapper .home-info__left .home-info-icon__list {
    float: right;
    max-width: 500px;
  }
}
@media screen and (max-width: 525px) {
  .custom-home-info .home-info__wrapper .home-info__left .home-info-icon__list {
    --f-columns: 2;
  }
}
.custom-home-info
  .home-info__wrapper
  .home-info__left
  .home-info-icon__list
  .home-info-icon__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 35px 0;
}
.custom-home-info
  .home-info__wrapper
  .home-info__left
  .home-info-icon__list
  .home-info-icon__item
  .home-info-icon__title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-align: center;
  color: #cb2129;
  line-height: 100%;
  margin-top: 12px;
}
.custom-home-info
  .home-info__wrapper
  .home-info__left
  .home-info-icon__list
  .home-info-icon__item
  .home-info-icon__sub-title {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-align: center;
  color: #999;
  line-height: 11px;
}
.custom-home-info
  .home-info__wrapper
  .home-info__left
  .home-info-icon__list
  > * {
  margin-bottom: var(--f-gap);
  width: calc((100% / var(--f-columns) - var(--f-gap)));
  margin-left: var(--f-gap);
}
.custom-home-info .home-info__wrapper .home-info__right {
  width: 52%;
}
@media screen and (max-width: 1290px) {
  .custom-home-info .home-info__wrapper .home-info__right {
    width: 100%;
  }
}
.custom-home-info .home-info__wrapper .home-info__right .info-right__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.custom-home-info
  .home-info__wrapper
  .home-info__right
  .info-right__top
  .info-right-page__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  margin: 9px 0 37px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-home-info
  .home-info__wrapper
  .home-info__right
  .info-right__top
  .info-right-page__list
  .info-right-page__item
  + .info-right-page__item {
  position: relative;
}
.custom-home-info
  .home-info__wrapper
  .home-info__right
  .info-right__top
  .info-right-page__list
  .info-right-page__item
  + .info-right-page__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  border-left: 2px solid #d9d9d9;
  height: 12px;
}
.custom-home-info
  .home-info__wrapper
  .home-info__right
  .info-right__top
  .info-right-page__list
  .info-right-page__item:hover
  .info-right-pages__link {
  color: #cb2129;
}
.custom-home-info
  .home-info__wrapper
  .home-info__right
  .info-right__top
  .info-right-page__list
  .info-right-page__item
  .info-right-pages__link {
  font-size: 12px;
  color: #666;
  padding: 0 14px;
  text-decoration: none;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: 700;
}
.custom-home-info .home-info__wrapper .home-info__right .info-right__body {
  font-size: 14px;
  line-height: 28px;
  color: #333305;
  letter-spacing: 0.05em;
  text-align: justify;
  font-family: Lato, sans-serif;
  -moz-text-align-last: center;
  text-align-last: center;
}
.custom-home-info .home-info__wrapper .home-info__right .info-right__button {
  width: 100%;
  text-align: center;
}
.custom-home-info .home-info__wrapper .home-info__right .info-right__button a {
  display: inline-block;
  text-align: center;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  width: 170px;
  padding: 0;
  margin: 0;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-decoration: none;
  font-weight: 600;
}
.custom-home-info
  .home-info__wrapper
  .home-info__right
  .info-right__button
  a:hover {
  background-color: #cb2129;
  color: #fff;
}
.custom-home-testimonial {
  width: 100%;
  display: block;
  margin: 0 auto;
  background: transparent
    url(https://cdn11.bigcommerce.com/s-f4083/stencil/9953f900-d62d-013b-b9d3-3a27125a91fe/e/2ad1d980-dd1f-013b-f11b-764e02ff3afb/img/test_bg.png)
    no-repeat center;
  background-size: 100% 100%;
  padding: 15px 0 5px;
}
.page-type-page .custom-home-testimonial {
  float: left;
}
@media screen and (min-width: 1025px) {
  .custom-home-testimonial {
    height: 350px;
  }
}
.custom-home-testimonial .container {
  max-width: 1140px;
}
.custom-home-testimonial .testimonial__list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-home-testimonial .testimonial__list .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.custom-home-testimonial .testimonial__list .slick-arrow {
  background-color: transparent;
  border: none;
}
.custom-home-testimonial .testimonial__list .slick-arrow.slick-prev::before {
  background: transparent url(../img/mn_slider11.png) no-repeat center;
  background-size: contain;
  width: 14.5px;
}
.custom-home-testimonial .testimonial__list .slick-arrow.slick-next::before {
  background: transparent url(../img/mn_slider22.png) no-repeat center;
  background-size: contain;
  width: 14.5px;
}
.custom-home-testimonial .testimonial__list .testimonial__item {
  position: relative;
  max-width: 775px;
  margin: auto;
  text-align: center;
  padding: 70px 0;
}
@media screen and (max-width: 1024px) {
  .custom-home-testimonial .testimonial__list .testimonial__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.custom-home-testimonial .testimonial__list .testimonial__item::before {
  content: "";
  background: url(https://cdn11.bigcommerce.com/s-f4083/stencil/9953f900-d62d-013b-b9d3-3a27125a91fe/e/2ad1d980-dd1f-013b-f11b-764e02ff3afb/img/quotes_ic1.png)
    no-repeat top center;
  background-size: auto;
  width: 130px;
  height: 112px;
  display: block;
  position: absolute;
  top: 20px;
  left: -125px;
}
@media screen and (max-width: 1024px) {
  .custom-home-testimonial .testimonial__list .testimonial__item::before {
    background-size: 70px;
    top: 0;
    left: -12px;
  }
}
.custom-home-testimonial .testimonial__list .testimonial__item::after {
  content: "";
  background: url(https://cdn11.bigcommerce.com/s-f4083/stencil/9953f900-d62d-013b-b9d3-3a27125a91fe/e/2ad1d980-dd1f-013b-f11b-764e02ff3afb/img/quotes_ic2.png)
    no-repeat top center;
  background-size: auto;
  width: 130px;
  height: 112px;
  display: block;
  position: absolute;
  bottom: 55px;
  right: -125px;
}
@media screen and (max-width: 1024px) {
  .custom-home-testimonial .testimonial__list .testimonial__item::after {
    background-size: 70px;
    right: -15px;
    bottom: -30px;
  }
}
.custom-home-testimonial
  .testimonial__list
  .testimonial__item
  .testimonial__comment {
  font-size: 21px;
  line-height: normal;
  color: #000;
  letter-spacing: 0.05em;
  font-weight: 300;
  margin: 0 0 24px;
  font-family: Lato, sans-serif;
}
@media screen and (max-width: 1024px) {
  .custom-home-testimonial
    .testimonial__list
    .testimonial__item
    .testimonial__comment {
    font-size: 23px;
  }
}
@media screen and (max-width: 767.98px) {
  .custom-home-testimonial
    .testimonial__list
    .testimonial__item
    .testimonial__comment {
    font-size: 20px;
  }
}
.custom-home-testimonial
  .testimonial__list
  .testimonial__item
  .testimonial__name {
  display: block;
  text-transform: uppercase;
  line-height: normal;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.05em;
}
.login {
  margin-top: 0;
}
.login .login-row .login-form .form-field .form-input {
  border-radius: 0;
}
.login .login-row .login-form .form-actions {
  text-align: left;
}
.login .login-row .login-form .form-actions .forgot-password {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 43px;
  text-decoration: none;
}
.login .login-row .login-form .form-actions .forgot-password:hover {
  color: #cb2129;
}
.login .login-row .new-customer .panel .panel-header .panel-title {
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  color: #000;
  font-size: 20px;
}
.login .login-row .new-customer .panel .panel-body a > .btn-action {
  margin-bottom: 14px;
}
.account-body {
  margin: 0;
}
.account-body .form-row .form-field .form-input {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-color: #ccc;
}
.account-body .form-row .form-field .form-select {
  background: url(https://cdn11.bigcommerce.com/s-f4083/stencil/67ccc130-e1f2-013b-37c9-5633b773a648/e/2ad1d980-dd1f-013b-f11b-764e02ff3afb/img/dropdown_arrow.png)
    right no-repeat;
  background-position: 96%;
  border-radius: 0;
  background-size: auto;
}
.account {
  min-height: 630px;
}
.account .forgot-password-form .form-input {
  border-radius: 0;
  font-size: 19px;
  border-color: #ccc;
}
.account .forgot-password-form .btn-action {
  margin: 15px 0 0;
  display: inline-block;
  line-height: 19px;
}
@media (min-width: 1261px) {
  .account .forgot-password-form .btn-action {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.navBar--account .navBar-section .navBar-item {
  margin: 0 4px;
}
.navBar--account .navBar-section .navBar-item.is-active {
  border-color: #cb2129;
}
.navBar--account .navBar-section .navBar-item.is-active .navBar-action {
  color: #ed1c24;
}
.navBar--account .navBar-section .navBar-item .navBar-action {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05px;
  color: #1e1e1e;
}
.page-type-account_addressbook
  .addressList
  .address
  .panel
  .panel-body
  .address-title {
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  color: #000;
  margin: 0 0 0.78571rem;
  font-size: 15px;
}
.page-type-account_addressbook
  .addressList
  .address
  .panel
  .panel-body
  .address-details {
  font-size: 15px;
}
.page-type-account_addressbook
  .addressList
  .address
  .panel
  .panel-body
  dl.address-details {
  line-height: 21px;
}
.page-type-account_addressbook
  .addressList
  .address
  .panel
  .panel-body
  .form-actions
  a {
  text-decoration: none;
  margin-bottom: 0.78571rem;
  font-size: 13px;
  padding: 10px 1.5rem 7px 1.5rem;
}
.page-type-account_addressbook
  .addressList
  .address
  .panel
  .panel-body
  .form-actions
  button {
  margin-left: 0.35714rem;
  margin-bottom: 0.78571rem;
  font-size: 13px;
  padding: 10px 1.5rem 7px 1.5rem;
}
.custom-recently-page .card {
  border: 1px solid #d3d3d3;
  margin-bottom: 30px;
}
.custom-recently-page .card .card-figure {
  height: 180px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-recently-page .card .card-figure .custom-card-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.custom-recently-page .card .card-figure > a {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.custom-recently-page .card .card-figure .card-img-container::after {
  max-height: 180px;
  padding-bottom: 51.28%;
}
.custom-recently-page .card .card-figure .card-img-container .card-image {
  max-height: 130px;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.custom-recently-page .card .card-figure .card-figcaption:hover {
  background-color: transparent;
}
.custom-recently-page
  .card
  .card-figure
  .card-figcaption
  .card-figcaption-body
  .quickview {
  font-size: 0;
  background-image: url(https://www.jbtools.com/content/quickview_ic1.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 115px;
  height: 105px;
  padding: 0;
  background-color: transparent;
}
.custom-recently-page
  .card
  .card-figure
  .card-figcaption
  .card-figcaption-body
  .quickview.custom-quick-view-card:hover {
  background-color: transparent;
}
.custom-recently-page .card .card-body p.card-text {
  display: none;
}
.custom-recently-page .card .card-body .card-title {
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  color: #999;
  font-size: 15px;
  text-align: center;
}
.custom-recently-page .card .card-body .card-title:hover {
  color: #cb2129;
}
.custom-recently-page .card .card-body .card-title:hover > a {
  color: #cb2129;
}
.custom-recently-page .card .card-body .card-title > a {
  font-size: 12px;
  line-height: 20px;
  height: 58px;
  display: block;
  overflow: hidden;
  margin: 0;
  letter-spacing: 0.05em;
  padding: 0 15px;
  font-weight: 700;
}
.custom-recently-page .card .card-body .card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 17px 0 22px;
}
.custom-recently-page .card .card-body .card-text .price-section {
  float: none;
  vertical-align: middle;
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000;
}
.custom-recently-page
  .card
  .card-body
  .card-text
  .price-section.non-sale-price--withoutTax,
.custom-recently-page
  .card
  .card-body
  .card-text
  .price-section.rrp-price--withoutTax {
  color: #ccc;
  padding-right: 5px;
}
.custom-recently-page .card .card-body .custom-top-card-button {
  padding: 0 15px 20px;
}
.custom-recently-page
  .card
  .card-body
  .custom-top-card-button
  .card-figcaption-button {
  border-radius: 0;
}
.page-type-editaccount .form-actions .btn-action {
  margin-bottom: 0;
}
.block-below-carousel__item .block-below-carousel__link {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.block-below-carousel__item:hover .block-below-carousel__link {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.block-below-carousel__item:hover .block-below-carousel__link::after {
  right: unset;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  background-color: rgba(0, 0, 0, 0.15) !important;
}
.block-below-carousel__item {
  overflow: hidden;
}
.custom-block-banner-sale .banner-sale__item {
  overflow: hidden;
}
.custom-block-banner-sale .banner-sale__item:hover .banner-sale__link {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.custom-block-banner-sale .banner-sale__item:hover .banner-sale__link {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.custom-featured-manufacturers .banner-sale__item {
  overflow: hidden;
}
.custom-featured-manufacturers .manufacturer__link .manufacturers__image {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.custom-featured-manufacturers .manufacturer__link:hover .manufacturers__image {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.productView
  .productView-details
  .productView-product
  .productView-options:has(.alertBox--error) {
  background-color: #f9e8e9;
}
.productView
  .productView-details
  .productView-product
  .productView-options:has(.alertBox--error)
  .alertBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 23px;
  background-color: #f9e8e9;
}
.productView
  .productView-details
  .productView-product
  .productView-options:has(.alertBox--error)
  .alertBox
  .alertBox-icon {
  padding-right: 0.44286rem;
}
.productView
  .productView-details
  .productView-product
  .productView-options:has(.alertBox--error)
  .alertBox
  .alertBox-message {
  width: auto;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}
.productView
  .productView-details
  .productView-product
  .productView-options:has(.alertBox--error)
  #instock-notify-box
  #instockAlerts-form {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0.7rem;
}
.productView
  .productView-details
  .productView-product
  .productView-options:has(.alertBox--error)
  #instock-notify-box
  #instockAlerts-form
  > div {
  font-size: 14px;
  color: #000;
  letter-spacing: 0;
  margin: 0 0 9px !important;
}
.productView
  .productView-details
  .productView-product
  .productView-options:has(.alertBox--error)
  #instock-notify-box
  #instockAlerts-form
  input {
  max-width: 290px;
  width: 290px;
}
.productView
  .productView-details
  .productView-product
  .productView-options:has(.alertBox--error)
  #instock-notify-box
  #instockAlerts-form
  #instockAlerts-formSubmit {
  background-color: #000;
  border-color: #000;
}
.productView
  .productView-details
  .productView-product
  .productView-options:has(.alertBox--error)
  #instock-notify-box
  #instockAlerts-form
  #instockAlerts-formSubmit:hover {
  background-color: #cb2129;
}
.fomo-inline {
  font-size: 16px;
  font-weight: 700;
  color: #cb2129;
  padding-bottom: 10px;
}
.custom-product-recently-viewed .card-text.card_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-weight: 700;
  margin-bottom: 13px;
}
.custom-product-recently-viewed .card-text.card_price .rrp-price--withoutTax {
  margin-right: 10px;
  color: #757575;
}
.custom-product-recently-viewed .card-body .card-title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.custom-product-recently-viewed .card-figure {
  margin-top: 13px;
}
.custom-product-recently-viewed .card-img-container .card-image {
  width: auto;
}
.productView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .card
  .card-figure {
  height: 140px;
}
#productpage-nosto-1 .productCarousel-slide .card {
  max-height: 300px;
}
.productCarousel.nosto_carousel .card-text.card_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 13px;
}
.productCarousel.nosto_carousel .card-text.card_price .rrp-price--withoutTax {
  margin-right: 10px;
  color: #757575;
}
.productCarousel.nosto_carousel .card-body .card-title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.productCarousel.nosto_carousel .card-figure {
  margin-top: 13px;
}
.productCarousel.nosto_carousel .card-figure:hover .card-image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.productCarousel.nosto_carousel .card-img-container .card-image {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: auto;
}
.productCarousel.nosto_carousel .card-text.card_price .price-section {
  line-height: 24px;
}
.menu-open {
  height: auto;
  overflow-y: unset;
}
.aircat {
  display: inline-block;
  vertical-align: middle;
  width: 10%;
}
.aircat_text {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  margin: 0 -3px;
}
.aircat_text p {
  margin: 0;
}
.cms_page_content tr td.left_align {
  text-align: left;
}
.custom_navPages
  .navPages-list
  .navPages-item.productMenu
  .custom-mega-menu
  .megamenu__list
  .megamenu__item.has-custom-subMenu {
  max-width: 24%;
}
.custom_navPages
  .navPages-list
  .navPages-item.productMenu
  .custom-mega-menu
  .megamenu__list
  .megamenu__list--wrapper
  .halo-block-special-product {
  max-width: 75%;
}
@media (max-width: 990px) {
  #comp_link,
  #review_link {
    display: none;
  }
}
@media (max-width: 800px) {
  .Aircat tr td,
  .four tr td {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .Aircat_img {
    float: none;
    margin: 0 auto 15px;
    width: auto;
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  li.navPages-item.megamenu__item.hide_promotion_product.has-custom-subMenu::before {
    position: absolute;
    bottom: 0;
    left: 208px;
    content: "";
    height: 100%;
    width: 186px;
    display: none;
    z-index: 99;
    background-color: transparent;
  }
  li.navPages-item.megamenu__item.hide_promotion_product.has-custom-subMenu:hover::before {
    display: block;
  }
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__item.has-custom-subMenu
    .navPage-subMenu.navPage-subMenu-horizontal
    .navPage-subMenu-list {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 100%;
  }
  .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__item.has-custom-subMenu
    .navPage-subMenu.navPage-subMenu-horizontal
    .navPage-subMenu-list
    > * {
    margin-bottom: 8px;
  }
}
.custom_navPages
  .navPages-list
  .navPages-item.productMenu
  .custom-mega-menu
  .megamenu__list
  .megamenu__item.has-custom-subMenu
  .navPage-subMenu.navPage-subMenu-horizontal {
  margin-top: 0;
  padding: 70px 0 0 0 !important;
}
.productView-description ul.accordion .accordion-navigation .accordion-content {
  display: none !important;
}
.productView-description
  ul.accordion
  .accordion-navigation.maintoggleclasscstm
  .accordion-content {
  display: block !important;
}
.productView-details.product-data .alertBox-column.alertBox-message span {
  letter-spacing: 0.4px;
  color: #1d1d1d;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}
.productView-details.product-data .alertBox.alertBox--error {
  border-radius: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px;
}
.productView-details.product-data
  .alertBox.alertBox--error
  .alertBox-column.alertBox-message {
  width: auto;
  margin: 0;
  line-height: 1;
  margin-top: 5px;
}
.productView-details.product-data
  .alertBox.alertBox--error
  .alertBox-column.alertBox-icon {
  display: block;
}
@media (max-width: 1199px) {
  .free-shipping-message {
    width: 100% !important;
  }
  .productView-options
    .add-to-cart-buttons
    .form-action.custom-add-to-cart-form
    input {
    max-width: 100% !important;
  }
}
.shipping-quotes dt.estimator-form-label {
  padding-left: 2em;
  text-indent: -2em;
  width: 70%;
  padding-bottom: 5px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .page-type-404 {
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .page-type-404 {
    padding-top: 170px;
  }
}
@media screen and (max-width: 1200px) {
  .page-type-404 .page {
    margin-left: 0;
    margin-right: 0;
  }
}
.page-type-404 .error_page_404 {
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #000;
  letter-spacing: 1px;
  margin-top: 20px;
}
.page-type-404 .error_page_404 .page-content {
  margin-bottom: calc(6rem + 3px);
}
.page-type-404 .error_page_404 .page-content h1 {
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #000;
  letter-spacing: 1px;
  margin-top: 20px;
}
.page-type-404 .error_page_404 .page-content p {
  font-size: 16px;
  letter-spacing: 1px;
  color: #000;
  margin: 0;
}
.page-type-404 .error_page_404 .search_404 {
  margin: 16px 0 0;
}
.page-type-404 .error_page_404 .search_404 .form {
  max-width: 550px;
  margin: 0 auto;
}
.page-type-404 .error_page_404 .search_404 .form .form-input {
  border-radius: 0;
}
.page-type-404 .error_page_404 .search_404 .form .button {
  background-color: #000;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.07rem;
  line-height: normal;
  padding: 13px 2.28571rem 10px 2.28571rem;
}
.page-type-404 .error_page_404 .search_404 .form .button:hover {
  background-color: #cb2129;
}
.page-type-404 .error_page_404 .custom-product-block-404 {
  max-width: 1080px;
}
.page-type-404
  .error_page_404
  .custom-product-block-404
  #productBlockID_404
  .page-heading {
  padding: 14px 30px 10px;
  text-align: left;
  letter-spacing: 1px;
  color: #000;
  border-radius: 2px;
  line-height: 30px;
  margin: 0 0 8px;
}
.page-type-404
  .error_page_404
  .custom-product-block-404
  #productBlockID_404
  #list-productBlockID_404 {
  margin: 0 -24px 42px;
  padding: 25px 0 0;
}
.page-type-404
  .error_page_404
  .custom-product-block-404
  #productBlockID_404
  #list-productBlockID_404
  .slick-arrow {
  width: 16px;
  height: 34px;
  padding: 0;
}
.page-type-404
  .error_page_404
  .custom-product-block-404
  #productBlockID_404
  #list-productBlockID_404
  .slick-arrow::before {
  width: 16px;
  height: 34px;
}
.page-type-404
  .error_page_404
  .custom-product-block-404
  #productBlockID_404
  #list-productBlockID_404
  .slick-arrow.slick-prev {
  background: 0 0;
  left: 0;
}
.page-type-404
  .error_page_404
  .custom-product-block-404
  #productBlockID_404
  #list-productBlockID_404
  .slick-arrow.slick-next {
  background: 0 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .page-type-page_contact_form {
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .page-type-page_contact_form {
    padding-top: 170px;
  }
}
.page-type-page_contact_form .body {
  margin-bottom: 6rem;
}
.custom-contact-us #contact-us-page {
  width: 100%;
  color: #000;
}
.custom-contact-us #contact-us-page .cms_page_content p {
  font-size: 16px;
}
.custom-contact-us #contact-us-page .cms_page_content a {
  color: #cb2129;
  text-decoration: none;
}
.custom-contact-us #contact-us-page .cms_page_content ul > li {
  font-size: 16px;
}
.custom-contact-us #contact-us-page .cms_page_content ul > li > a {
  font-size: 16px;
}
.custom-contact-us #contact-us-page h2 {
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  color: #000;
}
.custom-contact-us #contact-us-page div ~ p {
  margin: 0;
}
.custom-contact-us #contact-us-page .form-field .form-input {
  border-radius: 0;
  border-color: #ccc;
}
.custom-contact-us #contact-us-page .form-actions .button {
  background-color: #000;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
}
.custom-contact-us #contact-us-page .form-actions .button:hover {
  background-color: #cb2129;
}
@media screen and (max-width: 1024px) {
  .page-type-newsletter_subscribe {
    padding-top: 160px;
  }
}
.page-type-newsletter_subscribe .body {
  margin-bottom: 6rem;
}
.page-type-newsletter_subscribe .page-content {
  width: 100%;
}
.page-type-page .container-1140 .breadcrumbs {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .page-type-page {
    padding-top: 160px;
  }
}
@media screen and (max-width: 990px) {
  .page-type-page {
    padding-top: 170px;
  }
}
.page-type-page .body {
  margin-top: 1.5rem;
}
@media screen and (min-width: 991px) {
  .page-type-page .body {
    margin-top: 2.5rem;
  }
}
.page-type-page .page-content {
  width: 100%;
}
.page-type-page h2 {
  font-size: 28px;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  text-align: left;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 1024px) {
  .page-type-page h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .page-type-page h2 {
    font-size: 22px;
  }
}
.page-type-page p {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.05em;
  color: #333;
  font-family: Lato, sans-serif;
  font-weight: 400;
  max-width: 92%;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .page-type-page p {
    text-align: left;
    max-width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .container {
    padding: 0 15px;
  }
}
.ABT_JB {
  float: left;
  width: 100%;
  padding: 0 0 79px 0;
  margin: 54px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .ABT_JB {
    padding: 0;
    margin-top: 40px;
  }
}
.ABT_JB .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding: 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .ABT_JB .container {
    padding: 0 15px;
  }
}
.ABT_JB .container .ABT_JB_right {
  float: right;
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .ABT_JB .container .ABT_JB_right {
    width: 100%;
  }
  .ABT_JB .container .ABT_JB_right img {
    width: 100%;
  }
}
.ABT_JB .container .ABT_JB_left {
  margin: 51px 0 15px 0;
  float: left;
  width: 53%;
}
@media screen and (max-width: 1024px) {
  .ABT_JB .container .ABT_JB_left {
    width: 100%;
    margin: 15px 0;
  }
}
.ABT_JB .container .ABT_JB_left h2 {
  margin: 0 0 15px 0;
}
.ABT_JB .container .ABT_JB_cen {
  clear: both;
}
.ABT_JB .container .ABT_JB_cen p {
  max-width: 100%;
}
.our_mission {
  float: left;
  width: 100%;
  background: url(https://cdn11.bigcommerce.com/s-f4083/stencil/67ccc130-e1f2-013b-37c9-5633b773a648/e/2ad1d980-dd1f-013b-f11b-764e02ff3afb/img/mission_bg.png)
    repeat;
  background-size: 100% 100%;
  position: relative;
}
@media (min-width: 1599px) {
  .our_mission {
    background: 0 0;
    padding-top: 0;
  }
}
.our_mission img {
  display: none;
}
@media (min-width: 1599px) {
  .our_mission img {
    display: block;
    width: 100%;
  }
}
.our_mission .mission_text {
  float: left;
  width: 100%;
  padding: 63px 0 62px;
}
@media screen and (min-width: 1599px) {
  .our_mission .mission_text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .our_mission .mission_text {
    padding: 30px 0;
  }
}
.our_mission .mission_text .container h2 {
  margin: 0 0 28px 0;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .our_mission .mission_text .container h2 {
    margin: 0 0 15px;
  }
}
.our_mission .mission_text .container p {
  color: #fff;
  text-align: center;
  max-width: 874px;
  margin: 0 auto;
}
.hmJBTool_sec {
  width: 100%;
  float: left;
  padding: 0;
  border-top: 1px solid #000;
}
@media screen and (max-width: 1024px) {
  .hmJBTool_sec {
    margin: 15px 0;
  }
}
.hmJBTool_sec ul {
  margin: 0;
  list-style-type: none;
}
.hmJBTool_sec .hmJB_left {
  width: 48%;
  display: inline-block;
  float: left;
  padding: 10px 63px 0 0;
}
.hmJBTool_sec .hmJB_left.choose_right {
  float: right;
  padding: 26px 0 0 0;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .hmJBTool_sec .hmJB_left.choose_right {
    width: 100%;
    padding: 0;
  }
}
.hmJBTool_sec .hmJB_left ul {
  max-width: 500px;
  float: right;
}
@media screen and (max-width: 1024px) {
  .hmJBTool_sec .hmJB_left ul {
    max-width: none;
    float: none;
  }
}
.hmJBTool_sec .hmJB_left ul li {
  display: inline-block;
  float: left;
  width: 33.33%;
  text-align: center;
  margin: auto;
  text-transform: uppercase;
  line-height: normal;
  color: #cb2129;
  padding: 35px 0;
}
@media screen and (max-width: 1024px) {
  .hmJBTool_sec .hmJB_left ul li {
    padding: 0 0 25px;
  }
}
.hmJBTool_sec .hmJB_left ul li img {
  max-height: 67px;
  display: block;
  margin: auto;
}
@media screen and (max-width: 767.98px) {
  .hmJBTool_sec .hmJB_left ul li img {
    max-height: 55px;
  }
}
.hmJBTool_sec .hmJB_left ul li .hmJBTitle {
  display: block;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: normal;
  margin: 12px 0 0;
}
@media screen and (max-width: 767.98px) {
  .hmJBTool_sec .hmJB_left ul li .hmJBTitle {
    font-size: 14px;
  }
}
.hmJBTool_sec .hmJB_left ul li .hmJBSubTitle {
  font-size: 10px;
  display: block;
  letter-spacing: 0.12em;
  line-height: normal;
  color: #999;
  font-weight: 700;
}
.hmJBTool_sec .hmJB_right {
  width: 52%;
  display: inline-block;
  float: right;
}
.hmJBTool_sec .hmJB_right.Choose_left {
  float: left;
  padding: 65px 0 0 0;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .hmJBTool_sec .hmJB_right.Choose_left {
    width: 100%;
    padding: 0;
  }
}
.hmJBTool_sec .hmJB_right .JBRight_inner {
  margin: auto;
  text-align: center;
  display: block;
  max-width: 100%;
}
.hmJBTool_sec .hmJB_right .JBRight_inner h2 {
  margin: 0 0 13px 0;
}
.hmJBTool_sec .hmJB_right .JBRight_inner p {
  max-width: none;
}
.manufctr_logo {
  display: block;
  width: 100%;
}
.manufctr_logo.ABT_Mftr {
  float: left;
  width: 100%;
  padding: 32px 0 71px 0;
}
@media screen and (max-width: 1024px) {
  .manufctr_logo.ABT_Mftr {
    padding: 0 0 15px;
  }
}
.manufctr_logo.ABT_Mftr ul > li {
  padding: 15px 0;
}
@media screen and (max-width: 1024px) {
  .manufctr_logo.ABT_Mftr ul > li {
    padding: 0 15px;
  }
}
.manufctr_logo h2 {
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #000;
  font-weight: 700;
  margin: 0 0 17px 0;
}
.manufctr_logo ul {
  margin: 0 auto;
  list-style-type: none;
  text-align: center;
}
.manufctr_logo ul > li {
  display: inline-block;
  float: left;
  padding: 25px 0;
  text-align: center;
  width: 20%;
}
@media screen and (max-width: 767.98px) {
  .manufctr_logo ul > li {
    width: 33.33%;
  }
}
.manufctr_logo ul > li .FD_Link {
  display: block;
  width: 100%;
  overflow: hidden;
}
.manufctr_logo ul > li .FD_Link img {
  display: block;
  margin: auto;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.page-type-page.shipping-returns .page {
  color: #000;
}
.page-type-page.shipping-returns .page::after,
.page-type-page.shipping-returns .page::before {
  content: unset;
}
.page-type-page.shipping-returns .page .page-content .cms_page_content p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0;
  max-width: 100%;
}
.page-type-page.shipping-returns .page .page-content .cms_page_content p#free {
  margin-bottom: 21px;
  line-height: 24px;
}
.page-type-page.shipping-returns
  .page
  .page-content
  .cms_page_content
  p#free
  > strong {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 22px;
}
.page-type-page.shipping-returns .page .page-content .cms_page_content a {
  color: #cb2129;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-center {
  text-align: center;
}
.space-0 {
  margin-right: 0;
  margin-left: 0;
}
.space-0 > .my-col {
  padding-right: 0;
  padding-left: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.my-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.my-col {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
.my-col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
.my-col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.my-col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}
.my-col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.my-col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.extand_sec {
  width: 100%;
  float: left;
  padding: 0 15px;
  margin: 0;
  background: #ebebeb;
}
.extand_sec figure {
  width: 100%;
  padding: 0;
  margin: 0;
}
.extand_sec figure img {
  width: 100%;
}
.extand_hero_detail {
  width: 100%;
  max-width: 800px;
  float: left;
  padding: 20px 40px;
  margin: 0;
}
.extand_sec h2 {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 50px;
  color: #000;
  font-weight: 700;
}
.extand_sec p {
  padding: 0;
  margin: 0;
  font-size: 22px;
  color: #404953;
}
.protection_sec {
  width: 100%;
  float: left;
  padding: 80px 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.jb_extand_logo {
  width: 100%;
  padding: 0;
  margin: 0 0 50px 0;
  text-align: center;
}
.protection_sec h2 {
  padding: 0;
  margin: 0 0 70px 0;
  font-size: 40px;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.protection_sec .inner {
  width: 100%;
  max-width: 465px;
  padding: 0;
  margin: 0 auto;
}
.prot_block {
  width: 100%;
  padding: 0;
  margin: 0 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.prot_block figure {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
}
.prot_block .right {
  padding: 0;
  margin: 0;
}
.prot_block h3 {
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 25px;
  color: #000;
  font-weight: 600;
}
.prot_block p {
  font-weight: 400 !important;
  text-align: left !important;
}
.protection_sec p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #404953;
  font-weight: 300;
  text-align: center;
}
.why_add .container {
  max-width: 702px;
}
.why_add h2 {
  margin-bottom: 30px;
}
.why_add p {
  font-weight: 400;
  margin-bottom: 20px;
}
.how_works {
  width: 100%;
  float: left;
  padding: 70px 0 50px 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.how_works h2 {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 40px;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.how_works .info {
  padding: 0;
  margin: 0 0 60px 0;
  text-align: center;
  font-size: 16px;
  color: #404953;
}
.how_works .inner {
  width: 100%;
  padding: 0;
  margin: 0;
}
.how_works h3 {
  padding: 0;
  margin: 0 0 25px 0;
  font-size: 25px;
  color: #000;
  font-weight: 600;
}
.how_works p {
  padding: 0;
  margin: 0 0 45px 0;
  font-size: 16px;
  color: #404953;
}
.claim {
  width: 100%;
  max-width: 270px;
  padding: 11px 15px 7px 15px;
  margin: 0 0 20px 0;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  background: #ed5132;
  border-radius: 4px;
}
.claim:hover {
  color: #fff;
  background: #000;
}
.power {
  padding: 0;
  margin: 0;
}
.how_works figure {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
.ask_ques {
  width: 100%;
  float: left;
  padding: 100px 0;
  margin: 0;
}
.ask_ques h2 {
  padding: 0;
  margin: 0 0 80px 0;
  font-size: 40px;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.ask_block {
  width: 100%;
  padding: 0;
  margin: 0 0 40px 0;
}
.ask_block h3 {
  padding: 0;
  margin: 0 0 40px 0;
  font-size: 25px;
  color: #000;
}
.ask_block p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #404953;
}
@media (max-width: 1279px) {
  .extand_sec h2 {
    font-size: 40px;
  }
  .extand_sec p {
    font-size: 20px;
  }
  .ask_ques h2,
  .how_works h2,
  .protection_sec h2 {
    font-size: 35px;
  }
  .ask_block h3 {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .extand_sec h2 {
    font-size: 30px;
  }
  .extand_sec p {
    font-size: 18px;
  }
  .ask_ques h2,
  .how_works h2,
  .protection_sec h2 {
    font-size: 30px;
  }
  .ask_block h3 {
    font-size: 18px;
  }
  .protection_sec {
    padding: 50px 0;
  }
  .prot_block h3 {
    font-size: 22px;
  }
  .how_works {
    padding: 50px 0 30px 0;
  }
  .ask_ques {
    padding: 50px 0 10px 0;
  }
  .protection_sec h2 {
    margin-bottom: 40px;
  }
  .how_works .info {
    margin-bottom: 30px;
  }
  .ask_ques h2 {
    margin-bottom: 50px;
  }
  .ask_block h3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .extand_sec .my-col-6 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .extand_hero_detail {
    padding: 30px 20px;
  }
  .how_works {
    text-align: center;
  }
  .how_works .my-col-5,
  .how_works .my-col-7 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .how_works figure {
    margin-top: 30px;
  }
  .ask_ques .my-col-4 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.page-type-page.extend {
  font-family: "Josefin Sans", sans-serif;
}
.page-type-page.extend .page-content > p {
  display: none;
}
.page-type-page.extend .extand_hero_detail h2 {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 50px;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: 75px;
}
.page-type-page.extend .extand_hero_detail p {
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0;
  line-height: 33px;
}
.page-type-page.extend .protection_sec h2 {
  padding: 0;
  margin: 0 0 70px 0;
  font-size: 40px;
  color: #000;
  font-weight: 700;
  text-align: center;
  line-height: 60px;
  letter-spacing: 0.25px;
}
.page-type-page.extend .protection_sec .inner .prot_block .right h3 {
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 25px;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.25px;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
}
.page-type-page.extend .protection_sec .inner .prot_block .right p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: "Josefin Sans", sans-serif;
  color: #404953;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  max-width: 100%;
}
.page-type-page.extend .protection_sec .inner ~ p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #404953;
  font-weight: 300;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0;
  max-width: 100%;
}
.page-type-page.extend .protection_sec .inner ~ p a {
  text-decoration: none;
}
.page-type-page.extend .protection_sec.why_add h2 {
  margin-bottom: 30px;
}
.page-type-page.extend .protection_sec.why_add p {
  letter-spacing: 0;
  max-width: 100%;
  font-family: "Josefin Sans", sans-serif;
  line-height: 24px;
}
.page-type-page.extend .how_works h2 {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 40px;
  color: #000;
  font-weight: 700;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  line-height: 60px;
}
.page-type-page.extend .how_works .inner .my-col h3 {
  padding: 0;
  margin: 0 0 25px 0;
  font-size: 25px;
  color: #000;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  line-height: 37.5px;
}
.page-type-page.extend .how_works .inner .my-col p {
  padding: 0;
  margin: 0 0 45px 0;
  font-size: 16px;
  color: #404953;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: normal;
  line-height: 24px;
  max-width: 100%;
  text-align: left;
}
.page-type-page.extend .how_works .inner .my-col p a {
  color: #333;
  text-decoration: none;
}
.page-type-page.extend .how_works .inner .my-col .claim {
  text-decoration: none;
}
.page-type-page.extend .ask_ques h2 {
  padding: 0;
  margin: 0 0 80px 0;
  font-size: 40px;
  color: #000;
  font-weight: 700;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  line-height: 60px;
}
.page-type-page.extend .ask_ques .my-row .ask_block h3 {
  padding: 0;
  margin: 0 0 40px 0;
  font-size: 25px;
  color: #000;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  line-height: 37.5px;
  letter-spacing: 0.25px;
}
.page-type-page.extend .ask_ques .my-row .ask_block p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #404953;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: normal;
  line-height: 24px;
  max-width: 100%;
  text-align: left;
}
.page-type-page.jb-tools-giveaways p {
  font-size: 16px;
  color: #000;
  font-family: "Josefin Sans", sans-serif;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  max-width: 100%;
}
.page-type-page.jb-tools-giveaways p a {
  text-decoration: none;
}
.page-type-page.jb-tools-giveaways ul li {
  font-size: 16px;
  color: #000;
}
.page-type-page.jb-tools-giveaways .product-block-giveaways-page {
  max-width: 1080px;
}
.page-type-page.jb-tools-giveaways
  .product-block-giveaways-page
  #productBlockID_giveaways
  .page-heading {
  padding: 14px 30px 10px;
  text-align: left;
  letter-spacing: 1px;
  color: #000;
  border-radius: 2px;
  line-height: 30px;
  margin: 0 0 8px;
}
.page-type-page.jb-tools-giveaways
  .product-block-giveaways-page
  #productBlockID_giveaways
  #list-productBlockID_giveaways {
  margin: 0 -24px 42px;
  padding: 25px 0 0;
}
.page-type-page.jb-tools-giveaways
  .product-block-giveaways-page
  #productBlockID_giveaways
  #list-productBlockID_giveaways
  .slick-arrow {
  width: 16px;
  height: 34px;
  padding: 0;
}
.page-type-page.jb-tools-giveaways
  .product-block-giveaways-page
  #productBlockID_giveaways
  #list-productBlockID_giveaways
  .slick-arrow::before {
  width: 16px;
  height: 34px;
}
.page-type-page.jb-tools-giveaways
  .product-block-giveaways-page
  #productBlockID_giveaways
  #list-productBlockID_giveaways
  .slick-arrow.slick-prev {
  background: 0 0;
  left: 0;
}
.page-type-page.jb-tools-giveaways
  .product-block-giveaways-page
  #productBlockID_giveaways
  #list-productBlockID_giveaways
  .slick-arrow.slick-next {
  background: 0 0;
  right: 0;
}
.page {
  margin-bottom: 6rem;
}
@media screen and (min-width: 1199px) {
  .cms_page_content.Repair ul {
    margin: 0 -1px;
  }
}
@media screen and (max-width: 1199px) {
  .cms_page_content.Repair li.mian_li ul {
    margin: 0 15px;
  }
}
.cms_page_content.Repair li.mian_li {
  float: left;
  width: 33.33%;
  padding: 0 15px;
  list-style: none;
}
@media screen and (max-width: 990px) {
  .cms_page_content.Repair li.mian_li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .cms_page_content.Repair li.mian_li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cms_page_content table tr:first-child {
  text-align: center;
}
.Repair li img {
  display: block;
}
.page-type-page.auto-repair-help {
  font-family: "Josefin Sans", sans-serif;
}
.cms li,
.cms p {
  font-size: 16px;
  font-family: "Josefin Sans", sans-serif;
  color: #000;
}
.page-type-page .cms p {
  color: #000;
  max-width: unset;
  line-height: 24px;
  letter-spacing: unset;
}
.cms .autel_logo {
  text-align: center;
  width: 100%;
}
.cms_page_content a {
  color: #cb2129;
  text-decoration: none;
}
.cms_page_content a:hover {
  text-decoration: underline;
}
.cms_page_content hr {
  border: 1px solid #c9c9c9;
}
.mian_li h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  font-size: 22px;
}
@media screen and (max-width: 1199px) {
  .mian_li h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 990px) {
  .mian_li p img {
    width: 100%;
  }
}
.cms_page_content.Repair ul:has(.mian_li) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .page-type-page.jb-tools-manufacturer-matching-policy {
    padding-top: 170px;
  }
}
.cms_page_content h2 {
  font-size: 25px;
  margin-top: 2.28571rem;
  margin-bottom: 0.78571rem;
  letter-spacing: 0.25px;
  line-height: 37.5px;
}
#iubenda_policy h1 {
  text-transform: uppercase;
}
#iubenda_policy h2 {
  letter-spacing: 0.25px;
}
.page.blog_page {
  margin: 0;
}
.blog_page .blog {
  float: left;
  width: 33.33%;
  border-right: solid 1px #ccc;
  padding: 0 25px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .blog_page .blog {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .blog_page .blog {
    width: 100%;
  }
}
.blog-post-body,
.blog-post-figure {
  width: 100%;
}
.blog_page .blog .blog-thumbnail {
  margin: 0 auto 30px;
  max-width: none;
}
.blog_page .blog .blog-thumbnail,
.blog_page .blog .blog-thumbnail img {
  height: 230px;
  max-height: 230px;
  overflow: hidden;
}
.blog .blog-post-figure .blog-thumbnail {
  max-width: none;
}
.blog .socialLinks,
.blog .tags,
.blog-author,
.blog-date,
.blog-post-body {
  text-align: left;
}
.blog .addthis_toolbox {
  margin-top: 0;
}
.blog-thumbnail:after,
.blog_page .blog .blog-thumbnail:after {
  padding: 0;
}
.blog-title {
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
  height: 60px;
  overflow: hidden;
}
.blog .blog-post-figure .blog-thumbnail img,
.blog_page .blog .blog-thumbnail img {
  position: static;
}
.page.blog_page .blog .blog-post-figure .blog-thumbnail img {
  max-width: 100%;
}
.blog + .blog {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.blog:nth-child(3n + 1) {
  border: none;
}
.socialLinks .icon svg {
  fill: #ed1c24;
  stroke: #ed1c24;
}
.socialLinks .icon:hover svg {
  fill: #53add5;
  stroke: #53add5;
}
.blog-post {
  font-size: 16px;
  font-weight: 500;
}
.blog_page .pagination {
  display: block;
  clear: left;
}
.blog_page .blog .blog-thumbnail img {
  display: block;
  margin: auto;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transform: all 0.5s ease 0s;
}
.blog_page .blog .blog-thumbnail:hover img {
  transform: translateZ(0) scale(1.15, 1.15);
  -webkit-transform: translateZ(0) scale(1.15, 1.15);
  -moz-transform: translateZ(0) scale(1.15, 1.15);
  -o-transform: translateZ(0) scale(1.15, 1.15);
  -ms-transform: translateZ(0) scale(1.15, 1.15);
  -webkit-backface-visibility: hidden;
}
.blog-title a {
  color: #333;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
}
.blog-post a {
  color: inherit;
  text-decoration: none;
}
.pagination .pagination-list {
  float: left;
}
.pagination-list .pagination-item--previous .icon {
  position: relative;
  right: -5px;
}
.pagination-list .pagination-item--next .icon {
  position: relative;
  left: -5px;
}
.pagination-list .pagination-item,
.pagination-list li.pagination-item--current {
  margin: 1px 3px;
}
.pagination-list .pagination-item {
  float: none;
  display: inline-block;
  margin: 1px 5px;
}
.pagination-list li.pagination-item--next:last-child,
.pagination-list li.pagination-item--previous:first-child {
  display: inline-block;
  float: none;
  clear: both;
}
.pagination-item.pagination-item--next > a:hover,
.pagination-item.pagination-item--previous > a:hover {
  color: #000;
}
.pagination-list
  li:not(.pagination-item--next):not(.pagination-item--previous)
  a {
  padding: 0;
  margin: 0;
  width: 32px;
  height: 32px;
  line-height: 34px;
  background: #ebebeb;
  color: #b6b6b6;
  border-radius: unset;
}
.pagination-list
  li:not(.pagination-item--next):not(.pagination-item--previous)
  a:hover {
  background-color: #000;
  color: #fff;
}
.pagination-list li.pagination-item--current a.pagination-link {
  background-color: #000;
  color: #fff;
}
.pagination-item.pagination-item--next > a,
.pagination-item.pagination-item--previous > a {
  font-size: 12px;
  padding: 0;
  line-height: 32px;
  color: #b6b6b6;
  text-transform: uppercase;
  font-weight: 700;
}
.pagination-item.pagination-item--next > a:hover,
.pagination-item.pagination-item--previous > a:hover {
  color: #000;
}
.pagination-item.pagination-item--next > a .icon,
.pagination-item.pagination-item--previous > a .icon {
  fill: #b6b6b6;
}
.pagination-item.pagination-item--next > a:hover .icon,
.pagination-item.pagination-item--previous > a:hover .icon {
  fill: #000;
}
@media screen and (max-width: 1024px) {
  body.page-type-blog {
    padding-top: 170px;
  }
}
@media screen and (max-width: 767px) {
  body.page-type-blog {
    padding-top: 170px;
  }
}
@media screen and (max-width: 990px) {
  .blog_page .page-heading {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 479px) {
  .blog_page .page-heading {
    font-size: 22px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 990px) {
  .blog_page .blog {
    padding: 0 10px;
  }
}
@media screen and (max-width: 479px) {
  .blog_page .blog {
    padding: 0;
    border-right: none;
  }
}
@media screen and (max-width: 990px) {
  .blog_page .blog-title {
    font-size: 16px;
  }
}
.blog-product-block {
  margin: 0 30px;
}
.page-type-blog .blog-product-block {
  display: none;
}
.blog-product-block .page-heading {
  padding: 14px 30px 10px;
  text-align: left;
  letter-spacing: 1px;
  color: #000;
  border-radius: 2px;
  line-height: 30px;
  margin: 0 0 8px;
}
.page-type-blog_post .blog-post-body {
  margin-bottom: 6rem;
}
.blog-post-body .blog-product-block {
  padding: 0;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .page-type-blog_post {
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .page-type-blog_post {
    padding-top: 170px;
  }
}
.heroCarousel .slick-dots {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  bottom: 2.2rem;
}
.heroCarousel .slick-dots::before {
  content: "";
  height: 80%;
  width: 130%;
  position: absolute;
  left: 50%;
  background: rgba(232, 221, 221, 0.8);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 60%;
  border-radius: 5px;
}
.custom-banner-icon-with-text .banner__heading {
  font-size: 50px;
}
@media screen and (max-width: 1024px) {
  .custom-banner-icon-with-text .banner__heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .custom-banner-icon-with-text .banner__heading {
    font-size: 30px;
  }
}
.tab-content.has-jsContent {
  height: auto;
  visibility: visible;
  overflow: unset;
}
.custom-product-block.container-main {
  padding: 0;
}
#tab_also_view {
  padding: 20px 50px;
}
#tab_also_view .slick-prev {
  left: -2.35714rem;
}
.jb-tools-giveaways .page-content h3 {
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  color: #000;
}
@media screen and (max-width: 990px) {
  .page-type-brands .page-heading {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 479px) {
  .page-type-brands .page-heading {
    font-size: 22px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 990px) {
  .page-type-brands .azBrands-group-title {
    font-size: 20px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #444;
    font-weight: 700;
  }
}
@media (max-width: 1023px) {
  body.page-type-login main#main-content {
    padding-top: 120px;
  }
  body.page-type-login main#main-content .page-heading {
    margin: 0 0 10px;
  }
  body.page-type-login main#main-content .breadcrumbs {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .related_products h3 {
    text-align: center;
  }
  .page-type-category
    .body
    .page.custom-category
    .page-content#product-listing-container
    .productGrid
    .product
    .card
    .card-body
    .card-title
    > a {
    word-wrap: break-word;
  }
  .page-type-category
    .body
    .page.custom-category
    .page-content#product-listing-container
    .productGrid
    .product
    .card
    .card-body
    .card-text {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    padding: 0 5px;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .custom_navPages
    .navPages-list
    .navPages-item
    > ul.socialLinks.socialLinks--alt {
    padding: 0 12px;
  }
}
.custom-block-below-carousel
  .block-below-carousel__list
  .block-below-carousel__item
  .block-below-carousel__link
  .block-below-carousel__text {
  width: 100%;
}
.each-subchild a.cat-names {
  color: #000;
}
@media (max-width: 1366px) {
  .custom-block-below-carousel
    .block-below-carousel__list
    .block-below-carousel__item
    .block-below-carousel__link
    .block-below-carousel__text {
    width: 100%;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .custom-block-below-carousel
    .block-below-carousel__list
    .block-below-carousel__item
    .block-below-carousel__link
    .block-below-carousel__text {
    font-size: 18px;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies:first-child
    a.navPages-action.mobile-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies:first-child
    a.navPages-action {
    display: none;
  }
}
.product_mn #productpage-nosto-1 .productCarousel-slide .card {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
.custom-section.custom-home-testimonial {
  width: 100%;
  float: left;
  display: block;
  margin: 0 auto;
  background: transparent
    url("https://cdn11.bigcommerce.com/s-f4083/stencil/6dc48050-1413-013c-33df-6286cf647529/e/7da49150-56ea-013c-1a27-4646ca5523c6/img/test_bg.png")
    no-repeat center;
  background-size: 100% 100%;
  padding: 15px 0 5px;
}
.custom-home-testimonial .testimonial__list .testimonial__item::before {
  content: "";
  background: url("https://cdn11.bigcommerce.com/s-f4083/stencil/6dc48050-1413-013c-33df-6286cf647529/e/7da49150-56ea-013c-1a27-4646ca5523c6/img/quotes_ic1.png")
    no-repeat top center;
  background-size: auto;
  width: 130px;
  height: 112px;
  display: block;
  position: absolute;
  top: 20px;
  left: -125px;
}
.custom-home-testimonial .testimonial__list .testimonial__item::after {
  content: "";
  background: url("https://cdn11.bigcommerce.com/s-f4083/stencil/6dc48050-1413-013c-33df-6286cf647529/e/7da49150-56ea-013c-1a27-4646ca5523c6/img/quotes_ic2.png")
    no-repeat top center;
  background-size: auto;
  width: 130px;
  height: 112px;
  display: block;
  position: absolute;
  bottom: 55px;
  right: -125px;
}
.custom-home-testimonial .testimonial__list .slick-arrow.slick-prev {
  background-size: auto;
  opacity: 0.5;
}
.custom-home-testimonial .testimonial__list .slick-arrow.slick-next {
  background-size: auto;
  opacity: 0.5;
}
ol.breadcrumbs .breadcrumb.is-active::before {
  background: url(https://cdn11.bigcommerce.com/s-f4083/stencil/6dc48050-1413-013c-33df-6286cf647529/e/7da49150-56ea-013c-1a27-4646ca5523c6/img/breadcrumb_ic.png)
    no-repeat center !important;
}
.page-sidebar + .page-content .productGrid .product {
  padding: 0 15px;
}
.page-sidebar + .page-content .productGrid .product article.card {
  border: 1px solid #ddd;
  margin: 0 0 20px;
}
.page-sidebar + .page-content .productGrid .product article.card .card-body {
  padding: 0 15px 20px;
}
.page-sidebar
  + .page-content
  .productGrid
  .product
  article.card
  .card-img-container::after {
  padding: 0;
}
.page-sidebar
  + .page-content
  .productGrid
  .product
  article.card
  .card-img-container
  img {
  position: static;
  width: auto;
  display: block;
  text-align: center;
  margin: auto;
}
.brand-image-container {
  display: none;
}
.productCarousel.nosto_carousel .card-text.card_price {
  min-height: 49px;
}
.productCarousel.nosto_carousel .card-body .card_rate span.yotpo-stars {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.productCarousel.nosto_carousel .card-body .card_rate .yotpo-bottomline {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.productCarousel .card-body .card_rate {
  min-height: 40px;
}
.custom-brand-page-class .page-content .Filter_mn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.custom-brand-page-class .page-content .Filter_mn .pagination {
  display: none;
}
.custom-brand-page-class .page-content .Filter_mn .cat_filter {
  width: 100%;
  margin: 0 0 25px;
  text-align: end;
}
.custom-brand-page-class
  .page-content
  .Filter_mn
  .cat_filter
  .sort_filter
  form {
  margin: 0;
  margin-left: auto;
  margin-right: 0;
  text-align: end;
}
.custom-brand-page-class
  .page-content
  .Filter_mn
  .cat_filter
  .sort_filter
  form
  .form-field {
  margin: 0;
  border: 0;
  padding: 0;
  border-radius: 0;
}
.custom-brand-page-class
  .page-content
  .Filter_mn
  .cat_filter
  .sort_filter
  form
  .form-field
  label {
  padding: 0;
  color: #999;
  cursor: auto;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 2px 0 0;
}
.custom-brand-page-class
  .page-content
  .Filter_mn
  .cat_filter
  .sort_filter
  form
  .form-field
  select {
  border: 1px solid #dedede;
  border-radius: 0;
  height: 31px;
  line-height: normal;
  padding: 0 10px;
  background: url(https://cdn11.bigcommerce.com/s-f4083/images/stencil/original/image-manager/catarrw-ic.png)
    96% 50% no-repeat;
  background-size: auto;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  color: #333;
}
.custom-brand-page-class
  .page-content
  .Filter_mn
  .cat_filter
  .sort_filter
  form
  fieldset {
  float: right;
}
.custom-brand-page-class .page-content .productGrid .ss__result .card-body h3 {
  text-align: center;
}
.custom-brand-page-class
  .page-content
  .productGrid
  .ss__result
  .card-body
  .card-text.card_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 17px 0 22px;
  min-height: 21px;
}
.custom-brand-page-class
  .page-content
  .productGrid
  .ss__result
  .card-body
  .card-text.card_price
  .price-section {
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000;
}
.custom-brand-page-class
  .page-content
  .productGrid
  .ss__result
  .card-body
  .card-text.card_price
  .price-section
  .price.price--rrp {
  color: #999;
}
.custom-brand-page-class
  .page-content
  .productGrid
  .ss__result
  .card-body
  a.btn.button {
  border-radius: 0;
}
.custom-brand-page-class
  .page-content
  .productGrid
  .ss__result
  .card-body
  a.btn.button {
  border-radius: 0;
}
.brand_mn .body .container {
  max-width: 1160px;
}
.custom-brand-page-class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}
.custom-brand-page-class .page-sidebar {
  width: 22.5%;
  padding-left: 0;
  padding-right: 20px;
}
.custom-brand-page-class::before {
  display: none;
}
.custom-brand-page-class::after {
  display: none;
}
.custom-brand-page-class .page-content {
  padding-right: 0;
  width: 71%;
}
.custom-brand-page-class .page-sidebar h5 {
  font-size: 18px;
  line-height: normal;
  margin: 0 0 15px;
  padding: 0;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.custom-brand-page-class .page-sidebar nav .ss__facets {
  margin: 0;
}
.custom-brand-page-class .page-sidebar nav .facetedSearch-refineFilters {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.custom-brand-page-class .page-sidebar nav .ss__facets .ss__facet {
  margin: 25px 0 0;
  padding: 31px 0 0;
  border-top: 1px solid #ebebeb;
}
.custom-brand-page-class
  .page-sidebar
  nav
  .ss__facets
  .ss__facet
  button.ss__title {
  text-transform: uppercase;
}
.custom-brand-page-class
  .page-sidebar
  nav
  .ss__facets
  .ss__facet
  button.ss__title
  span {
  color: #333;
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  line-height: normal;
  margin: 0;
  padding: 0;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.custom-brand-page-class .page-sidebar nav .ss__facets a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #999;
  letter-spacing: 0.05em;
  padding: 8px 0 4px 26px;
  margin: 0;
}
.custom-brand-page-class .page-sidebar nav .ss__facets a::before {
  border-radius: 2px;
  background-color: #fff;
  border: solid #ccc;
  border-width: 1px;
}
.custom-brand-page-class
  .page-content
  .productGrid
  .ss__result
  .card-body
  .yotpo.bottomLine {
  min-height: 20px;
}
.productCarousel-slide .card .card-body .card_rate {
  min-height: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.productView-price {
  font-size: 25px;
  margin-bottom: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.productView-price .productView-price {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.productView-options .form .form-field {
  text-align: initial;
  margin-bottom: 10px !important;
}
.productView-options .form .add-to-cart-wrapper button.button i.icon {
  display: block !important;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.productView-options
  .add-to-cart-buttons
  .form-action.custom-add-to-cart-form
  input {
  margin-right: 10px;
}
body.product_mn div#tab_also_view .related_products .container h3 {
  display: none;
}
.category_mn .ss__theme .ss__toolbar {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.category_mn .ss__theme .ss__toolbar .ss__pagination {
  display: none;
}
.navBar--sub .navBar-item .navBar-action {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05px;
  color: #1e1e1e;
}
.see-all-result-sec .list-wraper .list-div h3 span {
  font-size: 30px;
  font-weight: 900;
}
a#wi-country-selector-button {
  -webkit-transform: unset !important;
  transform: unset !important;
  margin: 0;
  right: 20px;
  left: unset !important;
  top: 7px !important;
}
body.page-type-default.default_mn.sticky_active
  header.header
  .navPages-container {
  position: unset;
}
header.header.header_fixed {
  position: fixed !important;
  top: 0;
}
@media (max-width: 1365px) {
  .productView-options
    .add-to-cart-buttons
    .form-action.custom-add-to-cart-form
    input {
    font-size: 15px !important;
    width: 100% !important;
    max-width: 281px;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .gallery.section {
    max-width: 210px;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .gallery.section
    img {
    max-width: 190px;
    height: auto;
  }
}
@media (max-width: 1279px) {
  header.header .navPages-container {
    position: static !important;
  }
  header.header .navPages-container {
    position: unset !important;
  }
}
@media (max-width: 1199px) {
  .custom-brand-page-class .page-sidebar {
    width: 25%;
  }
  .custom-brand-page-class .page-sidebar nav .ss__facets .accordion {
    border: 0;
  }
  .custom-brand-page-class
    .page-sidebar
    nav
    .ss__facets
    .ss__facet
    button.ss__title {
    border: 0;
  }
  .custom-brand-page-class .page-content {
    width: 73%;
  }
  .custom-home-testimonial .testimonial__list .testimonial__item::before {
    left: 10px;
  }
  .custom-home-testimonial .testimonial__list .testimonial__item::after {
    right: -20px;
  }
}
@media (max-width: 991px) {
  .custom-brand-page-class {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-brand-page-class .page-sidebar {
    width: 100%;
    padding-right: 0;
  }
  .custom-brand-page-class .page-content {
    width: 100%;
    padding: 30px 0 0;
  }
  .custom-home-testimonial .testimonial__list .testimonial__item::after {
    background-size: contain;
    width: 100px;
    height: 82px;
    right: 0;
  }
  .custom-home-testimonial .testimonial__list .testimonial__item::before {
    background-size: contain;
    width: 100px;
    height: 82px;
    left: 0;
  }
  .custom-home-testimonial .testimonial__list .testimonial__item {
    padding-left: 45px;
    padding-right: 45px;
  }
  .custom-home-testimonial .testimonial__list .slick-arrow.slick-next {
    background-size: contain;
    bottom: 0;
    top: auto;
    width: 35px;
    height: 35px;
  }
  .custom-home-testimonial .testimonial__list .slick-arrow.slick-prev {
    background-size: contain;
    bottom: 0;
    top: auto;
    width: 35px;
    height: 35px;
    right: 20px;
    left: auto;
  }
  .custom-home-testimonial .testimonial__list .testimonial__item {
    padding: 50px 0;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .gallery.section {
    display: none;
  }
}
@media (max-width: 767px) {
  .custom-home-testimonial
    .testimonial__list
    .testimonial__item
    .testimonial__comment {
    font-size: 16px;
  }
  .custom-home-testimonial .testimonial__list .testimonial__item::after,
  .custom-home-testimonial .testimonial__list .testimonial__item::before {
    width: 60px;
    height: 32px;
    left: 0;
    top: 20px;
  }
  .custom-home-testimonial .testimonial__list .testimonial__item::after {
    bottom: 50px;
    top: auto;
    left: auto;
  }
  .bottom-line-items-container .reviews-qa-labels-container .reviews-qa-label {
    display: none;
  }
  .custom-brand-page-class h3.ss__results__count {
    margin: 10px 0;
    font-size: 18px;
  }
  .custom-brand-page-class .ss__slideout__button a.facetedSearch-toggle {
    padding: 10px;
    font-size: 13px;
  }
  .custom-brand-page-class .ss__slideout__button a.facetedSearch-toggle span {
    font-size: 13px;
    width: 100%;
    text-align: left;
    padding: 10px 0 0;
  }
  .custom-brand-page-class
    .ss__slideout__button
    a.facetedSearch-toggle
    span.facetedSearch-toggle-text {
    padding: 0;
  }
  .custom-home-testimonial .testimonial__list .testimonial__item {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-home-testimonial .testimonial__list .testimonial__item {
    padding: 30px 0;
  }
  .custom-home-testimonial .testimonial__list .slick-arrow.slick-next,
  .custom-home-testimonial .testimonial__list .slick-arrow.slick-prev {
    width: 30px;
    height: 30px;
  }
  .productView .productView-details,
  .productView--quickView .productView-details {
    padding: 0;
  }
}
@media (max-width: 567px) {
  .custom-brand-page-class ul.productGrid li {
    width: 100%;
  }
  .productGrid .product {
    width: 100%;
  }
}
.productView-description ul.accordion .accordion-navigation .accordion-content {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0 !important;
  display: block;
}
.productView-description
  ul.accordion
  .accordion-navigation.maintoggleclasscstm
  .accordion-content {
  height: auto;
  padding: 1rem 0 !important;
  overflow: visible;
}
.productView-description ul.accordion .accordion-navigation .accordion-title {
  position: relative;
}
.productView-description
  ul.accordion
  .accordion-navigation
  .accordion-title::after {
  content: "";
  background: url(https://cdn11.bigcommerce.com/s-f4083/stencil/6dc48050-1413-013c-33df-6286cf647529/e/7da49150-56ea-013c-1a27-4646ca5523c6/img/accrdn_ic2.png)
    no-repeat center !important;
  background-size: auto;
}
.productView-description
  ul.accordion
  .accordion-navigation.maintoggleclasscstm
  .accordion-title::after {
  background-image: url(https://cdn11.bigcommerce.com/s-f4083/stencil/6dc48050-1413-013c-33df-6286cf647529/e/7da49150-56ea-013c-1a27-4646ca5523c6/img/accrdn_ic1.png) !important;
}
.quick_button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 115px;
  height: 105px;
  margin: auto;
  display: block !important;
  text-align: center;
  opacity: 0;
}
.productCarousel-slide:hover .quick_button,
.productGrid:hover li .quick_button {
  opacity: 1;
}
.productCarousel .slick-prev::before {
  background-image: url("https://cdn11.bigcommerce.com/s-f4083/stencil/6dc48050-1413-013c-33df-6286cf647529/e/de112440-674a-013c-2fc5-2aee00577d63/img/mn_slider11.png");
  width: 16px;
  height: 34px;
}
.productCarousel .slick-next::before {
  background-image: url("https://store-f4083.mybigcommerce.com/content/related-product-right-arrow.svg");
  width: 16px;
  height: 34px;
}
.menu-open {
  height: auto;
  overflow-y: unset;
}
.free-shipping-message {
  display: inline-block;
  width: 281px;
  background: #fff;
  border: 2px solid #cb2129;
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1.5px;
  float: right;
  padding: 0;
  text-align: center;
  height: 45px;
  line-height: 46px;
  margin: -55px 0 0;
  font-weight: 900;
  font-family: "Josefin Sans", sans-serif;
}
.productGrid .product .card-figure {
  position: relative;
  height: 180px;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.productGrid .product .card-figure .card-img-container {
  max-width: 100%;
}
.productGrid .product .card-body {
  padding-top: 12px !important;
}
.productGrid .product .card figure > a.card-figure__link {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.productGrid .product .card {
  margin: 0 0 30px !important;
}
.productGrid .product .card figure .card-img-container img {
  width: auto;
  max-height: 130px;
  display: block;
  text-align: center;
  margin: auto;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.productGrid .product .card h3.card-title a {
  font-size: 12px;
  line-height: 20px;
  height: 58px;
  display: block;
  overflow: hidden;
  margin: 0;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.custom-brand-page-class .page-content ul.productGrid.ss__results {
  margin-bottom: 0;
}
.pagination-list .pagination-item a.pagination-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination-list .pagination-item a.pagination-link i.icon svg {
  fill: #b6b6b6;
}
.productGrid
  .product
  .card-figcaption-body
  button.quickview.custom-quick-view-card {
  background-image: url(https://www.jbtools.com/content/quickview_ic1.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 115px;
  height: 105px;
  padding: 0;
  background-color: transparent;
  font-size: 0;
}
.productGrid .product .card-body .card_rate {
  min-height: 19px;
}
.productView .accordion-navigation {
  padding-right: 0;
}
.productView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .accordion-title::after,
.productView--quickView
  .productView-description
  .tab_accordion
  .accordion
  .accordion-navigation
  .accordion-title::after {
  right: 25px;
}
@media (max-width: 1057px) {
  .productView-options
    .add-to-cart-buttons
    .form-action.custom-add-to-cart-form
    input {
    width: auto !important;
    padding: 0 90px !important;
  }
  .productView-options .add-to-cart-buttons .custom-add-to-cart-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .productView-options
    .add-to-cart-buttons
    .custom-add-to-cart-form
    .button.free-shipping-button {
    margin: 0 !important;
    margin-left: 10px !important;
  }
  .free-shipping-message {
    float: left;
    margin: -61px 0 0 300px;
  }
}
@media (max-width: 767px) {
  .productGrid .product {
    width: 50% !important;
  }
  .productView
    .productView-description
    .tab_accordion
    .accordion
    .accordion-navigation
    .accordion-title::after,
  .productView--quickView
    .productView-description
    .tab_accordion
    .accordion
    .accordion-navigation
    .accordion-title::after {
    width: 20px;
    height: 11px;
    right: 20px;
  }
  .productView
    .productView-description
    .tab_accordion
    .accordion
    .accordion-navigation
    .accordion-title,
  .productView--quickView
    .productView-description
    .tab_accordion
    .accordion
    .accordion-navigation
    .accordion-title {
    font-size: 15px;
    padding-right: 50px;
  }
  .productView-options
    .add-to-cart-buttons
    .custom-add-to-cart-form
    .button.free-shipping-button {
    width: 100% !important;
    max-width: 281px !important;
  }
  .productView-options .free-shipping-message.testing {
    float: left;
    margin: 0 0 20px;
  }
  .productView .productView-details .pro_pg_icons .hd_right ul li,
  .productView--quickView .productView-details .pro_pg_icons .hd_right ul li {
    padding: 0 11px;
  }
  .productView .productView-details .pro_pg_icons .hd_right ul li .hd_heading,
  .productView--quickView
    .productView-details
    .pro_pg_icons
    .hd_right
    ul
    li
    .hd_heading {
    font-size: 10px;
  }
  .productView .productView-details .pro_pg_icons .hd_right ul,
  .productView--quickView .productView-details .pro_pg_icons .hd_right ul {
    padding: 20px 0;
  }
  .hd_right ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hd_right ul > li {
    width: 100%;
  }
  .productView .productView-details .pro_pg_icons .hd_right ul li .sub_head,
  .productView--quickView
    .productView-details
    .pro_pg_icons
    .hd_right
    ul
    li
    .sub_head {
    font-size: 9px;
    padding: 5px 0 0;
    line-height: 1.2;
  }
  .productView .productView-details .productView-product .productView-info,
  .productView--quickView
    .productView-details
    .productView-product
    .productView-info {
    overflow-x: unset;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .productView
    .productView-details
    .productView-product
    .productView-info
    .productView-info-name,
  .productView--quickView
    .productView-details
    .productView-product
    .productView-info
    .productView-info-name {
    font-size: 10px;
  }
  .productView-info > dt {
    line-height: 1.6 !important;
  }
}
@media (max-width: 600px) {
  .page-type-category
    .body
    .page.custom-category
    .page-content#product-listing-container
    .productGrid
    .product
    .card
    .card-body
    .card-title
    > a,
  .productGrid .product .card h3.card-title a {
    height: auto;
  }
}
@media (max-width: 567px) {
  .productGrid .product {
    width: 100% !important;
  }
  .productView-options .add-to-cart-buttons .custom-add-to-cart-form {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .productView-options
    .add-to-cart-buttons
    .custom-add-to-cart-form
    .button.free-shipping-button {
    margin: 10px 0 0 !important;
    margin-left: 0 !important;
  }
}
.card-figcaption .card-figcaption-body a.button {
  display: none;
}
.page-type-category
  .body
  .page.custom-category
  .page-sidebar
  .custom-sidebar
  .facetedSearch
  .facetedSearch-navList
  .accordion--navList
  .accordion-block
  .accordion-content
  .navList
  .navList-item
  .navList-action.is-selected::before {
  background: url(https://cdn11.bigcommerce.com/s-f4083/stencil/6dc48050-1413-013c-33df-6286cf647529/e/985c3970-70d5-013c-56c3-4606ada40d38/img/checkbox_ic.png) !important;
  border: 0;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 16px !important;
}
.productView-details .productView-price .fomo-inline {
  padding-bottom: 0;
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.productView-details .price_tooltip {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.productView-details .productView-options {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.productView-details dl.productView-info.has-lastchild {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.custom-cart-page
  .cart-content-padding-right
  .cart
  .cart-list
  .cart-item
  .cart-item-info.cart-item-quantity
  .form-increment
  .button {
  background: transparent
    url(https://cdn11.bigcommerce.com/s-f4083/stencil/6dc48050-1413-013c-33df-6286cf647529/e/9e94cd10-70e2-013c-6d30-4ae16eb1c4b7/img/qty_ic1.png)
    no-repeat center;
}
.custom-cart-page
  .cart-content-padding-right
  .cart
  .cart-list
  .cart-item
  .cart-item-info.cart-item-quantity
  .form-increment
  .button[data-action="inc"] {
  background: transparent
    url(https://cdn11.bigcommerce.com/s-f4083/stencil/6dc48050-1413-013c-33df-6286cf647529/e/9e94cd10-70e2-013c-6d30-4ae16eb1c4b7/img/qty_ic2.png)
    no-repeat center;
}
.estimator-form .button--primary {
  font-size: 12px;
  min-height: 36px;
  text-transform: uppercase;
  font-weight: 600;
}
.carousel-tooltip {
  display: none;
}
.productView.productView--quickView {
  overflow: hidden;
}
.wi-cs-position-top-left {
  position: absolute;
  top: 1px !important;
  left: 222px !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0 0 4px 4px;
}
.custom_navPages
  .navPages-list
  .navPages-item.productMenu
  .custom-mega-menu
  .megamenu__list
  .megamenu__item.has-custom-subMenu:hover
  .navPage-subMenu.navPage-subMenu-horizontal {
  max-height: unset;
}
@media (max-width: 991px) {
  .estimator-form .button--primary {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wi-cs-position-top-left {
    left: 195px !important;
  }
  .productView .productView-details .productView-product .productView-options,
  .productView--quickView
    .productView-details
    .productView-product
    .productView-options {
    margin-bottom: 0;
    padding-bottom: 9px;
    width: 100%;
  }
  .productView
    .productView-details
    .productView-product
    .productView-options
    .add-to-cart-wrapper
    .add-to-cart-buttons
    .custom-add-to-cart-form
    .button,
  .productView--quickView
    .productView-details
    .productView-product
    .productView-options
    .add-to-cart-wrapper
    .add-to-cart-buttons
    .custom-add-to-cart-form
    .button {
    width: 100%;
    margin: 5px 0;
    width: 100% !important;
    max-width: 100%;
  }
  .productView-options
    .add-to-cart-buttons
    .custom-add-to-cart-form
    .button.free-shipping-button {
    width: 100% !important;
    max-width: 100% !important;
  }
  .productView
    .productView-details
    .productView-product
    .productView-options
    .add-to-cart-wrapper
    .add-to-cart-buttons
    .form-action.custom-add-to-cart-form
    input#form-action-addToCart {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    padding: 0 !important;
    min-height: 45px;
  }
  .productView
    .productView-details
    .productView-product
    .tooltip_lbl
    .tooltiptext {
    top: 30px;
    left: 14px;
    width: 250px;
  }
  .productView
    .productView-details
    .productView-product
    .tooltip_lbl
    .tooltiptext::before {
    left: 66%;
    border-right-color: transparent;
    border-bottom-color: #696969;
    top: -20px;
    -webkit-transform: none !important;
    transform: none !important;
  }
}
@media (max-width: 499px) {
  .wi-cs-position-top-left {
    left: 30px !important;
  }
}
.button--small {
  font-size: 12px;
  font-weight: 600;
}
.cart-gift-certificate-form .button,
.coupon-form .button {
  width: 30%;
}
.cart-gift-certificate-form .form-input,
.coupon-form .form-input {
  width: 68%;
}
.account_orderstatus_mn ul.pagination-list.pagination-list--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.account_orderstatus_mn
  ul.pagination-list.pagination-list--small
  a.pagination-link {
  display: inline-table;
}
.account_orderstatus_mn ul.pagination-list.pagination-list--small li {
  position: unset;
}
.review_cnt .yotpo {
  display: none;
}
.review_cnt.show .yotpo {
  display: block;
}
.autel_main h5 {
  font-size: 15px;
}
.autel_main .center,
.autel_main h2,
.autel_main h5 {
  text-align: center;
}
.autel_main h2,
.autel_main h3,
.autel_main h4 {
  float: left;
  width: 100%;
}
.autel_main h4 {
  font-size: 20px;
}
.autel_main h4 a {
  font-size: 20px;
}
.autel_img {
  width: 15%;
  float: left;
  margin: 0 15px 0 0;
}
.autel_text {
  width: 83%;
  float: left;
}
a.top {
  float: right;
}
.autel_main .autel_img img {
  max-width: 100%;
}
.cms_page_content table {
  width: 100%;
  border: 2px solid #eee;
}
.cms_page_content table tr:first-child {
  text-align: center;
}
.cms_page_content tr td:first-child {
  padding-left: 20px;
}
.cms_page_content a {
  color: #cb2129;
}
.cms_page_content td {
  padding: 20px 5px;
  text-align: center;
}
.autel_main img {
  max-width: 230px;
}
.cms_page_content tr {
  border-bottom: 2px solid #eee;
}
.cms_page_content td li {
  padding: 0 20px 0 0;
  font-size: 15px;
  text-align: left;
}
.cms,
.cms li,
.cms p {
  color: #000;
}
.cms_page_content .center,
.cms_page_content .tab_cnt_mn h3 {
  text-align: center;
}
.left_move .autel_img.small,
.left_move .big_text {
  width: 85%;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.left_move .autel_img.small {
  width: 15%;
  margin: 0 -3px;
}
#tab_description th,
td {
  text-align: center;
  padding: 16px;
}
.cms_page_content .five td {
  float: left;
  width: 20%;
}
.cms_page_content td {
  padding: 20px 5px;
}
.cms_page_content .five tr td:first-child {
  width: 14%;
}
#tab_description th:first-child,
td:first-child {
  text-align: left;
}
.autel_text.big_text h4 {
  font-size: 20px;
  margin: 0;
}
.text_main {
  margin: 20px 0;
}
.cms_page_content .text_main {
  margin: 50px 0 30px;
}
.page-type-page .page-content {
  padding: 0;
}
.page-type-page .cms p {
  line-height: 1.5;
}
.Aircat h2,
.Aircat h4,
.Aircat h5,
.autel_logo,
.autel_main h2,
.autel_main h4.center,
.autel_main h5,
.auto h2,
.auto h3,
.cms_page_content .center {
  text-align: center;
}
.autel_img.small {
  width: 10%;
  margin: 0;
}
.big_text {
  width: 90%;
  float: left;
}
.cms_page_content .autel_text h3 {
  text-align: left;
  margin: 0;
}
.cms_page_content .text_main {
  margin: 50px 0 30px;
}
.autel_main h2,
.autel_main h3,
.autel_main h4,
.cms_video,
.text_main,
.top_img_sec,
.warranty {
  float: left;
  width: 100%;
}
td:first-child p {
  text-align: left;
}
.three td {
  width: 33.33%;
  float: left;
}
.Aircat tr td,
.four tr td {
  float: left;
  width: 25%;
}
.cms_page_content .four td li {
  text-align: center;
}
@media only screen and (max-width: 990px) {
  .autel_img {
    margin: 0;
    padding-right: 15px;
  }
  .Aircat tr td img,
  .autel_main img,
  .four tr td img {
    max-width: 100%;
  }
  .cms_page_content td li {
    padding: 0;
  }
  .cms_page_content td li {
    word-break: break-word;
  }
  .cms_page_content.left_move h3 {
    text-align: center;
  }
  .cms_page_content .text_main {
    margin: 15px 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cms_page_content tr td:first-child {
    display: none !important;
  }
  .cms_page_content td,
  .cms_page_content td li,
  .cms_page_content td p {
    font-size: 12px;
  }
  .autel_main h4 a,
  .cms h4 {
    font-size: 15px;
  }
  .cms h3 {
    font-size: 20px;
  }
  .cms h2 {
    font-size: 16px;
  }
  .Aircat .five tr td,
  .aircat,
  .autel_img,
  .autel_img.small,
  .left_move .autel_img.small {
    width: 25%;
  }
  .autel_main h4 {
    margin: 10px 0;
  }
  .autel_main #pro_type {
    margin: 15px 0;
  }
  .autel_main .autel_img img {
    max-width: 100%;
  }
  .autel_main .autel_img img {
    max-height: 100px;
    width: auto;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .aircat_text,
  .autel_text,
  .big_text,
  .left_move .big_text {
    width: 75%;
  }
  .cms_page_content .five td {
    width: 25%;
  }
  .cms_page_content .three td,
  .cms_page_content.auto .five + h3 + .three td,
  .cms_video li {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .cms_page_content tr:nth-child(2) td {
    width: 33.33%;
  }
  .aircat,
  .autel_img,
  .autel_img.small,
  .left_move .autel_img.small {
    width: 100%;
    text-align: center;
    padding: 0 0 15px;
  }
  .cms h2 {
    font-size: 16px;
  }
  .Aircat tr td,
  .aircat_text,
  .autel_text,
  .big_text,
  .four tr td,
  .left_move .big_text {
    width: 100%;
  }
  .cms_page_content .five td,
  .cms_page_content .four + hr + h2 + table td,
  .cms_page_content.gearwrench_pg .fivel tr:nth-child(2) td {
    width: 50%;
    float: left;
    display: block;
  }
  .cms_page_content tr:first-child td {
    padding: 5px 0 0;
    margin: 0;
  }
  .cms_page_content tr:first-child td {
    font-size: 14px;
  }
  .cms_page_content .five tr:nth-child(2) td {
    width: 50%;
  }
  .cms_page_content td img {
    max-width: 100%;
  }
  .cms_page_content td {
    padding: 5px;
  }
  .cms_page_content td p {
    margin: 0 0 5px;
  }
  .cms_page_content.left_move .five + h2 + table + p + table tr td,
  .cms_page_content.left_move .five + h2 + table + p + table tr:first-child td {
    width: 50%;
    display: block;
    float: left;
  }
  .gearwrench-brand-resource-page section.page {
    margin-bottom: 30px;
  }
}
.background-stretch .container {
  display: none;
}
.account-orderStatus-label {
  background: #000;
  padding: 10px 10px 8px;
  letter-spacing: 1px;
  line-height: normal;
}
.page-type-page p {
  text-align: inherit;
}
.banner-cstm,
.page.SearchResult {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding: 0;
  position: relative;
  width: 100%;
}
.page.SearchResult #product-listing-container .Filter_mn {
  width: 100%;
  float: left;
  margin: 0 0 25px;
}
.page.SearchResult #product-listing-container .Filter_mn .proPagi_top {
  width: 60%;
  display: inline-block;
  float: left;
}
.page.SearchResult #product-listing-container .Filter_mn .cat_filter {
  float: right;
  width: 40%;
}
.page.SearchResult
  #product-listing-container
  .Filter_mn
  .proPagi_top
  ul.pagination-list {
  margin: 0;
}
.page.SearchResult
  #product-listing-container
  .Filter_mn
  .proPagi_top
  ul.pagination-list
  > li {
  border-radius: 0;
  border: 0;
  margin: 0 5px;
  padding: 0;
  margin-left: 0;
  float: left;
}
.page.SearchResult
  #product-listing-container
  .Filter_mn
  .proPagi_top
  ul.pagination-list
  > li
  input.button[disabled="disabled"] {
  background-color: #ccc;
}
.page.SearchResult
  #product-listing-container
  .Filter_mn
  .proPagi_top
  ul.pagination-list
  > li
  input.button {
  border-color: rgba(0, 0, 255, 0);
  color: #fff;
  line-height: normal;
  border: 0;
  border-radius: 0;
  outline: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  background: #000;
}
.page.SearchResult
  #product-listing-container
  .Filter_mn
  .cat_filter
  .sort_filter {
  display: inline-block;
  float: right;
  width: auto;
}
.page.SearchResult
  #product-listing-container
  .Filter_mn
  .cat_filter
  .sort_filter
  .form-field {
  border: 0;
  border-radius: 0;
  margin: 0;
  background-color: #fff;
}
.page.SearchResult
  #product-listing-container
  .Filter_mn
  .cat_filter
  .sort_filter
  .form-field
  label {
  line-height: 31px;
  padding: 0;
  color: #999;
  cursor: auto;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 2px 0 0;
}
.page.SearchResult
  #product-listing-container
  .Filter_mn
  .cat_filter
  .sort_filter
  .form-field
  select {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dedede;
  border-radius: 0;
  height: 31px !important;
  line-height: normal;
  background: url(https://cdn11.bigcommerce.com/s-f4083/stencil/6dc48050-1413-013c-33df-6286cf647529/e/9e94cd10-70e2-013c-6d30-4ae16eb1c4b7/img/catArrw_ic.png)
    96% 50% no-repeat;
  background-size: auto;
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
  padding: 0 10px !important;
  outline: 0;
  font-size: 13px !important;
}
.page.SearchResult
  #product-listing-container
  .Filter_mn
  .cat_filter
  .sort_filter
  .form-field
  select:focus {
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page.SearchResult #product-listing-container ul > li.product {
  padding: 0 15px;
}
.page.SearchResult #product-listing-container ul > li.product article.card {
  border: 1px solid #d3d3d3;
  margin: 0 0 30px;
}
.page.SearchResult
  #product-listing-container
  ul
  > li.product
  article.card
  figure
  img {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}
.page.SearchResult
  #product-listing-container
  ul
  > li.product
  article.card
  .card-body {
  text-align: center;
  padding: 0 15px;
}
.page.SearchResult
  #product-listing-container
  ul
  > li.product
  article.card
  .card-body
  h4.card-title {
  font-size: 12px;
  line-height: 20px;
  height: 58px;
  display: block;
  overflow: hidden;
  margin: 0;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.page.SearchResult
  #product-listing-container
  ul
  > li.product
  article.card
  .card-body
  .card_rate {
  height: 20px;
  display: block;
  width: 100%;
  padding: 0;
  text-align: center;
}
.page.SearchResult
  #product-listing-container
  ul
  > li.product
  article.card
  .card-body
  .card_rate
  .standalone-bottomline {
  text-align: center;
  display: block;
  margin: auto;
}
.page.SearchResult
  #product-listing-container
  ul
  > li.product
  article.card
  .card-body
  .card_rate
  .standalone-bottomline
  .yotpo-bottomline {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.page.SearchResult
  #product-listing-container
  ul
  > li.product
  article.card
  .card-body
  .card_rate
  .standalone-bottomline
  .yotpo-bottomline
  span.rating-star {
  color: #f90 !important;
}
.page.SearchResult
  #product-listing-container
  ul
  > li.product
  article.card
  .card-body
  .card_rate
  .standalone-bottomline
  .yotpo-bottomline
  a.text-m {
  font-style: normal !important;
  line-height: 17px;
  font-size: 12px;
  text-transform: uppercase;
  color: #000 !important;
  padding: 0 0 0 6px;
  display: inline-block;
  float: none;
  vertical-align: middle;
  letter-spacing: 0.05em;
  font-family: Lato;
}
.page.SearchResult
  #product-listing-container
  ul
  > li.product
  article.card
  .card-body
  .card_price {
  margin: 17px 0 22px;
  color: #757575;
}
.page.SearchResult
  #product-listing-container
  ul
  > li.product
  article.card
  .card-body
  .card_price
  .price-section {
  display: inline-block;
  float: none;
  vertical-align: middle;
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000;
}
.page.SearchResult
  #product-listing-container
  ul
  > li.product
  article.card
  .card-body
  .card_price
  .price-section.rrp-price--withoutTax {
  color: #757575;
}
.page.SearchResult
  #product-listing-container
  ul
  > li.product
  article.card
  .custom_add_cart {
  padding: 0 15px 20px;
}
.page.SearchResult
  #product-listing-container
  ul
  > li.product
  article.card
  .custom_add_cart
  a {
  width: auto;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 17px;
  color: #fff;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
.page.SearchResult
  #product-listing-container
  ul
  > li.product
  article.card
  .custom_add_cart
  a.add_cart_btn {
  background: #cb2129 !important;
}
.page.SearchResult
  #product-listing-container
  ul
  > li.product
  article.card
  .custom_add_cart
  a.add_cart_btn:hover {
  background: #000 !important;
}
.page.SearchResult
  #product-listing-container
  ul
  > li.product
  article.card
  .card-body
  h4.card-title
  a:hover {
  color: #d2212e;
}
.pagination ul.pagination-list {
  margin: 0;
}
.pagination ul.pagination-list li.pagination-item {
  border-radius: 0;
  border: 0;
  margin: 1px 5px;
  padding: 0;
  margin-left: 0;
}
.pagination ul.pagination-list li.pagination-item input.button {
  background-color: #000;
  border-color: rgba(0, 0, 255, 0);
  color: #fff;
  border-radius: 0;
  line-height: normal;
  border: 0;
  border-radius: 0;
  outline: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}
.pagination
  ul.pagination-list
  li.pagination-item
  input.button[disabled="disabled"] {
  background-color: #ccc;
}
.pagination ul.pagination-list li.pagination-item input.button:hover {
  background: #d2212e;
}
.page.SearchResult
  #product-listing-container
  .Filter_mn
  .proPagi_top
  ul.pagination-list
  > li
  input.button:hover,
.ymm-dropdown input#btnSearch:hover {
  background: #d2212e;
}
.ymm-dropdown input#btnSearch {
  background: #000;
  color: #fff;
  line-height: normal;
  border: 0;
  border-radius: 0;
  outline: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: normal;
  padding: 0 30px;
}
.shipping-quotes
  form
  input.button.button--small.button--primary.select-shipping-quote {
  white-space: initial;
}
.estimator-form .button--primary,
.shipping-quotes
  form
  input.button.button--small.button--primary.select-shipping-quote {
  width: 100%;
}
.hmJBTool_sec .hmJB_right .JBRight_inner {
  text-align: left;
}
main.page.About_us {
  margin-bottom: 0;
}
.hm_testimonial.ABT_test.customclassss {
  float: left;
  width: 100%;
  background: url(https://cdn11.bigcommerce.com/s-f4083/stencil/6dc48050-1413-013c-33df-6286cf647529/e/9e94cd10-70e2-013c-6d30-4ae16eb1c4b7/img/ABT_test_bg.png)
    center no-repeat;
  padding: 10px 0 0 0;
  background-position-y: -6px;
  display: block;
}
.hm_testimonial.ABT_test.customclassss ul.testi_slider {
  list-style-type: none;
  margin: 0 auto;
}
.hm_testimonial.ABT_test.customclassss ul.testi_slider li.testi_grid {
  display: block;
  text-align: center;
}
.hm_testimonial.ABT_test.customclassss ul.testi_slider li.testi_grid p {
  font-size: 21px;
  line-height: normal;
  color: #000;
  letter-spacing: 0.05em;
  font-weight: 300;
  margin: 0 0 24px;
  font-family: Lato, sans-serif;
}
.hm_testimonial.ABT_test.customclassss
  ul.testi_slider
  li.testi_grid
  .testiGrid_inr {
  max-width: 775px;
  margin: auto;
  text-align: center;
  position: relative;
  padding: 70px 0;
}
.hm_testimonial.ABT_test.customclassss
  ul.testi_slider
  li.testi_grid
  .testiGrid_inr
  span.ctm_Name {
  display: block;
  text-transform: uppercase;
  line-height: normal;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.05em;
}
.hm_testimonial.ABT_test.customclassss
  ul.testi_slider
  li.testi_grid
  .testiGrid_inr::after {
  content: "";
  background: url(https://cdn11.bigcommerce.com/s-f4083/stencil/6dc48050-1413-013c-33df-6286cf647529/e/9e94cd10-70e2-013c-6d30-4ae16eb1c4b7/img/quotes_ic1.png)
    no-repeat top center;
  background-size: auto;
  width: 130px;
  height: 112px;
  display: block;
  position: absolute;
  left: -187px;
  top: 12px;
}
.hm_testimonial.ABT_test.customclassss
  ul.testi_slider
  li.testi_grid
  .testiGrid_inr::before {
  content: "";
  background: url(https://cdn11.bigcommerce.com/s-f4083/stencil/6dc48050-1413-013c-33df-6286cf647529/e/9e94cd10-70e2-013c-6d30-4ae16eb1c4b7/img/quotes_ic2.png)
    no-repeat top center;
  background-size: auto;
  width: 130px;
  height: 112px;
  display: block;
  right: -181px;
  bottom: 49px;
  left: auto;
  position: absolute;
}
.hm_testimonial.ABT_test.customclassss button.slick-arrow {
  background: 0 0;
}
.hm_testimonial.ABT_test.customclassss button.slick-arrow::before {
  position: absolute;
  content: "";
  background-image: url(../img/mn_slider11.png);
  width: 14.5px;
  opacity: 0.5;
}
.hm_testimonial.ABT_test.customclassss button.slick-next::before {
  content: "";
  background-image: url(../img/mn_slider22.png);
  width: 14.5px;
  opacity: 0.5;
}
.our_mission {
  background-image: url(https://cdn11.bigcommerce.com/s-f4083/content/mission_bg.png);
}
.wlcm_return {
  margin: 0;
  padding: 0 0 80px 0;
}
.wlcm_return .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wlcm_return .row > div:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58%;
  flex: 0 0 58%;
  max-width: 58%;
  padding-right: 130px;
}
.wlcm_return .row > div:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42%;
  flex: 0 0 42%;
  max-width: 42%;
}
.wlcm_return .row > div:first-child h1.global_title {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 40px;
  color: #222123;
  font-weight: 700;
  text-transform: capitalize;
}
.ABT_mn {
  float: left;
  width: 100%;
  margin: 75px 0 0 0;
}
.return-labels main#main-content {
  margin: 0;
}
.wlcm_return .row > div:first-child h2 {
  text-transform: capitalize;
}
.wlcm_return .row > div:first-child p {
  font-size: 16px;
  color: #5f5f5f;
  line-height: 25px;
}
.instrctn_return {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  background: #ebebeb;
}
.instrctn_return h2 {
  margin: 0 auto 0 auto;
  padding: 0;
  font-size: 130px;
  line-height: 100px;
  color: #222123;
  font-weight: 800;
  position: unset;
  opacity: 0.2;
  text-align: center;
  text-transform: uppercase;
  line-height: normal;
  padding: 60px 0 40px;
  position: relative;
  z-index: 1;
}
.instrctn_return::after {
  position: absolute;
  content: "";
  background: #c82127;
  width: 100%;
  height: 100%;
  max-width: 50%;
  right: 0;
  top: 0;
}
.instrctn_return .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.instrctn_return .row > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 50px 65px 0;
}
.instrctn_return h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 30px;
  color: #c82127;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.instrctn_return h4 {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 19px;
  color: #222123;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  letter-spacing: 0;
}
.instrctn_return ul.listing_info {
  margin: 0 0 30px 0;
  padding: 0;
}
.instrctn_return ul.listing_info li {
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 0 30px;
  font-size: 16px;
  color: #222123;
  background: url(https://cdn11.bigcommerce.com/s-f4083/stencil/6dc48050-1413-013c-33df-6286cf647529/e/9e94cd10-70e2-013c-6d30-4ae16eb1c4b7/img/check_icon.png)
    no-repeat left top 2px;
  min-height: 17px;
}
.instrctn_return p {
  font-size: 16px;
  color: #5f5f5f;
  line-height: 25px;
}
.instrctn_return .row > div:last-child {
  padding: 0 0 80px 60px;
}
.instrctn_return .row > div:last-child :is(h3, h4) {
  color: #fff !important;
  position: relative;
  z-index: 1;
  text-transform: none;
  max-width: 500px;
  width: 100%;
}
.dont_return {
  margin: 0;
  padding: 80px 0;
}
.dont_return .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dont_return .row > div {
  width: 100%;
  max-width: 50%;
}
.dont_return .detail h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 30px;
  color: #222123;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.dont_return .detail ul.listing_info.red {
  margin: 0 0 30px 0;
  padding: 0;
}
.dont_return .detail ul.listing_info.red li {
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 0 30px;
  font-size: 16px;
  color: #222123;
  background: url(https://cdn11.bigcommerce.com/s-f4083/stencil/6dc48050-1413-013c-33df-6286cf647529/e/9e94cd10-70e2-013c-6d30-4ae16eb1c4b7/img/redX_icon.png)
    no-repeat left top 2px;
  min-height: 17px;
}
.dont_return .detail p {
  font-size: 16px;
  color: #5f5f5f;
  line-height: 25px;
  margin: 0 0 30px 0;
  padding: 0;
}
.dont_return .detail p a {
  color: #c82127;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
.dont_return .detail form input.button {
  background: #000;
  color: #fff;
  line-height: normal;
  border: 0;
  border-radius: 0;
  outline: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dont_return .detail form input.button:hover {
  background: #c82127;
}
.strfrnt_return {
  margin: 0;
  padding: 80px 0 50px 0;
  background: #ebebeb;
  text-align: center;
}
.strfrnt_return h2.global_title {
  text-transform: capitalize;
}
.strfrnt_return .info {
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 19px;
  color: #5e5e5e;
}
.strfrnt_return .info strong {
  font-weight: 600;
  color: #222123;
}
.strfrnt_return .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.strfrnt_return .col.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  padding: 0 15px;
}
.strfrnt_return .sfr_block {
  margin: 0 0 30px 0;
  padding: 0;
  background: #fff;
  border-radius: 10px;
}
.strfrnt_return .sfr_block img {
  margin: 0;
  padding: 48px 20px;
}
.strfrnt_return .sfr_block a.return_link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 12px 10px 10px 10px;
  background: #e53940;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0 0 10px 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.strfrnt_return .sfr_block a.return_link img {
  padding: 0;
  margin-left: 10px;
}
.row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.shipping-quotes
  form
  input.button.button--small.button--primary.select-shipping-quote {
  width: 100% !important;
}
main.page.About_us .ABT_mn {
  margin: 0;
}
.custom-cart-page .custom-cart-bottom-wrapper div#cartpage-nosto-1 {
  width: 50%;
  display: inline-block;
  margin-right: 20px;
}
.custom-cart-page .custom-cart-bottom-wrapper {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
figure.card-figure {
  height: 205px;
  background: 0 0;
}
figure.card-figure .card-img-container img {
  max-height: 190px;
}
#cartpage-nosto-1 .productCarousel-slide .card .card-body {
  padding: 15px 25px 0;
}
#cartpage-nosto-1 .productCarousel-slide .card .card-body h4 {
  font-size: 12px;
  line-height: 20px;
  height: 58px;
  display: block;
  overflow: hidden;
  margin: 0;
  letter-spacing: 0.05em;
  padding: 0 15px;
  font-weight: 700;
}
#cartpage-nosto-1 .productCarousel-slide .card .card-body .card_rate {
  padding: 7px 0 0;
  text-align: center;
}
#cartpage-nosto-1
  .productCarousel-slide
  .card
  .card-body
  .card_rate
  .yotpo-bottomline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: unset;
  flex-wrap: unset;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
#cartpage-nosto-1 .productCarousel-slide .card .card-body .card_rate > div {
  width: 100%;
}
#cartpage-nosto-1
  .productCarousel-slide
  .card
  .card-body
  .card_rate
  div.yotpo-clr {
  display: none;
}
#cartpage-nosto-1
  .productCarousel-slide
  .card
  .card-body
  .card_rate
  > div
  .yotpo-display-wrapper {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#cartpage-nosto-1
  .productCarousel-slide
  .card
  .card-body
  .card_rate
  .yotpo-bottomline
  span.yotpo-stars {
  width: auto;
}
.electronic_specialties_resource_pg h3 {
  text-align: center;
}
.return_to_shipping .alertBox {
  background: 0 0;
  padding: 0;
}
.return_to_shipping .alertBox p.alertBox-column.alertBox-message {
  display: none;
}
.return_to_shipping .alertBox p {
  color: #666;
  font-weight: 700;
  letter-spacing: 0;
  font-family: Lato, sans-serif;
  text-align: right;
}
.alertBox-column.alertBox-icon {
  display: none;
}
.return_to_shipping .alertBox p span.glopal-hide {
  color: #cb2129;
}
.return_to_shipping .alertBox p a {
  text-transform: uppercase;
  color: #666;
  border-bottom: 1px solid #666;
  text-decoration: none;
}
.cart_row .related_products h3 {
  padding: 14px 30px 35px;
  text-align: left;
  letter-spacing: 1px;
  color: #000;
  border-radius: 2px;
  line-height: 30px;
  margin: 0 0 8px;
  padding-left: 0;
}
.cart_row .related_products {
  padding-left: 35px;
}
.cart_row
  .related_products
  section.productCarousel
  button.slick-prev.slick-arrow {
  left: -40px;
  background: 0 0;
}
.related_products section.productCarousel button.slick-arrow {
  background: 0 0;
}
.related_products section.productCarousel button.slick-next.slick-arrow {
  right: -40px;
}
.blog-list-wrapp-cstm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1365px) {
  .hm_testimonial.ABT_test.customclassss
    ul.testi_slider
    li.testi_grid
    .testiGrid_inr::after {
    left: -135px;
  }
  .hm_testimonial.ABT_test.customclassss
    ul.testi_slider
    li.testi_grid
    .testiGrid_inr::before {
    right: -130px;
  }
  .hm_testimonial.ABT_test.customclassss ul.testi_slider li.testi_grid {
    padding: 0 50px;
  }
  .custom-cart-page
    .custom-cart-bottom-wrapper
    div#cartpage-nosto-1
    .related_products
    section.productCarousel {
    padding: 0 25px;
  }
  .custom-cart-page
    .custom-cart-bottom-wrapper
    div#cartpage-nosto-1
    .related_products
    section.productCarousel
    button.slick-arrow {
    background: 0 0 !important;
  }
}
@media (max-width: 1199px) {
  .related_products {
    padding: 0 35px;
  }
  .banner-cstm,
  .page.SearchResult {
    padding: 0 20px;
  }
  .hm_testimonial.ABT_test.customclassss
    ul.testi_slider
    li.testi_grid
    .testiGrid_inr::after {
    background-size: contain;
    width: 100px;
    height: 100px;
    left: -60px;
  }
  .hm_testimonial.ABT_test.customclassss
    ul.testi_slider
    li.testi_grid
    .testiGrid_inr::before {
    background-size: contain;
    width: 100px;
    height: 100px;
    right: -70px;
  }
  .hm_testimonial.ABT_test.customclassss
    ul.testi_slider
    li.testi_grid
    .testiGrid_inr {
    max-width: 760px;
    padding: 60px 50px;
  }
  .wlcm_return .row > div:first-child h1.global_title {
    font-size: 35px;
  }
  .wlcm_return .row > div:first-child h1.global_title {
    margin: 0 0 10px 0;
  }
  .wlcm_return {
    padding: 0 0 50px 0;
  }
  .instrctn_return h2 {
    font-size: 90px;
  }
  .instrctn_return h3 {
    font-size: 26px;
  }
  .dont_return .detail h3 {
    font-size: 26px;
  }
  .instrctn_return .row > div {
    padding: 0 30px 40px 0;
  }
  .instrctn_return .row > div:last-child {
    padding: 0 0 40px 30px;
  }
  .dont_return .row > div:first-child {
    text-align: center;
  }
  .related_products {
    padding: 0 35px;
  }
  .related_products section.productCarousel button.slick-prev.slick-arrow {
    left: -40px;
    background: 0 0;
  }
  .related_products section.productCarousel button.slick-arrow {
    background: 0 0;
  }
  .related_products section.productCarousel button.slick-next.slick-arrow {
    right: -40px;
  }
  .cart-additionalCheckoutButtons .FloatRight {
    width: 100%;
  }
  .cart-additionalCheckoutButtons .FloatRight .BraintreePaypalContainer {
    width: 100%;
    float: left;
  }
  .cart-additionalCheckoutButtons
    .FloatRight
    .BraintreePaypalContainer
    .paypal-buttons {
    min-width: 100%;
  }
  .cart-additionalCheckoutButtons .FloatRight .BraintreeVenmoContainer {
    width: 100%;
  }
  .cart-additionalCheckoutButtons .FloatRight .GooglePayContainer {
    width: 100%;
  }
  .BraintreeVenmoInnerContainer {
    width: 100% !important;
    min-width: 100% !important;
    z-index: 1;
  }
  .ct_left_inr {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .ct_left_inr {
    max-width: 100%;
  }
  #ymm-search-box .ymm-dropdown {
    -webkit-box-flex: calc(33.3% - 10px);
    -ms-flex: calc(33.3% - 10px);
    flex: calc(33.3% - 10px);
    max-width: calc(33.3% - 10px);
    width: 100%;
  }
  #ymm-search-box .ymm-dropdown select {
    width: 100%;
  }
  .hm_testimonial.ABT_test.customclassss
    ul.testi_slider
    li.testi_grid
    .testiGrid_inr::after {
    width: 80px;
    height: 80px;
    left: -10px;
  }
  .hm_testimonial.ABT_test.customclassss
    ul.testi_slider
    li.testi_grid
    .testiGrid_inr::before {
    width: 80px;
    height: 80px;
    right: -20px;
  }
  .hm_testimonial.ABT_test.customclassss ul.testi_slider li.testi_grid p {
    font-size: 20px;
    padding: 0 20px;
  }
  .wlcm_return .row > div:first-child {
    padding-right: 35px;
  }
  .wlcm_return .row > div:first-child h1.global_title {
    font-size: 30px;
  }
  .instrctn_return h2 {
    font-size: 60px;
  }
  .instrctn_return h3 {
    font-size: 22px;
  }
  .dont_return .row > div:first-child img {
    max-width: 290px;
    width: 100%;
  }
  .dont_return {
    padding: 40px 0;
  }
  .dont_return .detail form input.button {
    font-size: 11px;
  }
  .dont_return .detail h3 {
    font-size: 22px;
  }
  .strfrnt_return .sfr_block a.return_link {
    font-size: 15px;
  }
  .strfrnt_return .sfr_block img {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .cart-total-label {
    width: 50%;
  }
  .hm_testimonial.ABT_test.customclassss .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hm_testimonial.ABT_test.customclassss button.slick-arrow::before {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  .hm_testimonial.ABT_test.customclassss ul.testi_slider li.testi_grid p {
    font-size: 17px;
    line-height: 1.2;
  }
  .hm_testimonial.ABT_test.customclassss
    ul.testi_slider
    li.testi_grid
    .testiGrid_inr {
    padding: 40px 30px;
  }
  .hm_testimonial.ABT_test.customclassss
    ul.testi_slider
    li.testi_grid
    .testiGrid_inr::after,
  .hm_testimonial.ABT_test.customclassss
    ul.testi_slider
    li.testi_grid
    .testiGrid_inr::before {
    width: 40px;
    height: 40px;
  }
  .hm_testimonial.ABT_test.customclassss ul.testi_slider li.testi_grid {
    padding: 0 20px;
  }
  .banner-cstm + div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 20px;
  }
  #ymm-search-box {
    padding: 10px 20px 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  #ymm-search-box .ymm-dropdown {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    width: 100%;
  }
  .page.SearchResult #product-listing-container .Filter_mn .proPagi_top {
    width: 100%;
  }
  .page.SearchResult #product-listing-container .Filter_mn .cat_filter {
    float: left;
    width: 100%;
    text-align: left;
  }
  .page.SearchResult
    #product-listing-container
    .Filter_mn
    .cat_filter
    .sort_filter {
    float: left;
  }
  ul.pagination-list > li input.button {
    padding: 10px 30px;
    font-size: 13px;
  }
  .wlcm_return .row > div:first-child {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .wlcm_return .row > div:last-child {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .wlcm_return .row > div:first-child h1.global_title {
    font-size: 26px;
  }
  .instrctn_return h2 {
    font-size: 35px;
  }
  .instrctn_return .row > div:last-child {
    padding: 0;
  }
  .instrctn_return .row > div {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    padding: 0;
  }
  .instrctn_return::after {
    display: none;
  }
  .instrctn_return .row > div:last-child::after {
    position: absolute;
    content: "";
    background: #c82127;
    width: 100%;
    height: 100%;
    max-width: 100%;
    right: 0;
    top: 0;
  }
  .instrctn_return .row > div:last-child {
    padding: 20px;
    position: relative;
  }
  .dont_return .row > div {
    width: 100%;
    max-width: 100%;
  }
  .dont_return .row > div:first-child {
    margin-bottom: 30px;
  }
  .dont_return .detail form input.button {
    font-size: 9px;
  }
  .strfrnt_return .col.col-3 {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    position: relative;
    padding: 0 15px;
  }
  .strfrnt_return h2.global_title {
    text-align: center;
  }
  .cms_page_content .three td,
  .cms_page_content.auto .five + h3 + .three td,
  .cms_video li {
    float: unset;
  }
  .cms_page_content tr:first-child td {
    padding: 7px;
  }
}
.strfrnt_return .sfr_block a.return_link:hover {
  background-color: #000;
}
.strfrnt_return .row .col.col-3:nth-child(3) {
  display: none;
}
.dont_return .detail form input.button {
  background: #e53940;
}
.dont_return .detail form input.button:hover {
  background: #000;
}
.strfrnt_return .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item.header-right__list
  .header-right__item.header-right__item--account
  .icon-user::after {
  background-image: url(https://cdn11.bigcommerce.com/s-f4083/stencil/6dc48050-1413-013c-33df-6286cf647529/e/9e94cd10-70e2-013c-6d30-4ae16eb1c4b7/img/acc_ic.png);
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item.header-right__list
  .header-right__item.header-right__item--cart
  .header-top__link::after {
  background-image: url(https://cdn11.bigcommerce.com/s-f4083/stencil/6dc48050-1413-013c-33df-6286cf647529/e/9e94cd10-70e2-013c-6d30-4ae16eb1c4b7/img/cart_ic.png);
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .productGrid
  .product
  .card
  .card-body
  .custom-top-card-button
  .card-figcaption-button {
  border-radius: 0;
  font-size: 17px;
  min-height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Josefin Sans";
}
@media (max-width: 1057px) {
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .navPages
    .navPages-list
    .navPages-item-page
    .custom-mega-menu
    > ul
    > .container-main
    > li.is-open
    .navPage-subMenu
    > ul
    > li
    > a.navPage-subMenu-action {
    padding: 8px 0 !important;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .navPages
    .navPages-list
    .navPages-item-page
    .custom-mega-menu
    > ul
    > .container-main
    > li
    .navPage-subMenu {
    display: none !important;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .navPages
    .navPages-list
    .navPages-item-page
    .custom-mega-menu
    > ul
    > .container-main
    > li
    > a.is-open
    + .navPage-subMenu {
    display: block !important;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .navPages
    .navPages-list
    .navPages-item-page
    .custom-mega-menu
    > ul {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .navPages
    .navPages-list
    .navPages-item-page
    .custom-mega-menu
    > ul
    > .container-main {
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 10px !important;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .navPages
    .navPages-list
    .navPages-item-page
    .custom-mega-menu
    > ul
    > .container-main
    > li {
    width: 100% !important;
    list-style: none !important;
    margin: 5px 0 !important;
    opacity: 1 !important;
    height: auto !important;
    visibility: visible !important;
    line-height: 1 !important;
    min-height: 20px !important;
    padding: 0 !important;
    position: relative !important;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .navPages
    .navPages-list
    .navPages-item-page
    .custom-mega-menu
    > ul
    > .container-main
    > li
    > a {
    padding: 0 !important;
    text-align: left;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .navPages
    .navPages-list
    .navPages-item-page
    .custom-mega-menu
    > ul
    > .container-main
    > li::before {
    right: 10px !important;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .navPages
    .navPages-list
    .navPages-item-page
    .custom-mega-menu
    > ul
    > .container-main
    > li::after {
    right: 16px !important;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .navPages
    .navPages-list
    .navPages-item-page
    .custom-mega-menu
    > ul
    > .container-main
    > li.is-open
    .navPage-subMenu {
    overflow: visible !important;
    padding: 0 !important;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .navPages
    .navPages-list
    .navPages-item-page
    .custom-mega-menu
    > ul
    > .container-main
    > li
    .navPage-subMenu {
    padding: 0 !important;
  }
}
@media (max-width: 1365px) {
  .page-type-category
    .body
    .page.custom-category
    .page-content#product-listing-container
    .productGrid
    .product
    .card
    .card-body
    .custom-top-card-button
    .card-figcaption-button {
    font-size: 15px;
  }
}
.cart-actions a.button,
.cart-total-value span,
.return_to_shipping a,
button.coupon-code-add,
span.glopal-hide {
  font-family: "Josefin Sans" !important;
}
@media (max-width: 1199px) {
  .about-us .container,
  .jb-tools-reviews .container {
    padding: 0 20px;
  }
  body.page-type-page.shipping-returns main#main-content > .container-full {
    width: 100%;
  }
  body.page-type-page.shipping-returns main#main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.page-type-page.shipping-returns
    main#main-content
    > .container-full
    section.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  body.page-type-page.shipping-returns
    main#main-content
    > .container-full
    section.page
    > * {
    width: 100%;
  }
}
@media (max-width: 767px) {
  header.header .mobileMenu-toggle.is-open {
    left: 0;
    padding: 0;
    width: 30px;
    height: 30px;
  }
  header.header.is-open .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 10px;
  }
  body.page-type-page.shipping-returns
    main#main-content
    > .container-full
    section.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .cart_mn .cart-item-info + .cart-item-info:last-child {
    padding-top: 10px !important;
  }
  .cart-total-value {
    padding-left: 5px !important;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .custom_navPages {
    height: 100vh;
  }
  .cart_mn .cart-list tr td.cart-item-info:nth-child(3) {
    padding: 0 0 10px;
  }
  .cart_mn .cart-list tr td.cart-item-info span.cart-item-value {
    width: 100%;
    display: block;
  }
}
body .productView .form-field.form-field--stock {
  margin: 10px 0 10px;
}
.productView .form-field--stock .form-label {
  margin: 0 0 10px;
}
body #form-action-addToCart {
  font-size: 15px;
  padding: 0 10px;
  text-align: center !important;
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .actionBar
  .custom-filter-wrapper
  .actionBar-section
  .form-field
  .form-select {
  background: url(https://cdn11.bigcommerce.com/s-f4083/stencil/6dc48050-1413-013c-33df-6286cf647529/e/9e94cd10-70e2-013c-6d30-4ae16eb1c4b7/img/catArrw_ic.png)
    96% 50% no-repeat;
}
@media (max-width: 550px) {
  .account.account--fixed {
    padding: 50px 0 0;
  }
}
body {
  -webkit-animation: unset !important;
  animation: unset !important;
}
html body :focus {
  outline: 0 !important;
}
.pagination .pagination-list {
  padding: 0 0 30px;
}
.heroCarousel .slick-dots li.slick-active button::before {
  background-color: #c91f28;
}
.related_products .productCarousel button.slick-prev {
  left: -40px;
  background: 0 0;
  border: 0;
}
.related_products .productCarousel button.slick-next.slick-arrow {
  border: 0;
  background: 0 0;
  right: -45px !important;
}
.our_mission {
  background-size: cover;
}
iframe#launcher {
  -webkit-transform: scale(0.47) !important;
  transform: scale(0.47) !important;
}
.product_mn .not_purchase .add_to_cart_container {
  width: 100%;
  margin: 10px 0 0;
}
.category_mn .pagination-item.pagination-item--next > a,
.category_mn .pagination-item.pagination-item--previous > a {
  line-height: normal;
}
.category_mn .pagination ul.pagination-list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.category_mn
  .pagination
  ul.pagination-list
  li.pagination-item.ss__pagination__next,
.category_mn
  .pagination
  ul.pagination-list
  li.pagination-item.ss__pagination__previous {
  margin-top: 3px;
}
.productView-description
  ul.accordion
  .accordion-navigation.maintoggleclasscstm
  .accordion-content
  .product_title {
  line-height: normal;
  text-align: left;
}
.product_mn
  .productView-details
  .productView-product
  .productView-price
  .productView-options {
  width: 100%;
  margin: 0 0 10px;
}
.product_mn
  .productView-details
  .productView-product
  .productView-price
  .productView-price {
  width: 100%;
}
.product_mn
  .productView-details
  .productView-product
  .productView-price
  .productView-options {
  width: 100%;
  margin: 0 0 10px;
}
.product_mn
  .productView-details
  .productView-product
  .productView-price
  .productView-options
  .alertBox.alertBox--error {
  margin: 0;
  padding: 0;
  line-height: 1;
}
@media (min-width: 1024px) {
  .product_mn
    .productView-details
    .productView-product
    .productView-price
    .productView-options {
    padding: 2px 0;
  }
  body.sticky_active header.header .navPages-container {
    position: unset;
  }
}
@media (max-width: 1024px) and (min-width: 768) {
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .custom_navPages
    .navPages-list
    .navPages-item
    .socialLinks {
    padding-left: 10px;
  }
}
@media (max-width: 991px) and (min-width: 768) {
  .product_mn
    .productView-options
    .add-to-cart-buttons
    .custom-add-to-cart-form
    .button.free-shipping-button {
    margin: 0 !important;
    margin: 10px 0 0 !important;
  }
  .productView
    .productView-details
    .productView-product
    .productView-options
    .add-to-cart-wrapper
    .add-to-cart-buttons
    .form-action.custom-add-to-cart-form
    input#form-action-addToCart {
    max-width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 1650px) {
  .yotpo-widget-campaign-widget .yotpo-outer-tile {
    height: 300px !important;
  }
}
@media (max-width: 1365px) {
  body .productView-options .add-to-cart-buttons .custom-add-to-cart-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body
    .productView-options
    .add-to-cart-buttons
    .custom-add-to-cart-form
    input {
    max-width: 50% !important;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .related_products .productCarousel button.slick-prev {
    left: -20px !important;
  }
  .related_products section.productCarousel {
    margin: 0;
    padding: 0 20px;
  }
  .related_products .productCarousel button.slick-next.slick-arrow {
    right: -30px !important;
  }
  .page-type-page.extend .extand_hero_detail h2 {
    font-size: 45px;
    line-height: 1.2;
  }
  body .container {
    padding: 0 15px;
  }
  .custom-home-testimonial .testimonial__list .testimonial__item::before {
    left: -80px;
    background-size: contain;
    width: 80px;
    height: 60px;
    display: block;
    position: absolute;
    top: 40px;
  }
  .custom-home-testimonial .testimonial__list .testimonial__item::after,
  .custom-home-testimonial .testimonial__list .testimonial__item::before {
    background-size: contain;
    width: 80px;
    height: 60px;
  }
  .custom-home-testimonial .testimonial__list .testimonial__item::before {
    left: -80px;
    top: 40px;
  }
  .custom-home-testimonial .testimonial__list .testimonial__item::after,
  .custom-home-testimonial .testimonial__list .testimonial__item::before {
    right: -80px;
  }
  header.header
    .custom-header-top
    .header-top__list
    .header-top__item
    a.header-top__link {
    padding-right: 7px;
  }
}
@media (max-width: 1057px) {
  .product_mn .productView-options {
    width: 100%;
  }
  .category_mn .productGrid .product {
    padding-bottom: 10px;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .custom_navPages
    .navPages-list
    .navPages-item.productMenu.is-open
    .custom-mega-menu
    .megamenu__list {
    height: auto !important;
  }
}
@media (max-width: 1023px) {
  .product_mn
    .productView-details
    .productView-product
    .productView-price
    .productView-options {
    padding: 20px 0;
  }
  .related_products .productCarousel button.slick-next.slick-arrow {
    right: -25px !important;
  }
  .page-type-page.extend .ask_ques .my-row .ask_block h3 {
    margin: 0 0 15px 0;
    font-size: 22px;
  }
  .custom-home-testimonial .testimonial__list .testimonial__item {
    max-width: 725px;
  }
  nav.navPages.custom_navPages li.Clearancemenu {
    float: left;
    display: block;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .rewards .yotpo-widget-campaign-widget .yotpo-outer-tile {
    height: 200px !important;
  }
  .rewards .yotpo-widget-campaign-widget .yotpo-outer-tile {
    border: 0 !important;
  }
  .rewards
    .yotpo-widget-my-rewards-widget
    .yotpo-reward-steps-title
    .yotpo-inner-text {
    font-size: 25px !important;
  }
  .rewards .yotpo-widget-my-rewards-widget .yotpo-tile-box {
    padding: 50px 0;
  }
  .rewards
    .yotpo-widget-campaign-widget
    .yotpo-widget-campaign-widget-container {
    padding: 20px 0;
  }
  .rewards .yotpo-widget-my-rewards-widget .yotpo-custom-step-icon {
    width: 100%;
  }
  body .yotpo-widget-my-rewards-widget .yotpo-reward-steps-item {
    min-width: inherit;
    padding: 20px 10px;
  }
  .page-type-page.extend .extand_hero_detail h2 {
    font-size: 40px;
    line-height: 1.2;
    margin: 0 0 10px;
  }
  .page-type-page.extend .ask_ques h2,
  .page-type-page.extend .how_works h2,
  .page-type-page.extend .protection_sec h2 {
    font-size: 35px;
  }
  .page-type-page.extend .ask_ques h2,
  .page-type-page.extend .protection_sec h2 {
    margin: 0 0 40px 0;
    line-height: 1.2;
  }
  .referral .page-content .yotpo-widget-clear .yotpo-background {
    height: auto !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0 20px;
  }
  .referral
    .page-content
    .yotpo-widget-clear
    .yotpo-background
    .yotpo-tile-wrapper {
    max-width: 100% !important;
    min-height: auto !important;
  }
  .referral .page-content .yotpo-widget-clear .yotpo-background img {
    width: 100% !important;
    max-width: 100%;
  }
  .referral
    .page-content
    .yotpo-widget-clear
    .yotpo-background
    .yotpo-tile-wrapper
    div {
    width: 100%;
    min-height: auto;
    padding-bottom: 0;
  }
  .rewards .yotpo-widget-my-rewards-widget .yotpo-custom-step-icon {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .footer .custom-footer__top .custom-newsletter .footer-info-heading {
    padding: 10px 0;
  }
  .testimonial__list .slick-list {
    padding: 0 !important;
  }
  .rewards .yotpo-widget-hero-section .yotpo-text-on-background {
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: 30% 100%;
  }
  .custom-home-testimonial .testimonial__list .testimonial__item {
    max-width: 610px;
  }
  .custom-home-testimonial .testimonial__list .testimonial__item::before {
    left: -30px;
    top: 0;
  }
  .custom-home-testimonial .testimonial__list .testimonial__item::after {
    right: -30px;
  }
  .custom-home-testimonial .testimonial__list .testimonial__item::after,
  .custom-home-testimonial .testimonial__list .testimonial__item::before {
    background-size: contain;
    width: 50px;
    height: 50px;
  }
  .productView-description
    ul.accordion
    .accordion-navigation.maintoggleclasscstm
    .accordion-content
    .product_title {
    line-height: 1.5;
  }
  .footer .custom-footer__top .custom-newsletter .footer-info-heading {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .pagination ul.pagination-list {
    width: 100%;
  }
  .productView
    .productView-images:not(.halo-productView-left)
    .productView-thumbnails
    .slick-arrow,
  .productView--quickView
    .productView-images:not(.halo-productView-left)
    .productView-thumbnails
    .slick-arrow {
    border: 00;
    width: auto;
  }
  .product_mn
    .productView-description
    ul.accordion
    .accordion-navigation.maintoggleclasscstm
    .accordion-content
    .product_title
    + p {
    line-height: normal !important;
    margin: 0;
  }
  .productView-description
    ul.accordion
    .accordion-navigation.maintoggleclasscstm
    .accordion-content
    .product_title {
    line-height: 1.2;
    font-size: 25px;
  }
  .custom-home-testimonial .testimonial__list .testimonial__item::after,
  .custom-home-testimonial .testimonial__list .testimonial__item::before {
    background-size: contain;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
  }
  .custom-home-testimonial .testimonial__list .testimonial__item::after {
    right: 0;
    bottom: 56px;
  }
  .custom-home-testimonial .testimonial__list .testimonial__item::before {
    left: 0;
    top: 20px;
  }
  .custom-home-testimonial
    .testimonial__list
    .testimonial__item
    .testimonial__comment {
    font-size: 16px;
    padding: 0 20px;
  }
  .product_mn .related_products {
    padding: 0;
  }
  .pagination-list
    li:not(.pagination-item--next):not(.pagination-item--previous)
    a {
    width: 27px;
    height: 27px;
  }
  .pagination-list .pagination-item,
  .pagination-list li.pagination-item--current {
    margin: 4px 3px;
  }
  .pagination-list .pagination-item--next,
  .pagination-list .pagination-item--previous {
    display: block !important;
    margin: 5px 0;
  }
  .loyalty-faq .tab {
    overflow-y: hidden;
  }
  .productView
    .productView-description
    .tab_accordion
    .accordion
    .accordion-navigation
    .accordion-title::after,
  .productView--quickView
    .productView-description
    .tab_accordion
    .accordion
    .accordion-navigation
    .accordion-title::after {
    width: 15px;
    height: 9px;
    background-size: contain !important;
  }
  .productView.productView--quickView
    .productView-description
    .tab_accordion
    .accordion
    .accordion-navigation
    .accordion-title {
    font-size: 13px;
    padding: 12px 33px 9px 13px;
  }
  .product_mn
    .productView-options
    .add-to-cart-buttons
    .custom-add-to-cart-form
    .button.free-shipping-button {
    margin: 0 !important;
    margin: 10px 0 0 !important;
  }
  .productView
    .productView-details
    .productView-product
    .productView-options
    .add-to-cart-wrapper
    .add-to-cart-buttons
    .form-action.custom-add-to-cart-form
    input#form-action-addToCart {
    max-width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  body .productView-options .add-to-cart-buttons .custom-add-to-cart-form {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
  }
  .loyalty-faq .tablinks {
    width: 170px !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    border-bottom: 1px solid #ddd;
  }
  .yotpo-widget-referral-widget
    .yotpo-action-button-widget.yotpo-customer-share-button,
  .yotpo-widget-referral-widget
    .yotpo-action-button-widget.yotpo-friends-share-button {
    margin-top: 20px !important;
  }
  .rewards .yotpo-widget-referral-widget .yotpo-referral-widget-form {
    margin-top: 30px;
  }
  .rewards .yotpo-widget-referral-widget .yotpo-title-text {
    font-size: 35px !important;
  }
  .rewards .yotpo-widget-referral-widget .yotpo-header-text {
    padding-bottom: 30px !important;
  }
  .rewards
    .yotpo-widget-referral-widget
    .yotpo-right-align-background
    .yotpo-email-view {
    width: 100%;
    margin: auto;
  }
  .rewards
    .yotpo-widget-referral-widget
    .yotpo-right-align-background
    .yotpo-tile-box {
    width: 100%;
  }
  .rewards .yotpo-widget-referral-widget .yotpo-tile {
    min-height: auto;
  }
  .rewards
    .yotpo-widget-referral-widget
    .yotpo-background
    .yotpo-right-align-image {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    height: auto !important;
  }
  .rewards .yotpo-widget-referral-widget .yotpo-tile-wrapper {
    max-width: 100% !important;
    min-height: auto !important;
  }
  .rewards
    .yotpo-widget-referral-widget
    .yotpo-background.yotpo-right-align-background {
    height: auto !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0 20px;
  }
  .rewards
    .yotpo-widget-visual-redemption-widget
    .yotpo-redemption-item.four-in-row
    .yotpo-redemption-cost {
    font-size: 16px !important;
    padding: 7px 0 0;
  }
  .rewards
    .yotpo-widget-visual-redemption-widget
    .yotpo-redemption-item
    .yotpo-redemption-reward {
    font-size: 25px !important;
  }
  .rewards .yotpo-widget-visual-redemption-widget .yotpo-redemption-item {
    margin: 25px 0;
  }
  .yotpo-widget-visual-redemption-widget .yotpo-redemption-item.four-in-row {
    width: 25%;
    padding: 0 10px;
  }
  .rewards .yotpo-widget-visual-redemption-widget .yotpo-description {
    font-size: 18px !important;
  }
  .rewards .yotpo-widget-visual-redemption-widget .yotpo-tile-box {
    padding: 0 15px 50px;
  }
  .rewards .yotpo-widget-campaign-widget .yotpo-outer-tile {
    height: 180px !important;
  }
  .yotpo-widget-campaign-widget .yotpo-container-headline {
    padding-bottom: 10px;
  }
  body .yotpo-widget-my-rewards-widget .yotpo-reward-steps-item {
    min-width: inherit;
    padding: 0 10px 30px;
    width: 100%;
  }
  .rewards .yotpo-widget-campaign-widget .yotpo-container-headline,
  .rewards
    .yotpo-widget-my-rewards-widget
    .yotpo-rewards-guide-tile-wrapper
    .yotpo-headline
    .yotpo-inner-text,
  .rewards .yotpo-widget-visual-redemption-widget .yotpo-headline {
    font-size: 27px !important;
  }
  .rewards .yotpo-widget-my-rewards-widget .yotpo-tile-box {
    padding: 40px 10px;
  }
  .rewards .yotpo-widget-hero-section .yotpo-customer-logged-out-buttons > div {
    padding: 0 0 10px !important;
    width: 100%;
  }
  .rewards
    .yotpo-widget-hero-section
    .yotpo-text-on-background
    .yotpo-text-container {
    left: 0 !important;
    padding: 0 15px;
  }
  .rewards .yotpo-widget-hero-section .yotpo-customer-logged-out-buttons {
    padding-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .referral
    .page-content
    .yotpo-widget-clear
    .yotpo-background
    .yotpo-tile-wrapper
    div.yotpo-action-button-widget {
    margin: 30px 0 0;
  }
  .referral
    .page-content
    .yotpo-widget-clear
    .yotpo-background
    .yotpo-tile-wrapper
    div#yotpoReferralTitleText {
    font-size: 35px !important;
  }
  .referral .yotpo-widget-referral-widget .yotpo-header-text {
    padding-bottom: 30px !important;
  }
  .page-type-page.extend .ask_ques h2,
  .page-type-page.extend .how_works h2,
  .page-type-page.extend .protection_sec h2,
  .page-type-page.extend .protection_sec.why_add h2 {
    margin: 0 0 20px 0;
  }
  .page-type-page.extend .extand_hero_detail h2 {
    font-size: 30px;
  }
  .related_products section.productCarousel {
    padding: 0 10px;
  }
  .page-type-page.extend .ask_ques h2,
  .page-type-page.extend .how_works h2,
  .page-type-page.extend .protection_sec h2 {
    font-size: 28px;
    line-height: 1.2;
  }
}
body .account--fixedSmall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list
    .megamenu__list--wrapper
    .megamenu__item
    .navPages-action {
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 1px;
    line-height: 16px !important;
    z-index: 0 !important;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .custom_navPages
    .navPages-list
    .navPages-item.productMenu
    .custom-mega-menu
    .megamenu__list {
    display: block;
    position: relative;
    background-color: transparent;
    margin-left: 0;
    min-height: unset;
    padding-left: 15px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 0;
  }
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__categories
    .custom_navPages
    .navPages-list
    .navPages-item
    .navPages-action
    svg {
    fill: #fff;
    stroke: #fff;
  }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    color: #fff;
  }
}
@media (max-width: 1199px) {
  .free-shipping-message {
    max-width: 230px;
  }
  .free-shipping-message {
    margin: -55px 0 0 263px !important;
  }
  .productView-options
    .add-to-cart-buttons
    .form-action.custom-add-to-cart-form
    input {
    padding: 0 35px !important;
  }
}
@media (max-width: 1024px) {
  .free-shipping-message {
    max-width: 50%;
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  .free-shipping-message {
    max-width: 100%;
    margin: 0 !important;
  }
}
.custom-navPages-container
  .header-main
  .header-main__left
  .header-main__categories
  .custom_navPages
  .navPages-list
  .navPages-item
  .navPages-action[aria-label="Wish Lists"],
.custom-navPages-container
  .header-main
  .header-main__left
  .header-main__categories
  .custom_navPages
  .navPages-list
  .navPages-item
  .navPages-action[aria-label="Messages"] {
  display: none;
}
.fomo-notification.fomo-suppress {
  background: #fff !important;
}
@media (min-width: 1200px) {
  header.header {
    position: sticky;
    top: -30px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
}
body.page-type-page.rewards .body {
  margin-top: -21px;
}
@media (max-width: 767px) {
  .brand_mn .common_banners {
    margin-top: 130px;
  }
  .brand_mn h1.page-heading {
    margin-bottom: 0;
  }
}
.product_mn.out-of-stock
  .productView
  .productView-product
  .productView-options {
  padding: 20px;
  background-color: #f9e8e9;
}
.product_mn.out-of-stock
  .productView
  .productView-product
  .productView-options
  form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}
.product_mn.out-of-stock
  .productView
  .productView-product
  .productView-options
  form
  .alertBox.alertBox--error {
  margin: 0 0 20px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  background: #ffff;
}
.product_mn.out-of-stock
  .productView
  .productView-product
  .productView-options
  form
  #instocknotify-container {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.product_mn.out-of-stock
  .productView
  .productView-product
  .productView-options
  form
  #instocknotify-container
  input {
  width: 100% !important;
}
.product_mn.out-of-stock
  .productView
  .productView-product
  .productView-options
  form
  #instocknotify-container
  input#InStockNotifyClick {
  font-size: 15px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  border-radius: 0;
  text-transform: uppercase;
  line-height: 1;
  min-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 0 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.productView-details.product-data
  .productView-product
  dl.productView-info.has-lastchild {
  overflow-x: unset;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.productView-details.product-data
  .productView-product
  dl.productView-info.has-lastchild
  dt {
  line-height: 2;
}
.cart_mn .cart-item-title p.cart-item-brand {
  display: none;
}
@media (max-width: 991px) {
  .product_mn.out-of-stock
    .productView
    .productView-product
    .productView-options
    form
    .alertBox.alertBox--error {
    padding: 15px 10px;
  }
}
article.productView-description
  .tab_accordion
  .related_products
  button.slick-prev.slick-arrow {
  top: 50% !important;
}
.product_mn.out-of-stock
  .productView
  .productView-product
  .free-shipping-message.testing2 {
  margin-top: 6px !important;
  width: 100% !important;
  max-width: 100%;
}
.productCarousel.nosto_carousel .card-figure:hover .card-image {
  -webkit-transform: unset !important;
  transform: unset !important;
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .productGrid
  .product
  a:hover
  img {
  opacity: 0.2;
}
figure.card-figure.active .card-img-container img {
  opacity: 0.2;
}
.custom-block-below-carousel
  .block-below-carousel__list
  .block-below-carousel__item
  .block-below-carousel__link {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .productGrid
  .product
  .card
  .card-figure
  .card-img-container
  .card-image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.productCarousel.nosto_carousel .card-img-container .card-image {
  scale: 1.2;
}
.yotpo-main-widget-layout.yotpo-align-text .yotpo-base-layout {
  width: 100% !important;
}
.yotpo-bottom-line .yotpo-bottom-line-left-panel.yotpo-bottom-line-score {
  line-height: normal;
}
.yotpo-star-distribution-row-wrapper.default-row.yotpo-distribution-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 10px;
}
.yotpo-star-distribution-row-wrapper.default-row.yotpo-distribution-row
  .yotpo-star-distribution-value {
  height: auto;
}
.yotpo-main-widget-layout.yotpo-align-text h2.yotpo-headline {
  margin-top: 0;
}
div#yotpo-app .yotpo-head {
  margin: 0;
}
@media (max-width: 767px) {
  .yotpo-display-s .yotpo-head a.yotpo-reviews-trademark.yotpo-reviews-by {
    padding-bottom: 20px;
  }
  .yotpo-display-s
    .yotpo-bottom-line
    .yotpo-summary-section
    .yotpo-bottom-line-summary {
    margin-top: 0;
  }
  .yotpo-display-s
    .yotpo-bottom-line
    .yotpo-summary-section
    .yotpo-bottom-line-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 0 !important;
  }
}
.yotpo .yotpo-bottomline .yotpo-icon-empty-star,
.yotpo .yotpo-bottomline .yotpo-icon-half-star,
.yotpo .yotpo-bottomline .yotpo-icon-star {
  color: #f90 !important;
}
.yotpo .transparent-color-btn span.yotpo-icon {
  color: #6a6c77 !important;
}
.yotpo .yotpo-icon-cross {
  right: 9px !important;
  top: unset !important;
}
.yotpo-bottom-line .yotpo-bottom-line-left-panel.yotpo-bottom-line-score {
  padding-top: 13px;
}
div#newReviewFormModal * {
  font-family: "Josefin Sans", sans-serif !important;
}
.modal-close::after {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  font-size: 18px;
  padding: 5px 15px;
  font-family: "Josefin Sans", sans-serif !important;
}
.modal-close::before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.modal-backdrop .btn-close[data-v-7cf1f5ae] {
  top: 15px;
}
a#yotpo_testimonials_btn span {
  font-family: Josefin Sans, sans-serif !important;
}
.yotpo-uploaded-images {
  overflow: hidden !important;
}
.modal-backdrop.yotpo-review-form-modal .yotpo-modal {
  max-height: 100%;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
.modal-backdrop.yotpo-review-form-modal .yotpo-modal .modal-body {
  overflow-x: hidden !important;
  padding: 0 !important;
  margin: 0 15px !important;
}
.yotpo-device-desktop
  .yotpo-review-form
  .yotpo-name-email-wrapper
  .yotpo-new-review-email[data-v-0590b8d0],
.yotpo-device-desktop
  .yotpo-review-form
  .yotpo-name-email-wrapper
  .yotpo-new-review-name[data-v-0590b8d0],
.yotpo-device-laptop
  .yotpo-review-form
  .yotpo-name-email-wrapper
  .yotpo-new-review-email[data-v-0590b8d0],
.yotpo-device-laptop
  .yotpo-review-form
  .yotpo-name-email-wrapper
  .yotpo-new-review-name[data-v-0590b8d0],
.yotpo-display-l
  .yotpo-review-form
  .yotpo-name-email-wrapper
  .yotpo-new-review-email[data-v-0590b8d0],
.yotpo-display-l
  .yotpo-review-form
  .yotpo-name-email-wrapper
  .yotpo-new-review-name[data-v-0590b8d0],
.yotpo-display-m
  .yotpo-review-form
  .yotpo-name-email-wrapper
  .yotpo-new-review-email[data-v-0590b8d0],
.yotpo-display-m
  .yotpo-review-form
  .yotpo-name-email-wrapper
  .yotpo-new-review-name[data-v-0590b8d0] {
  width: 48% !important;
}
#modalTitle {
  margin-bottom: 0 !important;
}
.yotpo-layout-header-wrapper
  .yotpo-bottom-line
  .yotpo-summary-section
  .yotpo-bottom-line-left-panel.yotpo-bottom-line-score {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .yotpo-reviews-main-widget #newReviewFormModal .close-btn-wrapper {
    top: 0 !important;
  }
  .yotpo-layout-header-wrapper
    .yotpo-bottom-line
    .yotpo-summary-section
    .yotpo-bottom-line-left-panel.yotpo-bottom-line-score {
    padding-top: 5px;
  }
}
.yotpo_revw .yotpo-icon.yotpo-icon-empty-star.rating-star.pull-left,
.yotpo_revw .yotpo-icon.yotpo-icon-half-star.rating-star.pull-left,
.yotpo_revw span.yotpo-stars span.yotpo-icon.yotpo-icon-star {
  font-size: 14px !important;
}
.yotpo .standalone-bottomline .star-clickable *,
.yotpo .standalone-bottomline.star-clickable,
.yotpo-widget-instance * {
  font-family: "Josefin Sans", sans-serif !important;
}
#modal .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star,
#modal
  .yotpo.bottomLine
  .yotpo-icon.yotpo-icon-empty-star.rating-star.pull-left {
  font-size: 14px;
}
.productCarousel.nosto_carousel.test1
  .yotpo-stars
  .yotpo-icon.yotpo-icon-empty-star.rating-star.pull-left,
.productCarousel.nosto_carousel.test1
  .yotpo-stars
  .yotpo-icon.yotpo-icon-half-star.rating-star.pull-left {
  font-size: 14px;
}
#nosto-page-product3 .yotpo-icon-star,
#nosto-page-product3 .yotpo-icon.yotpo-icon-empty-star.rating-star.pull-left,
#nosto-page-product3 .yotpo-icon.yotpo-icon-half-star.rating-star.pull-left {
  font-size: 17.5px !important;
}
.yotpo .text-m {
  font-size: 14px !important;
}
.modal-body.quickView .yotpo-new-review-btn-wrapper {
  display: none;
}
.yotpo-main-layout .yotpo-border-margin {
  margin-top: 10px !important;
}
.yotpo-main-layout.yotpo-main-reviews-widget .yotpo-head {
  padding: 30px 0;
}
.yotpo-main-layout.yotpo-main-reviews-widget .yotpo-new-review-btn-wrapper {
  padding-top: 30px;
}
.yotpo-display-s .yotpo-empty-state {
  margin-top: 0 !important;
}
.yotpo-main-layout.yotpo-main-reviews-widget
  .yotpo-new-review-btn-wrapper
  button#yotpo-main-widget-btn {
  margin-bottom: 0;
}
div#yotpo-app .yotpo-head h2.yotpo-headline {
  margin-bottom: 0;
  line-height: 1;
}
.yotpo-main-layout.yotpo-main-reviews-widget
  .yotpo-new-review-btn-wrapper
  button#yotpo-main-widget-btn {
  background: #cc0f2e;
  display: inline-block;
  width: 350px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1.5px;
  padding: 0;
  text-align: center;
  height: 45px;
  line-height: 48px;
  font-weight: 700;
  border-radius: 0;
}
.yotpo-main-layout.yotpo-main-reviews-widget
  .yotpo-new-review-btn-wrapper
  button#yotpo-main-widget-btn:hover {
  background: #000;
}
@media (max-width: 767px) {
  .yotpo-main-layout.yotpo-main-reviews-widget .yotpo-head {
    padding: 20px 0;
  }
  .yotpo-main-layout.yotpo-main-reviews-widget .yotpo-new-review-btn-wrapper {
    padding-top: 20px;
  }
  .yotpo-main-layout.yotpo-main-reviews-widget
    .yotpo-new-review-btn-wrapper
    button#yotpo-main-widget-btn {
    width: 324px;
  }
  li.navPages-item.navPages-item-page.review-menu-for-mobile {
    display: block !important;
  }
}
.price-section.price-section--withoutTax.rrp-price--withoutTax.dmcls1
  span.price.price--rrp {
  text-decoration: line-through !important;
}
section.page.blog_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.page.blog_page h1.page-heading {
  width: 100%;
  max-width: 100%;
}
.blog_page .blog {
  margin-top: 0 !important;
}
.blog-title {
  height: 58px;
}
.blog-title {
  font-size: 14px;
}
section.page.blog_page ul.blog-tags {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 40px !important;
}
section.page.blog_page ul.blog-tags li a {
  padding: 10px 15px;
  margin-right: 10px;
  background-color: rgba(255, 255, 255, 0.302);
  border: 2px solid #cc0f2e;
}
section.page.blog_page ul.blog-tags li a {
  color: #000;
  text-decoration: unset;
  font-size: 18px;
  font-weight: 500;
}
section.page.blog_page ul.blog-tags a:hover {
  background-color: #cc0f2e;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
section.page.blog_page ul.blog-tags a:hover {
  color: #fff !important;
}
section.page.blog_page ul.blog-tags li a {
  margin-bottom: 20px !important;
}
section.page.blog_page ul.blog-tags li a.active {
  background: #cc0f2e;
  color: #fff;
}
@media (max-width: 1024px) {
  .blog_page .blog .blog-thumbnail,
  .blog_page .blog .blog-thumbnail img {
    height: 230px;
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .pagination ul.pagination-list li.pagination-item {
    display: inline-block !important;
  }
  .blog_page .blog .blog-thumbnail,
  .blog_page .blog .blog-thumbnail img {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
  .blog-title {
    height: 50px;
  }
  section.page.blog_page ul.blog-tags li a {
    padding: 6px 8px;
    margin-right: 10px;
    background-color: rgba(255, 255, 255, 0.302);
    border: 2px solid #cc0f2e;
    margin-bottom: 10px !important;
    display: block;
    font-size: 14px !important;
  }
  section.page.blog_page ul.blog-tags {
    margin-bottom: 10px !important;
  }
}
.blog_page .blog {
  border: 0;
}
.nav-blog-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.nav-blog-wrapper .gsc-control-cse.gsc-control-cse-en {
  padding: 0;
}
.nav-blog-wrapper .gsc-control-cse.gsc-control-cse-en td.gsc-input {
  padding: 0;
}
.nav-blog-wrapper .gsc-control-cse.gsc-control-cse-en td.gsc-search-button {
  padding: 0;
}
.nav-blog-wrapper
  .gsc-control-cse.gsc-control-cse-en
  form.gsc-search-box.gsc-search-box-tools {
  width: 475px !important;
}
#___gcse_0 {
  max-width: 100% !important;
}
#___gcse_0 .gsc-control-cse.gsc-control-cse-en {
  max-width: 100%;
  width: 100%;
}
section.page.blog_page ul.blog-tags {
  margin-bottom: 0 !important;
}
.nav-blog-wrapper .gsc-control-cse.gsc-control-cse-en td.gsc-search-button {
  margin: 0;
}
.nav-blog-wrapper
  .gsc-control-cse.gsc-control-cse-en
  td.gsc-search-button
  button.gsc-search-button.gsc-search-button-v2 {
  height: 35px;
}
.page.blog_page .blog .blog-post-figure .blog-thumbnail img {
  max-width: 100%;
  padding: 0;
  width: 100%;
}
section.page.blog_page ul.blog-tags {
  width: 100%;
}
.nav-blog-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  width: 100%;
}
.nav-blog-wrapper .gsc-control-cse.gsc-control-cse-en td.gsc-input td.gsib_b {
  padding: 0;
}
.nav-blog-wrapper ul.blog-tags {
  width: 100%;
  max-width: 646px;
}
.nav-blog-wrapper div#___gcse_0 {
  width: 100%;
  max-width: 498px !important;
}
.nav-blog-wrapper div#___gcse_0 td.gsc-input {
  padding: 0;
}
.nav-blog-wrapper div#___gcse_0 td.gsc-search-button {
  padding: 0;
}
.nav-blog-wrapper
  div#___gcse_0
  td.gsc-search-button
  button.gsc-search-button.gsc-search-button-v2 {
  height: 35px;
}
@media (max-width: 1199px) {
  .nav-blog-wrapper
    .gsc-control-cse.gsc-control-cse-en
    form.gsc-search-box.gsc-search-box-tools {
    width: 297px !important;
  }
  .nav-blog-wrapper ul.blog-tags {
    max-width: 630px;
  }
  .nav-blog-wrapper div#___gcse_0 {
    max-width: 450px !important;
  }
  .nav-blog-wrapper
    div#___gcse_0
    td.gsc-search-button
    button.gsc-search-button.gsc-search-button-v2 {
    height: 46px !important;
  }
}
@media (max-width: 1050px) {
  .nav-blog-wrapper div#___gcse_0 {
    max-width: 350px !important;
  }
}
@media (max-width: 991px) {
  .nav-blog-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section.page.blog_page #___gcse_0 {
    margin-top: 30px;
    width: 100%;
  }
  .nav-blog-wrapper
    .gsc-control-cse.gsc-control-cse-en
    form.gsc-search-box.gsc-search-box-tools {
    width: 100% !important;
  }
  .nav-blog-wrapper div#___gcse_0 {
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  section.page.blog_page ul.blog-tags li a {
    padding: 6px 15px;
  }
}
.return_to_shipping .alertBox p.alertBox-column.alertBox-message {
  display: inline !important;
}
.accordion #tab_also_view .productCarousel-slide .card {
  display: block !important;
}
.productView
  .productView-details
  .productView-product
  .productView-options
  .add-to-cart-wrapper
  .add-to-cart-buttons
  .custom-add-to-cart-form
  .button.free-shipping-button {
  margin-top: 0;
}
.productView-options
  .form
  .form-option-wrapper
  label.form-option
  span.form-option-variant {
  font-size: 16px;
  color: #000;
  font-family: "Josefin Sans", sans-serif !important;
}
.productView-options .form label#rectangle-group-label,
.productView-options .form label#rectangle-group-label small {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 700;
  color: #000;
  margin: 0 0 9px;
  font-family: "Josefin Sans", sans-serif;
  margin-right: 10px;
}
.price-section.price-section--saving.price {
  display: none !important;
}
.product_mn.out-of-stock
  .productView
  .productView-product
  .productView-options
  form
  #instocknotify-container {
  -webkit-box-ordinal-group: unset;
  -ms-flex-order: unset;
  order: unset;
}
.productView
  .productView-details
  .productView-product
  .productView-options
  .add-to-cart-wrapper
  .add-to-cart-buttons
  .custom-add-to-cart-form
  .button,
.productView--quickView
  .productView-details
  .productView-product
  .productView-options
  .add-to-cart-wrapper
  .add-to-cart-buttons
  .custom-add-to-cart-form
  .button {
  display: inline-block;
  width: 275px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1.5px;
  padding: 0;
  text-align: center;
  height: 45px;
  line-height: 48px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  border-radius: 0;
}
dl.productView-info.has-lastchild dd {
  margin: 0 6px 0 4px !important;
}
@media (max-width: 1366px) {
  .productView
    .productView-details
    .productView-product
    .productView-options
    .add-to-cart-wrapper
    .add-to-cart-buttons
    .custom-add-to-cart-form
    .button,
  .productView--quickView
    .productView-details
    .productView-product
    .productView-options
    .add-to-cart-wrapper
    .add-to-cart-buttons
    .custom-add-to-cart-form
    .button {
    width: 235px;
  }
}
.product_mn.out-of-stock
  .productView
  .productView-product
  .productView-options
  form
  .alertBox.alertBox--error {
  margin: 0 0 20px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  background: #ffff;
}
.productView-options
  .form
  .add-to-cart-wrapper
  .alertBox.productAttributes-message {
  margin: 0 0 20px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  background: #ffff;
}
.alertBox-column.alertBox-icon icon.icon svg {
  fill: #cc4749;
}
.productView-details.product-data .alertBox {
  border-radius: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px;
}
p.alertBox-column.alertBox-message {
  letter-spacing: 0.4px;
  color: #1d1d1d;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.alertBox.productAttributes-message .alertBox-column.alertBox-icon {
  display: block;
}
.alertBox.productAttributes-message p.alertBox-column.alertBox-message {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.custom-home-info
  .home-info__wrapper
  .home-info__right
  .info-right__body
  span.glopal-hide {
  font-family: Lato, sans-serif !important;
}
.ABT_mn span.glopal-hide {
  font-family: Lato, sans-serif !important;
}
body.page-type-page.shopmonkey.page_mn .container-1140 {
  max-width: 100%;
}
body.page-type-page.shopmonkey.page_mn
  .container-1140
  nav[aria-label="Breadcrumb"] {
  display: none;
}
body.page-type-page.shopmonkey.page_mn main.body {
  margin-top: 0;
}
body.page-type-page.shopmonkey.page_mn
  .page-content
  .cms
  .easily-manage-everything-sec
  .extand_sec
  .my-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
body.shopmonkey .see-all-result-sec {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 90px 0 30px;
}
body.shopmonkey .see-all-result-sec .container {
  padding: 0 1%;
}
body.shopmonkey .see-all-result-sec h2 {
  text-align: center;
  font-size: 30px;
  margin: 0;
  line-height: 40px;
}
body.shopmonkey .see-all-result-sec .row .list-wraper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  gap: 64px 80px;
}
body.shopmonkey .see-all-result-sec .row {
  margin: 75px 0 0;
}
body.shopmonkey .see-all-result-sec .list-wraper .list-div h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.27px;
  font-style: normal;
  color: #1d2030;
  margin: 0 0 12px;
}
body.shopmonkey .see-all-result-sec .list-wraper .list-div p {
  font-size: 18px;
  color: #6f7283;
}
body.shopmonkey .extand_sec .extand_hero_detail p {
  letter-spacing: 0;
  line-height: 32px;
  font-size: 22px;
}
body.shopmonkey .extand_sec .extand_hero_detail ul {
  list-style: none;
  margin: 0;
}
body.shopmonkey .extand_sec .extand_hero_detail ul li strong {
  margin: 20px 0 12px;
  display: inline-block;
  font-size: 24px;
  line-height: 1;
}
body.shopmonkey .extand_sec .extand_hero_detail a {
  width: 100%;
  max-width: 270px;
  padding: 11px 15px 7px 15px;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  background: #cb2129;
  border-radius: 4px;
  text-decoration: none;
  margin: 35px 0 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid #cb2129;
}
body.shopmonkey .extand_sec .extand_hero_detail a:hover {
  background: #000;
  border: 1px solid #000;
}
.cta-section-sm-page .row a {
  width: 100%;
  max-width: 280px;
  padding: 11px 15px 7px 15px;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  background: #cb2129;
  border-radius: 4px;
  text-decoration: none;
  margin: 35px 0 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid #cb2129;
}
.cta-section-sm-page .row a:hover {
  background: #000;
  border-color: #000;
}
body.shopmonkey .ask_ques .ask_block p {
  color: #6f7283;
}
body.shopmonkey .ask_ques {
  float: unset;
}
body.shopmonkey .cta-section-sm-page {
  background: #ebebeb;
  padding: 50px 40px;
}
body.shopmonkey .cta-section-sm-page .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-type-page .page-content .shop-monkey .image-above {
  text-align: center;
  width: 100%;
}
.page-type-page .page-content .shop-monkey .my-row.space-0 {
  margin: 0;
}
.page-type-page .page-content .shop-monkey .image-above img {
  width: 100%;
  max-width: 500px;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}
.page-type-page .page-content .all-in-oneshop-sec .extand_sec,
.page-type-page .page-content .easily-manage-everything-sec .extand_sec,
.page-type-page .page-content .impress-your-customers-sec .extand_sec {
  padding: 90px 0 0 0;
}
.page-type-page .page-content .impress-your-customers-sec .extand_sec {
  padding-bottom: 90px;
}
.extand_hero_detail {
  padding: 20px 80px;
}
.page-type-page .page-content .new-section {
  background: #1e1e2d;
  padding: 40px 0;
}
.page-type-page .page-content .new-section .my-row {
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-type-page .page-content .new-section .my-row .logo-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}
.page-type-page .page-content .new-section .my-row .logo-div img {
  width: 100%;
  max-width: 290px;
  -o-object-fit: contain;
  object-fit: contain;
}
.page-type-page .page-content .new-section .my-row .logo-div img:nth-child(2) {
  height: 50px;
  width: 50px;
}
.page-type-page .page-content .new-section .my-row div {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-type-page .page-content .new-section .my-row div h3 {
  font-size: 20px;
  width: 100%;
  max-width: 770px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 0;
}
body.shopmonkey .see-all-result-sec .row .list-wraper .list-div img {
  width: 100%;
  max-width: 60px;
  margin-bottom: 20px;
  display: inline-block;
}
.page-type-page .page-content .all-in-oneshop-sec .my-row.space-0 {
  margin: 0;
}
.page-type-page .page-content .easily-manage-everything-sec .my-row {
  margin: 0;
}
.page-type-page .page-content .all-in-oneshop-sec .my-row.space-0 {
  margin: 0;
}
body.page-type-page.shopmonkey.page_mn
  .page-content
  .impress-your-customers-sec
  .my-row.space-0 {
  margin: 0;
}
.above-cate-lists-li.Clearance ul li a img {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.above-cate-lists-li.Clearance ul li a img:hover {
  opacity: 0.6;
}
body.shopmonkey .extand_sec h2 {
  line-height: 1.3;
}
li.navPages-item.navPages-item-page.productMenu.Clearancemenu
  .container-main.megamenu__list--wrapper
  li.navPages-item.megamenu__item.hide_promotion_product {
  text-align: left;
}
body.page-type-page.shopmonkey.page_mn .container-1140 section.page {
  margin-bottom: 0;
}
@media (max-width: 1439px) {
  body.shopmonkey .extand_sec h2 {
    font-size: 30px;
  }
  body.shopmonkey .extand_sec .extand_hero_detail ul li strong {
    margin: 20px 0 9px;
    font-size: 21px;
  }
  body.shopmonkey .extand_sec .extand_hero_detail p {
    line-height: 27px;
    font-size: 19px;
  }
  body.shopmonkey .see-all-result-sec h2 {
    font-size: 28px;
  }
  body.shopmonkey .see-all-result-sec {
    margin: 90px 0 0;
  }
  body.shopmonkey .ask_ques {
    padding: 65px 0;
  }
}
@media (max-width: 1365px) {
  .page-type-page .page-content .new-section .my-row .logo-div img {
    max-width: 290px;
  }
  .page-type-page .page-content .shop-monkey .image-above img {
    max-width: 400px;
  }
  .extand_hero_detail {
    padding: 20px 50px;
  }
}
@media (max-width: 1199px) {
  .page-type-page .page-content .all-in-oneshop-sec .extand_sec,
  .page-type-page .page-content .easily-manage-everything-sec .extand_sec,
  .page-type-page .page-content .impress-your-customers-sec .extand_sec {
    padding: 50px 15px 0 15px;
  }
  body.shopmonkey .extand_sec h2 {
    font-size: 24px;
    margin: 0 0 10px 0;
  }
  body.shopmonkey .extand_sec .extand_hero_detail p {
    line-height: 21px;
    font-size: 17px;
  }
  body.shopmonkey .extand_sec .extand_hero_detail ul li strong {
    margin: 18px 0 7px;
    font-size: 20px;
  }
  .page-type-page .page-content .impress-your-customers-sec .extand_sec {
    padding-bottom: 60px;
  }
  body.shopmonkey .see-all-result-sec {
    margin: 70px 0 0;
  }
  body.shopmonkey .see-all-result-sec h2 {
    font-size: 25px;
    line-height: 1.3;
  }
  body.shopmonkey .extand_sec {
    width: 100vw;
    margin: 0 -15px;
  }
  body.shopmonkey .see-all-result-sec .list-wraper .list-div h3 {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.27px;
  }
  body.shopmonkey .see-all-result-sec .list-wraper .list-div p {
    font-size: 16px;
    line-height: 1.3;
  }
  body.shopmonkey .cta-section-sm-page {
    margin: 0 -15px;
  }
  body.shopmonkey .page-type-page .page-content .new-section {
    margin: 0 -15px;
  }
  body.shopmonkey .page-type-page .page-content .new-section {
    padding: 50px 0;
  }
  body.shopmonkey body.shopmonkey .cta-section-sm-page {
    padding: 40px 40px;
  }
  body.shopmonkey .ask_ques {
    padding: 55px 0;
  }
  body.shopmonkey .ask_ques h2 {
    margin: 0 0 60px 0;
  }
  body.shopmonkey .ask_block h3 {
    font-size: 20px;
    line-height: 25px;
  }
  body.shopmonkey .ask_ques h2 {
    font-size: 30px;
  }
  .page-type-page .page-content .new-section .my-row div h3 {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  body.shopmonkey .extand_sec h2 {
    font-size: 19px;
  }
  .page-type-page .page-content .new-section {
    margin: 0 -15px;
  }
  .page-type-page .page-content .all-in-oneshop-sec .extand_sec,
  .page-type-page .page-content .easily-manage-everything-sec .extand_sec,
  .page-type-page .page-content .impress-your-customers-sec .extand_sec {
    padding: 30px 15px 0 15px;
  }
  .extand_hero_detail {
    padding: 10px 30px;
  }
  body.shopmonkey .extand_sec .extand_hero_detail a {
    max-width: 250px;
    padding: 8px 15px 8px 15px;
    margin: 25px 0 0;
    font-size: 18px;
  }
  body.shopmonkey .extand_sec .extand_hero_detail ul li strong {
    font-size: 18px;
  }
  body.shopmonkey .see-all-result-sec {
    margin: 50px 0 0;
  }
  body.shopmonkey .see-all-result-sec h2 {
    font-size: 23px;
  }
  body.shopmonkey .see-all-result-sec .row {
    margin: 45px 0 0;
  }
  body.shopmonkey .see-all-result-sec .list-wraper .list-div h3 {
    font-size: 17px;
    letter-spacing: 0;
    margin: 0 0 10px;
  }
  body.shopmonkey .see-all-result-sec .row .list-wraper .list-div img {
    margin-bottom: 15px;
  }
  body.shopmonkey .see-all-result-sec .row .list-wraper {
    gap: 14px 26px;
  }
  body.shopmonkey .ask_ques h2 {
    font-size: 25px;
    margin: 0 0 40px 0;
  }
  body.shopmonkey .ask_block h3 {
    font-size: 17px;
    line-height: 25px;
  }
  body.shopmonkey .ask_ques {
    padding: 50px 0 30px;
  }
  .page-type-page h2 {
    font-size: 20px;
  }
  .cta-section-sm-page .row a {
    font-size: 16px;
    text-decoration: blink;
    margin: 20px 0 0;
  }
  .page-type-page .page-content .new-section .my-row .logo-div img {
    max-width: 210px;
  }
  .page-type-page .page-content .new-section .my-row div h3 {
    font-size: 20px;
  }
  .page-type-page .page-content .new-section .my-row div h3 {
    font-size: 16px;
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  body.shopmonkey .page-type-page .page-content .shop-monkey .image-above img {
    max-width: 250px;
  }
  .page-type-page .page-content .easily-manage-everything-sec .extand_sec,
  .page-type-page .page-content .impress-your-customers-sec .extand_sec,
  body.shopmonkey
    .page-type-page
    .page-content
    .all-in-oneshop-sec
    .extand_sec {
    padding: 40px 15px 0 15px;
  }
  .all-in-oneshop-sec .extand_hero_detail,
  .easily-manage-everything-sec .extand_hero_detail,
  .impress-your-customers-sec .extand_hero_detail {
    padding: 25px 10px;
  }
  body.shopmonkey .see-all-result-sec .row {
    margin: 35px 0 0;
  }
  body.shopmonkey .ask_ques {
    padding: 40px 0;
  }
  body.shopmonkey .see-all-result-sec .row .list-wraper {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px 80px;
  }
  body.shopmonkey .extand_sec h2 {
    font-size: 18px;
  }
  body.shopmonkey .see-all-result-sec {
    margin: 40px 0 0;
  }
  body.shopmonkey .see-all-result-sec h2 {
    font-size: 18px;
    line-height: 1.2;
  }
  body.shopmonkey .ask_ques h2 {
    font-size: 18px;
    padding: 0;
  }
  body.shopmonkey .ask_ques .ask_block h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  body.shopmonkey .cta-section-sm-page .row a {
    padding: 8px 8px;
    font-size: 15px;
    margin: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body.shopmonkey .cta-section-sm-page h2 {
    font-size: 18px;
    text-align: center;
  }
  body.shopmonkey .see-all-result-sec .list-wraper .list-div h3 {
    font-size: 16px;
  }
  .page-type-page .page-content .new-section .my-row div h3 {
    font-size: 16px;
    padding: 0 10px;
  }
  .page-type-page .page-content .new-section .my-row .logo-div {
    gap: 20px;
  }
  .page-type-page .page-content .new-section {
    padding: 40px 0;
  }
  body.shopmonkey .extand_sec .extand_hero_detail ul li strong {
    font-size: 16px;
  }
  body.shopmonkey .see-all-result-sec .list-wraper .list-div p {
    margin-bottom: 10px;
  }
  body.shopmonkey .extand_sec .extand_hero_detail a {
    max-width: 210px;
    font-size: 16px;
  }
  .page-type-page .page-content .new-section .my-row .logo-div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-type-page
    .page-content
    .new-section
    .my-row
    .logo-div
    img:nth-child(2) {
    width: 100%;
    max-width: 100%;
  }
  .page-type-page .page-content .new-section .my-row .logo-div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px;
  }
  .page-type-page .page-content .new-section .my-row div h3 {
    padding: 0 15px;
  }
  .page-type-page .page-content .new-section .my-row .logo-div img {
    max-width: 170px;
  }
  .page-type-page .page-content .new-section .my-row div h3 {
    font-size: 15px;
    padding: 0 15px;
    line-height: 22px;
  }
}
body #form-action-addToCart {
  font-size: 13px;
}
.productView .productView-details .form-field label {
  font-size: 12px;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  text-decoration: none;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
  color: #333;
}
.productView .productView-details .form-field .form-select {
  border-radius: 0;
  font-size: 12px;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  text-decoration: none;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  padding-top: 9px;
  color: #333;
}
.productView
  .productView-details
  .form-field
  .form-option-wrapper
  .form-option.form-option-swatch {
  margin: 0 10px 0 0;
  width: 30px;
  height: 30px;
}
.productView
  .productView-details
  .form-field
  .form-option-wrapper
  .form-option.form-option-swatch
  .form-option-variant.form-option-variant--color {
  width: 100%;
  height: 100%;
}
.productView .productView-details .form-field {
  margin-bottom: 20px !important;
}
.productView
  .productView-details
  .form-field
  .form-option-wrapper
  input:focus
  + label {
  outline: 0 !important;
}
.previewCart .productView-details {
  margin-top: 25px;
}
.previewCart .productView-details .productView-info dd,
.previewCart .productView-details .productView-info dt {
  font-size: 11px;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  text-decoration: none;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
  color: #333;
}
.previewCart .productView-details .productView-info dd {
  font-size: 15px;
  font-weight: 700;
}
.previewCart .productView-details .productView-info {
  margin-bottom: 0;
}
.alertBox.alertBox--info {
  border: 1px solid #cb2129;
  border-radius: 0;
  line-height: 1;
  padding-top: 15px;
  padding-bottom: 11px;
  margin-bottom: 25px;
  background: #cb2129;
  text-align: center;
}
.alertBox.alertBox--info .alertBox-column.alertBox-message {
  color: #fff;
  display: table;
}
.productView
  .productView-details
  .productView-product
  .productView-price
  .price-section.rrp-price--withoutTax.testing1
  > span:first-child {
  display: none;
}
.yotpo .yotpo-testimonials-btn {
  padding: 10px 15px !important;
}
.custom_navPages
  .navPages-list
  .navPages-item.productMenu
  .custom-mega-menu
  .megamenu__list
  .megamenu__item.has-custom-subMenu
  .navPage-subMenu.navPage-subMenu-horizontal
  .navPage-subMenu-image
  a.mega-menu-button {
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  margin: 0;
  text-decoration: none;
  color: #fff;
  background: #cb2129;
  border-radius: 0;
  text-transform: uppercase;
  max-width: 147px;
  padding: 0;
  line-height: 39px;
  text-align: center;
  font-size: 15px;
  height: 40px;
  display: inline-table;
  width: 100%;
}
.custom_navPages
  .navPages-list
  .navPages-item.productMenu
  .custom-mega-menu
  .megamenu__list
  .megamenu__item.has-custom-subMenu
  .navPage-subMenu.navPage-subMenu-horizontal
  .navPage-subMenu-image
  a
  img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.custom_navPages
  .navPages-list
  .navPages-item.productMenu
  .custom-mega-menu
  .megamenu__list
  .megamenu__item.no-subMenu
  .navPage-subMenu-horizontal
  .navPage-subMenu-image
  a.mega-menu-button {
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  margin: 0;
  text-decoration: none;
  color: #fff;
  background: #cb2129;
  border-radius: 0;
  text-transform: uppercase;
  max-width: 147px;
  padding: 0;
  line-height: 39px;
  text-align: center;
  font-size: 15px;
  height: 40px;
  display: inline-table;
  width: 100%;
}
.page-type-cart .alertBox.alertBox--info {
  background: 0 0;
  border: 0;
}
.shop-all-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.shop-all-img {
  max-width: calc(100% / 4 - 80px / 4);
  width: 100%;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.shop-all-img .allign-imgmenu {
  width: 200px;
  height: 200px;
  background: #e0dfd8;
  border-radius: 50%;
  overflow: hidden;
}
.shop-all-img .allign-imgmenu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shop-all-img .allign-imgmenu a img {
  max-width: 87px;
}
.shop-all-img .shop-all-category p {
  margin: 0;
  color: #000;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}
.page-type-brand .container-full {
  max-width: 1140px !important;
  width: 100%;
  margin: 0 auto;
}
.page-type-brand ul.productGrid li.product article.card {
  border: 1px solid #d3d3d3;
}
.page-type-brand
  ul.productGrid
  li.product
  article.card
  .card-body
  .custom-top-card-button {
  height: 49px;
}
.page-type-brand
  ul.productGrid
  li.product
  article.card
  .card-body
  .custom-top-card-button
  a.btn.button.button--small.card-figcaption-button {
  width: 100%;
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
}
.custom_navPages
  .navPages-list
  .navPages-item.productMenu
  .custom-mega-menu
  .megamenu__list
  .megamenu__item.no-subMenu
  .navPage-subMenu-horizontal {
  display: block !important;
}
.custom_navPages
  .navPages-list
  .navPages-item.productMenu
  .custom-mega-menu
  .megamenu__list
  .megamenu__item.no-subMenu
  .navPage-subMenu-horizontal
  .navPage-subMenu-image.Shop.All {
  display: none;
}
.return_to_shipping .alertBox p.alertBox-column.alertBox-message span {
  color: #cc4749;
  font-size: 14px;
  text-transform: capitalize;
}
.return_to_shipping.custom-class
  .alertBox.alertBox--info.customerror:first-child
  .alertBox-column.alertBox-icon {
  display: inline-block !important;
  margin-top: 7px;
}
.page-type-product
  .productView
  .productView-details
  .productView-product
  .productView-options:has(.alertBox--error) {
  background-color: transparent;
}
.productView
  .productView-details
  .productView-product
  .productView-options:has(.alertBox--error)
  .alertBox {
  padding: 15px 10px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.productView-options div#InStockNotifyButton input {
  font-family: "Josefin Sans", sans-serif;
}
body.nan-sale-percent span.price.price--withoutTax.testingggnng6454 {
  text-decoration: line-through;
  color: #333;
}
.shop-all-img .allign-imgmenu {
  width: 200px;
  height: 200px;
  background: #efefef;
  border-radius: 50%;
  overflow: hidden;
}
.shop-all-img .allign-imgmenu a img {
  max-width: 100%;
}
a#wi-country-selector-button {
  left: 209px;
  height: 25px;
  width: 25px;
  top: 2px;
}
@media (max-width: 499px) {
  a#wi-country-selector-button {
    left: 30px;
  }
}
body.page-type-cart .cart-additionalCheckoutButtons {
  float: right;
  width: 280px;
}
@media (max-width: 767px) {
  body.page-type-cart .cart-additionalCheckoutButtons {
    width: 100%;
  }
}
@media (max-width: 499px) {
  header.header .custom-header-top {
    height: 50px;
  }
  header.header
    .custom-header-top
    .header-top__list
    .header-top__item.header-top__item--left {
    display: block;
  }
  a#wi-country-selector-button {
    left: 177px !important;
  }
  header.header .custom-header-top .header-top__list {
    padding-left: 0;
  }
}
@media (max-width: 440px) {
  header.header
    .custom-header-top
    .header-top__list
    .header-top__item
    .header-top__link {
    font-size: 8px;
  }
  a#wi-country-selector-button {
    left: 144px !important;
  }
}
.page-type-cart
  .alertBox.alertBox--info:has(p.alertBox-column > span:empty)
  .alertBox-column.alertBox-icon {
  opacity: 0;
}
header.header .custom-header-top {
  background: #0c0c0c;
  padding: 10px;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
header.header .custom-header-top .header-top__list {
  padding: 0;
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item
  ul.gcustom-header-li {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item
  ul.gcustom-header-li
  li
  a {
  color: #e7e7e7;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 15px;
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item
  ul.gcustom-header-li
  li
  a:hover {
  color: #cb2029;
}
header.header .custom-navPages-container .container-main {
  padding: 20px 15px;
  max-width: calc(100% - 90px);
}
header.header .custom-navPages-container .container-main .header-main {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .header-main__logo {
  max-width: 200px;
  width: 100%;
}
header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .header-main__right {
  max-width: calc(100% - 700px);
  width: 100%;
}
header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .header-main__right
  form.form.form-custom-search
  .form-field {
  width: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 30px;
  overflow: hidden;
}
header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .header-main__right
  form.form.form-custom-search
  .form-field
  input {
  height: 48px;
  border: 0;
  padding: 0 20px !important;
  color: #646464;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: capitalize;
}
header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .header-main__right
  form.form.form-custom-search
  .form-field
  input::-webkit-input-placeholder {
  color: #646464;
}
header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .header-main__right
  form.form.form-custom-search
  .form-field
  input::-moz-placeholder {
  color: #646464;
}
header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .header-main__right
  form.form.form-custom-search
  .form-field
  input:-ms-input-placeholder {
  color: #646464;
}
header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .header-main__right
  form.form.form-custom-search
  .form-field
  input::-ms-input-placeholder {
  color: #646464;
}
header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .header-main__right
  form.form.form-custom-search
  .form-field
  input::placeholder {
  color: #646464;
}
header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .header-main__right
  form.form.form-custom-search
  .form-field::after,
header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .header-main__right
  form.form.form-custom-search
  .form-field::before {
  display: none;
}
header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .header-main__right
  form.form.form-custom-search
  .form-field
  input.custom-search-button {
  height: 48px;
  padding: 0;
  background-color: #fc0;
  width: 60px;
  font-size: 0;
  display: block;
  background-image: url(https://cdn11.bigcommerce.com/s-2h9e5ps1qa/images/stencil/original/image-manager/artboard-8-2x.png?t=1746436212);
  background-position: center;
  background-size: 39px;
}
header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .account-cart-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 210px;
  width: 100%;
}
header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .account-cart-wrapper
  .header-right__item
  img {
  width: 50px;
}
header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .account-cart-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .account-cart-wrapper
  .header-right__item
  p {
  line-height: normal;
  width: 100%;
  margin: 0;
  color: #fc0;
  font-size: 14px;
}
header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .account-cart-wrapper
  .header-right__item.header-right__item--account
  .main-wrapper-get {
  display: inline-grid;
  width: 100%;
}
header.header.header_fixed {
  position: relative;
}
header.header {
  background: #cb2029 !important;
}
header.header .custom-navPages-container {
  background-color: #cb2029;
  z-index: 11;
}
header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .account-cart-wrapper
  .header-right__item.header-right__item--account {
  max-width: 190px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .account-cart-wrapper
  .header-right__item
  a {
  position: relative;
}
header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .account-cart-wrapper
  .header-right__item
  a
  span.countPill {
  color: #000;
  background: #fc0;
  min-width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  margin: -8px;
  right: -10px;
}
header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .account-cart-wrapper
  .header-right__item.header-right__item--account
  .main-wrapper-get
  a.header-right__action {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: normal;
}
header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .account-cart-wrapper
  .header-right__item.header-right__item--account
  img {
  width: 40px;
}
header.header .navPages-container:last-child {
  background: #efefef;
}
header.header .navPages-container nav.navPages.custom_navPages {
  max-width: calc(100% - 90px);
  width: 100%;
  position: relative;
}
header.header .navPages-container::after,
header.header .navPages-container::before {
  display: none;
}
header.header .navPages-container nav.navPages.custom_navPages::after,
header.header .navPages-container nav.navPages.custom_navPages::before {
  display: none;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  max-width: 420px;
  width: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
header.header
  .navPages-container
  nav.navPages.custom_navPages
  .navigation-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header.header
  .navPages-container
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.mega-menu-right {
  max-width: calc(100% - 400px);
  width: 100%;
  padding-left: 70px;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  a.navPages-action {
  text-transform: capitalize;
  font-size: 16px;
  color: #000;
  letter-spacing: 0;
  position: relative;
  border-bottom: 4px solid transparent;
  line-height: normal;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 15px 14px;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper {
  position: absolute;
  left: 0;
  padding: 20px;
  background: #fff;
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  > li.main-categoryies
  a.navPages-action:hover {
  border-bottom: 4px solid #cb2029;
}
header.header
  .navPages-container
  nav.navPages.custom_navPages
  ul.mega-menu-right
  .right-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
header.header
  .navPages-container
  nav.navPages.custom_navPages
  ul.mega-menu-right
  .right-categories
  .header-categories
  > a.cat-name {
  font-size: 16px;
  text-decoration: none;
  color: #000;
  padding: 17px 15px 10px;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 4px solid transparent;
  line-height: normal;
  min-height: 65px;
}
header.header
  .navPages-container
  nav.navPages.custom_navPages
  ul.mega-menu-right
  .right-categories
  .header-categories
  > a.cat-name:hover {
  border-bottom: 4px solid #cb2029;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper {
  position: absolute;
  left: 0;
  padding: 20px 30px;
  background: #fff;
  width: 100%;
  max-width: 100%;
  top: 98%;
  border-radius: 15px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 0 0 5px #ddd;
  box-shadow: 0 0 5px #ddd;
  display: none;
  min-height: 507px;
  overflow: auto;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categoryies.show-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-navPages-container .header-main {
  padding: 0;
}
.custom-navPages-container .header-main {
  padding: 0;
}
header.header
  .navPages-container
  nav.navPages.custom_navPages
  ul.mega-menu-right
  .right-categories
  .header-categories {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category {
  max-width: calc(100% - 230px);
  width: 100%;
  position: relative;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  a.cat-name {
  font-size: 16px;
  text-align: left;
  color: #000;
  display: block;
  line-height: normal;
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  > .second-category
  > a.cat-name {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  padding-bottom: 0;
  border-bottom: 2px solid #000;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .gallery.section {
  max-width: 230px;
  width: 100%;
  padding-left: 20px;
  border-left: 3px solid #c4c4c4;
  margin-top: 20px;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .gallery.section
  img {
  border-radius: 20px;
  width: 100%;
  margin: 0 0 13px;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper {
  padding: 30px 5px 0 0;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  .parent-categories
  a.cat-name {
  padding: 8px 0;
  text-decoration: none;
  font-size: 16px;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  .parent-categories
  a.cat-name:hover {
  text-decoration: underline;
  color: #cb2029;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  > .parent-categories
  > .subchild-wrapper {
  position: absolute;
  top: 0;
  right: 25px;
  width: 100%;
  max-width: calc(100% - 320px);
  height: 100%;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  > .parent-categories
  > .subchild-wrapper
  > .sub-child {
  max-width: calc(100% / 2 - 10px);
  width: 100%;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  > .parent-categories
  > .subchild-wrapper
  > .sub-child
  > a.navPage {
  font-size: 16px;
  color: #000;
  text-align: left;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  > .parent-categories
  > .subchild-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 20px;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies
  a.navPages-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 19px;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies
  a.navPages-action
  img {
  display: block;
  width: 25px;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies:first-child
  a.navPages-action {
  text-align: left;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  > .parent-categories
  > .subchild-wrapper {
  display: none;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  > .parent-categories
  > .subchild-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper {
  max-width: 280px;
  border-right: 3px solid #c4c4c4;
  height: 100%;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  > .parent-categories
  > .subchild-wrapper
  > .sub-child
  a.navPage {
  text-align: left;
  width: 100%;
  display: block;
  padding: 6px 7px;
  text-decoration: none;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  .parent-categories
  img {
  max-width: 18px;
  height: 18px;
  -o-object-fit: contain;
  object-fit: contain;
}
header.header
  .navPages-container
  nav.navPages.custom_navPages
  ul.mega-menu-right
  .right-categories {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  .category-shown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  .category-shown:hover {
  background: #efefef;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  > .parent-categories
  > .subchild-wrapper.show-subchild {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies.show-dropdown
  .main-categories-all-wrapper {
  height: 550px;
  overflow: auto;
  scrollbar-width: none;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  > .parent-categories
  > .subchild-wrapper {
  max-height: 510px;
  overflow: auto;
  scrollbar-width: none;
  height: 100%;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  > .parent-categories
  > .subchild-wrapper
  p {
  width: 100%;
  color: #000;
  font-size: 18px;
  text-align: left;
  font-weight: 600;
  margin: 0 0 30px;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  > .parent-categories
  > .subchild-wrapper
  > .sub-child
  a.navPage:hover {
  text-decoration: underline;
  color: #cb2029;
  background: #efefef;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  a.navPages-action {
  gap: 6px;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies.show-dropdown
  .main-categories-all-wrapper
  a.navPage:hover,
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies:not(:first-child)
  .main-categories-all-wrapper
  .second-category
  .speicail-clerance
  a.navPage-childList-action:hover {
  background: #efefef;
  color: #cb2029 !important;
  text-decoration: underline !important;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies:not(:first-child)
  .main-categories-all-wrapper
  .second-category
  > div.speacial-wrapper {
  border-right: 3px solid #c4c4c4;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies
  .parent-categories-wrapper {
  position: absolute;
  left: 0;
  padding: 20px 10px;
  background: #fff;
  width: 300px;
  max-width: 300px;
  top: 100%;
  border-radius: 0 0 15px 15px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 0 0 5px #ddd;
  box-shadow: 0 0 5px #ddd;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  li.main-categoryies
  .parent-categories-wrapper
  a {
  color: #000;
  font-size: 16px;
  display: block;
  line-height: normal;
  padding: 10px 15px;
  width: 100%;
  text-align: left;
  text-decoration: none;
  margin: 0;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  li.main-categoryies
  .parent-categories-wrapper
  a:hover {
  background: #efefef;
  color: #cb2029 !important;
  text-decoration: underline !important;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  li.main-categoryies
  .parent-categories-wrapper
  .view-all-btn {
  margin-top: 10px;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies
  .parent-categories-wrapper
  .view-all-btn
  a {
  margin: 0;
  background: #fc0;
  padding: 16px 23px;
  line-height: normal;
  border-radius: 30px;
  font-weight: 600;
}
header.header
  .navPages-container
  nav.navPages.custom_navPages
  ul.mega-menu-right
  .right-categories
  .header-categories
  .speicail-clerance {
  position: absolute;
  left: 0;
  padding: 20px 10px;
  background: #fff;
  width: auto;
  max-width: 100%;
  top: 100%;
  border-radius: 15px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 0 0 5px #ddd;
  box-shadow: 0 0 5px #ddd;
  display: none;
  flex-wrap: wrap;
}
header.header
  .navPages-container
  nav.navPages.custom_navPages
  ul.mega-menu-right
  .right-categories
  .header-categories
  .speicail-clerance.show-subchild {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.header
  .navPages-container
  nav.navPages.custom_navPages
  ul.mega-menu-right
  .right-categories
  .header-categories
  .speicail-clerance
  .sub-child
  a.navPage {
  color: #000;
  font-size: 16px;
  display: block;
  line-height: normal;
  padding: 10px 15px;
  width: 100%;
  text-align: left;
  text-decoration: none;
  margin: 0 0 5px;
}
header.header
  .navPages-container
  nav.navPages.custom_navPages
  ul.mega-menu-right
  .right-categories
  .header-categories
  .speicail-clerance
  .sub-child
  a.navPage:hover {
  background: #efefef;
  color: #cb2029 !important;
  text-decoration: underline !important;
}
header.header
  .navPages-container
  nav.navPages.custom_navPages
  ul.mega-menu-right
  .right-categories
  .header-categories
  .speicail-clerance
  .sub-child {
  max-width: calc(100% / 2 - 10px);
  width: 100%;
}
header.header
  .navPages-container
  nav.navPages.custom_navPages
  ul.mega-menu-right
  .right-categories
  .header-categories
  .speicail-clerance
  .gallery.section {
  max-width: 300px;
  width: 100%;
}
header.header
  .navPages-container
  nav.navPages.custom_navPages
  ul.mega-menu-right
  .right-categories
  .header-categories
  .speicail-clerance
  .wrapper-img-content {
  max-width: calc(100% - 300px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
header.header
  .navPages-container
  nav.navPages.custom_navPages
  ul.mega-menu-right
  .right-categories
  .header-categories
  .speicail-clerance
  .gallery.section
  img {
  margin: 0 0 10px;
  border-radius: 10px;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies:not(:first-child).show-dropdown
  .parent-categories-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies.show-dropdown
  .main-categories-all-wrapper::-webkit-scrollbar {
  width: 10px;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies.show-dropdown
  .main-categories-all-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies.show-dropdown
  .main-categories-all-wrapper::-webkit-scrollbar-thumb {
  background: #888;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies.show-dropdown
  .main-categories-all-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies:not(:first-child)
  .main-categories-all-wrapper
  .second-category
  .speacial-wrapper
  .speicail-clerance
  .speacial-clear-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies:not(:first-child)
  .main-categories-all-wrapper
  .second-category
  .speacial-wrapper
  .speicail-clerance
  .speacial-clear-wrapper
  > a.navPage-childList-action
  .category-open {
  max-width: calc(100% / 2 - 20px);
  width: 100%;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies:not(:first-child)
  .main-categories-all-wrapper
  .second-category
  .speacial-wrapper
  .speicail-clerance
  .speacial-clear-wrapper
  .third-level-category {
  max-width: calc(100% / 2 - 0px);
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  height: 100%;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies:not(:first-child)
  .main-categories-all-wrapper
  .second-category
  .speacial-wrapper
  .speicail-clerance
  .speacial-clear-wrapper
  .third-level-category.show-subchild {
  display: block;
  padding-left: 20px;
  border-left: 3px solid #c4c4c4;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies:not(:first-child)
  .main-categories-all-wrapper
  .second-category
  .speacial-wrapper
  .speicail-clerance
  .speacial-clear-wrapper
  .category-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100% / 2 - 20px);
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5px;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies:not(:first-child)
  .main-categories-all-wrapper
  .second-category
  .speacial-wrapper
  .speicail-clerance
  .speacial-clear-wrapper
  .category-open
  img {
  width: 18px;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  .parent-categories:has(div.subchild-wrapper.show-subchild),
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies:not(:first-child)
  .main-categories-all-wrapper
  .second-category
  .speacial-wrapper
  .speicail-clerance
  .speacial-clear-wrapper
  .category-open:hover,
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies:not(:first-child)
  .main-categories-all-wrapper
  .second-category
  .speacial-wrapper
  .speicail-clerance
  .speacial-clear-wrapper:has(div.third-level-category.show-subchild)
  .category-open {
  background: #efefef;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  .parent-categories:has(div.subchild-wrapper.show-subchild)
  a.cat-name,
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies:not(:first-child)
  .main-categories-all-wrapper
  .second-category
  .speacial-wrapper
  .speicail-clerance
  .speacial-clear-wrapper:has(div.third-level-category.show-subchild)
  .category-open
  a.navPage-childList-action {
  text-decoration: underline;
  color: #cb2029;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  .parent-categories:has(div.subchild-wrapper.show-subchild)
  img,
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies:not(:first-child)
  .main-categories-all-wrapper
  .second-category
  .speacial-wrapper
  .speicail-clerance
  .speacial-clear-wrapper:has(div.third-level-category.show-subchild)
  .category-open
  img {
  -webkit-filter: invert(14%) sepia(98%) saturate(3800%) hue-rotate(348deg)
    brightness(92%) contrast(87%);
  filter: invert(14%) sepia(98%) saturate(3800%) hue-rotate(348deg)
    brightness(92%) contrast(87%);
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  .category-shown:hover
  img,
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies:not(:first-child)
  .main-categories-all-wrapper
  .second-category
  .speacial-wrapper
  .speicail-clerance
  .speacial-clear-wrapper
  .category-open:hover
  img {
  -webkit-filter: invert(14%) sepia(98%) saturate(3800%) hue-rotate(348deg)
    brightness(92%) contrast(87%);
  filter: invert(14%) sepia(98%) saturate(3800%) hue-rotate(348deg)
    brightness(92%) contrast(87%);
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  > .parent-categories
  a.navPage {
  color: #000 !important;
  text-align: left;
  font-size: 16px;
  display: block;
  padding: 7px 5px;
  text-decoration: none;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  > .parent-categories
  > .subchild-wrapper.show-subchild
  a.navPage:hover {
  background: #efefef;
  text-decoration: underline;
  color: #cb2029 !important;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  > .parent-categories
  > .subchild-wrapper.show-subchild
  .each-subchild {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  width: 100%;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies:hover
  .main-categories-all-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies:hover
  .parent-categories-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.header
  .navPages-container
  nav.navPages.custom_navPages
  ul.mega-menu-right
  .right-categories
  .header-categories:hover
  .speicail-clerance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies
  .parent-categories-wrapper
  a.cat-name:first-child:after {
  content: "";
  width: 29px;
  height: 18px;
  background-position: center;
  background-image: url(https://cdn11.bigcommerce.com/s-2h9e5ps1qa/images/stencil/original/image-manager/pngtree-vector-forward-icon-png-image-925823-1-.png?t=1746099205);
  position: absolute;
  background-repeat: no-repeat;
  right: 120px;
  background-size: 20px;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies:hover
  .parent-categories-wrapper
  a.cat-name:first-child {
  position: relative;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  li.main-categoryies
  .parent-categories-wrapper
  a.cat-name {
  font-weight: 900;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  li.main-categoryies
  .parent-categories-wrapper
  a.cat-name:hover::after {
  -webkit-filter: invert(14%) sepia(98%) saturate(3800%) hue-rotate(348deg)
    brightness(92%) contrast(87%);
  filter: invert(14%) sepia(98%) saturate(3800%) hue-rotate(348deg)
    brightness(92%) contrast(87%);
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  .category-shown:hover
  img {
  opacity: 1;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  .category-shown
  img {
  opacity: 0;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  .parent-categories:has(div.show-subchild)
  img {
  opacity: 1;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  > .parent-categories
  > .subchild-wrapper.show-subchild
  .each-subchild
  p {
  grid-column: span 3;
}
header.header .custom-header-top .header-top__list .header-top__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item
  a.header-top__link {
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0.4px;
  font-weight: 400;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies:not(:first-child)
  .main-categories-all-wrapper
  .second-category
  .speacial-wrapper
  .speicail-clerance
  .speacial-clear-wrapper
  img {
  opacity: 0;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies:not(:first-child)
  .main-categories-all-wrapper
  .second-category
  .speacial-wrapper
  .speicail-clerance
  .speacial-clear-wrapper:has(div.show-subchild)
  img {
  opacity: 1;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  > .parent-categories
  > .subchild-wrapper.show-subchild
  .each-subchild
  p
  a.cat-name {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #000;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  .parent-categories:has(div.no-children)
  .category-shown
  img {
  display: none;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category {
  overflow: hidden;
}
header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .header-main__right
  form.form.form-custom-search
  .form-field
  input::-webkit-input-placeholder {
  position: relative;
  top: 2px;
}
header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .header-main__right
  form.form.form-custom-search
  .form-field
  input::-moz-placeholder {
  position: relative;
  top: 2px;
}
header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .header-main__right
  form.form.form-custom-search
  .form-field
  input:-ms-input-placeholder {
  position: relative;
  top: 2px;
}
header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .header-main__right
  form.form.form-custom-search
  .form-field
  input::-ms-input-placeholder {
  position: relative;
  top: 2px;
}
header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .header-main__right
  form.form.form-custom-search
  .form-field
  input::placeholder {
  position: relative;
  top: 2px;
}
header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .header-main__right
  form.form.form-custom-search
  .form-field
  input {
  padding: 20px;
  display: block;
}
.header-right__item .dropdown-menu {
  right: 4%;
  -webkit-transform: unset;
  transform: unset;
  left: unset !important;
  max-width: 300px;
}
.header-right__item .dropdown-menu .previewCartWrapper .previewCart {
  background: #0c0c0c;
}
.header-right__item
  .dropdown-menu
  .previewCartWrapper
  .previewCart
  .previewCartItem-content
  span.previewCartItem-brand {
  font-size: 14px;
  color: #fff;
}
.header-right__item
  .dropdown-menu
  .previewCartWrapper
  .previewCart
  .previewCartItem-content
  h6.previewCartItem-name {
  font-size: 13px;
  color: #fff !important;
}
.header-right__item
  .dropdown-menu
  .previewCartWrapper
  .previewCart
  .previewCartItem-content
  h6.previewCartItem-name
  a {
  color: #fff;
}
.header-right__item
  .dropdown-menu
  .previewCartWrapper
  .previewCart
  .previewCartItem-content
  span.previewCartItem-price {
  font-size: 14px;
  color: #fff;
}
.header-right__item
  .dropdown-menu
  .previewCartWrapper
  .previewCart
  li.previewCartItem {
  padding-bottom: 10px;
  display: block;
}
header.header
  .navPages-container
  nav.navPages.custom_navPages
  ul.mega-menu-right
  .right-categories {
  position: static;
}
header.header
  .navPages-container
  nav.navPages.custom_navPages
  ul.mega-menu-right
  .right-categories
  .header-categories
  .speicail-clerance
  .air-arapping {
  width: 100%;
  padding: 0 14px 20px;
}
header.header
  .navPages-container
  nav.navPages.custom_navPages
  ul.mega-menu-right
  .right-categories
  .header-categories
  .speicail-clerance
  .air-arapping
  > a.cat-name {
  padding: 0;
  line-height: normal;
  min-height: unset;
  margin: 0 0 10px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  padding-bottom: 0;
  border-bottom: 2px solid #000;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  line-height: normal;
  height: auto;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  .parent-categories.matched
  .category-shown {
  background: #efefef;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  .parent-categories.matched
  .category-shown
  a.cat-name {
  text-decoration: underline;
  color: #cb2029;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  .parent-categories.matched
  .subchild-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
header.header
  .navPages-container
  nav.navPages.custom_navPages
  ul.mega-menu-right
  .right-categories
  .header-categories
  .speicail-clerance
  .air-arapping
  > a.cat-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
header.header
  .navPages-container
  nav.navPages.custom_navPages
  ul.mega-menu-right
  .right-categories
  .header-categories
  .speicail-clerance
  .air-arapping
  > a.cat-name
  > img {
  width: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}
header.header
  .navPages-container
  nav.navPages.custom_navPages
  ul.mega-menu-right
  .right-categories
  .header-categories
  .speicail-clerance,
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies:hover
  .main-categories-all-wrapper {
  height: 700px;
  overflow: auto;
}
header.header
  .navPages-container
  nav.navPages.custom_navPages
  ul.mega-menu-right
  .right-categories
  .header-categories
  .speicail-clerance::-webkit-scrollbar,
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies:hover
  .main-categories-all-wrapper::-webkit-scrollbar {
  width: 10px;
}
header.header
  .navPages-container
  nav.navPages.custom_navPages
  ul.mega-menu-right
  .right-categories
  .header-categories
  .speicail-clerance::-webkit-scrollbar-track,
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies:hover
  .main-categories-all-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}
header.header
  .navPages-container
  nav.navPages.custom_navPages
  ul.mega-menu-right
  .right-categories
  .header-categories
  .speicail-clerance::-webkit-scrollbar-thumb,
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies:hover
  .main-categories-all-wrapper::-webkit-scrollbar-thumb {
  background: #888;
}
header.header
  .navPages-container
  nav.navPages.custom_navPages
  ul.mega-menu-right
  .right-categories
  .header-categories
  .speicail-clerance::-webkit-scrollbar-thumb:hover {
  background: #555;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  > .parent-categories
  > .subchild-wrapper.show-subchild
  .each-subchild
  p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies:not(:first-child)
  .main-categories-all-wrapper
  .second-category
  .speacial-wrapper
  a.cat-name {
  text-decoration: none;
  border-bottom: 2px solid #000;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 0;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  p
  img {
  max-width: 20px;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  > p
  > a.cat-name {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  text-decoration: none;
  border-bottom: 2px solid #000;
  font-size: 18px;
  font-weight: 700;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  .category-shown
  > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies
  .main-categories-all-wrapper
  .second-category
  > div.speacial-wrapper
  > p {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies
  .main-categories-all-wrapper
  .second-category
  > div.speacial-wrapper
  > p
  > a.cat-name {
  margin: 0 !important;
}
header.header
  .navPages-container
  nav.navPages.custom_navPages
  ul.mega-menu-right
  .right-categories
  .header-categories
  .speicail-clerance
  .air-arapping
  > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 0;
}
header.header
  .navPages-container
  nav.navPages.custom_navPages
  ul.mega-menu-right
  .right-categories
  .header-categories
  .speicail-clerance
  .air-arapping
  > p
  > a.cat-name {
  padding: 0;
  min-height: unset;
  border-bottom: 2px solid #000;
  font-weight: 700;
}
header.header
  .navPages-container
  nav.navPages.custom_navPages
  ul.mega-menu-right
  .right-categories
  .header-categories
  .speicail-clerance
  .air-arapping
  > p
  > img {
  width: 20px;
}
header.header
  .navPages-container
  nav.navPages.custom_navPages
  ul.mega-menu-right
  .right-categories
  .header-categories
  .speicail-clerance {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies:not(:first-child)
  .main-categories-all-wrapper
  .second-category
  .speacial-wrapper
  .speicail-clerance
  .speacial-clear-wrapper
  .third-level-category
  > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  .parent-categories:has(div.subchild-wrapper.show-subchild)
  img {
  -webkit-filter: unset;
  filter: unset;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies:hover
  .parent-categories-wrapper
  > a.cat-name {
  font-size: 18px;
  margin-bottom: 15px;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies:hover
  .parent-categories-wrapper
  > a.cat-name::after {
  right: 100px;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies:hover
  .parent-categories-wrapper
  > a.cat-name:hover {
  color: #000 !important;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies:hover
  .parent-categories-wrapper
  > a.cat-name:hover::after {
  -webkit-filter: unset;
  filter: unset;
}
header.header
  .navPages-container
  nav.navPages.custom_navPages
  ul.mega-menu-right
  .right-categories
  .header-categories:hover
  .main-categories-all-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
}
header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .header-main__right
  form.form.form-custom-search
  .form-field
  input.custom-search-button:hover {
  background-color: #0f0f0f;
  background-image: url(https://cdn11.bigcommerce.com/s-2h9e5ps1qa/images/stencil/original/image-manager/artboard-8-2x-12345.png);
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  .parent-categories.matched
  .subchild-wrapper
  p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  a.navPages-action {
  padding: 15px 14px 11px;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies:not(:first-child)
  a.navPages-action {
  line-height: 20px;
  margin-bottom: 2px;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  > .parent-categories
  > .subchild-wrapper.show-subchild
  a.navPage:hover {
  background: #efefef;
  text-decoration: underline;
  color: #cb2029 !important;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  > .parent-categories
  > .subchild-wrapper
  p {
  margin: 0 0 17px;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  > .parent-categories
  > .subchild-wrapper
  .each-subchild {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  .parent-categories.matched
  .subchild-wrapper
  .each-subchild
  .sub-child {
  max-width: 100%;
  width: 100%;
}
header.header
  .navPages-container
  nav.navPages.custom_navPages
  ul.mega-menu-right
  .right-categories
  .header-categories:hover
  > a.cat-name {
  border-bottom: 4px solid #cb2029;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  > .second-category
  .parent-category-wrapper
  .parent-categories
  .category-shown
  p {
  position: relative;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  > .second-category
  .parent-category-wrapper
  .parent-categories
  .category-shown
  p
  > a.cat-name {
  width: 100%;
  max-width: 100%;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  > .second-category
  .parent-category-wrapper
  .parent-categories
  .category-shown
  p
  > img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  .category-shown:hover
  p
  > img {
  -webkit-filter: invert(14%) sepia(98%) saturate(3800%) hue-rotate(348deg)
    brightness(92%) contrast(87%) !important;
  filter: invert(14%) sepia(98%) saturate(3800%) hue-rotate(348deg)
    brightness(92%) contrast(87%) !important;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  .parent-categories.matched
  .subchild-wrapper
  .each-subchild
  .sub-child
  a.navPage:hover {
  background: #efefef;
  text-decoration: underline;
  color: #cb2029 !important;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .gallery.section
  img {
  max-width: 180px;
  display: block;
  margin: 0 auto 10px;
}
.header-right__item .dropdown-menu.is-active {
  display: block;
}
.header-right__item .dropdown-menu {
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 4px #ddd;
  box-shadow: 0 0 4px #ddd;
  top: 80px;
  right: 60px;
}
.header-right__item .dropdown-menu:after {
  content: "";
  position: absolute;
  top: -6px;
  width: 20px;
  height: 20px;
  border: 10px solid #fff;
  right: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
}
.header-right__item .dropdown-menu .previewCartWrapper .previewCart {
  background: #fff;
}
.header-right__item
  .dropdown-menu
  .previewCartWrapper
  .previewCart
  .previewCartItem-content
  span.previewCartItem-brand {
  color: #000;
  display: block;
  font-weight: 700;
  margin: 0 0 10px;
}
html
  body
  .header-right__item
  .dropdown-menu
  .previewCartWrapper
  .previewCart
  .previewCartItem-content
  h6.previewCartItem-name {
  color: #000 !important;
}
html
  body
  .header-right__item
  .dropdown-menu
  .previewCartWrapper
  .previewCart
  .previewCartItem-content
  h6.previewCartItem-name
  a {
  color: #000;
  font-weight: 400;
}
.header-right__item
  .dropdown-menu
  .previewCartWrapper
  .previewCart
  li.previewCartItem {
  padding: 10px 0;
}
.header-right__item
  .dropdown-menu
  .previewCartWrapper
  .previewCart
  .previewCartAction
  .previewCartAction-checkout {
  padding-left: 0;
}
.header-right__item
  .dropdown-menu
  .previewCartWrapper
  .previewCart
  .previewCartAction
  .previewCartAction-checkout
  a.button {
  background: #cb2029;
  border-color: #cb2029;
  border-radius: 0;
}
.header-right__item
  .dropdown-menu
  .previewCartWrapper
  .previewCart
  .previewCartAction
  a.button {
  border-color: #cb2029;
  background: #cb2029;
  border-radius: 0;
}
.previewCartItem + .previewCartItem {
  border-top: 1px solid #c4c4c4 !important;
}
.previewCartAction {
  border-top: 1px solid #c4c4c4 !important;
}
.header-right__item
  .dropdown-menu
  .previewCartWrapper
  .previewCart
  .previewCartAction
  a.button:hover {
  background: #a40c16;
  border-color: #a40c16;
}
header.header
  .navPages-container
  nav.navPages.custom_navPages
  ul.mega-menu-right
  .right-categories {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 40px;
}
header.header
  .navPages-container
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.mega-menu-right {
  padding-left: 0;
}
body.sticky_active .header-right__item .dropdown-menu {
  top: 118px;
}
.header-right__item
  .dropdown-menu
  .previewCartWrapper
  .previewCart
  ul.previewCartList {
  display: block;
  max-height: 227px;
  overflow-x: auto;
}
.header-right__item
  .dropdown-menu
  .previewCartWrapper
  .previewCart
  ul.previewCartList::-webkit-scrollbar {
  width: 10px;
  border-radius: 10px;
}
.header-right__item
  .dropdown-menu
  .previewCartWrapper
  .previewCart
  ul.previewCartList::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.header-right__item
  .dropdown-menu
  .previewCartWrapper
  .previewCart
  ul.previewCartList::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 10px;
}
.header-right__item
  .dropdown-menu
  .previewCartWrapper
  .previewCart
  ul.previewCartList::-webkit-scrollbar-thumb:hover {
  background: #555;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies:last-child {
  position: relative;
}
header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .header-main__right
  form.form.form-custom-search
  .form-field
  input {
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
  overflow: unset !important;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .close-btn {
  display: none;
}
header.header {
  position: sticky;
  top: 0 !important;
}
body.sticky_active header.header .navPages-container {
  position: unset;
}
header.header.header_fixed {
  position: relative !important;
  top: 0;
}
body.sticky_active header.header .navPages-container {
  position: fixed !important;
  top: 0;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .gallery.section
  a:hover
  img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .gallery.section
  a
  img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  > .parent-categories
  > .subchild-wrapper
  .each-subchild {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  > .parent-categories
  > .subchild-wrapper
  .each-subchild
  p {
  grid-column: span 3;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-navPages-container.sticky {
  position: relative;
  top: 0;
  bottom: unset;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper {
  border-radius: 0;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .gallery.section
  img {
  border-radius: 0;
}
.custom-top-card-button a.btn.button:hover {
  background-color: #343030;
  border-color: #312d2d;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies
  a.cat-name,
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies:hover
  .parent-categories-wrapper
  > a.cat-name {
  font-family: Lato !important;
  font-weight: 700 !important;
}
body.page-type-default {
  overflow: auto !important;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  .category-shown
  p
  a.cat-name {
  font-weight: 400 !important;
  font-family: "Josefin Sans" !important;
}
main#main-content main.page::before {
  display: none;
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container {
  width: 100%;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  > li.main-categoryies
  > .parent-categories-wrapper
  > a.cat-name {
  font-family: Lato !important;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies
  a.cat-name,
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies
  a.cat-name:active,
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies
  a.cat-name:focus,
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies:hover
  .parent-categories-wrapper
  > a.cat-name {
  font-family: Lato !important;
  font-weight: 700 !important;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  > p {
  font-family: Lato;
}
main#main-content .container-full p {
  margin: 0;
}
.container-full nav ol.breadcrumbs {
  margin-top: 40px !important;
}
.header-right__item .dropdown-menu {
  z-index: 99 !important;
}
body.sticky_active header.header .navPages-container:last-child {
  top: 95px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
body.ns-ac-show
  header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .header-main__right
  form.form.form-custom-search
  .form-field {
  border-radius: 10px;
}
main#main-content section.heroCarousel {
  margin-top: 0;
}
header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .account-cart-wrapper
  .header-right__item
  a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  letter-spacing: -0.4px;
}
body.login_mn a.header-right__action.header-top__link.icon-user {
  display: none;
}
body.ns-ac-show {
  overflow: auto !important;
}
header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .header-main__right {
  pointer-events: auto;
}
body.ns-ac-show .header {
  pointer-events: none;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies.ShopAlldept
  a.navPages-action.mobile-view {
  display: none;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies.special
  a.navPages-action.mobile-view {
  display: none;
}
@media (max-width: 1800px) {
  header.header
    .navPages-container
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.mega-menu-right {
    max-width: calc(100% - 400px);
  }
}
@media (max-width: 1735px) {
  header.header
    .navPages-container
    nav.navPages.custom_navPages
    ul.mega-menu-right
    .right-categories
    .header-categories
    .speicail-clerance,
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies:hover
    .main-categories-all-wrapper {
    height: 507px;
    overflow: auto;
  }
}
@media (max-width: 1665px) {
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    a.navPages-action {
    padding: 13px 11px;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left {
    gap: 10px;
    max-width: 380px;
  }
  header.header
    .navPages-container
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.mega-menu-right {
    max-width: calc(100% - 380px);
    padding-left: 0;
  }
  header.header
    .navPages-container
    nav.navPages.custom_navPages
    ul.mega-menu-right
    .right-categories {
    gap: 10px;
  }
  header.header
    .navPages-container
    nav.navPages.custom_navPages
    ul.mega-menu-right
    .right-categories:after {
    height: 45px;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .gallery.section {
    max-width: 350px;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category {
    max-width: calc(100% - 350px);
  }
  header.header
    .navPages-container
    nav.navPages.custom_navPages
    ul.mega-menu-right
    .right-categories
    .header-categories
    > a.cat-name {
    padding: 13px 15px 10px;
    min-height: 70px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 21px;
  }
}
@media (max-width: 1535px) {
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies:hover
    .main-categories-all-wrapper {
    height: 535px;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper {
    height: 535px;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies:hover
    .main-categories-all-wrapper {
    height: 535px;
  }
}
@media (max-width: 1439px) {
  header.header
    .custom-navPages-container
    .container-main
    .header-main
    .header-main__left
    .header-main__right {
    max-width: calc(100% - 550px);
    width: 100%;
  }
  header.header
    .navPages-container
    nav.navPages.custom_navPages
    ul.mega-menu-right
    .right-categories
    .header-categories
    .speicail-clerance,
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies:hover
    .main-categories-all-wrapper {
    height: 460px;
    overflow: auto;
    min-height: unset;
    padding-bottom: 30px !important;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper
    > .parent-categories
    > .subchild-wrapper {
    max-height: 540px;
    overflow: scroll;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper:hover
    .second-category
    .parent-category-wrapper
    > .parent-categories
    > .subchild-wrapper {
    scrollbar-width: scroll;
  }
}
@media (max-width: 1366px) {
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .gallery.section {
    max-width: 270px;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category {
    max-width: calc(100% - 270px);
  }
  header.header .custom-navPages-container .container-main {
    max-width: calc(100% - 60px);
  }
  header.header .custom-header-top .container-main {
    padding: 0 35px;
  }
}
@media (max-width: 1279px) {
  header.header
    .navPages-container
    nav.navPages.custom_navPages
    ul.mega-menu-right
    .right-categories
    .header-categories
    > a.cat-name {
    font-size: 15px;
    padding: 14px 10px;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    a.navPages-action {
    font-size: 15px;
    padding: 13px 10px;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left {
    gap: 10px;
    max-width: 350px;
  }
  header.header
    .navPages-container
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.mega-menu-right {
    max-width: calc(100% - 350px);
  }
  header.header .navPages-container nav.navPages.custom_navPages {
    max-width: calc(100% - 60px);
  }
  header.header
    .custom-navPages-container
    .container-main
    .header-main
    .header-main__left
    .account-cart-wrapper
    .header-right__item
    p {
    font-size: 13px;
  }
  body.page-type-page.shipping-returns.page_mn {
    padding: 0;
  }
  header.header .navPages-container {
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  a#wi-country-selector-button {
    right: 10px;
  }
}
@media (max-width: 1199px) {
  header.header .navPages-container nav.navPages.custom_navPages {
    max-width: calc(100% - 30px);
  }
  header.header .custom-navPages-container .container-main {
    max-width: calc(100% - 30px);
  }
  header.header .custom-header-top .container-main {
    padding: 0 20px;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    a.navPages-action {
    font-size: 14px;
    padding: 13px 7px;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left {
    gap: 10px;
    max-width: 320px;
  }
  header.header
    .navPages-container
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.mega-menu-right {
    max-width: calc(100% - 320px);
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies
    a.navPages-action
    img {
    width: 22px;
  }
  header.header
    .navPages-container
    nav.navPages.custom_navPages
    ul.mega-menu-right
    .right-categories
    .header-categories
    > a.cat-name {
    font-size: 14px;
    padding: 14px 7px;
  }
  header.header
    .navPages-container
    nav.navPages.custom_navPages
    ul.mega-menu-right
    .right-categories {
    gap: 4px;
  }
  header.header
    .navPages-container
    nav.navPages.custom_navPages
    ul.mega-menu-right
    .right-categories:after {
    width: 2px;
    height: 28px;
  }
  header.header
    .custom-navPages-container
    .container-main
    .header-main
    .header-main__left
    .header-main__right {
    max-width: calc(100% - 460px);
    width: 100%;
  }
  header.header
    .custom-navPages-container
    .container-main
    .header-main
    .header-main__left
    .header-main__logo {
    max-width: 170px;
    width: 100%;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper
    > .parent-categories
    > .subchild-wrapper.show-subchild
    .each-subchild {
    grid-template-columns: repeat(2, 1fr);
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper
    > .parent-categories
    > .subchild-wrapper.show-subchild
    .each-subchild
    p {
    grid-column: span 3;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper
    .parent-categories.matched
    .subchild-wrapper
    .each-subchild
    .sub-child {
    max-width: calc(100% / 2);
    width: 100%;
  }
  body.sticky_active header.header .navPages-container:last-child {
    top: 86px;
  }
}
@media (max-width: 1024px) {
  header.header .navPages-container {
    display: block;
    position: unset;
  }
  header.header
    .custom-navPages-container
    .container-main
    .header-main
    .header-main__left
    .header-main__logo {
    display: block !important;
  }
  header.header
    .custom-navPages-container
    .container-main
    .header-main
    .header-main__left
    .header-main__right {
    display: block;
  }
  header.header .navPages-container {
    max-width: 100%;
  }
  header.header .custom-hide-on-desktop.custom-header-logo {
    display: none;
  }
  header.header nav.navUser {
    display: none;
  }
  header.header a.mobileMenu-toggle {
    display: none;
  }
  header.header
    .navPages-container
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.mega-menu-right {
    display: none;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left {
    margin: 0;
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 20px;
  }
  header.header .navPages-container nav.navPages.custom_navPages {
    max-width: 100%;
  }
  header.header {
    position: unset !important;
  }
  header.header .custom-header-top {
    -webkit-transform: unset;
    transform: unset;
  }
  body {
    padding: 0 !important;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    a.navPages-action {
    font-size: 16px;
    padding: 13px 7px;
    max-width: 150px;
  }
  header.header .navPages-container nav.navPages.custom_navPages {
    padding: 0 15px;
  }
  header.header .navPages-container nav.navPages.custom_navPages {
    padding: 0 15px;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper {
    z-index: 9;
  }
  header.header .navPages-container nav.navPages.custom_navPages {
    overflow: unset;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .gallery.section {
    max-width: 200px;
    padding: 0;
    border: 0;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category {
    max-width: calc(100% - 200px);
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper
    > .parent-categories
    > .subchild-wrapper {
    height: auto;
    overflow: auto;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper
    > .parent-categories
    > .subchild-wrapper {
    height: auto;
    overflow: auto;
    padding: 0 5px;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper
    > .parent-categories
    > .subchild-wrapper
    > .sub-child {
    max-width: calc(100% / 2 - 2px);
    width: 100%;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies:not(:first-child).show-dropdown
    .parent-categories-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9;
  }
  body.sticky_active header.header > .navPages-container {
    position: unset;
  }
}
@media (max-width: 1024px) {
  body header.header.header_fixed {
    top: 0 !important;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper
    > .parent-categories
    > .subchild-wrapper.show-subchild
    .each-subchild {
    gap: 0 10px;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .gallery.section {
    max-width: 140px;
    padding: 0;
    border: 0;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category {
    max-width: calc(100% - 140px);
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper
    > .parent-categories
    > .subchild-wrapper.show-subchild
    .each-subchild
    p {
    grid-column: span 2;
  }
  .page-type-page_contact_form {
    padding-top: 0;
  }
  .page-type-cart .body {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies.show-dropdown
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper
    .parent-categories:has(.show-subchild)
    .category-shown
    p::after {
    background-image: unset;
    background: #000;
    height: 3px;
    width: 13px;
  }
  header.header
    .custom-navPages-container
    .container-main
    .header-main
    .header-main__left {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 15px;
  }
  header.header
    .custom-navPages-container
    .container-main
    .header-main
    .header-main__left
    .account-cart-wrapper {
    display: contents;
  }
  header.header
    .custom-navPages-container
    .container-main
    .header-main
    .header-main__left
    .header-main__logo.custom-hide-on-mobile {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: calc(100% - 280px);
  }
  header.header
    .custom-navPages-container
    .container-main
    .header-main
    .header-main__left
    .account-cart-wrapper
    .header-right__item.header-right__item--account {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 140px;
    width: 100%;
  }
  header.header
    .custom-navPages-container
    .container-main
    .header-main
    .header-main__left
    .account-cart-wrapper
    .header-right__item.header-right__item--cart {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    max-width: 140px;
    width: 100%;
    text-align: right;
  }
  header.header
    .custom-navPages-container
    .container-main
    .header-main
    .header-main__left
    .header-main__right {
    max-width: 100%;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies.show-dropdown
    .main-categories-all-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: fixed;
    top: 0;
    height: 100vh;
    background-color: #e5e5e5;
    z-index: 999;
    border-radius: 0;
    max-width: 50%;
    padding: 20px;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies.show-dropdown
    .main-categories-all-wrapper
    .gallery.section {
    display: none;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies.show-dropdown
    .main-categories-all-wrapper
    .second-category {
    border: 0;
    width: 100%;
    max-width: 100%;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies.show-dropdown
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper {
    max-width: 100%;
    border: 0;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper
    .parent-categories
    a.cat-name {
    padding: 12px 0;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper {
    padding: 10px 5px 0 0;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper
    > .parent-categories
    > .subchild-wrapper
    .sub-child {
    max-width: 100%;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper
    > .parent-categories
    > .subchild-wrapper.show-dropdown {
    display: block;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper
    .category-shown
    img {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper
    .parent-categories:has(.subchild-wrapper)
    .category-shown
    p:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background-image: url(https://cdn11.bigcommerce.com/s-2h9e5ps1qa/images/stencil/original/image-manager/istockphoto-688550958-612x612.png?t=1745911988);
    width: 11px;
    height: 11px;
    background-position: center;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper
    .parent-categories:has(.subchild-wrapper.no-children)
    .category-shown
    p:after {
    content: "";
    opacity: 0;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper
    .parent-categories
    a.cat-name {
    position: relative;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper
    .parent-categories
    img {
    opacity: 0;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper
    .parent-categories:has(div.show-subchild)
    .category-shown
    a.cat-name::after {
    background-image: url(https://cdn11.bigcommerce.com/s-2h9e5ps1qa/images/stencil/original/image-manager/images-7-.png?t=1745911989);
    height: 4px;
    width: 14px;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies.show-dropdown
    .main-categories-all-wrapper
    .second-category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies.show-dropdown
    .main-categories-all-wrapper
    .second-category
    .speacial-wrapper {
    width: 100%;
    max-width: 100%;
    border: 0 !important;
    margin: 0 0 20px;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies:not(:first-child)
    .main-categories-all-wrapper
    .second-category
    .parent-categories
    .subchild-wrapper
    .sub-child
    .third-level-category
    a.navPage-childList-action {
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 8px 15px;
    font-size: 16px;
    color: #000;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies.show-dropdown
    .main-categories-all-wrapper {
    min-width: unset;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies:not(:first-child)
    .main-categories-all-wrapper
    .second-category
    .speacial-wrapper
    .speicail-clerance
    .speacial-clear-wrapper {
    display: block;
    width: 100%;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies:not(:first-child)
    .main-categories-all-wrapper
    .second-category
    .speacial-wrapper
    .speicail-clerance
    .speacial-clear-wrapper
    .category-open {
    max-width: 100%;
    width: 100%;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies:not(:first-child)
    .main-categories-all-wrapper
    .second-category
    .speacial-wrapper
    .speicail-clerance
    .speacial-clear-wrapper {
    display: block;
    width: 100%;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies:not(:first-child)
    .main-categories-all-wrapper
    .second-category
    .speacial-wrapper
    .speicail-clerance
    .speacial-clear-wrapper
    .category-open {
    max-width: 100%;
    width: 100%;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies:not(:first-child)
    .main-categories-all-wrapper
    .second-category
    .speacial-wrapper
    .speicail-clerance
    .speacial-clear-wrapper
    .category-open
    > a.navPage-childList-action:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    background-image: url(https://cdn11.bigcommerce.com/s-2h9e5ps1qa/images/stencil/original/image-manager/istockphoto-688550958-612x612.png?t=1745911988);
    width: 11px;
    height: 11px;
    background-position: center;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies:not(:first-child)
    .main-categories-all-wrapper
    .second-category
    .speacial-wrapper
    .speicail-clerance
    .speacial-clear-wrapper
    .category-open
    > a.navPage-childList-action {
    position: relative;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies:not(:first-child)
    .main-categories-all-wrapper
    .second-category
    .speicail-clerance
    img {
    opacity: 0;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies:not(:first-child)
    .main-categories-all-wrapper
    .second-category
    .speacial-wrapper
    .speicail-clerance
    .speacial-clear-wrapper:has(div.show-subchild)
    .category-open
    > a.navPage-childList-action::after {
    background-image: url(https://cdn11.bigcommerce.com/s-2h9e5ps1qa/images/stencil/original/image-manager/images-7-.png?t=1745911989);
    height: 4px;
    width: 14px;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies:not(:first-child)
    .main-categories-all-wrapper
    .second-category
    .speacial-wrapper
    .speicail-clerance
    .speacial-clear-wrapper
    .third-level-category {
    max-width: 100%;
    position: unset;
    border: 0 !important;
    padding: 10px 15px !important;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies:not(:first-child)
    .main-categories-all-wrapper
    .second-category
    .speacial-wrapper
    .speicail-clerance
    .speacial-clear-wrapper
    .third-level-category.show-dropdown {
    display: block;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies:not(:first-child)
    .main-categories-all-wrapper {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    min-height: 100%;
    height: auto;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper
    .category-shown
    img {
    opacity: 0 !important;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper
    .parent-categories:has(div.no-children)
    .category-shown
    img {
    display: block;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category {
    max-width: 100%;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper
    > .parent-categories
    > .subchild-wrapper {
    max-width: calc(100% - 300px);
    right: 0;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies:not(:first-child) {
    position: static;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies:not(:first-child)
    .main-categories-all-wrapper
    .second-category
    .speacial-wrapper
    .speicail-clerance
    .speacial-clear-wrapper:has(div.show-subchild)
    img {
    opacity: 0;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper
    > .parent-categories
    > .subchild-wrapper.show-subchild
    .each-subchild
    p {
    margin: 0;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies:not(:first-child)
    .main-categories-all-wrapper
    .second-category
    .speacial-wrapper
    .speicail-clerance
    .speacial-clear-wrapper:has(div.no-children)
    .category-open
    img {
    opacity: 0;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies:not(:first-child)
    .main-categories-all-wrapper
    .second-category
    .speacial-wrapper
    .speicail-clerance
    .speacial-clear-wrapper:has(div.no-children)
    .category-open
    a.navPage-childList-action::after {
    opacity: 0;
  }
  header.header
    .custom-header-top
    .header-top__list
    .header-top__item
    ul.gcustom-header-li {
    gap: 10px;
  }
  header.header .custom-header-top .header-top__list .header-top__item {
    padding-right: 10px;
  }
  header.header
    .custom-header-top
    .header-top__list
    .header-top__item
    ul.gcustom-header-li
    li
    a {
    font-size: 13px;
  }
  header.header
    .custom-header-top
    .header-top__list
    .header-top__item
    a.header-top__link {
    font-size: 13px;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  main#main-content {
    margin: 0;
  }
  main#main-content section.heroCarousel.slick-initialized {
    margin: 0 !important;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper
    > .parent-categories
    > .subchild-wrapper
    .each-subchild {
    display: block;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper
    > .parent-categories
    > .subchild-wrapper.show-subchild
    .each-subchild {
    display: block;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper
    > .parent-categories
    > .subchild-wrapper.show-subchild {
    max-width: 100%;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper
    > .parent-categories
    > .subchild-wrapper.show-subchild {
    position: unset;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    > .second-category
    .parent-category-wrapper
    .parent-categories
    .category-shown
    p
    > a.cat-name {
    width: 100%;
    max-width: calc(100% - 20px);
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies:hover
    .main-categories-all-wrapper {
    display: none;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categoryies.show-dropdown
    .main-categories-all-wrapper {
    display: block !important;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies:hover
    .parent-categories-wrapper {
    display: none;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies.special
    a.navPages-action.Specials {
    display: none;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies.ShopAlldept
    a.navPages-action {
    display: none;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies.special
    a.navPages-action.Specials.mobile-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies.ShopAlldept
    a.navPages-action.mobile-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies.show-dropdown
    .main-categories-all-wrapper,
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies:not(:first-child).show-dropdown
    .parent-categories-wrapper {
    max-width: 65%;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    a.navPages-action {
    text-align: center;
  }
  header.header
    .custom-header-top
    .header-top__list
    .header-top__item
    ul.gcustom-header-li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 12px;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper
    > .parent-categories
    > .subchild-wrapper.show-subchild
    .each-subchild {
    display: block;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper
    .category-shown
    img {
    opacity: 0;
    visibility: hidden;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper
    .parent-categories:has(div.subchild-wrapper.show-subchild),
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies:not(:first-child)
    .main-categories-all-wrapper
    .second-category
    .speacial-wrapper
    .speicail-clerance
    .speacial-clear-wrapper
    .category-open:hover,
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies:not(:first-child)
    .main-categories-all-wrapper
    .second-category
    .speacial-wrapper
    .speicail-clerance
    .speacial-clear-wrapper:has(div.third-level-category.show-subchild)
    .category-open {
    background: 0 0;
  }
  header.header
    .custom-header-top
    .header-top__list
    .header-top__item
    ul.gcustom-header-li
    > li:last-child,
  header.header
    .custom-header-top
    .header-top__list
    .header-top__item
    ul.gcustom-header-li
    > li:nth-child(2) {
    display: block;
  }
  header.header
    .custom-header-top
    .header-top__list
    .header-top__item
    ul.gcustom-header-li
    > li {
    display: none;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper
    > .parent-categories
    > .subchild-wrapper {
    position: unset;
    max-width: 100%;
  }
  header.header .custom-header-top .header-top__list {
    padding: 0 20px 0 10px;
  }
  .header-right__item .dropdown-menu.is-active {
    display: none;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies:last-child
    > .parent-categories-wrapper {
    display: none !important;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies:hover
    .main-categories-all-wrapper {
    max-height: 100%;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies:hover
    .main-categories-all-wrapper {
    max-height: 100%;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies.show-dropdown
    .main-categories-all-wrapper
    .close-btn {
    position: absolute;
    top: 6px;
    right: 8px;
    padding: 7px;
    border: 1px solid #000;
    border-radius: 50%;
    z-index: 999;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies.show-dropdown
    .main-categories-all-wrapper
    .close-btn
    img {
    width: 12px;
    height: 12px;
    display: block;
    margin-left: auto;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies
    .main-categories-all-wrapper {
    position: relative;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category {
    overflow: auto;
    position: static;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .close-btn {
    display: block;
  }
  header.header
    .custom-navPages-container
    .container-main
    .header-main
    .header-main__left
    .header-main__right {
    overflow-x: hidden;
  }
  header.header
    .custom-navPages-container
    .container-main
    .header-main
    .header-main__left
    .header-main__right
    form.form.form-custom-search
    .form-field
    input {
    max-width: calc(100% - 60px);
    width: 100%;
  }
  header.header
    .custom-navPages-container
    .container-main
    .header-main
    .header-main__left
    .header-main__right
    form.form.form-custom-search
    .form-field {
    max-width: 100% !important;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category
    .close-btn {
    display: block;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper
    > .parent-categories
    > .subchild-wrapper {
    max-height: 100%;
    overflow: scroll;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper
    > .parent-categories
    > .subchild-wrapper.show-subchild
    .each-subchild
    p {
    display: none;
  }
  header.header
    .custom-navPages-container
    .container-main
    .header-main
    .header-main__left
    .header-main__right
    form.form.form-custom-search
    .form-field
    input {
    max-width: 100%;
    width: 100%;
  }
  header.header
    .custom-navPages-container
    .container-main
    .header-main
    .header-main__left
    .header-main__right {
    overflow-x: unset;
  }
}
body.page-type-page.rewards.page_mn {
  padding: 0;
}
@media (max-width: 567px) {
  header.header .custom-navPages-container .container-main {
    max-width: 100%;
  }
  header.header
    .custom-navPages-container
    .container-main
    .header-main
    .header-main__left
    .account-cart-wrapper
    .header-right__item.header-right__item--account {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    max-width: 107px;
    width: 100%;
  }
  header.header
    .custom-navPages-container
    .container-main
    .header-main
    .header-main__left
    .account-cart-wrapper
    .header-right__item.header-right__item--account
    img {
    width: 30px;
  }
  header.header
    .custom-navPages-container
    .container-main
    .header-main
    .header-main__left
    .account-cart-wrapper
    .header-right__item
    p {
    font-size: 12px;
  }
  header.header
    .custom-navPages-container
    .container-main
    .header-main
    .header-main__left
    .header-main__logo.custom-hide-on-mobile {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: calc(100% - 200px);
  }
  header.header
    .custom-navPages-container
    .container-main
    .header-main
    .header-main__left
    .header-main__logo.custom-hide-on-mobile
    a.header-logo__link {
    width: 100%;
  }
  header.header
    .custom-navPages-container
    .container-main
    .header-main
    .header-main__left
    .account-cart-wrapper
    .header-right__item
    a.navUser-item--cart__hidden-s {
    display: block;
  }
  header.header
    .custom-navPages-container
    .container-main
    .header-main
    .header-main__left
    .account-cart-wrapper
    .header-right__item.header-right__item--cart {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    max-width: 50px;
  }
  header.header
    .custom-navPages-container
    .container-main
    .header-main
    .header-main__left
    .account-cart-wrapper
    .header-right__item
    a.navUser-item--cart__hidden-s
    span.countPill {
    right: 0;
  }
  header.header
    .custom-navPages-container
    .container-main
    .header-main
    .header-main__left
    .account-cart-wrapper
    .header-right__item.header-right__item--account
    .main-wrapper-get
    a.header-right__action {
    font-size: 12px;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    a.navPages-action {
    text-align: center;
    font-size: 15px;
  }
  header.header
    .custom-navPages-container
    .container-main
    .header-main
    .header-main__left
    .account-cart-wrapper
    .header-right__item
    img {
    width: 30px;
  }
  header.header .custom-header-top .container-main {
    padding: 0;
  }
  header.header .custom-header-top {
    height: auto;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper {
    max-width: calc(100% - 60px);
    padding: 20px 15px;
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies.show-dropdown
    .main-categories-all-wrapper,
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies:not(:first-child).show-dropdown
    .parent-categories-wrapper {
    max-width: calc(100% - 60px);
  }
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    .main-categories-all-wrapper
    .second-category
    .parent-category-wrapper
    > .parent-categories
    > .subchild-wrapper.show-subchild
    > p {
    display: none;
  }
  header.header
    .custom-navPages-container
    .container-main
    .header-main
    .header-main__left
    .account-cart-wrapper
    .header-right__item
    a
    span.countPill {
    right: 0;
  }
  a#wi-country-selector-button {
    right: 10px;
    left: unset !important;
  }
  body.sticky_active header.header .navPages-container:last-child {
    top: 165px;
  }
  header.header .custom-navPages-container .container-main {
    max-height: 165px;
    min-height: 165px;
  }
}
@media (max-width: 567px) {
  .page-type-cart .body .container-full .page h1.page-heading {
    margin-top: 15px;
  }
}
@media (max-width: 450px) {
  body.sticky_active header.header .navPages-container:last-child {
    top: 165px;
  }
  header.header .custom-navPages-container .container-main {
    max-height: 165px;
    min-height: 165px;
  }
}
@media (max-width: 400px) {
  body.sticky_active header.header .navPages-container:last-child {
    top: 145px;
  }
  header.header .custom-navPages-container .container-main {
    min-height: 145px;
  }
  .productView .custom-productView-details .productView-title,
  .productView--quickView .custom-productView-details .productView-title {
    font-weight: 500 !important;
    font-size: 18px !important;
  }
}
main#main-content {
  margin-top: 0;
}
.page-type-category .body .page.custom-category {
  padding-top: 0;
}
body.ns-ac-show .ns-autocomplete {
  display: block !important;
}
body .ns-autocomplete {
  display: none !important;
}
div#nostoCategoryPage
  .ns-serp.ns-d-flex.ns-flex-column.ns-flex-md-row.ns-font-inherit.ns-my-0.ns-mx-auto.ns-pl-l-4.ns-pr-l-4 {
  max-width: 100% !important;
  width: 100%;
}
.page-type-category .body .page.custom-category {
  padding-top: 0;
}
.page-type-category
  .body
  .page.custom-category
  .page-content#product-listing-container
  .custom-category__top
  .custom-category__heading {
  text-align: center;
  margin-bottom: 32px;
}
.page-type-category .body .page.custom-category .page-sidebar {
  padding: 15px 20px 0 0;
}
header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .account-cart-wrapper
  .header-right__item
  a {
  font-size: 12px;
  line-height: unset;
  color: #000;
}
.header-right__item
  .dropdown-menu
  .previewCartWrapper
  .previewCart
  .previewCartItem-content
  span.previewCartItem-price {
  color: #000;
}
.page-type-page.shipping-returns .page .page-content .cms_page_content p {
  margin-bottom: 15px !important;
}
.header-right__item
  .dropdown-menu
  .previewCartWrapper
  .previewCart
  .previewCartAction
  .previewCartAction-checkout
  a {
  color: #fff !important;
}
.header-right__item
  .dropdown-menu
  .previewCartWrapper
  .previewCart
  .previewCartAction
  .previewCartAction-viewCart
  a {
  color: #fff !important;
}
.custom-contact-us #contact-us-page .cms_page_content p {
  margin: 0 0 6px;
}
@media (max-width: 991px) {
  header.header
    nav.navPages.custom_navPages
    .navigation-main-wrapper
    ul.nav-menu-left
    li.main-categoryies:hover
    .main-categories-all-wrapper {
    height: 100vh !important;
  }
}
@media (max-width: 767px) {
  header.header .navPages-container nav.navPages.custom_navPages {
    padding: 0;
  }
  header.header
    .navPages-container
    nav.navPages.custom_navPages
    .navigation-main-wrapper {
    background: #efefef;
    padding: 0 15px;
  }
  .yotpo-display-l .yotpo-main-layout .yotpo-layout-header-wrapper {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .yotpo-display-l
    .yotpo-main-layout
    .yotpo-layout-header-wrapper
    .yotpo-bottom-line[data-v-012a3912] {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .yotpo-bottom-line .yotpo-summary-section {
    max-width: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    border: unset !important;
  }
  .yotpo-bottom-line .yotpo-star-distribution {
    border: unset !important;
  }
  .yotpo-bottom-line .yotpo-vertical-border {
    border: unset !important;
  }
  .productView .productView-description {
    overflow: hidden;
  }
}
body.page-type-brand nav[aria-label="Breadcrumb"] {
  padding: 25px 10px 0 !important;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li.main-categoryies:hover
  .main-categories-all-wrapper {
  height: 740px;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper
  .second-category
  .parent-category-wrapper
  .parent-categories
  a.cat-name {
  padding: 7px 0;
}
.ns-autocomplete-history > .ns-w-100 {
  border-top: 2px solid #cfcfcf;
}
body.ns-ac-show
  header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .header-main__right
  form.form.form-custom-search
  .form-field {
  border-radius: 25px;
}
@media (max-width: 1025px) {
  .ns-autocomplete {
    padding: 0 10px 10px 10px !important;
  }
}
.productView
  > article.productView-description
  > .tab_accordion
  > ul.accordion
  > li.accordion-navigation
  > a.accordion-title::after {
  background-image: url(https://cdn11.bigcommerce.com/s-f4083/images/stencil/original/image-manager/2722987.png) !important;
  opacity: 1;
  position: absolute;
  top: 21px;
  right: 17px !important;
  background-size: 27px !important;
  width: 14px !important;
  height: 14px !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: unset !important;
  transform: unset !important;
}
.productView
  article.productView-description
  .tab_accordion
  ul.accordion
  li.accordion-navigation.maintoggleclasscstm
  > a.is-open::after {
  -webkit-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}
.custom-home-testimonial
  .testimonial__list
  .testimonial__item
  .testimonial__name {
  margin-top: 15px !important;
}
main#main-content .container-full p {
  margin-bottom: 10px !important;
}
tr.cart-item .form-increment .button i.icon {
  display: inline-block !important;
}
tr.cart-item td.cart-item-block.cart-item-figure {
  margin-left: 0 !important;
}
.manufacturers__item.topdon {
  display: none !important;
}
header.header .navPages-container nav.navPages.custom_navPages {
  display: block;
}
body.sticky_active header.header .navPages-container {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 991px) {
  .page-type-page {
    padding-top: 0 !important;
  }
  body.sticky_active header.header .navPages-container:last-child {
    top: 160px;
  }
}
.about-us .ABT_JB_left {
  margin-top: 0 !important;
}
.about-us .container-full p {
  display: block;
  max-width: 100% !important;
  width: 100%;
}
.about-us .ABT_JB_left h1 {
  margin-top: 10px;
}
section.productView-details.product-data
  .productView-product
  .hd_right
  p.exclusive {
  font-size: 14px;
}
@media (min-width: 768px) {
  .productView .productView-details .productView-product img.black-friday-img {
    max-width: 450px;
  }
}
header.header .navPages-container nav.navPages.custom_navPages {
  height: auto;
}
.productView-price div[data-content-region="product_below_price"] {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.productView-price p#affirm-widget {
  font-size: 14px;
}
#banner-region-f9689251-1e5f-4197-9ee9-adc2ded103cf {
  height: 40px !important;
}
#paypal-bt-proddetails-messaging-banner {
  margin: -10px 0 0 0;
}
#previewModal
  .modal-content
  .modal-body
  .previewCart
  .productView
  .productView-image
  .productView-img-container
  img {
  width: 100%;
}
@media (max-width: 767px) {
  body.sticky_active header.header .navPages-container:last-child {
    top: 160px;
  }
  header.header .custom-navPages-container .container-main {
    max-height: 100px;
    min-height: 100px;
  }
  .custom-header-top{
    display: none;
  }
}
.navigation-main-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.gallery.section {
  display: none;
}
.header-categories.hovered .gallery.section {
  display: block;
}
.parent-category-wrapper .category-shown p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 10px;
}
.parent-category-wrapper .category-shown p img {
  width: 20px;
  height: 20px;
}
.parent-category-wrapper .category-shown p a.cat-name {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.parent-category-wrapper .subchild-wrapper .each-subchild p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.parent-category-wrapper .subchild-wrapper .each-subchild p a.cat-names {
  font-size: 16px;
  color: #000;
}
.parent-category-wrapper .subchild-wrapper .each-subchild p img {
  width: 20px;
  height: 20px;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left
  li:hover
  .gallery {
  display: block;
}
header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.nav-menu-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  max-width: 480px;
  width: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
header.header
  .navPages-container
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  ul.mega-menu-right {
  max-width: calc(100% - 400px);
  width: 100%;
}
footer.footer {
  clear: both;
}
tr.cart-item .form-increment .button[data-action="inc"] {
  -webkit-transform: none;
  transform: none;
}
.increased svg {
  rotate: 180deg;
}
.page-type-category .body .page.custom-category .custom-category__desc a {
  color: #e03e2d;
}
.custom-navPages-container
  .header-main
  .header-main__left
  .header-main__logo
  .header-logo-image-container {
  min-height: unset;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .custom-navPages-container
    .header-main
    .header-main__left
    .header-main__logo
    .header-logo-image-container {
    min-height: unset;
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
header.header
  .custom-navPages-container
  .container-main
  .header-main
  .header-main__left
  .account-cart-wrapper
  .header-right__item
  a
  span.countPill {
  left: unset;
  font-size: 12px;
}
#wi-country-selector-button.glopal-design-discreet-branding {
  margin-right: 0 !important;
}
#wi-country-selector-button span {
  width: 24px !important;
  height: 24px !important;
}
.socialLinks .socialLinks-item {
  margin: 0 1.5px;
  display: inline-block;
  width: auto;
}
.socialLinks .socialLinks-item a {
  height: 28px;
  width: 28px;
}
.socialLinks .socialLinks-item a svg {
  stroke: none;
  fill: #fff;
}
.socialLinks .socialLinks-item a:hover svg {
  fill: none;
  stroke: #fff;
}
.socialLinks .socialLinks-item a:hover svg path {
  fill: #cb2129 !important;
}
.socialLinks .socialLinks-item a:hover svg g circle {
  fill: #cb2129 !important;
}
.pro_share .socialLinks .socialLinks-item a:hover svg {
  fill: none;
  stroke: none;
}
.pro_share .socialLinks .socialLinks-item--facebook a:hover svg path {
  fill: #cb2129 !important;
}
.pro_share .socialLinks .socialLinks-item--email a:hover svg circle,
.pro_share .socialLinks .socialLinks-item--pinterest a:hover svg circle,
.pro_share .socialLinks .socialLinks-item--twitter a:hover svg circle {
  fill: #cb2129 !important;
}
.pro_share .socialLinks .socialLinks-item--email a:hover svg path,
.pro_share .socialLinks .socialLinks-item--pinterest a:hover svg path,
.pro_share .socialLinks .socialLinks-item--twitter a:hover svg path {
  fill: #fff !important;
}
footer.footer .icon.icon--x {
  width: 21px;
  height: 21px;
}
footer.footer .icon.icon--instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -2px;
}
footer.footer ul.socialLinks.socialLinks--alt .icon.icon--instagram svg {
  width: 19px;
  overflow: visible;
}
footer.footer ul.socialLinks.socialLinks--alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -5px;
}
.page-type-product section.productView-details.product-options {
  width: 100%;
}
.page-type-product section.productView-details.product-options .pro_share {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: anchor-center;
  -ms-flex-align: anchor-center;
  align-items: anchor-center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-type-product section.productView-details.product-options .pro_share span {
  display: inline-block;
  text-transform: uppercase;
  color: #010101;
  letter-spacing: 0;
  font-size: 16px;
  vertical-align: middle;
  font-weight: 400;
  margin: 5px 11px 0 0;
}
.page-type-cart
  div[data-content-region="cart_below_totals"]
  > div
  > div
  > div
  > div {
  display: none;
}
.page-type-cart div[data-content-region="cart_below_totals"] > div > div > div {
  margin-bottom: 5px !important;
}
.page-type-cart .ct_main .ct_right ul.cart-totals {
  margin-bottom: 0;
}
main#main-content .container-full .shipping-text-message p {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  font-size: 14px imporatnt;
  letter-spacing: 0.6px;
}
ul {
  margin-bottom: 10px !important;
}
header.header
  .custom-header-top
  .header-top__list
  .header-top__item
  a.header-top__link {
  display: none !important;
}
.page-type-product
  .productView
  .productView-details
  .pro_pg_icons
  .hd_right
  ul
  li:nth-child(2),
.productView--quickView
  .productView-details
  .pro_pg_icons
  .hd_right
  ul
  li:nth-child(2) {
  display: none !important;
}
.top-banner {
  background: #cb2129;
}
.top-banner p {
  text-align: center;
  font-size: 15px;
  padding: 10px;
  color: #fff;
  margin: 0;
}
.header_fixed .top-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #000;
}
body.sticky_active header.header .navPages-container {
  position: fixed !important;
  top: 46px;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
body.sticky_active header.header .navPages-container:last-child {
  top: 138px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
body.sticky_active header[country-code="US"] .navPages-container {
  top: 0;
}
body.sticky_active header[country-code="US"] .navPages-container:last-child {
  top: 90px;
}
header.header.header_fixed .top-banner {
  padding: 10px 0 0 0;
}
@media (max-width: 1199px) {
  body.sticky_active header.header .navPages-container:last-child {
    top: 120px;
  }
  body.sticky_active
    header.header[country-code="US"]
    .navPages-container:last-child {
    top: 88px;
  }
}
@media (max-width: 991px) {
  body.sticky_active header.header .navPages-container:last-child {
    top: 204px;
  }
  .top-banner p {
    font-size: 13px;
    line-height: 1.2;
  }
  body.sticky_active
    header.header[country-code="US"]
    .navPages-container:last-child {
    top: 160px;
  }
}
body
  header.header
  nav.navPages.custom_navPages
  .navigation-main-wrapper
  .main-categories-all-wrapper {
  top: 82%;
}
