@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Slab:wght@100..900&display=swap");
body {
  font-family: "Inter", sans-serif; }

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:1201px)/";
  width: 551px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:1201px)/";
  width: 1201px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:1201px) and (max-width:1261px)/";
  width: 1201px; }

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;
  font-feature-settings: "kern" 1 !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: .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: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  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] {
  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;
  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: .35em .625em .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 {
  box-sizing: border-box; }

body, html {
  height: 100%; }

body {
  background: #fff;
  color: #495057;
  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 {
  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: 1201px) {
  html {
    font-size: 14px; } }

@media (min-width: 1261px) {
  html {
    font-size: 14px; } }

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: #4f4f4f;
  line-height: inherit;
  text-decoration: underline; }

a:focus, a:hover {
  color: #01A950; }

p {
  margin-bottom: 1.5rem; }

h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: .25px;
  margin-bottom: .76923rem; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #989898;
  font-size: 60%;
  line-height: 0; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 16px; }

.subheader {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: .76923rem; }

hr {
  border: solid #e5e5e5;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 2.03846rem 0 1.96154rem; }

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: .38462rem; }

dl dd {
  margin-bottom: 1.5rem; }

abbr, acronym {
  border-bottom: 1px dotted #dfdfdf;
  color: #495057;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote, blockquote p {
  font-size: 22px;
  line-height: 29px; }

cite {
  color: #999;
  display: block;
  font-size: 14px; }

.icon {
  height: 1.23077rem;
  width: 1.23077rem;
  display: inline-block;
  vertical-align: middle; }

.icon svg {
  display: inline-block;
  fill: #4f4f4f;
  height: 100%;
  vertical-align: top;
  width: 100%; }

.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.30769rem;
  margin-left: -1.692314px;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }

.inlineList > li {
  display: block;
  float: left;
  list-style: none;
  margin-left: 1.692314px; }

.inlineList > li > * {
  display: block; }

.table {
  border: solid 1px #e5e5e5;
  margin-bottom: 2.03846rem;
  table-layout: auto;
  width: 100%; }

.table thead {
  background: #f2f2f2; }

.table thead tr td, .table thead tr th {
  font-size: 14px;
  font-weight: 700;
  padding: .76923rem 1.5rem; }

.table tr td, .table tr th {
  padding: .76923rem 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: "Inter", sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 14px;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #dfdfdf;
  color: #454545;
  font-size: 14px;
  padding: .92308rem 2.26923rem;
  border-radius: 4px;
  outline: 0;
  vertical-align: middle; }

.button.active, .button.is-active, .button:focus, .button:hover {
  background-color: transparent;
  border-color: #989898;
  color: #666; }

.button:active {
  background-color: transparent;
  border: 1px solid #454545;
  color: #454545; }

.button.active, .button.is-active, .button:focus {
  outline: 0; }

@media (min-width: 481px) {
  .button + .button {
    margin-left: .76923rem; } }

.button--primary {
  background-color: #fff;
  border-color: #01A950;
  color: #01A950; }

.button--primary.active, .button--primary.is-active, .button--primary:focus, .button--primary:hover {
  background-color: #01A950;
  border-color: #01A950;
  color: #fff; }

.button--primary:active {
  background-color: #989898;
  border: 1px solid #989898;
  color: #fff; }

.button[disabled] {
  background-color: #dadada;
  border-color: #dadada;
  color: #fff;
  cursor: default; }

.button--large {
  font-size: 15px; }

.button--small {
  font-size: 14px;
  padding: .53846rem 1.5rem; }

.button--slab {
  display: block;
  width: 100%; }

.button + .button--slab {
  margin-left: 0; }

.button--icon {
  font-size: 14px;
  padding: .76923rem .76923rem; }

.button--icon svg {
  fill: #01A950; }

.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: #e8e8e8;
  font-size: 14px;
  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: #e8e8e8;
  font-size: 14px;
  height: auto;
  padding: .76923rem;
  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: 14px;
  line-height: 1.5;
  margin: 0;
  padding: .38462rem .76923rem; }

.dropdown-menu-item a {
  display: block;
  padding: .38462rem; }

.dropdown-menu-item a {
  margin: -.38462rem; }

.form {
  margin: 0 0 1.5rem; }

.form-fieldset {
  border-width: 0;
  margin: 0;
  padding: 0; }

.form-legend {
  background: 0 0;
  border: solid #4f4f4f;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: .76923rem;
  padding: 0;
  width: 100%; }

.form-label {
  color: #666;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: .53846rem; }

.form-label small {
  color: #989898;
  font-size: .76923rem;
  text-transform: uppercase;
  vertical-align: bottom; }

.form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #454545;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: .75rem 14px;
  transition: border-color .1s ease-out;
  width: 100%; }

.form-input:disabled {
  background-color: #fff;
  color: #a5a5a5;
  cursor: not-allowed; }

.form-input[readonly] {
  background-color: #f8f8f8;
  border-color: #4f4f4f;
  color: #989898;
  cursor: text; }

.form-input:focus {
  border-color: #989898;
  outline: 0; }

.form-input[rows] {
  height: auto; }

.form-input[type=search] {
  box-sizing: border-box; }

.form-input::-webkit-input-placeholder {
  color: #a5a5a5; }

.form-input::-ms-clear {
  height: 0;
  width: 0; }

.form-input::-moz-placeholder {
  color: #a5a5a5; }

.form-input:-ms-input-placeholder {
  color: #a5a5a5; }

.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: #dfdfdf;
  color: #454545;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: normal;
  padding: .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: #989898; }

.form-select:disabled {
  background-color: #fff;
  cursor: not-allowed; }

.form-select:focus {
  border-color: #989898; }

.form-body {
  background-color: #fff;
  border: 1px solid #4f4f4f;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

.form-row {
  margin: 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: .75rem;
  padding-right: .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 2.03846rem;
  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: 15px;
  font-weight: 400;
  margin-bottom: .38462rem;
  padding-left: 1.88462rem;
  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;
  transition: all 50ms ease-out; }

.form-checkbox + .form-label::before, .form-radio + .form-label::before {
  background-color: #fff;
  border: solid #ccc;
  border-width: 1px;
  height: 1.23077rem;
  left: 0;
  top: 0;
  width: 1.23077rem; }

.form-checkbox + .form-label::after, .form-radio + .form-label::after {
  height: 1.07692rem;
  left: 1px;
  opacity: 0;
  top: 1px;
  transform: scale(0);
  width: 1.07692rem; }

.form-checkbox:checked + .form-label::after, .form-radio:checked + .form-label::after {
  opacity: 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(79, 79, 79, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(79, 79, 79, 0.999);
  content: "";
  font-size: 1.07692rem;
  line-height: 1;
  text-align: center; }

.form-radio + .form-label::before {
  border-radius: 50%; }

.form-radio + .form-label::after {
  background: rgba(79, 79, 79, 0.999);
  border: 3px solid #fff;
  border-radius: 1.07692rem; }

.form-input.has-action {
  float: left;
  padding-right: 2.84615rem; }

.form-input.has-action + .button--inputAction {
  background: 0 0;
  border: 0;
  border-radius: 0 0 0 0;
  float: left;
  height: 2.84615rem;
  margin: .07692rem 0 0 -2.92308rem;
  width: 2.84615rem; }

.form-input.has-icon {
  float: left;
  padding-right: 2.76923rem; }

.form-input.has-icon + .icon {
  height: 3rem;
  margin-left: -2.76923rem;
  width: 1.53846rem; }

.form-prefixPostfix {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.form-prefixPostfix .form-input {
  -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 #4f4f4f;
  border-width: 1px;
  -ms-flex: 1;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 6.92308rem;
  padding: .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 .75rem 0 0; }

.form-prefixPostfix-button--postfix {
  margin: 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: #01A950;
  box-shadow: 0 0 4px rgba(255, 92, 0, 0.4); }

.switch-toggle {
  background-color: #989898;
  border: 1px solid #989898;
  border-radius: 2.15385rem;
  cursor: pointer;
  display: inline-block;
  height: 2.15385rem;
  position: relative;
  transition: all .1s ease-out;
  vertical-align: middle;
  width: 4.61538rem; }

.switch--important .switch-toggle {
  background-color: #d4cb49;
  border-color: #d4cb49; }

.switch--checked .switch-toggle {
  background-color: #69d66f;
  border-color: #69d66f; }

.switch--disabled .switch-toggle {
  background-color: #e8e8e8;
  border-color: #a5a5a5;
  cursor: default; }

.switch-toggle::before {
  background: #fff;
  border-radius: 1.53849rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.53849rem;
  left: .23075rem;
  position: absolute;
  top: .23075rem;
  transition: all .1s ease-out;
  width: 1.53849rem; }

.switch--checked .switch-toggle::before {
  left: 2.69229rem; }

.switch-label {
  color: #fff;
  height: 26px;
  line-height: 2.07692;
  position: absolute;
  right: .46154rem;
  text-transform: uppercase;
  transition: all .1s ease-out; }

.switch--checked .switch-label {
  font-weight: 600;
  left: .46154rem;
  right: auto; }

.switch--disabled .switch-label {
  color: #989898; }

.switch-label--icon.icon {
  height: 2rem;
  width: 2rem; }

.switch-label--icon.icon svg {
  height: 2rem;
  width: 2rem;
  fill: white; }

.switch--disabled .switch-label--icon.icon svg {
  fill: #989898; }

.switch-description--off {
  color: #747474;
  margin-right: 5px; }

.switch--checked .switch-description--off {
  color: #989898; }

.switch-description--on {
  color: #989898;
  margin-left: 5px; }

.switch--checked .switch-description--on {
  color: #747474; }

.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: 14px;
  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 #4f4f4f;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2.03846rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

.form-input-indicator {
  height: 1.692314px;
  width: 1.692314px;
  float: left;
  margin: 0 0 0 -2.30769rem;
  position: relative;
  top: .76923rem; }

.form-prefixPostfix .form-input-indicator {
  top: 0; }

.form-input-indicator > svg {
  fill: #69d66f; }

.form-field-errors {
  list-style: none;
  margin-left: 0;
  margin-left: 0;
  clear: both;
  margin-bottom: 0;
  margin-top: .15385rem; }

.form-field-errors ol, .form-field-errors ul {
  list-style: none;
  margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: .38462rem 0 -.53846rem;
  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: #69d66f; }

.form-field--success .form-field-error, .form-field--success .form-inlineMessage {
  color: #69d66f; }

.form-field--success .form-input-indicator > svg {
  fill: #69d66f; }

.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: #ff7d7d; }

.form-field--error .form-field-error, .form-field--error .form-inlineMessage {
  color: #ff7d7d; }

.form-field--error .form-input-indicator > svg {
  fill: #ff7d7d; }

.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: #d4cb49; }

.form-field--warning .form-field-error, .form-field--warning .form-inlineMessage {
  color: #d4cb49; }

.form-field--warning .form-input-indicator > svg {
  fill: #d4cb49; }

.panel {
  position: relative; }

.panel-header {
  background-color: #f2f2f2;
  margin: 0;
  padding: 1.5rem 2.03846rem 0; }

.panel-title {
  line-height: 1.5;
  margin: 0; }

.panel-body {
  margin-bottom: 1.5rem;
  padding: 14px 2.03846rem 1.5rem;
  background: #f2f2f2; }

.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: #989898;
  float: left;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  line-height: 1.5; }

.breadcrumb a {
  color: #989898; }

.breadcrumb.current {
  color: #989898;
  cursor: default; }

.breadcrumb.current a {
  color: #989898;
  cursor: default; }

.breadcrumb.current:focus, .breadcrumb.current:focus a, .breadcrumb.current:hover, .breadcrumb.current:hover a {
  text-decoration: none; }

.breadcrumb.unavailable {
  color: #a5a5a5; }

.breadcrumb.unavailable a {
  color: #a5a5a5; }

.breadcrumb.unavailable a:focus, .breadcrumb.unavailable:focus, .breadcrumb.unavailable:hover, .breadcrumb.unavailable:hover a {
  color: #a5a5a5;
  cursor: not-allowed;
  text-decoration: none; }

.breadcrumb:before {
  color: #989898;
  content: "/";
  margin: 0;
  position: relative;
  top: 1px; }

.breadcrumb:first-child:before {
  content: " ";
  margin: 0; }

.breadcrumb::before {
  margin: 0 .53846rem; }

@media (min-width: 481px) {
  .breadcrumb::before {
    margin: 0 .53846rem; } }

.breadcrumb-label {
  cursor: pointer; }

.breadcrumb-label:hover {
  color: #4f4f4f;
  text-decoration: none; }

.breadcrumb.is-active > .breadcrumb-label {
  color: #989898;
  cursor: default; }

.breadcrumb.is-unavailable > .breadcrumb-label {
  color: #a5a5a5;
  cursor: default; }

.tabs {
  border-bottom: 1px solid #e5e5e5;
  margin: 0; }

.tabs:after, .tabs:before {
  content: " ";
  display: none; }

.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: #989898;
  display: block;
  font-size: 15px;
  padding: .76923rem 1.53846rem; }

.tab-title:hover {
  color: #01A950; }

.tab.is-active .tab-title {
  color: #495057;
  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;
  width: 100%;
  float: left; }

.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: #747474;
  font-size: 15px;
  padding: .76923rem; }

.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: #4f4f4f;
  font-size: 15px;
  padding: .15385rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }

.pagination-list li {
  color: #989898;
  font-size: 14px;
  margin-left: .38462rem; }

.pagination-list li a, .pagination-list li button {
  border-radius: 4px;
  transition: background-color .3s ease-out;
  background: 0 0;
  color: #989898;
  display: block;
  font-size: 1em;
  font-weight: 400;
  line-height: inherit;
  padding: .30769rem .53846rem; }

.pagination-list li {
  display: block; }

li.pagination-item {
  cursor: pointer; }

li.pagination-item:first-child {
  margin-left: 0; }

li.pagination-item a:hover {
  color: #4f4f4f; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #4f4f4f;
  cursor: default; }

.alertBox {
  border-style: none;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: .76923rem;
  padding: .76923rem 1.15385rem .76923rem 1.15385rem;
  position: relative;
  transition: opacity .3s ease-out;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  color: #fff; }

.alertBox .icon {
  height: 1.53846rem;
  width: 1.53846rem; }

.alertBox .button {
  margin: 0 0 0 .76923rem; }

.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: #69d66f; }

.alertBox--warning {
  background-color: #fffdea;
  border-color: #fffdea;
  color: #fff; }

.alertBox--warning svg {
  fill: #d4cb49; }

.alertBox--error {
  background-color: #fdd;
  border-color: #fdd;
  color: #fff; }

.alertBox--error svg {
  fill: #ff7d7d; }

.alertBox-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.alertBox-icon {
  padding-right: 1.15385rem; }

.alertBox-message {
  margin: 0;
  text-align: left;
  width: 100%; }

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.15385rem; }

.alertBox-close .icon {
  height: 1.53846rem;
  width: 1.53846rem; }

.alertBox-close svg {
  fill: #4f4f4f; }

.accordion {
  margin-bottom: 0;
  border: #e5e5e5 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 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: #747474; }

.accordion-navigation > a {
  background: #fff;
  color: #495057;
  padding: 1.88462rem;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 14px; }

.accordion-navigation > a:hover {
  background: #f2f2f2; }

.accordion-navigation .accordion-title {
  padding: 1.5rem 1.88462rem; }

.accordion-title {
  font-weight: 700;
  line-height: 24px; }

.accordion-content {
  display: none;
  padding: 2.03846rem;
  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: #69d66f; }

.accordion-navigation--error .accordion-title, .accordion-navigation--error.is-open > a {
  color: #ff7d7d; }

.accordion-navigation--warning .accordion-title, .accordion-navigation--warning.is-open > a {
  color: #d4cb49; }

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: #747474;
  background: rgba(116, 116, 116, 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;
  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 {
    transform: translateY(-50%); } }

.modal--large {
  max-height: 90%;
  width: 1280px; }

.modal--small {
  width: 500px; }

.modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 14px 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: .76923rem 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: 15px;
  margin: 0 0 .76923rem; }

@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: .75rem;
  transform: translateY(none); }

.modal-close .icon {
  height: 1.53846rem;
  width: 1.53846rem; }

@media print {
  .modal {
    background: #fff !important;
    display: none; } }

.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 3rem;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  transition: all .2s ease-out;
  z-index: 500; }

.loadingNotification.ng-hide-add-active, .loadingNotification.ng-hide-remove {
  opacity: 0;
  top: 3.6rem;
  transform: scale(0.9) translateX(-50%); }

.loadingNotification.ng-hide-remove-active {
  opacity: 1;
  top: 3rem;
  transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: #666;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  padding: .38462rem .76923rem; }

.loadingOverlay-container {
  min-height: 120px;
  position: relative; }

.loadingOverlay {
  background: rgba(116, 116, 116, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }

.loadingOverlay::before {
  height: 3.07692rem;
  width: 3.07692rem;
  border-radius: 3.07692rem;
  border: solid 2px;
  border-color: #fff #fff #989898 #989898;
  content: "";
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  transform-style: preserve-3d;
  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; }

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0); }
  100% {
    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: .76923rem 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 .38462rem 0 0; }
  .actionBar-section .form-input, .actionBar-section .form-select {
    display: inline-block;
    width: 15.38462rem; } }

@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 #dddddd;
  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%;
  transform: translateY(-50%);
  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: #989898; }

.card-figcaption-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #747474; }

.card-figcaption-button:hover {
  background-color: #fff;
  color: #747474; }

.card-body {
  padding: .76923rem 0 0; }

.card-body > :first-child {
  margin-top: 0; }

.card-body > :last-child {
  margin-bottom: 0; }

.card-body .card-text {
  color: #989898; }

.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; }

.slick-slider {
  position: relative;
  display: block;
  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 {
  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%;
  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: .8; }

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .6; }

.slick-next:before, .slick-prev:before {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #989898;
  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: .8; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: "Inter", sans-serif;
  font-size: 60px;
  line-height: 20px;
  text-align: center;
  color: #747474;
  opacity: .6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: #666;
  opacity: 1; }

.slick-next, .slick-prev {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  height: 4.692314px;
  margin-top: -1.15385rem;
  padding: .76923rem;
  width: 3.07692rem; }

.slick-next::before, .slick-prev::before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  height: 3.15385rem;
  width: 1.53846rem; }

.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: -10px; }

@media (min-width: 1261px) {
  .slick-next {
    right: -3.38462rem; } }

.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='%23989898' 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;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjOTg5ODk4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }

.slick-prev {
  left: -15px; }

@media (min-width: 1261px) {
  .slick-prev {
    left: -3.38462rem; } }

.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='%23989898' 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;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzk4OTg5OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=="); }

.slick-dots {
  margin: 0; }

.slick-dots li {
  height: 2.46154rem;
  width: 2.46154rem;
  margin: 0;
  padding: .38462rem; }

.slick-dots li button, .slick-dots li button::before {
  height: 1.15385rem;
  width: 1.15385rem;
  border-radius: 50%; }

.slick-dots li button {
  border: 1px solid #747474;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: middle; }

.slick-dots li button:hover::before {
  background: #747474; }

.slick-dots li button::before {
  display: block;
  left: -1px;
  top: -1px;
  transition: background .1s ease-out; }

.slick-dots li.slick-active button::before {
  background: #666; }

.slick-disabled {
  cursor: default;
  opacity: .1; }

.slick-track {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px; }

.pace {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace-progress {
  background-color: #989898;
  height: .38462rem;
  position: fixed;
  right: 100%;
  top: 0;
  width: 100%;
  z-index: 2000; }

body.swal2-shown {
  overflow-y: hidden; }

body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.swal2-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1060; }

.swal2-container.swal2-top {
  -ms-flex-align: start;
  align-items: flex-start; }

.swal2-container.swal2-top-left {
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.swal2-container.swal2-top-right {
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.swal2-container.swal2-center {
  -ms-flex-align: center;
  align-items: center; }

.swal2-container.swal2-center-left {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.swal2-container.swal2-center-right {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.swal2-container.swal2-bottom {
  -ms-flex-align: end;
  align-items: flex-end; }

.swal2-container.swal2-bottom-left {
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.swal2-container.swal2-bottom-right {
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -ms-flex-pack: center;
  justify-content: center; }

.swal2-container.swal2-grow-row > .swal2-modal {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.swal2-container.swal2-grow-column {
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column; }

.swal2-container.swal2-grow-column.swal2-bottom, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-top {
  -ms-flex-align: center;
  align-items: center; }

.swal2-container.swal2-grow-column.swal2-bottom-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-top-left {
  -ms-flex-align: start;
  align-items: flex-start; }

.swal2-container.swal2-grow-column.swal2-bottom-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-top-right {
  -ms-flex-align: end;
  align-items: flex-end; }

.swal2-container.swal2-grow-column > .swal2-modal {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.swal2-container:not(.swal2-top):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-left):not(.swal2-bottom-right) > .swal2-modal {
  margin: auto; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important; } }

.swal2-container.swal2-fade {
  transition: background-color .1s; }

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4); }

.swal2-modal {
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  font-family: "Inter", sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
  max-width: 100%; }

.swal2-modal:focus {
  outline: 0; }

.swal2-modal.swal2-loading {
  overflow-y: hidden; }

.swal2-modal .swal2-title {
  color: #595959;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 0 0 .4em;
  padding: 0;
  display: block;
  word-wrap: break-word; }

.swal2-modal .swal2-buttonswrapper {
  margin-top: 15px; }

.swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
  cursor: no-drop; }

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  border: 4px solid transparent;
  border-color: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 7.5px;
  vertical-align: top;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  border-radius: 100%;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
  margin-left: 30px;
  margin-right: 30px; }

.swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  display: inline-block;
  content: '';
  margin-left: 5px;
  vertical-align: -1px;
  height: 15px;
  width: 15px;
  border: 3px solid #999;
  box-shadow: 1px 1px 1px #fff;
  border-right-color: transparent;
  border-radius: 50%;
  animation: rotate-loading 1.5s linear 0s infinite normal; }

.swal2-modal .swal2-styled {
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  margin: 15px 5px 0;
  padding: 10px 32px; }

.swal2-modal .swal2-styled:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4); }

.swal2-modal .swal2-image {
  margin: 20px auto;
  max-width: 100%; }

.swal2-modal .swal2-close {
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  width: 38px;
  height: 40px;
  font-size: 36px;
  line-height: 40px;
  font-family: serif;
  position: absolute;
  top: 5px;
  right: 8px;
  cursor: pointer;
  color: #ccc;
  transition: color .1s ease; }

.swal2-modal .swal2-close:hover {
  color: #d55; }

.swal2-modal > .swal2-checkbox, .swal2-modal > .swal2-file, .swal2-modal > .swal2-input, .swal2-modal > .swal2-radio, .swal2-modal > .swal2-select, .swal2-modal > .swal2-textarea {
  display: none; }

.swal2-modal .swal2-content {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  color: #545454;
  word-wrap: break-word; }

.swal2-modal .swal2-checkbox, .swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-radio, .swal2-modal .swal2-select, .swal2-modal .swal2-textarea {
  margin: 20px auto; }

.swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-textarea {
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  transition: border-color .3s,box-shadow .3s; }

.swal2-modal .swal2-file.swal2-inputerror, .swal2-modal .swal2-input.swal2-inputerror, .swal2-modal .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important; }

.swal2-modal .swal2-file:focus, .swal2-modal .swal2-input:focus, .swal2-modal .swal2-textarea:focus {
  outline: 0;
  border: 1px solid #b4dbed;
  box-shadow: 0 0 3px #c4e6f5; }

.swal2-modal .swal2-file:-ms-input-placeholder, .swal2-modal .swal2-input:-ms-input-placeholder, .swal2-modal .swal2-textarea:-ms-input-placeholder {
  color: #ccc; }

.swal2-modal .swal2-file::placeholder, .swal2-modal .swal2-input::placeholder, .swal2-modal .swal2-textarea::placeholder {
  color: #ccc; }

.swal2-modal .swal2-range input {
  float: left;
  width: 80%; }

.swal2-modal .swal2-range output {
  float: right;
  width: 20%;
  font-size: 20px;
  font-weight: 600;
  text-align: center; }

.swal2-modal .swal2-range input, .swal2-modal .swal2-range output {
  height: 43px;
  line-height: 43px;
  vertical-align: middle;
  margin: 20px auto;
  padding: 0; }

.swal2-modal .swal2-input {
  height: 43px;
  padding: 0 14px; }

.swal2-modal .swal2-input[type=number] {
  max-width: 150px; }

.swal2-modal .swal2-file {
  font-size: 20px; }

.swal2-modal .swal2-textarea {
  height: 108px;
  padding: 14px; }

.swal2-modal .swal2-select {
  color: #545454;
  font-size: "Inter", sans-serif;
  padding: 5px 10px;
  min-width: 40%;
  max-width: 100%; }

.swal2-modal .swal2-radio {
  border: 0; }

.swal2-modal .swal2-radio label:not(:first-child) {
  margin-left: 20px; }

.swal2-modal .swal2-radio input, .swal2-modal .swal2-radio span {
  vertical-align: middle; }

.swal2-modal .swal2-radio input {
  margin: 0 3px 0 0; }

.swal2-modal .swal2-checkbox {
  color: #545454; }

.swal2-modal .swal2-checkbox input, .swal2-modal .swal2-checkbox span {
  vertical-align: middle; }

.swal2-modal .swal2-validationerror {
  background-color: #f0f0f0;
  margin: 0 -20px;
  overflow: hidden;
  padding: 10px;
  color: gray;
  font-size: 16px;
  font-weight: 300;
  display: none; }

.swal2-modal .swal2-validationerror::before {
  content: '!';
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-right: 10px; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.swal2-icon.swal2-error {
  border-color: #f27474; }

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  display: block; }

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f27474;
  display: block;
  top: 37px;
  border-radius: 2px; }

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  transform: rotate(45deg);
  left: 17px; }

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  transform: rotate(-45deg);
  right: 16px; }

.swal2-icon.swal2-warning {
  font-family: "Inter", sans-serif;
  color: #f8bb86;
  border-color: #facea8;
  font-size: 60px;
  line-height: 80px;
  text-align: center; }

.swal2-icon.swal2-info {
  font-family: "Inter", sans-serif;
  color: #3fc3ee;
  border-color: #9de0f6;
  font-size: 60px;
  line-height: 80px;
  text-align: center; }

.swal2-icon.swal2-question {
  font-family: "Inter", sans-serif;
  color: #87adbd;
  border-color: #c9dae1;
  font-size: 60px;
  line-height: 80px;
  text-align: center; }

.swal2-icon.swal2-success {
  border-color: #a5dc86; }

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  transform: rotate(45deg); }

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  transform: rotate(-45deg);
  transform-origin: 60px 60px; }

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  transform: rotate(-45deg);
  transform-origin: 0 60px; }

.swal2-icon.swal2-success .swal2-success-ring {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2; }

.swal2-icon.swal2-success .swal2-success-fix {
  width: 7px;
  height: 90px;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  transform: rotate(-45deg); }

.swal2-icon.swal2-success [class^=swal2-success-line] {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2; }

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  width: 25px;
  left: 14px;
  top: 46px;
  transform: rotate(45deg); }

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  width: 47px;
  right: 8px;
  top: 38px;
  transform: rotate(-45deg); }

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0; }

.swal2-progresssteps li {
  display: inline-block;
  position: relative; }

.swal2-progresssteps .swal2-progresscircle {
  background: #3085d6;
  border-radius: 2em;
  color: #fff;
  height: 2em;
  line-height: 2em;
  text-align: center;
  width: 2em;
  z-index: 20; }

.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0; }

.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0; }

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6; }

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  background: #add8e6; }

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #add8e6; }

.swal2-progresssteps .swal2-progressline {
  background: #3085d6;
  height: .4em;
  margin: 0 -1px;
  z-index: 10; }

[class^=swal2] {
  -webkit-tap-highlight-color: transparent; }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

.swal2-show {
  animation: showSweetAlert .3s; }

.swal2-show.swal2-noanimation {
  animation: none; }

.swal2-hide {
  animation: hideSweetAlert .15s forwards; }

.swal2-hide.swal2-noanimation {
  animation: none; }

@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

.swal2-animate-success-line-tip {
  animation: animate-success-tip .75s; }

.swal2-animate-success-line-long {
  animation: animate-success-long .75s; }

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  animation: rotatePlaceholder 4.25s ease-in; }

@keyframes animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0);
    opacity: 1; } }

.swal2-animate-error-icon {
  animation: animate-error-icon .5s; }

@keyframes animate-x-mark {
  0% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.swal2-animate-x-mark {
  animation: animate-x-mark .5s; }

@keyframes rotate-loading {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.swal2-modal {
  background-color: #fff !important;
  border-radius: 4px;
  font-family: Raleway,Arial,Helvetica,sans-serif; }

.swal2-modal .swal2-title {
  color: #222;
  font-size: 2.30769rem; }

.swal2-modal .swal2-content {
  color: #495057;
  font-size: 1.15385rem; }

.swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-textarea {
  border: 1px solid #dfdfdf;
  color: #454545; }

.swal2-modal .swal2-checkbox, .swal2-modal .swal2-select {
  color: #454545; }

.swal2-modal .swal2-buttonswrapper {
  margin: 25px 0 0; }

.swal2-modal .swal2-styled {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 14px;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #dfdfdf;
  color: #454545;
  font-size: 14px;
  padding: .92308rem 2.26923rem;
  border-radius: 4px;
  line-height: 14px;
  outline: 0;
  transition: all .15s ease;
  vertical-align: middle; }

.swal2-modal .swal2-styled.active, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled:hover {
  background-color: transparent;
  border-color: #989898;
  color: #666; }

.swal2-modal .swal2-styled:active {
  background-color: transparent;
  border: 1px solid #454545;
  color: #454545; }

.swal2-modal .swal2-styled:focus {
  outline: 0; }

.swal2-modal .swal2-confirm {
  background-color: #454545;
  border-color: #454545;
  color: #fff; }

.swal2-modal .swal2-confirm:focus, .swal2-modal .swal2-confirm:hover {
  background-color: #666;
  border-color: #666;
  color: #fff; }

.swal2-modal .swal2-confirm:active {
  background-color: #989898;
  border-color: #989898;
  color: #fff; }

.swal2-modal .swal2-cancel {
  background-color: transparent;
  border-color: #dfdfdf;
  color: #454545; }

@media (min-width: 481px) {
  .swal2-modal .swal2-cancel {
    margin-left: .76923rem; } }

.swal2-modal .swal2-cancel:focus, .swal2-modal .swal2-cancel:hover {
  background-color: transparent;
  border-color: #989898;
  color: #666; }

.swal2-modal .swal2-cancel:active {
  background-color: transparent;
  border-color: #454545;
  color: #454545; }

body, html {
  height: auto; }

figure {
  margin-bottom: 2.03846rem;
  margin-top: 2.03846rem; }

figure > figcaption {
  margin-bottom: -.53846rem; }

figcaption {
  color: #a5a5a5;
  margin-top: .76923rem; }

body {
  font-size: 14px;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin-top: 2.26923rem; }

h5, h6 {
  text-transform: uppercase; }

a {
  transition: color .15s ease; }

cite {
  line-height: 1.5;
  margin: .53846rem 0 0; }

.page-heading {
  margin: 0 0 3rem;
  text-align: center; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 14px; }

.definitionList:after, .definitionList:before {
  content: " ";
  display: table; }

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #989898;
  float: left;
  font-weight: 400;
  margin: 0 .38462rem 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(130, 130, 130, 0.999)' /%3E%3C/svg%3E");
  background-position: right .53846rem top .692314px;
  border-radius: 4px;
  padding: .75rem 3rem .75rem 14px; }

.form-label small {
  float: right;
  margin-top: .38462rem; }

.form-label--inlineSmall small {
  color: #989898;
  float: none;
  font-size: "Inter", sans-serif;
  font-weight: 400;
  margin-left: .38462rem;
  text-transform: none; }

.table {
  margin-top: 2.03846rem; }

.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: .38462rem; } }

.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.is-loading .loadingOverlay {
  background: 0 0;
  padding: 4.5rem 0;
  position: relative; }

.dropdown-menu.is-open {
  display: block; }

.dropdown-menu-item {
  text-align: left; }

.dropdown-menu-item:first-child > a {
  padding-top: .76923rem; }

.dropdown-menu-item:last-child > a {
  padding-bottom: 14px; }

.dropdown-menu-item > a {
  margin: 0;
  padding: .23077rem 1.15385rem;
  text-decoration: none; }

.form-wishlist {
  position: relative; }

.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; }

#wishlist-dropdown.is-open {
  background: #fff;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }

@media (min-width: 551px) {
  #wishlist-dropdown.is-open {
    padding-right: 20px; } }

@media (min-width: 1201px) {
  #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: none;
  margin-bottom: 0;
  width: 100%; }

#wishlist-dropdown.is-open .button {
  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: none;
  border-radius: 0;
  border-top: none;
  margin-bottom: 0; }

.modal {
  left: 50%;
  margin: 0 auto;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: 0;
  overflow: hidden;
  padding: 0;
  right: 0;
  top: 50% !important;
  transform: translate(-50%, -50%); }

@media (min-width: 1261px) {
  .modal--large {
    width: 1280px; } }

.modal-header {
  padding-left: 2.25rem;
  padding-right: 3.21154rem; }

.modal-header-title {
  font-size: 22px;
  text-align: center; }

@media (min-width: 1201px) {
  .modal-header-title {
    font-size: 25px; } }

.modal-close {
  height: 2.46154rem;
  width: 2.46154rem;
  color: #4f4f4f;
  font-size: 26px;
  line-height: 2.46154rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }

@media (min-width: 1201px) {
  .modal-close {
    font-size: 32px; } }

.modal-close:hover {
  color: #a5a5a5; }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem; }

.breadcrumbs {
  display: none;
  font-size: 0;
  text-align: center; }

@media (min-width: 551px) {
  .breadcrumbs {
    display: block; } }

.breadcrumb {
  display: inline-block;
  float: none; }

.breadcrumb.is-active > .breadcrumb-label {
  cursor: text; }

.breadcrumb-label {
  text-decoration: none; }

.panel-title {
  font-size: 20px; }

.panel--large .panel-body {
  margin-bottom: 2.03846rem;
  padding: 2.03846rem; }

.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;
  transition: all .2s ease; }

.pagination-item .pagination-link:hover {
  color: #4f4f4f; }

.pagination-item.pagination-item--current {
  border-color: #e5e5e5;
  border-radius: 4px;
  margin: 0 .38462rem 0 .76923rem; }

.pagination-item.pagination-item--next > a, .pagination-item.pagination-item--previous > a {
  color: #4f4f4f; }

.pagination-item.pagination-item--next > a:hover, .pagination-item.pagination-item--previous > a:hover {
  color: #01A950; }

.pagination-item.pagination-item--next > a:hover .icon > svg, .pagination-item.pagination-item--previous > a:hover .icon > svg {
  fill: #01A950; }

.pagination-item--next .icon, .pagination-item--previous .icon {
  height: 1.53846rem;
  margin-top: -.15385rem;
  width: 1.53846rem; }

.pagination-item--previous {
  float: left; }

.pagination-item--previous .icon {
  margin-left: -.92308rem; }

.pagination-item--next {
  float: right; }

.pagination-item--next .icon {
  margin-right: -.92308rem; }

.pagination-list--small {
  position: relative; }

.pagination-list--small .pagination-item {
  color: #989898;
  cursor: "Inter", sans-serif;
  line-height: 1.5; }

.pagination-list--small .pagination-link {
  padding: 0 .38462rem; }

.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: 14px;
  transition: all .15s ease; }

.button + .button {
  margin-left: 0; }

@media (min-width: 1201px) {
  .button + .button {
    margin-left: .76923rem; } }

.button[disabled] {
  cursor: not-allowed; }

.button--icon svg {
  fill: #4f4f4f; }

.tab {
  border-top: 1px solid #e5e5e5;
  float: none; }

@media (min-width: 1201px) {
  .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: 1201px) {
  .tab.is-active {
    border: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff; } }

.tab-title {
  padding: 1.15385rem 0;
  text-align: center;
  text-decoration: none; }

@media (min-width: 551px) {
  .tab-title {
    text-align: left; } }

@media (min-width: 1201px) {
  .tab-title {
    padding: .76923rem 1.5rem; } }

.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; }

.accordion {
  border-radius: 4px;
  box-shadow: none; }

.accordion .navList {
  margin-bottom: 0; }

.accordion-content {
  border: 0; }

.accordion-content .form:only-child {
  margin-bottom: 0; }

.accordion-title {
  margin: 0; }

.accordion-navigation {
  margin-top: -1px;
  position: relative;
  text-decoration: none; }

@media (min-width: 1201px) {
  .accordion--navList {
    border: 0; } }

@media (min-width: 1201px) {
  .sidebarBlock + .accordion--navList {
    margin-top: 2.03846rem; } }

@media (min-width: 1201px) {
  .accordion--navList .accordion-block {
    margin-top: 2.03846rem; } }

.accordion--navList .accordion-content {
  padding: 14px; }

@media (min-width: 1201px) {
  .accordion--navList .accordion-content {
    padding: 0; } }

@media (min-width: 1201px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0; } }

.accordion--navList .accordion-title {
  font-weight: 400;
  padding: 14px;
  text-decoration: none;
  text-transform: inherit; }

@media (min-width: 1201px) {
  .accordion--navList .accordion-title {
    margin-bottom: .76923rem;
    margin-top: 0;
    padding: 0; } }

.accordion--navList .accordion-indicator {
  fill: #a5a5a5; }

@media (min-width: 1201px) {
  .accordion--navList .accordion-indicator {
    visibility: hidden; } }

.accordion--navList .accordion-navigation-actions {
  right: 14px;
  top: 1.15385rem; }

@media (min-width: 1201px) {
  .accordion--navList .accordion-navigation-actions {
    right: 0;
    top: 0; } }

.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-navigation-actions {
  position: absolute;
  right: 1.88462rem;
  top: 1.5rem; }

.accordion-navigation-actions > a {
  color: #989898;
  vertical-align: middle; }

.accordion-navigation-actions > a:hover {
  color: #4f4f4f; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -.76923rem; }

.inlineList--labels > li {
  margin-bottom: .76923rem;
  margin-left: .76923rem; }

.alertBox {
  border-radius: 4px;
  color: #333; }

.alertBox-icon .icon {
  height: 1.92308rem;
  width: 1.92308rem; }

.alertBox--info {
  color: #fff; }

.alertBox--info .alertBox-close svg {
  fill: #dfdfdf; }

.lazyload, .lazyloading {
  height: 100%; }

.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(255, 125, 125, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 1.07692rem;
  left: -.15385rem;
  margin-right: .07692rem;
  position: relative;
  top: .23077rem;
  width: 1.07692rem; }

.form-field--success .form-input[type=text] {
  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(105, 214, 111, 0.999)' /%3E%3C/svg%3E");
  background-position: right .692314px center;
  background-repeat: no-repeat;
  padding-right: 3rem; }

.form-checkbox + .form-label:last-child, .form-radio + .form-label:last-child {
  display: block;
  margin-bottom: -.30769rem; }

.form-checkbox + .form-label::after, .form-radio + .form-label::after {
  top: .30769rem; }

.form-checkbox + .form-label::before, .form-radio + .form-label::before {
  top: .23077rem; }

.form-actions {
  margin: 0 auto;
  max-width: 92.30769rem;
  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: .76923rem; }

@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 .76923rem; } }

.form-label--alternate {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  margin-bottom: .76923rem; }

.form-select--date {
  width: initial; }

.form-select--date + .form-select--date {
  margin-left: .38462rem; }

.form-select--date, .form-select--small {
  background-position: right .53846rem top .53846rem;
  background-size: 1.38462rem;
  font-size: 14px;
  height: 2.23077rem;
  line-height: 14px;
  max-width: 20rem;
  padding: .53846rem .76923rem;
  padding-right: 2rem; }

.form-select--short {
  max-width: 6rem;
  width: 4.5rem; }

.form-file {
  margin-bottom: .53846rem; }

.form-fileDescription {
  color: #a5a5a5;
  font-size: 14px; }

.form-field-group {
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  padding: 1.5rem; }

.form-column {
  padding-left: .75rem;
  padding-right: .75rem;
  width: 100%;
  float: left; }

@media (min-width: 551px) {
  .form-column {
    padding-left: .75rem;
    padding-right: .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; } }

@media (min-width: 1261px) {
  .form-prefixPostfix .button {
    width: auto; } }

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: .38462rem; }

@media (min-width: 1261px) {
  .form-prefixPostfix .form-inlineMessage {
    margin-bottom: 0; } }

.form-prefixPostfix-button--postfix {
  margin: .76923rem 0 0;
  -ms-flex-order: 1;
  order: 1; }

@media (min-width: 1261px) {
  .form-prefixPostfix-button--postfix {
    margin: 0 0 0 .76923rem;
    -ms-flex-order: 0;
    order: 0; } }

.form-increment .button {
  margin: 0;
  padding: .23077rem .38462rem; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.692314px; }

.form-option {
  border: 1px solid #dfdfdf;
  color: #666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: .53846rem;
  margin-right: .53846rem;
  padding: 1px;
  transition: all .15s ease; }

.form-option:hover {
  border-color: #989898; }

.form-radio:checked + .form-option {
  border-color: #4f4f4f;
  box-shadow: 0 0 0 1px #4f4f4f; }

.form-option-variant {
  display: inline-block;
  font-size: 14px;
  min-width: 2.92308rem;
  padding: 1px .38462rem;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color, .form-option-variant--pattern {
  height: 1.692314px;
  width: 1.692314px;
  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: 14px;
  height: 2.23077rem;
  line-height: 14px;
  padding: .53846rem .76923rem; }

.form-minMaxRow {
  margin-left: -.375rem;
  margin-right: -.375rem; }

.form-minMaxRow:after, .form-minMaxRow:before {
  content: " ";
  display: table; }

.form-minMaxRow:after {
  clear: both; }

.form-minMaxRow .form-field {
  padding-left: .75rem;
  padding-right: .75rem;
  width: 33.33333%;
  float: left;
  margin-bottom: 0;
  padding-left: .375rem;
  padding-right: .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: .3; }

[data-product-attribute] .form-option.unavailable:before {
  background-color: #000;
  content: "";
  height: 2px;
  left: -5px;
  position: absolute;
  top: 11px;
  transform: rotate(-45deg);
  width: 141%; }

[data-product-attribute=product-list] .unavailable, [data-product-attribute=set-radio] .unavailable {
  opacity: .6;
  text-decoration: line-through; }

.card-figure {
  margin-top: 0;
  position: relative; }

.card-figure:hover .card-figcaption {
  opacity: 1; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }

@media (min-width: 1201px) {
  .card-figcaption {
    display: block; } }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  transform: translate3d(0, -50%, 0); }

.sb-latestblog .card-image {
  border: 0;
  width: auto;
  max-height: 100%;
  margin: auto;
  display: -ms-flexbox;
  display: flex; }

.card-title {
  font-size: 15px;
  margin: 0 0 .23077rem; }

.card-title > a {
  color: #333;
  text-decoration: none; }

.card-title > a:hover {
  color: #757575; }

.card-text {
  margin-bottom: .15385rem; }

.card-text abbr {
  border: 0;
  color: inherit;
  font-size: inherit; }

.card-figcaption-button {
  border: none;
  display: block;
  margin: .38462rem 0 0; }

.card-figcaption-button:active {
  background-color: #fff;
  border: none; }

.card-figcaption-button + .card-figcaption-button {
  margin: .38462rem 0 0; }

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

@media (min-width: 551px) {
  .card-body {
    text-align: left; } }

.card--alternate {
  border: 3px solid #fff;
  transition: all .15s ease; }

.card--alternate .card-body {
  background-color: #fff;
  padding: .76923rem;
  transition: all .15s ease; }

@media (min-width: 551px) {
  .card--alternate .card-body {
    padding: 1.5rem; } }

.card--alternate:hover {
  border-color: #01A950; }

.card--alternate:hover .card-body {
  background-color: #01A950; }

.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: 14px;
  font-weight: 400;
  margin-bottom: .38462rem;
  padding-left: 1.88462rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }

.navList-action--checkbox::after, .navList-action--checkbox::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 50ms ease-out; }

.navList-action--checkbox::before {
  background-color: #fff;
  border: solid #ccc;
  border-width: 1px;
  height: 1.23077rem;
  left: 0;
  top: 0;
  width: 1.23077rem; }

.navList-action--checkbox::after {
  height: 1.07692rem;
  left: 1px;
  opacity: 0;
  top: 1px;
  transform: scale(0);
  width: 1.07692rem; }

.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(79, 79, 79, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(79, 79, 79, 0.999);
  content: "";
  font-size: 1.07692rem;
  line-height: 1;
  text-align: center; }

.navList-action--checkbox:after, .navList-action--checkbox:before {
  top: 50%; }

.navList-action--checkbox:before {
  margin-top: -.61538rem; }

.navList-action--checkbox:after {
  margin-top: -.53846rem; }

.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;
  transform: scale(1); }

.navList-action-close {
  background: #f2f2f2;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: .23077rem;
  transition: opacity .3s ease;
  visibility: hidden; }

.navList-action-close .icon {
  height: 14px;
  width: 14px;
  fill: #4f4f4f; }

.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 .76923rem; }

@media (min-width: 1201px) {
  .navBar--sub .navBar-item {
    display: inline-block; } }

@media (min-width: 1201px) {
  .navBar--sub .navBar-item.is-active {
    border-bottom: 1px solid #495057; } }

.navBar--sub .navBar-item.is-active > .navBar-action {
  color: #666; }

@media (min-width: 1201px) {
  .navBar--sub .navBar-item.navBar-item--separate {
    border-left: 1px solid #989898;
    margin: 0;
    padding-left: .76923rem; } }

.navBar--sub .navBar-action {
  color: #989898;
  font-size: 14px;
  padding: 0; }

.navBar--sub .navBar-action:hover {
  color: #4f4f4f; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }

.icons-svg-sprite {
  display: none; }

.icon, .icon svg {
  transition: all .15s ease; }

.actionBar-section .form-field {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  overflow: hidden; }

.actionBar-section .form-field:hover {
  border-color: #989898; }

.actionBar-section .form-label {
  color: #989898;
  font-size: 14px;
  line-height: 2.07692rem;
  margin-bottom: 0;
  padding-left: .76923rem; }

.actionBar-section .form-input, .actionBar-section .form-select {
  border: 0;
  padding-left: .15385rem;
  width: auto; }

.actionBar-section .form-input, .actionBar-section .form-label, .actionBar-section .form-select {
  display: inline-block; }

.actionBar-section .form-select {
  color: #4f4f4f;
  height: 2.07692rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #454545;
  color: #fff;
  cursor: default;
  font-weight: 700;
  margin: -.84615rem -.84615rem 0 0;
  padding: .07692rem 14px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

.navUser {
  position: absolute;
  top: 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: 1201px) {
  .navUser {
    padding: 0 1.5rem;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    z-index: 50; } }

.navUser .dropdown-menu {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 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: .76923rem;
  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: .92308rem;
  position: absolute; }

.navUser-action {
  color: #333;
  font-weight: 700;
  padding: 14px .76923rem;
  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: .61538rem;
  width: .61538rem;
  margin: -1px 0 0 .15385rem; }

.navUser-action svg {
  fill: #333333;
  stroke: #333333;
  transition: all .15s ease; }

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 23.07692rem;
  padding: 1.5rem; }

.navUser-action--storeCredit + .dropdown-menu:before {
  left: 10.76923rem !important; }

.navUser-action--storeCredit + .dropdown-menu:after {
  left: 10.92308rem !important; }

.navUser-action-divider {
  border-right: 1px solid #e5e5e5;
  color: #989898;
  display: inline-block;
  padding: 0 1.53846rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none; }

@media (min-width: 1201px) {
  .navUser-item {
    display: block; }
  .navUser-item.navUser-item--social {
    margin-top: .38462rem;
    padding-right: .38462rem; }
  .navUser-item.navUser-item--divider {
    font-size: 1.92308rem;
    margin-top: .61538rem;
    padding-left: .15385rem; } }

.navUser-item--cart {
  display: block; }

.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: 24.61538rem; }

.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: .76923rem; }

.navUser-item--cart .dropdown-menu.is-open:after {
  right: .92308rem; }

.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: -.5rem; }

.navUser-item--account .navUser-action {
  display: inline-block; }

.navUser-or {
  color: #333;
  cursor: default;
  display: inline-block;
  margin: 0 -.92308rem;
  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 #e8e8e8 transparent;
  border-bottom-style: solid;
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%); }

.dropdown--quickSearch {
  background-color: #e5e5e5;
  padding: 1.5rem 0; }

@media (min-width: 551px) {
  .dropdown--quickSearch {
    padding: 3rem; } }

.dropdown--quickSearch.is-open {
  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: 20px;
  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: 14px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: .15385rem;
  text-align: center;
  width: 20px; }

.countPill--positive {
  display: inline-block; }

.countPill--alt {
  background-color: #dfdfdf;
  color: #454545; }

.navPage-childList, .navPages .navPage-subMenu-list {
  border-left: 1px solid #ccc;
  margin: .38462rem .76923rem;
  padding-left: .76923rem; }

.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: 1201px) {
  .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: #f2f2f2;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }

@media (min-width: 1201px) {
  .navPages {
    margin: 0 auto;
    max-width: 92.30769rem;
    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: 1201px) and (min-width: 551px) {
  .navPages-item {
    float: left; } }

@media (min-width: 1201px) {
  .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: 1201px) {
  .navPages .navPage-subMenu-list {
    margin: 0 auto;
    max-width: 92.30769rem;
    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: 1201px) {
  .navPages-list {
    display: inline-block;
    float: none; } }

.navPages-list + .navPages-list {
  border-top: 1px solid #ccc;
  margin-top: .76923rem;
  padding-top: .76923rem; }

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }

@media (min-width: 1201px) {
  .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: 1201px) {
  .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
    display: inline-block; } }

@media (min-width: 1201px) {
  .navPages-action-depth-max.has-subMenu.is-root.is-open .navPages-action-moreIcon {
    transform: rotate(0); } }

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #ccc;
  text-align: center; }

@media (min-width: 1201px) {
  .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;
  transform: rotate(90deg);
  width: 35px; }

@media (min-width: 1201px) {
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    height: .61538rem;
    width: .61538rem;
    border: 0;
    border-radius: 0;
    float: none;
    margin-top: 0;
    padding: 0;
    transform: rotate(-90deg); } }

.navPages-action-depth-max.has-subMenu.is-open svg {
  height: 9.6px;
  width: 9.6px; }

@media (min-width: 1201px) {
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 100%;
    width: 100%; } }

.navPages-action {
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: .76923rem 0;
  text-decoration: none;
  text-transform: uppercase; }

@media (min-width: 1201px) {
  .navPages-action {
    display: inline-block;
    padding: .76923rem 1.15385rem 1.15385rem; }
  .navPages-action.is-open {
    background-color: #e5e5e5; }
  .navPages-action.is-open svg {
    fill: #757575;
    stroke: #757575; } }

.navPages-action:hover {
  color: #757575; }

.navPages-action:hover svg {
  fill: #01a950;
  stroke: #01a950; }

.navPages-action svg {
  fill: #333333;
  stroke: #333333;
  transition: all .15s ease; }

.navPages-action--storeCredit {
  color: #989898; }

.navPages-action--compare {
  display: none; }

.navPages-action--compare.show {
  display: block; }

.navPages-action-moreIcon {
  height: .61538rem;
  width: .61538rem;
  margin-left: .38462rem;
  transform: rotate(-90deg); }

@media (min-width: 1201px) {
  .navPages-action-moreIcon {
    transform: none; } }

.has-subMenu.is-open .navPages-action-moreIcon {
  transform: rotate(0); }

.navPage-childList {
  display: none; }

@media (min-width: 1201px) {
  .navPage-childList {
    border: 0;
    display: block; } }

.navPage-childList.is-open {
  display: none; }

.navPage-subMenu {
  display: none;
  outline: 0; }

@media (min-width: 1201px) {
  .navPage-subMenu {
    background-color: #e5e5e5;
    padding: 1.5rem 1.5rem 2.26923rem !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; }

@media (min-width: 1201px) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    border-left: 0;
    height: auto;
    left: inherit;
    margin: auto;
    top: inherit;
    width: 16.53846rem; } }

@media (min-width: 1201px) {
  .navPage-subMenu-horizontal.is-open {
    border-left: 1px solid #ccc;
    display: inherit;
    height: auto;
    margin-left: 16.53846rem;
    padding: 0 !important;
    top: 0;
    width: 17.53846rem; } }

@media (min-width: 1201px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

@media (min-width: 1201px) {
  .navPage-subMenu-item {
    padding-left: .75rem;
    padding-right: .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.15385rem; } }

.navPage-subMenu-item-child, .navPage-subMenu-item-parent {
  width: 100%; }

@media (min-width: 1201px) {
  .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-item-child .navPage-subMenu-action.is-open, .navPage-subMenu-item-child .navPage-subMenu-action:hover, .navPage-subMenu-item-parent .navPage-subMenu-action.is-open, .navPage-subMenu-item-parent .navPage-subMenu-action:hover {
    background: #c8bdb2;
    color: #000;
    font-weight: 500;
    opacity: .3; } }

.navPage-subMenu-action {
  padding: .76923rem 0; }

@media (min-width: 1201px) {
  .navPage-subMenu-action {
    padding: .76923rem 0 1.15385rem; } }

.navPage-childList-action {
  font-weight: 400;
  padding: 0 0 .38462rem; }

.navPages-quickSearch {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: .76923rem; }

@media (min-width: 1201px) {
  .navPages-quickSearch {
    display: none; } }

.navPages-quickSearch > .container {
  padding: 0; }

.navPages-quickSearch .form {
  margin: 0; }

.navPages-quickSearch .form-field {
  margin-bottom: 0; }

@media (min-width: 1201px) {
  .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: .76923rem 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: 14px; }

.tag a {
  color: #989898;
  display: inline-block;
  padding: .38462rem .53846rem;
  text-decoration: none; }

.tag a:hover {
  color: #4f4f4f; }

.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.53846rem;
  width: 1.53846rem;
  margin: 0;
  text-decoration: none; }

.socialLinks .icon:hover svg {
  fill: #a5a5a5; }

.socialLinks .icon svg {
  fill: #4f4f4f;
  transition: all .15s ease; }

.google_plusone_iframe_widget {
  width: inherit !important; }

.socialLinks-item--pinterest {
  width: 25px; }

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }

.socialLinks .socialLinks-item {
  margin-bottom: .38462rem;
  margin-right: 5px; }

.socialLinks .socialLinks-item:last-child {
  margin-right: 0; }

.socialLinks--alt .icon {
  height: 1.61538rem;
  width: 1.61538rem; }

.socialLinks--alt svg {
  fill: #989898; }

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem; }

@media (min-width: 1201px) {
  .heroCarousel {
    margin-top: -2.5rem; } }

.js .heroCarousel {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .6s ease-out; }

.heroCarousel.slick-initialized {
  max-height: 76.92308rem;
  opacity: 1; }

.heroCarousel .slick-next, .heroCarousel .slick-prev {
  top: 50%; }

.heroCarousel .slick-next {
  right: 15px; }

@media (min-width: 1201px) {
  .heroCarousel .slick-next {
    right: 25px; } }

.heroCarousel .slick-prev {
  left: 15px; }

@media (min-width: 1201px) {
  .heroCarousel .slick-prev {
    left: 25px; } }

.heroCarousel .slick-dots {
  bottom: .53846rem; }

@media (min-width: 1201px) {
  .heroCarousel .slick-dots {
    bottom: 1.5rem; } }

.heroCarousel .slick-dots li {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.heroCarousel-slide {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.heroCarousel-slide a {
  text-decoration: none; }

@media (min-width: 1261px) {
  .heroCarousel-slide--stretch {
    background-size: 100% 100%; } }

@media (min-width: 1201px) {
  .heroCarousel-image {
    max-height: 46.15385rem;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%; } }

@media (min-width: 1201px) {
  .no-objectfit .heroCarousel-image {
    visibility: hidden; } }

.heroCarousel-content {
  background-color: #fff;
  padding: .76923rem 1.5rem 3rem;
  text-align: center; }

@media (min-width: 1201px) {
  .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;
    padding: 2.25rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 1200px; }
  .heroCarousel-content.heroCarousel-content--empty {
    background-color: transparent; } }

.heroCarousel-title {
  color: #747474;
  font-size: 20px;
  margin-top: 0; }

@media (min-width: 1201px) {
  .heroCarousel-title {
    font-size: 50px; } }

.heroCarousel-description {
  color: #747474;
  font-size: 14px; }

@media (min-width: 551px) {
  .heroCarousel-description {
    font-size: 14px; } }

@media (min-width: 1201px) {
  .heroCarousel-description {
    font-size: 15px; } }

.heroCarousel-action {
  margin: 0; }

@media (min-width: 1201px) {
  .heroCarousel-action {
    margin-top: 1.5rem; } }

@media (min-width: 1201px) {
  .writeReview-productDetails {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 50%;
    float: left; } }

.writeReview-productDetails .product-brand {
  color: #a5a5a5;
  margin: 0; }

.writeReview-productDetails .product-title {
  margin-top: 0; }

@media (min-width: 1201px) {
  .writeReview-form {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 50%;
    float: left; } }

.writeReview-productImage-container {
  position: relative; }

.writeReview-productImage-container img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.writeReview-productImage-container:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 131.8%; }

.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: .76923rem;
    padding-top: .76923rem; } }

.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: .15385rem; }

@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: 15px; }

.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: 15px;
  font-weight: 700; }

@media (min-width: 551px) {
  .return-itemName {
    font-size: 14px;
    font-weight: 400; } }

.return-itemPrice {
  color: #a5a5a5;
  margin-bottom: .38462rem; }

@media (min-width: 551px) {
  .return-itemPrice {
    color: inherit;
    margin-bottom: 0;
    text-align: center; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: .38462rem; }

@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 -.75rem;
  max-width: none;
  width: auto;
  margin: 0 -14px; }

.account--addReturn-row:after, .account--addReturn-row:before {
  content: " ";
  display: table; }

.account--addReturn-row:after {
  clear: both; }

.account--addReturn-column {
  padding-left: .75rem;
  padding-right: .75rem;
  width: 100%;
  float: left;
  padding: 0 14px; }

@media (min-width: 551px) {
  .account--addReturn-column {
    width: 50%; } }

.productCarousel {
  margin: 0;
  max-width: none;
  width: auto; }

.productCarousel:after, .productCarousel:before {
  content: " ";
  display: table; }

.productCarousel:after {
  clear: both; }

.productCarousel-slide {
  padding-left: 0;
  padding-right: 0;
  width: 50%;
  float: left; }

@media (min-width: 551px) {
  .productCarousel-slide {
    width: 33.33333%; } }

@media (min-width: 1201px) {
  .productCarousel-slide {
    width: 25%; } }

@media (min-width: 1261px) {
  .productCarousel-slide {
    width: 16.66667%; } }

.productCarousel-slide .card {
  margin-bottom: 0; }

.quickView:after, .quickView:before {
  content: " ";
  display: table; }

.quickView:after {
  clear: both; }

.productReviews-list {
  list-style: none;
  margin-left: 0;
  margin: 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: .75rem;
  padding-right: .75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  font-size: 14px;
  vertical-align: top; }

@media (min-width: 1201px) {
  .productReview {
    width: 50%; } }

@media (min-width: 1261px) {
  .productReview {
    width: 33.33333%; } }

.productReview-title {
  margin: 0;
  text-transform: none; }

.productReview-author {
  color: #989898;
  margin-bottom: 14px; }

.productReview-rating {
  display: inline-block;
  margin-bottom: .38462rem; }

.productReview-ratingNumber {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.productView {
  padding-top: 14px; }

.productView-images {
  margin-bottom: 3rem; }

.productView-image {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  position: relative; }

@media (min-width: 1201px) {
  .productView-image {
    min-height: 440px;
    min-width: inherit; } }

.productView-image + .productView-thumbnails {
  margin-top: .76923rem; }

@media (min-width: 320px) and (max-width: 1201px) {
  .productView-image {
    pointer-events: none; } }

.productView-img-container {
  position: relative;
  margin: auto;
  max-width: 500px;
  width: 100%; }

.productView-img-container img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  width: auto; }

.productView-img-container:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 131.8%; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -.75rem;
  max-width: none;
  width: auto;
  margin-left: -.38462rem;
  margin-right: -.38462rem; }

.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 .slick-list {
  margin-left: 0;
  margin-right: 0; }

.productView-thumbnails .slick-next {
  right: 0; }

.productView-thumbnails .slick-prev {
  left: 0; }

.productView-thumbnails img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 50px;
  max-width: 50px;
  width: auto; }

.productView-thumbnail {
  padding-left: .75rem;
  padding-right: .75rem;
  width: 25%;
  float: left;
  padding-left: .38462rem;
  padding-right: .38462rem;
  text-align: center; }

@media (min-width: 1261px) {
  .productView-thumbnail {
    width: 20%; } }

.productView-thumbnail-link {
  border: 1px solid #e5e5e5;
  display: inline-block;
  height: 67px;
  max-width: 75px;
  padding: 2px;
  position: relative;
  text-align: center;
  width: 100%; }

.productView-thumbnail-link.is-active, .productView-thumbnail-link:hover {
  border-color: #454545; }

.productView-details {
  margin-bottom: 2.03846rem; }

@media (min-width: 1201px) {
  .productView-product {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2.03846rem; } }

.productView-product > :last-child {
  margin-bottom: 0; }

.productView-title {
  font-size: 20px;
  margin: -.76923rem 0 .38462rem; }

@media (min-width: 1201px) {
  .productView-title {
    margin-top: 1.5rem; } }

@media (min-width: 1261px) {
  .productView-title {
    font-size: 28px; } }

.productView-brand {
  color: #989898;
  font-size: 15px;
  margin: 0 0 .76923rem; }

@media (min-width: 1261px) {
  .productView-brand {
    font-size: 20px;
    margin: -.15385rem 0 14px; } }

.productView-brand a {
  color: #989898; }

.productView-brand a:hover {
  color: #4f4f4f; }

.productView-price {
  font-size: 15px;
  margin-bottom: .53846rem; }

@media (min-width: 1201px) {
  .productView-price {
    font-size: 25px;
    margin-bottom: 14px; } }

.productView-price .price-section--saving {
  font-size: 15px; }

.productView-price abbr {
  border: 0;
  color: inherit;
  font-size: inherit; }

.productView-reviewLink {
  display: inline-block;
  margin-left: .76923rem;
  vertical-align: middle; }

.productView-reviewLink + .productView-reviewLink {
  display: block;
  margin-left: auto; }

@media (min-width: 551px) {
  .productView-reviewLink + .productView-reviewLink {
    display: inline-block;
    margin-left: .76923rem; } }

.productView-reviewLink > a {
  color: #989898; }

.productView-reviewLink > a:hover {
  color: #4f4f4f; }

.productView-info {
  margin-top: .76923rem; }

.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: .15385rem;
  margin-right: .38462rem; }

@media (min-width: 551px) {
  .productView-info-name {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400; } }

.productView-info-value {
  margin-bottom: .38462rem; }

@media (min-width: 551px) {
  .productView-info-value {
    margin-bottom: 14px; } }

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center;
  display: block;
  position: relative;
  gap: 10px; }

.productView-options:after, .productView-options:before {
  content: " ";
  display: none; }

.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: block;
  gap: 0;
  align-items: center;
  width: 100%; }

.productView-options input[type=file] {
  font-size: 14px; }

.productView-options .form-field {
  font-size: 0;
  margin: 0;
  margin-right: 10px; }

.productView-options .form-field > .form-checkbox + .form-label, .productView-options .form-field > .form-radio + .form-label {
  display: inline-block;
  margin-left: 1.5rem;
  width: auto; }

@media (min-width: 551px) {
  .productView-options .form-field > .form-checkbox + .form-label, .productView-options .form-field > .form-radio + .form-label {
    margin-left: 0;
    width: 100%; } }

.productView-options .form-field > .form-label:nth-of-type(2) {
  margin-left: 0; }

@media (min-width: 551px) {
  .productView-options .form-action {
    float: left;
    padding: 0 .76923rem;
    width: 50%; } }

@media (min-width: 1201px) {
  .productView-options .form-action {
    float: none;
    padding: 0;
    width: auto; } }

@media (min-width: 1261px) {
  .productView-options .form-action {
    display: inline-block;
    margin-top: 14px; } }

.productView-options .form-action .button {
  width: 100%; }

@media (min-width: 1261px) {
  .productView-options .form-action .button {
    margin-right: 0;
    width: auto; } }

.productOptions-list {
  border: 1px solid #dfdfdf;
  list-style: none;
  margin: 0; }

.productOptions-list-item {
  padding: 10px 14px; }

.productOptions-list-item + .productOptions-list-item {
  border-top: 1px solid #dfdfdf; }

.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.23077rem; }

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%; }

.productView-image .easyzoom-flyout img {
  max-width: none;
  width: auto; }

.price--discounted, .price--rrp {
  text-decoration: line-through; }

.price-section--minor {
  color: #a5a5a5; }

.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: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.23077rem 14px;
  position: relative;
  text-align: right;
  width: 0; }

@media (min-width: 1201px) {
  .compareTable-heading {
    width: 25%; } }

.compareTable-headingText {
  position: absolute;
  top: 1.23077rem;
  white-space: nowrap; }

@media (min-width: 1201px) {
  .compareTable-headingText {
    position: inherit;
    top: inherit; } }

.compareTable-item {
  padding: 3.23077rem 14px 1.23077rem; }

@media (min-width: 1201px) {
  .compareTable-item {
    padding-top: 1.23077rem; } }

.compareTable-removeProduct {
  background-color: #f2f2f2;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -14px;
  top: -14px;
  transition: background-color .15s ease;
  width: 2.5rem; }

.compareTable-removeProduct .icon {
  fill: #4f4f4f;
  height: 1.5rem;
  margin-top: .53846rem;
  width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2.03846rem 14px 1.23077rem; }

.compareTable-product .card {
  margin-bottom: 0; }

.compareTable-product .card-body {
  min-height: 6rem;
  padding-top: 14px; }

.compareTable-action {
  padding: 0 14px 14px; }

.compareTable-action .button {
  display: block;
  padding-left: .76923rem;
  padding-right: .76923rem;
  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;
  transition: max-height .1s ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 76.92308rem; }

.textTruncate-viewMore {
  background-color: #fff;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 2.26923rem; }

.toggle:last-of-type {
  margin-bottom: 4.53846rem; }

.toggle-title {
  margin-bottom: 2.26923rem; }

.toggleLink {
  color: #989898; }

.toggleLink:hover {
  color: #4f4f4f; }

.toggle-title .toggleLink {
  float: right;
  line-height: 24px; }

.toggleLink-text {
  font-size: 14px;
  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: 92.30769rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2.03846rem;
  padding: 14px; }

.facetedSearch-toggle:after, .facetedSearch-toggle:before {
  content: " ";
  display: table; }

.facetedSearch-toggle:after {
  clear: both; }

@media (min-width: 1201px) {
  .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: .75rem;
  padding-right: .75rem;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }

.facetedSearch-toggle-indicator {
  padding-left: .75rem;
  padding-right: .75rem;
  width: 41.66667%;
  float: left;
  font-weight: 700;
  padding: 0;
  text-align: right; }

.facetedSearch-navList {
  display: none; }

@media (min-width: 1201px) {
  .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: 2.03846rem; }

.facetedSearch-toggle + .facetedSearch-navList.is-open, .sidebarBlock + .facetedSearch-navList.is-open {
  margin-top: -1px; }

@media (min-width: 1201px) {
  .facetedSearch-toggle + .facetedSearch-navList.is-open, .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: 2.03846rem; } }

.facetedSearch-navList .navList--inner {
  margin-left: 1.5rem; }

.facet-quick-heading {
  text-transform: capitalize; }

.facetedSearch-optionColumns {
  column-count: 3;
  column-gap: 20px; }

.facetedSearch-refineFilters {
  display: none; }

@media (min-width: 1201px) {
  .facetedSearch-refineFilters {
    display: block; } }

.facetedSearch-content--rating .is-selected {
  font-weight: 700; }

.banners {
  background-color: #01A950;
  color: #fff;
  padding: .76923rem 0;
  text-align: center; }

.banners p:last-child {
  margin-bottom: 0; }

.banner {
  margin: 0 auto;
  max-width: 92.30769rem;
  width: 100%; }

.banner:after, .banner:before {
  content: " ";
  display: table; }

.banner:after {
  clear: both; }

.banner + .banner {
  margin-top: 1.5rem; }

.facetLabel {
  background: #f2f2f2;
  border-radius: 4px;
  padding: .15385rem .53846rem .15385rem .692314px;
  text-decoration: none; }

.facetLabel .icon {
  height: .92308rem;
  width: .92308rem;
  display: inline-block;
  fill: #989898;
  position: relative;
  top: -1px; }

.cart {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%; }

@media (min-width: 1201px) {
  .cart {
    display: table; } }

.cart-header {
  display: none; }

@media (min-width: 1201px) {
  .cart-header {
    display: table-header-group;
    text-align: left; } }

.cart-header-item {
  padding-bottom: 14px; }

.cart-header-item:last-child {
  text-align: right; }

.cart-list {
  border-top: 1px solid #e5e5e5;
  display: block; }

@media (min-width: 1201px) {
  .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: 1201px) {
  .cart-item {
    display: table-row;
    padding-left: 0; }
  .cart-item:after, .cart-item:before {
    display: none; } }

.cart-item-block {
  display: block; }

@media (min-width: 1201px) {
  .cart-item-block {
    display: table-cell; } }

.cart-item-block .definitionList {
  margin-bottom: .38462rem; }

.cart-item-figure {
  float: left;
  height: 7.692314px;
  margin-bottom: 1.5rem;
  width: 33.33333%;
  position: relative; }

@media (min-width: 551px) {
  .cart-item-figure {
    margin-bottom: 0;
    margin-left: -33.33333%;
    width: 33.33333%; } }

@media (min-width: 1201px) {
  .cart-item-figure {
    float: none;
    width: 8.33333%; } }

.cart-item-figure:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%; }

.cart-item-fixed-image {
  width: 100%; }

.cart-item-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

@media (min-width: 1201px) {
  .cart-item-image {
    margin-left: 0; } }

.cart-item-title {
  display: table-cell;
  height: 7.692314px;
  padding-left: 1.5rem; }

@media (min-width: 551px) {
  .cart-item-title {
    display: block;
    height: auto;
    margin-bottom: 1.5rem;
    overflow: hidden; } }

@media (min-width: 1201px) {
  .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: 1201px) {
  .cart-item-info {
    float: none;
    width: 16.66667%; }
  .cart-item-info:last-child {
    text-align: right; } }

.cart-item-info + .cart-item-info {
  margin-top: .76923rem; }

@media (min-width: 1201px) {
  .cart-header-quantity, .cart-item-quantity {
    text-align: center; } }

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0 .15385rem 1px 1.5rem;
  vertical-align: middle; }

@media (min-width: 1201px) {
  .cart-item-quantity .form-increment {
    margin-left: 0; } }

.cart-item-label {
  color: #a5a5a5;
  float: left;
  margin-bottom: .38462rem;
  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: 1201px) {
  .cart-item-label {
    display: none; } }

.cart-item-value {
  padding-left: 1.5rem; }

@media (min-width: 1201px) {
  .cart-item-value {
    padding-left: 0; } }

.cart-item-brand {
  color: #a5a5a5;
  margin-bottom: .15385rem; }

.cart-item-name {
  font-size: 15px;
  margin: 0; }

.cart-item-name + .definitionList {
  margin-top: .38462rem; }

.cart-item-options--giftWrapping {
  margin-top: 1.15385rem; }

.cart-item-options--giftWrapping .cart-item-option-description {
  color: #495057; }

.cart-remove {
  background-color: #f2f2f2;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.38462rem;
  margin-top: .15385rem;
  padding: .15385rem;
  transition: background-color .15s ease;
  width: 1.38462rem; }

@media (min-width: 551px) {
  .cart-remove {
    margin-left: 14px; } }

.cart-remove.cart-remove--spacer {
  visibility: hidden; }

.cart-remove > svg {
  fill: #4f4f4f; }

.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;
    width: 75%; } }

@media (min-width: 1201px) {
  .cart-totals {
    margin-bottom: 14px;
    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: 1201px) {
  .cart-total + .cart-total {
    border-top: 1px solid #e5e5e5; } }

.cart-total .form-input {
  display: inline-block;
  height: 2.46154rem;
  padding: .53846rem;
  vertical-align: top;
  width: 75%; }

.cart-total .form-select {
  background-position: right .38462rem top .53846rem;
  background-size: 1.53846rem 1.53846rem;
  height: 2.46154rem;
  margin-bottom: .76923rem;
  padding: .53846rem .76923rem; }

.cart-total .form-inlineMessage {
  text-align: left; }

.cart-total-label {
  color: #989898;
  width: 33.33333%; }

@media (min-width: 551px) {
  .cart-total-label {
    width: 50%; } }

@media (min-width: 1201px) {
  .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: 1201px) {
  .cart-total-value {
    width: 50%; } }

.cart-total-label, .cart-total-value {
  float: left;
  padding: .53846rem 0 .53846rem 1.5rem; }

@media (min-width: 1201px) {
  .cart-total-label, .cart-total-value {
    padding: 14px 0; } }

.cart-total-grandTotal {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  padding-bottom: .15385rem;
  padding-top: .15385rem;
  position: relative; }

@media (min-width: 1201px) {
  .cart-total-grandTotal {
    padding: 14px 0;
    top: -.23077rem; } }

.coupon-code-add, .coupon-code-cancel, .gift-certificate-add, .gift-certificate-cancel, .shipping-estimate-hide, .shipping-estimate-show {
  color: #989898;
  padding: 0;
  text-decoration: underline;
  transition: color .15s ease; }

.coupon-code-add:hover, .coupon-code-cancel:hover, .gift-certificate-add:hover, .gift-certificate-cancel:hover, .shipping-estimate-hide:hover, .shipping-estimate-show:hover {
  color: #4f4f4f; }

.coupon-code-cancel, .shipping-estimate-hide {
  font-style: italic; }

.cart-gift-certificate-form, .coupon-form {
  font-size: 0;
  margin-bottom: 14px; }

.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: .76923rem;
  padding-right: .76923rem;
  width: 20%; }

.estimator-form {
  margin-bottom: 0; }

.estimator-form .form-input {
  margin-bottom: .76923rem;
  width: 100%; }

.estimator-form .button--primary {
  width: 60%; }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0; }

.estimator-form-label .form-label {
  line-height: 2.46154rem;
  margin-bottom: 0; }

.estimator-form-label-text {
  margin-left: .76923rem; }

.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: .38462rem; }

.cart-additionalCheckoutButtons:after, .cart-additionalCheckoutButtons:before {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight:after, .cart-additionalCheckoutButtons .FloatRight:before {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons .FloatRight:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight p {
  float: none !important;
  margin: .53846rem 0;
  text-align: right; }

.cart-additionalCheckoutButtons .FloatRight div {
  float: right; }

.cart-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 14px; }

.cart-additionalCheckoutButtons .CheckoutButton:first-child {
  margin-top: 1.5rem; }

.cart-additionalCheckoutButtons .CheckoutButton:last-child {
  margin-bottom: 1.5rem; }

.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: 92.30769rem;
  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: .75rem;
  padding-right: .75rem;
  width: 33.33333%;
  padding: 0;
  text-align: center;
  position: relative; }

.previewCartItem-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.previewCartItem-image:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%; }

.previewCartItem-content {
  padding-left: .75rem;
  padding-right: .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: .15385rem; }

.previewCartItem-brand, .previewCartItem-price {
  color: #989898;
  display: inline-block;
  font-size: 14px; }

.previewCartAction {
  margin: 0 auto;
  max-width: 92.30769rem;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  display: block;
  padding: 1.5rem .76923rem; }

.previewCartAction:after, .previewCartAction:before {
  content: " ";
  display: table; }

.previewCartAction:after {
  clear: both; }

.previewCartAction .button {
  margin: 0;
  padding-left: .76923rem;
  padding-right: .76923rem;
  width: 100%; }

.previewCartAction-checkout, .previewCartAction-viewCart {
  padding-left: .75rem;
  padding-right: .75rem;
  width: 50%;
  float: left; }

.previewCartAction-checkout.previewCartAction-viewCart--sole, .previewCartAction-viewCart.previewCartAction-viewCart--sole {
  padding-left: .75rem;
  padding-right: .75rem;
  width: 50%;
  float: left;
  margin-left: auto;
  margin-right: auto;
  float: none; }

.previewCartAction-checkout {
  padding-right: .38462rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: .76923rem;
  padding-top: .38462rem; }

.previewCartAction-viewCart {
  padding-left: .38462rem; }

.previewCart-emptyBody {
  padding: 3rem;
  text-align: center; }

.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -.76923rem;
  margin-right: -.76923rem; }

.address {
  display: inline-block;
  padding: 0 .76923rem;
  vertical-align: top;
  width: 100%; }

@media (min-width: 551px) {
  .address {
    width: 50%; } }

@media (min-width: 1261px) {
  .address {
    width: 33.33333%; } }

.panel--address {
  font-size: 14px;
  position: relative; }

.panel--address .panel-body {
  min-height: 19.23077rem;
  padding: 1.5rem; }

@media (min-width: 551px) {
  .panel--address .panel-body {
    padding: 1.5rem 1.5rem 4.5rem; } }

.panel--address .form-actions {
  margin-bottom: -.76923rem;
  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: .76923rem; }

.panel--address .form-actions .button + .button {
  margin-left: 0;
  margin-top: 0; }

@media (min-width: 551px) {
  .panel--address .form-actions .button + .button {
    margin-left: .38462rem; } }

.address-title {
  margin: 0 0 .76923rem;
  text-transform: none; }

.address-details {
  list-style: none;
  margin: 0 0 .76923rem; }

.address-details--postal {
  font-size: 15px; }

.address-description, .address-label {
  display: inline-block;
  font-size: 14px;
  margin: 0; }

.address-label {
  color: #989898;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }

.panel--newAddress:hover .address-title {
  color: #01A950; }

.panel--newAddress .panel-body {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  display: block; }

.panel--newAddress .address-title {
  margin-bottom: 0;
  transition: all .15s ease; }

.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.address-symbol {
  font-size: 50px;
  line-height: 1; }

.videoGallery-main {
  height: 0;
  margin-bottom: 1.23077rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.92308rem;
  position: relative;
  margin-bottom: 1.88462rem; }

.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 -.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: .75rem;
  padding-right: .75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }

@media (min-width: 1201px) {
  .videoGallery-item {
    width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.88462rem;
  opacity: .4;
  text-decoration: none;
  transition: opacity .1s ease-out; }

.video:after, .video:before {
  content: " ";
  display: table; }

.video:after {
  clear: both; }

.video-figure {
  float: left;
  margin-right: .76923rem; }

.video-figure > img {
  display: block; }

.video-figure--opposite {
  float: right;
  margin-left: .76923rem;
  margin-right: 0; }

.video-body:after, .video-body:before {
  content: " ";
  display: table; }

.video-body:after {
  clear: both; }

@media (min-width: 1201px) {
  .video {
    margin-bottom: 1.88462rem; } }

.video.is-active, .video:hover {
  color: #454545;
  opacity: 1; }

.video-figure {
  margin-right: 1.88462rem; }

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none; }

.video-description {
  font-size: 14px;
  margin-bottom: 0; }

.previewCart {
  margin: 0 auto;
  max-width: 92.30769rem;
  width: 100%; }

.previewCart:after, .previewCart:before {
  content: " ";
  display: table; }

.previewCart:after {
  clear: both; }

@media (min-width: 1201px) {
  .previewCart .productView {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 75%;
    float: left;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0; }
  .previewCart .productView-image {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 58.33333%;
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
  .previewCart .productView-image--cart {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0 auto;
    width: auto; }
  .previewCart .productView-details {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 41.66667%;
    float: left; } }

.previewCart .productView-title {
  margin-top: 0; }

.previewCartCheckout {
  background: #f2f2f2;
  padding: 14px;
  text-align: center; }

@media (min-width: 1201px) {
  .previewCartCheckout {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 25%;
    float: right;
    padding: 1.5rem; } }

.previewCartCheckout .button {
  display: block;
  margin: 0;
  width: 100%; }

.previewCartCheckout .button + .button, .previewCartCheckout .button + p {
  margin-top: .76923rem; }

.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: .53846rem 0; }

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 14px; }

.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: 1201px) {
  .suggestiveCart {
    display: block; } }

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #a5a5a5;
  color: #454545;
  left: 1.15385rem;
  padding: 14px 1.30769rem;
  position: fixed;
  top: 1.15385rem;
  width: 24rem;
  z-index: 500; }

.maintenanceNotice > :last-child {
  margin-bottom: 0; }

.maintenanceNotice a {
  color: #454545; }

.maintenanceNotice-header {
  font-family: "Inter", sans-serif;
  margin: 0 0 .76923rem; }

body.hasAdminBar {
  padding-top: 101px; }

@media (min-width: 1201px) {
  body.hasAdminBar {
    padding-top: 0; }
  body.hasAdminBar .banners {
    margin-top: 46px; }
  body.hasAdminBar .header {
    padding-top: 0; } }

body.hasAdminBar .header {
  padding-top: 46px; }

body.hasAdminBar .navPages-container.is-open {
  padding-top: 101px; }

.adminBar {
  background-color: #fff;
  box-shadow: 0 0.15385rem 0.53846rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  float: left;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }

.adminBar-logo {
  background-color: #273a8a;
  float: left;
  height: 46px;
  width: 45px; }

.adminBar-logo svg {
  height: 100%;
  padding: 7px 10px 11px 7px;
  width: 100%; }

.adminBar-content {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 45px;
  padding: 17px 20.5px 14px 20px; }

.adminBar-content a {
  color: #4b71fc;
  font-weight: 600;
  text-decoration: none; }

.adminBar-private {
  float: right;
  text-align: right; }

.adminBar-private span {
  white-space: nowrap; }

.preview {
  font-weight: 400;
  padding-left: 9px; }

.cookieMessage {
  background: #e8e8e8;
  color: #454545;
  display: none; }

.cookieMessage .button {
  width: 100%; }

@media (min-width: 1201px) {
  .cookieMessage .button {
    vertical-align: middle;
    width: 25%; } }

@media (min-width: 1261px) {
  .cookieMessage .button {
    vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.5rem; }

@media (min-width: 1201px) {
  .cookieMessage-container {
    width: 83.33333%; } }

@media (min-width: 1261px) {
  .cookieMessage-container {
    width: 58.33333%; } }

@media (min-width: 1201px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 .76923rem;
    vertical-align: middle;
    width: 66.66667%; } }

.login {
  margin: 3rem auto 6rem;
  max-width: 69.23077rem; }

.login-row {
  margin: 0 auto;
  max-width: 92.30769rem;
  width: 100%; }

.login-row:after, .login-row:before {
  content: " ";
  display: table; }

.login-row:after {
  clear: both; }

@media (min-width: 1201px) {
  .login-row {
    margin-top: 6rem; } }

.login-form {
  padding-left: .75rem;
  padding-right: .75rem;
  width: 100%;
  float: left; }

@media (min-width: 1201px) {
  .login-form {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 50%;
    float: left;
    margin-top: 3rem; } }

.new-customer {
  padding-left: .75rem;
  padding-right: .75rem;
  width: 100%;
  float: left; }

@media (min-width: 1201px) {
  .new-customer {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 50%;
    float: left; } }

.new-customer-intro {
  margin-bottom: 0; }

.new-customer-fact-list {
  margin-left: 3rem; }

.new-customer-fact {
  padding-left: .76923rem; }

.search-suggestion {
  margin-bottom: 2.03846rem; }

.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: 1201px) {
  .quickSearchResults {
    margin-top: 0; } }

.quickSearchResults .modal-close {
  display: none; }

@media (min-width: 1201px) {
  .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 -.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: .75rem;
  padding-right: .75rem;
  width: 33.33333%;
  float: left;
  font-size: 15px; }

.search-refine {
  margin-left: 1.5rem; }

.quickSearchMessage {
  font-size: 28px;
  margin: 1.5rem 0 0;
  text-align: center; }

.navBar--account {
  display: none; }

@media (min-width: 1201px) {
  .navBar--account {
    display: block; } }

.account-heading {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding-bottom: 14px; }

.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 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: relative; }

.account-listShipping {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  padding: 2.03846rem 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: .76923rem; }

.account-product-figure > img {
  display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: .76923rem;
  margin-right: 0; }

.account-product-body:after, .account-product-body:before {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 2.03846rem 0 0;
  position: relative;
  width: 70px; }

.account-product-figure:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%; }

.account-product-download {
  border-radius: 50%;
  height: 2.53846rem;
  padding: 0;
  position: absolute;
  right: -.76923rem;
  top: -.76923rem;
  width: 2.53846rem;
  z-index: 1; }

.account-product-download .icon {
  height: 1.5rem;
  margin-top: .38462rem;
  width: 1.5rem; }

.account-product-download svg {
  fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.53846rem;
  position: relative; }

@media (min-width: 551px) {
  .account-product-body {
    padding-bottom: 0; } }

.account-product-body .definitionList {
  font-size: 15px;
  margin-bottom: 0; }

.account-product-title {
  margin: 0 0 .15385rem;
  text-transform: inherit; }

.account-product-title > a {
  text-decoration: none; }

.account-product-title + .definitionList {
  margin-top: .76923rem; }

.account-product-subtitle {
  color: #a5a5a5;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  margin: -.15385rem 0 14px;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 15px; }

.account-product-description + .definitionList {
  margin: -1.38462rem 0 1.5rem; }

.account-product-refundQty {
  color: #a5a5a5;
  margin-bottom: 0; }

.account-product-details {
  margin: 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: .75rem;
  padding-right: .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: 14px; }

@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: #989898;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  margin: 0 0 .38462rem; }

.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: 15px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key, .account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: #989898;
  float: left;
  font-weight: 400; }

.account-orderTotal-key:last-of-type {
  position: relative;
  top: .30769rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e5e5e5;
  text-align: right; }

.account-orderTotal-value:last-child {
  border-bottom: 0;
  font-size: 20px; }

.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: #bfbfbf;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 15px;
  margin: 0 0 .38462rem;
  padding: .15385rem .53846rem; }

.account-orderStatus-action {
  color: #989898;
  display: inline-block;
  font-size: 14px;
  font-style: italic;
  letter-spacing: .25px;
  margin-left: .76923rem;
  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: #4f4f4f; }

.account .pagination {
  color: #a5a5a5;
  margin-top: 3rem;
  text-align: center;
  justify-content: center; }

.account-message .is-read {
  color: #a5a5a5; }

.account-sidebar-block {
  font-size: 15px; }

.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: #01A950;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  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: #989898;
  font-size: 15px;
  margin-bottom: .15385rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #989898; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 92.30769rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 92.30769rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 42.30769rem; }

.wishlist-form:after, .wishlist-form:before {
  content: " ";
  display: table; }

.wishlist-form:after {
  clear: both; }

.wishlist-form .form-field {
  padding-left: .75rem;
  padding-right: .75rem;
  width: 100%;
  float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #dfdfdf; }

.icon--ratingFull svg {
  fill: #454545; }

.rating--small {
  display: inline-block; }

.rating--small .icon {
  height: 1.07692rem;
  width: 1.07692rem;
  margin-top: -3px; }

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: .30769rem;
  cursor: pointer;
  display: none;
  max-height: 4.92308rem;
  min-height: 2.46154rem;
  min-width: 10.30769rem;
  padding: 1.5rem;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-top: .76923rem; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block; }

@media (min-width: 551px) {
  .apple-pay-supported .apple-pay-checkout-button {
    display: inline-block;
    float: right; } }

.previewCartCheckout .apple-pay-checkout-button {
  float: none;
  margin-top: .76923rem; }

.clear {
  clear: both; }

.no-padding {
  padding: 0 !important; }

.hidden {
  display: none !important; }

@keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }

body {
  line-height: 1.8; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

.page-heading {
  margin: 0 0 14px;
  font-size: 23px;
  text-align: left; }

:focus {
  outline: 0; }

a {
  color: #01A950;
  text-decoration: none; }

a:hover {
  color: #4f4f4f;
  text-decoration: none; }

a a:focus {
  outline: 0 !important;
  text-decoration: none; }

::-webkit-scrollbar {
  width: .8em;
  height: .8em; }

::-webkit-scrollbar-thumb {
  background: #777; }

::-webkit-scrollbar-track {
  background: #d6d6d6; }

body {
  scrollbar-face-color: #777777;
  scrollbar-track-color: #d6d6d6; }

@media only screen and (max-width: 1201px) {
  ::-webkit-scrollbar {
    width: .3em;
    height: .3em; }
  ::-webkit-scrollbar-thumb {
    background: #eee; }
  ::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1); }
  body {
    scrollbar-face-color: #eeeeee;
    scrollbar-track-color: rgba(255, 255, 255, 0.1); } }

.dir-rtl {
  direction: ltr; }

.dir-rtl .slick-slide {
  direction: rtl; }

.slick-track {
  margin: 0; }

body.hasAdminBar div.banners {
  margin: 0; }

.form-select--date {
  height: 35px; }

.lazyload, .lazyloading {
  height: auto; }

ol.menu, ul.blank, ul.menu {
  list-style: none;
  margin: 0;
  padding: 0; }

.alert ol li {
  list-style-type: decimal;
  margin: 0 0 5px 15px; }

img {
  max-width: 100%; }

.heroCarousel-image {
  visibility: hidden; }

.slick-slide:focus {
  outline: 0; }

.rte ul {
  list-style: none;
  padding: 0;
  margin: 0 0 14px; }

.rte li {
  padding-left: 20px; }

.rte li:before {
  content: '\f00c';
  font-family: FontAwesome;
  transform: translateX(-20px);
  position: absolute;
  font-size: 10px;
  margin: 2px 0; }

.button {
  border-radius: 2px; }

.button--action {
  background: #01A950;
  border-color: #01A950;
  color: #fff; }

.button--action:hover {
  background: #fff;
  border-color: #01A950;
  color: #01A950; }

.alert code {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 3px; }

.navList-action {
  font-size: 14px; }

.navBar--sub {
  margin-bottom: 2rem; }

.navBar--sub .navBar-item {
  display: inline-block;
  margin: 0 10px 0 0; }

.pagination-list li {
  background: #f2f2f2;
  border: 1px solid #dedede;
  border-radius: 4px;
  margin-left: .35714rem; }

.pagination-list li:hover {
  background: #fff; }

.pagination-list li.pagination-item--current {
  background: #01A950;
  border-color: #01A950; }

.pagination-list li.pagination-item--current a {
  color: #fff; }

.pagination-list li a, .pagination-list li button {
  padding: 8px 15px;
  height: 32px;
  color: #495057; }

div.actionBar-section .form-label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  letter-spacing: .05em; }

div.actionBar-section .form-field {
  border: none;
  background: 0 0;
  border-radius: 0; }

div.actionBar-section .form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-position: 100% center;
  background-repeat: no-repeat;
  color: #454545;
  line-height: normal;
  cursor: pointer;
  outline: 0; }

div.actionBar-section .accordion-navigation > a, div.actionBar-section .compare-link-top a {
  font-family: "Inter", sans-serif; }

div.actionBar-section .form-select::-ms-expand {
  display: none; }

div.actionBar-section .form-select:disabled {
  cursor: not-allowed; }

div.actionBar-section .form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/icon/select-arr.png);
  border-radius: 0;
  padding: .75rem 3rem .75rem 14px;
  border: 1px solid #dedede;
  height: 3.5em; }

div.actionBar-section .form-select:focus {
  background-image: url(../img/icon/select-arr-focus.png); }

div.actionBar-section .form-select--date, div.actionBar-section .form-select--small {
  background-position: right;
  background-size: auto;
  font-size: 14px;
  height: 2.8rem;
  line-height: 14px;
  max-width: 20rem;
  padding: .75rem 3rem .75rem 14px; }

.cart-item-figure:after {
  padding-bottom: 60%; }

.tab {
  border-top-color: #fff;
  float: left; }

.tab.is-active {
  border: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff; }

.tab-title {
  padding: .76923rem 1.5rem; }

.navPages-container {
  z-index: 260; }

.navPages-container .sb-banner {
  margin: 0 0 10px; }

.navPages-container .navPage-subMenu-banner {
  margin-bottom: 15px; }

.navPages-action svg {
  stroke: none !important; }

.navPages-horizontal .badge {
  background: #0f8db3;
  position: absolute;
  z-index: 1;
  top: -10px;
  right: 15%;
  color: #fff;
  border-radius: 0;
  font-size: 10px;
  font-family: "Inter", sans-serif;
  padding: 4px 6px; }

.navPages-horizontal .badge:after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 5px solid #0f8db3;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; }

.navPages-horizontal .badge:after {
  position: absolute;
  bottom: -4px;
  left: 5px;
  z-index: 2; }

.navPages-horizontal .badge.badge--hot {
  display: none;
  background: #dc3545; }

.navPages-horizontal .badge.badge--hot:after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 5px solid #dc3545;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; }

.navPages-horizontal .badge.badge--popular {
  background: #17a2b8; }

.navPages-horizontal .badge.badge--popular:after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 5px solid #17a2b8;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; }

.navPages-horizontal .badge.badge--top {
  background: #fd7e14; }

.navPages-horizontal .badge.badge--top:after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 5px solid #fd7e14;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; }

@media (min-width: 1201px) {
  .navPages-horizontal ul.navPages-list {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    vertical-align: middle; }
  .navPages-horizontal ul.navPages-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%; }
  .navPages-horizontal ul.navPages-list .navPages-action-moreIcon {
    transform: rotate(90deg);
    width: 16px;
    height: 16px;
    display: inline-block; }
  .navPages-horizontal ul.navPages-list > li.navPages-item {
    position: relative;
    float: left;
    z-index: 0; }
  .navPages-horizontal ul.navPages-list > li.navPages-item .navPages-action {
    font-size: 14px;
    padding: .9rem 1.14286rem;
    background: 0 0;
    font-weight: 400;
    text-transform: capitalize; }
  .navPages-horizontal ul.navPages-list > li.navPages-item .navPage-subMenu {
    display: block;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    transition: all .35s ease-in-out;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    padding: 14px !important;
    left: 0;
    margin: 0;
    min-width: 200px;
    max-width: 1170px;
    text-align: left; }
  .navPages-horizontal ul.navPages-list > li.navPages-item .navPage-subMenu .navPage-subMenu-item {
    width: auto;
    float: none;
    margin: 0 -15px; }
  .navPages-horizontal ul.navPages-list > li.navPages-item .navPage-subMenu .navPages-action-moreIcon {
    transform: rotate(0);
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    z-index: 5;
    margin: 5px 10px; }
  .navPages-horizontal ul.navPages-list > li.navPages-item .navPage-subMenu .subMenu--level2 {
    left: 100%;
    top: 0;
    transform: translate(0, 50px); }
  .navPages-horizontal ul.navPages-list > li.navPages-item .navPage-subMenu .navPages-action {
    border-bottom: none;
    margin-bottom: 0;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400; }
  .navPages-horizontal ul.navPages-list > li.navPages-item .navPage-subMenu.is-open, .navPages-horizontal ul.navPages-list > li.navPages-item:hover > .navPage-subMenu {
    opacity: 1;
    visibility: visible;
    z-index: 5;
    transform: translateY(0); }
  .navPages-horizontal ul.navPages-list > li.navPages-item li.navPage-subMenu-item {
    position: relative;
    z-index: 10; }
  .navPages-horizontal ul.navPages-list > li.navPages-item li.navPage-subMenu-item:hover > .subMenu--level2 {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0); }
  .navPages-horizontal ul.navPages-list > li.hasMegamenu {
    position: static; }
  .navPages-horizontal ul.navPages-list > li.hasMegamenu .navPages-action {
    position: relative;
    z-index: 1;
    background: 0 0; }
  .navPages-horizontal ul.navPages-list > li.hasMegamenu .navPage-subMenu {
    width: 100%;
    padding: 15px !important; }
  .navPages-horizontal ul.navPages-list > li.hasMegamenu .navPage-subMenu .navPage-subMenu-item {
    width: 20%;
    float: left;
    margin: 0; }
  .navPages-horizontal ul.navPages-list > li.hasMegamenu .navPage-subMenu .columns-2 .navPage-subMenu-item {
    width: 50%; }
  .navPages-horizontal ul.navPages-list > li.hasMegamenu .navPage-subMenu .columns-3 .navPage-subMenu-item {
    width: 33.33%; }
  .navPages-horizontal ul.navPages-list > li.hasMegamenu .navPage-subMenu .columns-4 .navPage-subMenu-item {
    width: 25%; }
  .navPages-horizontal ul.navPages-list > li.hasMegamenu .navPage-subMenu .columns-5 .navPage-subMenu-item {
    width: 20%; }
  .navPages-horizontal ul.navPages-list > li.hasMegamenu .navPage-subMenu ul.navPage-childList {
    margin-bottom: 20px; }
  .navPages-horizontal ul.navPages-list > li.hasMegamenu .navPage-subMenu .navPages-action {
    padding: 0 0 5px 0; }
  .navPages-horizontal ul.navPages-list > li.hasMegamenu .navPage-subMenu .navPages-action-depth-max {
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block; } }

.navPages-verticalCategories .megamenuToogle-wrapper {
  border: 1px solid #01a950;
  transition: all .3s;
  background: #01A950;
  height: 58px;
  cursor: pointer;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 700;
  padding: 0 15px;
  line-height: 58px;
  color: #fff;
  width: 100%;
  position: relative; }

.navPages-verticalCategories .megamenuToogle-wrapper .title-mega {
  display: inline-block;
  padding: 0 10px; }

.navPages-verticalCategories .megamenuToogle-wrapper .icon-alignleft {
  margin-top: 18px;
  float: left; }

.navPages-verticalCategories .megamenuToogle-wrapper .icon-caret-circle {
  float: right;
  margin-top: 20px; }

@media (min-width: 1201px) {
  .verticalCategories {
    position: absolute;
    z-index: 2;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }
  .verticalCategories.is-open {
    transform: rotateX(0); }
  .verticalCategories ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px; }
  .verticalCategories ul.navPage-subMenu-list {
    width: 100%;
    float: left;
    margin: 0; }
  .verticalCategories ul.navPage-subMenu-list.grid-2 .navPage-subMenu-item {
    width: 50%; }
  .verticalCategories ul.navPage-subMenu-list.grid-2 .navPage-subMenu-item:nth-child(odd) {
    clear: both !important; }
  .verticalCategories ul.navPage-subMenu-list.grid-3 .navPage-subMenu-item {
    position: relative;
    width: 33%; }
  .verticalCategories ul.navPage-subMenu-list.grid-3 .navPage-subMenu-item:nth-child(3n+1) {
    clear: both !important; }
  .verticalCategories ul.navPage-subMenu-list.grid-4 .navPage-subMenu-item {
    width: 25%; }
  .verticalCategories ul.navPage-subMenu-list.grid-4 .navPage-subMenu-item:nth-child(4n+1) {
    clear: both !important; }
  .verticalCategories ul.navPage-subMenu-list.grid-5 .navPage-subMenu-item {
    width: 20%; }
  .verticalCategories ul.navPage-subMenu-list.grid-5 .navPage-subMenu-item:nth-child(45n+1) {
    clear: both !important; }
  .verticalCategories .navPages-list {
    display: block; }
  .verticalCategories .navPages-item--default {
    position: relative;
    z-index: 1; }
  .verticalCategories .navPages-item {
    width: 100%;
    padding: 0 15px; }
  .verticalCategories .navPages-item > .navPages-action {
    display: block;
    padding: 14px 0;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
    text-transform: capitalize; }
  .verticalCategories .navPages-item > .navPages-action:hover .fa {
    color: #01A950; }
  .verticalCategories .navPages-item .fa {
    font-size: 16px;
    color: #7d7d7d;
    min-width: 22px; }
  .verticalCategories .navPages-item .fa-mobile {
    font-size: 22px; }
  .verticalCategories .navPages-item .navPages__icon {
    margin-right: 5px; }
  .verticalCategories .loadmore {
    cursor: pointer;
    height: 58px; }
  .verticalCategories .loadmore .navPages-action {
    border: none; }
  .verticalCategories .loadmore:hover {
    color: #01A950; }
  .verticalCategories .loadmore:hover .fa {
    color: #01A950; }
  .verticalCategories .navPages-action-moreIcon {
    float: right;
    width: 22px;
    height: 1.73077rem; }
  .verticalCategories .navPages-action-moreIcon svg {
    fill: #999;
    stroke: none; }
  .verticalCategories .subMenu--default {
    width: 240px;
    left: 100%;
    top: 0;
    background: #fff;
    display: block;
    padding: 1.5rem 0 !important;
    text-align: left;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); }
  .verticalCategories .subMenu--default .navPages-action-moreIcon {
    display: block; }
  .verticalCategories .subMenu--default .navPage-subMenu-item {
    width: 100%;
    padding: 0 !important; }
  .verticalCategories .subMenu--default .navPage-subMenu-action {
    display: block;
    padding: 5px 1.5rem;
    border: none;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400; }
  .verticalCategories .subMenu--default ul {
    margin-bottom: 0; }
  .verticalCategories .subMenu--default div.subMenu--level2 {
    left: 100%;
    top: -20px;
    display: none; }
  .verticalCategories .subMenu--default li.navPage-subMenu-item {
    position: relative;
    z-index: 10; }
  .verticalCategories .subMenu--default li.navPage-subMenu-item .is-open.subMenu--level2, .verticalCategories .subMenu--default li.navPage-subMenu-item:hover > .subMenu--level2 {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    display: block; }
  .verticalCategories .subMenu--mega {
    width: 300%;
    left: 100%;
    top: 0;
    background: #fff;
    display: block;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); }
  .verticalCategories .subMenu--mega .navPage-childList-item {
    padding: 3px 0; }
  .verticalCategories .subMenu--mega .navPage-childList-item .navPages-action {
    font-size: 14px; }
  .verticalCategories .subMenu--mega .navPage-subMenu-action {
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #eaeaea;
    text-transform: uppercase;
    font-size: 14px; } }

@media (min-width: 1201px) {
  .verticalCategories.is-open {
    opacity: 0;
    margin-left: -9999px;
    transform: translateY(32px);
    transition: 0s margin-left .4s,opacity .2s ease .2s,transform .15s ease .2s; }
  .navPages-verticalCategories:hover .verticalCategories.is-open {
    margin-left: 0;
    opacity: 1;
    transform: translateY(0);
    transition: 0s margin-left,opacity .2s ease .2s,transform .15s ease .2s; } }

@media (min-width: 1200px) {
  .verticalCategories .navPage-subMenu {
    opacity: 0;
    margin-left: -9999px;
    transform: translateX(48px);
    transition: 0s margin-left .4s,opacity .2s ease .2s,transform .15s ease .2s; }
  .verticalCategories .navPages-item:hover .navPage-subMenu {
    margin-left: 0;
    opacity: 1;
    transform: translateX(0);
    transition: 0s margin-left,opacity .2s ease .2s,transform .15s ease .2s; } }

@media (min-width: 1201px) and (max-width: 1199px) {
  .verticalCategories .navPage-subMenu {
    opacity: 0;
    margin-left: -9999px;
    transform: translateX(48px);
    transition: 0s margin-left .4s,opacity .2s ease .2s,transform .15s ease .2s; }
  .verticalCategories .navPage-subMenu.is-open {
    margin-left: 0;
    opacity: 1;
    transform: translateX(0);
    transition: 0s margin-left,opacity .2s ease .2s,transform .15s ease .2s; } }

@media (max-width: 1200px) {
  .navPage-subMenu.is-open > .navPage-childList {
    display: block; }
  header .mobileMenu--vertical {
    margin-top: 9px; }
  header .mobileMenu--vertical .mobileMenu-toggleIcon::before {
    width: 14px; }
  header .mobileMenu--vertical.is-open .mobileMenu-toggleIcon::before {
    width: 1.42857rem; }
  header .mobileMenu--vertical .mobileMenu-toggleIcon {
    width: 16px; }
  .navPages-container {
    background: #fff;
    width: 280px;
    position: fixed;
    padding: 15px;
    z-index: 150;
    height: 100%;
    left: auto;
    right: 0;
    display: block;
    box-shadow: -1px 0 2px rgba(0, 0, 0, 0.1);
    transition: all 0.5s cubic-bezier(0.99, 0.95, 0.49, 1.03);
    transform: translateX(100%); }
  .navPages-container.is-open {
    z-index: 990;
    padding-top: 15px;
    overflow: scroll;
    transform: translateX(0); }
  .navPages-container .banners, .navPages-container .megamenuToogle-wrapper {
    display: none; }
  .navPages-container .mobileMenu-toggle {
    right: 0; }
  .navPages-container ul.navPages-list {
    list-style: none;
    display: block; }
  .navPages-container ul.navPages-list > .navPages-item {
    border-bottom: 1px solid #ececec;
    position: relative;
    z-index: 2;
    float: none; }
  .navPages-container ul.navPages-list > .navPages-item:last-child {
    border-bottom: none; }
  .navPages-container ul.navPages-list > .navPages-item .badge {
    top: 5px; }
  .navPages-container ul.navPages-list .navPage-childList, .navPages-container ul.navPages-list .navPage-subMenu-list {
    list-style: none;
    margin-left: 5px; }
  .navPages-container ul.navPages-list .navPage-childList .navPages-action, .navPages-container ul.navPages-list .navPage-subMenu-list .navPages-action {
    text-transform: capitalize; }
  .navPages-container ul.navPages-list .navPage-childList {
    border-left: 1px solid #e6e6e6; }
  .navPages-container ul.navPages-list .navPages-action {
    padding: 8px 0;
    font-size: 14px;
    display: block; }
  .navPages-container ul.navPages-list .navPages-action .fa {
    min-width: 22px; }
  .navPages-container ul.navPages-list .navPage-childList-action {
    padding: 0 0 .35714rem; }
  .navPages-container ul.navPages-list .navPages-action-moreIcon {
    float: right;
    width: 22px;
    height: 1.73077rem; }
  .navPages-container ul.navPages-list .navPages-action-moreIcon svg {
    fill: #999; } }

.navPages-horizontal .shoppage {
  margin: 0 -15px 15px; }

.navPages-horizontal .shoppage .title-shoppage {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px; }

.navPages-horizontal .shoppage ul li {
  transition: all .2s ease-in-out; }

.navPages-horizontal .shoppage ul .submenuitem {
  color: #777; }

.navPages-horizontal .shoppage ul a {
  display: inline-block;
  padding: 4px 0;
  position: relative; }

.navPages-horizontal .shoppage .submenu-shop {
  position: relative; }

.navPages-horizontal .shoppage .submenu-shop .fa-angle-right {
  position: absolute;
  right: 0;
  margin: 10px; }

.navPages-horizontal .shoppage .submenu-shop .menu-label {
  right: -25px;
  left: auto;
  margin-top: -14px; }

.navPages-horizontal .shoppage .submenu-shop .menu-label-new {
  background-color: #0f8db3; }

.navPages-horizontal .shoppage .submenu-shop .menu-label-new:after {
  color: #0f8db3; }

.navPages-horizontal .shoppage .submenu-shop .menu-label-hot {
  background-color: #ef7c0a; }

.navPages-horizontal .shoppage .submenu-shop .menu-label-hot:after {
  color: #ef7c0a; }

.navPages-horizontal .shoppage .submenu-shop .menu-label {
  position: absolute;
  top: 80%;
  right: -30px;
  padding: 2px 4px;
  margin-top: -20px;
  color: #fff;
  line-height: 1.3;
  font-size: 8px;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  transform: translateY(-50%);
  transition: opacity .3s ease-in-out; }

.navPages-horizontal .shoppage .submenu-shop .menu-label:after {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  z-index: -1;
  bottom: 5px;
  font-size: 16px;
  position: absolute;
  bottom: -9px;
  left: 3px; }

.navPages-horizontal .shoppage .submenu-shop:hover ul {
  display: block; }

.navPages-horizontal .shoppage .submenu-shop ul {
  display: none;
  width: 210px;
  position: absolute;
  z-index: 10;
  left: 90%;
  top: -15px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 25px;
  padding: 20px;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  -o-border-image: initial;
  border-image: initial;
  border-radius: 2px; }

.navPages-horizontal .shoppage .submenu-shop ul:before {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  content: "";
  top: 20px;
  left: -11px;
  border-right-color: #e6e6e6;
  border-left-width: 0; }

.navPages-horizontal .shoppage .submenu-shop ul:after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  content: "";
  top: 20px;
  left: -10px;
  border-right-color: #fff;
  border-left-width: 0; }

@media (min-width: 1201px) {
  .header-m-container {
    display: none; } }

@media (max-width: 1200px) {
  header > :not(.header-m-container) {
    display: none; }
  .header-mobile .container {
    padding: 0 10px; }
  .header-mobile > :not(.header-m-container) {
    display: none; }
  .header-mobile .header-m-container {
    overflow: hidden; }
  .header-mobile .navbar-compact {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 1000;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); }
  .header-mobile .mheader-top {
    z-index: 1;
    padding: 7px 20px;
    position: fixed;
    top: 0 !important;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ddd; }
  .header-mobile .mheader-bottom {
    position: fixed;
    bottom: -1px;
    z-index: 2;
    display: table;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    background: #f3f3f3; }
  .header-mobile .mheader-bottom .cart-button {
    display: block;
    position: relative;
    z-index: 1; }
  .header-mobile .mheader-bottom .countPill {
    position: absolute;
    top: 0;
    font-size: 10px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background: #01A950;
    color: #fff;
    font-weight: 400; }
  .header-mobile .mheader-bottom .bar-icon {
    display: block;
    text-align: center;
    font-size: 20px; }
  .header-mobile .mheader-bottom .tab-label {
    font-size: 11px;
    text-transform: uppercase;
    line-height: 100%;
    white-space: nowrap;
    display: block;
    color: #000; }
  .header-mobile .megamenu-container {
    padding: 0;
    min-height: 30px; }
  .header-mobile .navPages-container {
    text-align: left;
    padding-bottom: 70px; }
  .header-mobile .logo-container {
    padding: 0;
    text-align: center; }
  .header-mobile .logo-container .header-logo {
    margin: 0; }
  .header-mobile .search-info-content {
    position: static; }
  .header-mobile .sb-searchpro {
    margin: 0; }
  .header-mobile .sb-searchpro .input-group {
    background: #ececec;
    border-radius: 3px; }
  .header-mobile .sb-searchpro .input-group .form-control {
    padding: 6px 5px;
    font-size: 11px;
    height: auto;
    border: none;
    background: 0 0;
    border-radius: 0; }
  .header-mobile .sb-searchpro .input-group .btn {
    min-width: auto;
    transition: all .3s;
    background: 0 0;
    color: #495057;
    height: auto; }
  a.mobileMenu-toggle {
    width: 30px;
    height: 28px;
    margin: 0;
    padding: 5px;
    border-radius: 3px;
    border: none;
    background: #fff; }
  a.mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 14px; }
  a.mobileMenu-toggle .mobileMenu-toggleIcon, a.mobileMenu-toggle .mobileMenu-toggleIcon::after, a.mobileMenu-toggle .mobileMenu-toggleIcon::before {
    background: #01A950; }
  .bar-tab {
    bottom: 0;
    box-shadow: 4px 10px 8px 8px;
    display: table;
    width: 100%;
    height: 50px;
    padding: 5px 0;
    table-layout: fixed; }
  .bar-tab > .bar-tab__item {
    display: table-cell;
    width: 1%;
    height: 50px;
    margin: 10px 0;
    text-align: center;
    vertical-align: middle; } }

.blog-post {
  margin-bottom: 30px;
  clear: both; }

.blog-post:hover .blog-title > a {
  color: #01A950; }

.blog-post .blog-meta {
  display: inline-block;
  padding: 0 0 10px;
  vertical-align: top;
  width: 100%;
  margin-bottom: 10px;
  color: #b3b3b3;
  font-size: 14px; }

.blog-post .blog-meta .fa {
  margin-right: 8px; }

.blog-post .blog-meta span.blog-date, .blog-post .blog-meta > span.blog-author {
  margin-right: 15px; }

.blog-thumbnail {
  margin: 0 0 14px; }

.blog-thumbnail img:hover {
  opacity: .8; }

.blog-title {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 10px; }

.blog-title a {
  color: #4f4f4f; }

.blog-title a:hover {
  color: #01A950; }

.blog-post-body {
  display: block;
  width: 100%; }

.blog-post-body .btn--readmore {
  color: #01A950;
  text-decoration: underline;
  text-transform: capitalize;
  transition: all .2s ease-in-out 0s;
  padding: 6px 0;
  display: inline-block; }

.blog-post-body .btn--readmore .fa {
  margin-right: 5px; }

.blog-post-body .btn--readmore:hover {
  background-color: #01A950;
  color: #fff;
  padding: 6px 16px;
  text-decoration: none; }

.blogRecent {
  margin: 0;
  padding: 0;
  list-style: none; }

.blogRecent .blogRecent--item {
  margin-bottom: 10px;
  clear: both; }

.blogRecent .blogRecent--item:last-child {
  margin-bottom: 0; }

.blogRecent .blog-post-figure {
  width: 40%;
  float: left;
  margin-right: 15px; }

.blogRecent .blog-header {
  overflow: hidden; }

.blogRecent h4.blog-title {
  font-size: 14px;
  text-transform: none; }

.blogRecent .blog-meta {
  color: #999; }

.blog-category .blog-post {
  margin-bottom: 30px; }

.blog-category .product-grid .article-description {
  display: none; }

.blog-category .product-list .blog-post-figure {
  width: 300px;
  float: left;
  margin-right: 30px; }

.blog-category .product-list .blog-header {
  overflow: hidden; }

.blog-category .product-list .blog-post-body {
  overflow-y: hidden;
  width: auto; }

.blog-category .blog-thumbnail {
  margin: 0 0 10px; }

.blog-category .blog-title {
  margin: 0 0 10px; }

.blog-category .tags {
  margin-top: 3rem;
  text-align: center; }

.page--blog--detail .blog-title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 5px; }

.page--blog--detail .blog-meta {
  border: none;
  margin-bottom: 10px; }

.page--blog--detail .excerpt-meta {
  margin: 30px 0;
  padding-top: 30px;
  border-top: 1px solid #ddd; }

.page--blog--detail .excerpt-meta .meta {
  font-size: 14px;
  text-transform: uppercase;
  color: #1c1c1c;
  margin-bottom: 5px;
  float: left;
  width: 100%; }

.page--blog--detail .excerpt-meta .meta > .label {
  color: #898989;
  float: left;
  margin: 0 3px 0 0;
  font-weight: 400;
  min-width: 80px; }

.page--blog--detail .excerpt-meta .socialLinks {
  line-height: 22px; }

.page--blog--detail .excerpt-meta .google_plusone_iframe_widget {
  width: auto !important; }

.page--blog--detail .excerpt-meta .tags {
  margin-bottom: 0;
  text-align: left; }

.page--blog--detail .excerpt-meta .tags .tag {
  font-size: 14px;
  padding-right: 10px;
  display: inline; }

.page--blog--detail .excerpt-meta .tags .tag a {
  padding: 0; }

.article--style1 .blog-post-figure {
  float: left;
  width: 50%;
  margin-right: 30px; }

.article--style2 .article--mainimage {
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }

.article--style2 .article--mainimage .blog-meta {
  margin-bottom: 0;
  padding-bottom: 0; }

.article--style2 .article--mainimage .blog-header {
  position: absolute;
  bottom: 0;
  z-index: 5;
  width: 100%;
  padding: 10px 15px;
  color: #f3f3f3;
  background: linear-gradient(to right, #717171 0, rgba(255, 255, 255, 0) 100%); }

.article--style2 .article--mainimage .blog-header .blog-title {
  color: #fff; }

ol.blogresults--content {
  padding: 0; }

.sb-fb-message.right-bottom {
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 9999; }

.sb-fb-message.left-bottom {
  position: fixed;
  bottom: 0;
  left: 20px;
  z-index: 9999; }

.sb-fb-message.left-bottom .sb-fb-message-style-icon {
  float: left; }

.sb-fb-ms-inner {
  position: relative; }

.sb-fb-message-style-default .sb-fb-message-head {
  background-color: #4267b2;
  border: 1px solid #29487d;
  cursor: pointer;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  color: #fff;
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: 29px;
  padding: 5px;
  position: relative; }

.sb-fb-message-style-default .sb-fb-message-head:hover {
  background-color: #3b5998; }

.sb-fb-message .online {
  padding-left: 5px;
  padding-right: 5px; }

.sb-fb-message-style-metro .sb-fb-message-head-metro {
  width: 100%; }

.sb-fb-message-style-metro .sb-fb-message-head-metro a {
  width: 100%;
  display: inline-block;
  color: #fff;
  height: 36px;
  line-height: 36px;
  padding: 0 20px 0 48px;
  background-color: #3b5998;
  position: relative; }

.sb-fb-message-style-metro .sb-fb-message-head-metro a span {
  width: 40px;
  height: 36px;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  position: absolute;
  background: url("../img/sb_facebook_message/iconmetro.png") no-repeat left top; }

.sb-fb-message-style-icon {
  text-align: right;
  margin-bottom: 15px;
  float: right; }

.sb-fb-message-style-icon .sb-fb-message-head-icon {
  cursor: pointer;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #01A950;
  border-radius: 50%;
  padding: 5px;
  text-align: center;
  line-height: 50px;
  transition: .2s all ease-in-out; }

.sb-fb-message-style-icon .sb-fb-message-head-icon:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.sb-fb-message-style-metro .sb-fb-message-head-metro a:hover {
  background-color: #2e4b89;
  color: #fff;
  border: none;
  text-shadow: none; }

.offline_heading, .online_heading {
  position: absolute;
  top: -40px;
  z-index: 999;
  height: 41px;
  padding: 6px 0;
  color: #fff;
  cursor: pointer;
  float: left;
  background-color: #2e4b89;
  width: calc(100% - 2px);
  margin: 0 1px; }

.button_chat_offline_text {
  max-width: 85%;
  padding-left: 14px;
  display: inline-block;
  padding-right: 14px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer; }

.sb-listing-tabs .ltabs-heading .block-title {
  position: relative;
  background-color: #01A950;
  font-size: 18px;
  padding: 15px 16px;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  min-width: 205px;
  margin-left: -9px;
  border-bottom: 0;
  position: relative;
  z-index: 1;
  border-radius: 0 7px 0 0; }

.sb-listing-tabs .ltabs-heading .block-title a {
  color: #fff; }

.sb-listing-tabs .ltabs-heading .block-title:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  bottom: -8px;
  position: absolute;
  border-right: 8px solid #cc4a00;
  left: 1px; }

.sb-listing-tabs .ltabs-heading .ltabs-tabs-wrap {
  display: block;
  width: 100%; }

.sb-listing-tabs .ltabs-heading .ltabs-tabs-wrap .ltabs-tab-arrow, .sb-listing-tabs .ltabs-heading .ltabs-tabs-wrap .ltabs-tab-selected {
  display: none; }

.sb-listing-tabs .ltabs-heading ul.tabs {
  border: 0;
  background-color: #f2f2f2;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 15px;
  width: 100%;
  min-height: 40px; }

.sb-listing-tabs .ltabs-heading ul.tabs li.tab {
  border: none;
  float: none;
  display: inline-block; }

.sb-listing-tabs .ltabs-heading ul.tabs .tab-title {
  padding: 8px 14px 5px;
  font-size: 14px;
  font-weight: 400;
  color: #4f4f4f; }

.sb-listing-tabs .ltabs-heading ul.tabs .is-active a, .sb-listing-tabs .ltabs-heading ul.tabs li:hover a {
  color: #01A950; }

.sb-listing-tabs .ltabs-heading .ltabs-selectbox {
  position: relative;
  display: inline-block;
  cursor: default;
  text-align: left;
  line-height: 30px;
  clear: both;
  color: #888;
  cursor: pointer;
  z-index: 5;
  background: #e8e8e8;
  padding: 5px; }

.sb-listing-tabs .ltabs-heading .ltabs-selectbox .ltabs-tab-arrow, .sb-listing-tabs .ltabs-heading .ltabs-selectbox .ltabs-tab-selected {
  position: relative;
  float: left;
  height: 30px;
  z-index: 1;
  display: inline-block; }

.sb-listing-tabs .ltabs-heading .ltabs-selectbox .ltabs-tab-selected {
  width: 167px;
  padding: 0 5px;
  border: 1px solid #ddd;
  background: #fff;
  overflow: hidden; }

.sb-listing-tabs .ltabs-heading .ltabs-selectbox .ltabs-tab-arrow {
  width: 30px;
  border: 1px solid #ddd;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  text-align: center;
  font-size: 14px;
  background: #ddd; }

.sb-listing-tabs .ltabs-heading .ltabs-selectbox .ltabs-tabs {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  padding: 0;
  border: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  overflow: hidden;
  background: #fff;
  display: none;
  z-index: 1; }

.sb-listing-tabs .ltabs-heading .ltabs-selectbox .ltabs-tabs li {
  margin: 0;
  padding: 0;
  float: none;
  border: none;
  display: block !important; }

.sb-listing-tabs .ltabs-heading .ltabs-selectbox .ltabs-tabs li > a {
  display: block;
  padding: 0 10%;
  text-align: left;
  text-transform: capitalize; }

.sb-listing-tabs .ltabs-heading .ltabs-selectbox .ltabs-tabs.ltabs-open {
  display: block; }

.sb-listing-tabs .ltabs-container .ltabs-items-image {
  width: 196px;
  float: left; }

.sb-listing-tabs .ltabs-container .ltabs-items-container {
  display: inline-block;
  width: 100%;
  float: left; }

.sb-listing-tabs .ltabs-container .ltabs-items-container--image {
  width: calc(100% - 196px); }

.sb-listing-tabs .ltabs-container .tab-content {
  padding: 0; }

.sb-listing-tabs .ltabs-container .tab-content .slick-slider .slick-next, .sb-listing-tabs .ltabs-container .tab-content .slick-slider .slick-prev {
  top: -5px;
  bottom: auto;
  width: 28px;
  height: 28px;
  background: 0 0;
  padding: 0;
  text-align: center;
  margin-right: 0; }

.sb-listing-tabs .ltabs-container .tab-content .slick-slider .slick-next:before, .sb-listing-tabs .ltabs-container .tab-content .slick-slider .slick-prev:before {
  background: 0 0;
  font-family: FontAwesome;
  font-size: 26px;
  border-radius: 3px;
  line-height: 26px;
  width: 100%;
  height: 100%;
  color: #afafaf; }

.sb-listing-tabs .ltabs-container .tab-content .slick-slider .slick-next:hover:before, .sb-listing-tabs .ltabs-container .tab-content .slick-slider .slick-prev:hover:before {
  background: #01A950;
  color: #fff; }

.sb-listing-tabs .ltabs-container .tab-content .slick-slider .slick-next {
  right: 0;
  left: auto; }

.sb-listing-tabs .ltabs-container .tab-content .slick-slider .slick-next:before {
  content: ""; }

.sb-listing-tabs .ltabs-container .tab-content .slick-slider .slick-prev {
  right: 32px;
  left: auto; }

.sb-listing-tabs .ltabs-container .tab-content .slick-slider .slick-prev:before {
  content: ""; }

.sb-listing-tabs .ltabs-container .productCarousel {
  margin: 0; }

.sb-listing-tabs .ltabs-container .productCarousel .productCarousel-slide {
  padding: 0; }

.sb-listing-tabs .ltabs-container .productCarousel .productCarousel-slide .product-item-container {
  margin-bottom: 0;
  border: none;
  position: relative;
  z-index: 1; }

.sb-listing-tabs .ltabs-container .productCarousel .productCarousel-slide .product-item-container:before {
  content: "";
  position: absolute;
  top: 0;
  right: 1px;
  width: 1px;
  height: 100%;
  background: #e8e8e8;
  z-index: 9; }

.sb-listing-tabs .ltabs-container .productCarousel .productCarousel-slide .product-item-container:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  z-index: 9; }

.sb-listing-tabs .ltabs-container .productCarousel .productCarousel-slide .left-block {
  padding: 10px 15px 0; }

.section-slideshow {
  background: #fff;
  margin-bottom: 30px;
  margin-top: 0 !important; }

.section-slideshow .block-slideshow {
  padding-left: 15px; }

@media (min-width: 1201px) {
  .section-slideshow .block-slideshow {
    padding-left: 0; } }

.section-slideshow .block-slideshow__left {
  padding: 0;
  max-width: 71%;
  -ms-flex: 0 0 71%;
  flex: 0 0 71%; }

.section-slideshow .block-slideshow__right {
  padding-left: 15px;
  max-width: 29%;
  -ms-flex: 0 0 29%;
  flex: 0 0 29%; }

@media (min-width: 1201px) {
  .section-slideshow .block-slideshow__right {
    padding-left: 0; } }

.section-slideshow .heroCarousel {
  overflow: hidden;
  max-height: 0; }

.section-slideshow .heroCarousel.slick-initialized {
  max-height: 100%; }

.section-slideshow .slick-slider {
  margin: 0; }

.section-slideshow .slick-slider ul.slick-dots {
  bottom: 25px;
  width: 100%;
  line-height: 100%;
  left: 25px;
  right: auto; }

.section-slideshow .slick-slider ul.slick-dots li {
  display: inline-block;
  float: left;
  padding: 0 1px;
  width: auto;
  height: auto;
  background: 0 0; }

.section-slideshow .slick-slider ul.slick-dots li button {
  width: 8px;
  height: 8px;
  background-color: #7d7d7d;
  border: none;
  margin: 0 2px;
  opacity: 1;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all .2s ease 0s; }

.section-slideshow .slick-slider ul.slick-dots li button:before {
  display: none; }

.section-slideshow .slick-slider ul.slick-dots li.slick-active button {
  background-color: #01A950;
  width: 25px;
  border-radius: 4px; }

.section-slideshow .slick-slider ul.slick-dots li:hover button {
  background-color: #01A950; }

.section-slideshow .slick-slider .heroCarousel-slide.slick-active .heroCarousel-content .heroCarousel-title {
  opacity: 1;
  animation: myeffect-slideshow 2s ease-in-out; }

.section-slideshow .slick-slider .heroCarousel-slide.slick-active .heroCarousel-content h3.description-tilte {
  opacity: 1;
  animation: myeffect-slideshow 1.5s ease-in-out; }

.section-slideshow .slick-slider .heroCarousel-slide.slick-active .heroCarousel-content .heroCarousel-action {
  opacity: 1;
  animation: myeffect-slideshow 1s ease-in-out; }

.section-slideshow .slick-slider .heroCarousel-content {
  transform: none;
  text-align: left;
  background: 0 0;
  top: 25%;
  position: absolute;
  z-index: 5;
  padding: 0; }

.section-slideshow .slick-slider .heroCarousel-content .heroCarousel-title {
  width: auto;
  opacity: 0;
  top: 31%;
  font-size: 20px;
  color: #3b3b3b;
  text-transform: uppercase;
  left: 30px; }

.section-slideshow .slick-slider .heroCarousel-content .heroCarousel-description {
  width: 100%;
  text-transform: uppercase;
  color: #fff; }

.section-slideshow .slick-slider .heroCarousel-content h3.description-tilte {
  opacity: 0;
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 15px;
  letter-spacing: 2px; }

.section-slideshow .slick-slider .heroCarousel-content .heroCarousel-action {
  opacity: 0;
  margin-top: 15px;
  font-size: 14px;
  text-transform: none;
  margin-top: 15px;
  display: block; }

.module {
  margin-bottom: 30px; }

.module .block-title {
  padding: 14px 0;
  border-bottom: 1px solid #dedede;
  margin: 0;
  font-size: 16px; }

.page-sidebar .module {
  position: relative;
  margin-bottom: 35px;
  border: 1px solid #dedede; }

.page-sidebar .module .block-title {
  background: #f2f2f2;
  padding: 14px 0 14px 15px;
  border-bottom: 1px solid #dedede;
  margin: 0;
  color: #222; }

.page-sidebar .module .block-title .fa {
  color: #01A950;
  font-size: 18px;
  display: inline-block;
  margin-right: 7px; }

.page-sidebar .module .block-content {
  padding: 15px; }

.page-sidebar .sidebar--bestsell .block-content {
  padding: 0; }

.card-title {
  margin-bottom: 5px; }

.banners--top {
  padding: 0;
  background-color: #ff5e00;
  text-align: center;
  color: #fff;
  background: #01a950; }

.banners--top > div > p:first-child {
  margin-bottom: 0; }

.alert-box {
  position: relative;
  z-index: 1; }

.alert-box .close {
  right: 2rem;
  color: #fff;
  font-size: 2rem;
  line-height: .9;
  margin-top: -14px;
  text-shadow: none;
  opacity: 1;
  position: absolute;
  top: 50%; }

section.quickSearchResults ul.products-list {
  padding: 0;
  margin: 0; }

section.quickSearchResults li.product-list .product-item-container {
  border: none;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px; }

section.quickSearchResults li.product-list .product-item-container .left-block {
  width: 80px;
  padding: 0;
  border: none; }

section.quickSearchResults li.product-list .product-item-container .right-block {
  margin: 0;
  overflow: hidden;
  padding: 0 15px; }

section.quickSearchResults li.product-list .product-item-container .right-block .price-section {
  font-size: 16px; }

section.quickSearchResults li.product-list .product-item-container .right-block .card-title {
  font-size: 14px; }

section.quickSearchResults li.product-list .product-item-container:hover {
  background: #f4f4f4; }

.breadcrumb {
  margin: 0;
  background-color: transparent;
  padding: 30px 0 20px;
  width: 100%;
  font-size: 14px; }

.breadcrumb li.breadcrumb-item {
  display: inline-block; }

.breadcrumb li.breadcrumb-item a, .breadcrumb li.breadcrumb-item span {
  color: #4f4f4f;
  text-transform: uppercase; }

.breadcrumb li.breadcrumb-item a:hover, .breadcrumb li.breadcrumb-item span:hover {
  color: #01A950; }

.breadcrumb > li.breadcrumb-item + li.breadcrumb-item:before {
  padding: 0 10px;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 14px; }

.sidebar--categories .block-content {
  padding: 0 !important; }

.sidebar--categories ul.navList {
  list-style: none;
  padding: 0;
  margin: 0;
  border: none; }

.sidebar--categories ul.navList .navList-item {
  position: relative;
  box-shadow: none;
  background: 0 0;
  border-bottom: 1px solid #e8e8e8; }

.sidebar--categories ul.navList .navList-item:last-child {
  border: none; }

.sidebar--categories ul.navList .navList-item > .navList-action {
  padding: 10px 20px;
  display: block;
  color: #495057; }

.sidebar--categories ul.navList .navList-item > .navList-action.is-current, .sidebar--categories ul.navList .navList-item > .navList-action:hover {
  color: #01A950;
  background: #f4f4f4; }

.sidebarBlock--categories .sidebar--categories ul.navList .navList-item > .navList-action {
  margin-bottom: .38462rem; }

.navList-subSection .navList-item {
  margin-left: .76923rem; }

.navList-subSection .navList-item:before {
  content: '-';
  float: left;
  margin-left: -.76923rem; }

.navList-action:hover {
  color: #01A950; }

.navList-toggle {
  position: absolute;
  top: 0;
  right: 0;
  padding: .15385rem 0;
  transform: rotate(-90deg) scale(0.7);
  transition: .2s transform;
  padding: 10px; }

.navList-toggle:hover {
  fill: #01A950; }

.navList-toggle.is-open {
  transform: rotate(0) scale(0.7); }

ul.navList-subMenu-list {
  display: none;
  margin-left: 18px;
  padding: 0 0 10px 0; }

ul.navList-subMenu-list.is-open {
  display: block; }

ul.navList-subMenu-list .navList-action {
  padding: 6px 0; }

.navList-subMenu-item {
  position: relative; }

.navList-subMenu-item .navList-action::before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 6px;
  padding-right: 7px;
  vertical-align: middle;
  color: #999; }

.navList-subMenu-action {
  padding-left: 1.5rem; }

ul.navList-childList {
  display: none;
  margin-left: 15px;
  padding: 0 0 10px 0; }

ul.navList-childList.is-open {
  display: block; }

.navList-childList-action {
  padding-left: 3rem; }

.facetedSearch-toggle + .facetedSearch-navList, .sidebarBlock + .facetedSearch-navList {
  margin-top: 0; }

@media (min-width: 801px) {
  .accordion--navList .accordion-indicator {
    visibility: visible;
    border: 1px solid #a5a5a5; } }

.block-recent ul.navList li {
  margin-bottom: 10px; }

.block-recent ul.navList li > a {
  display: block;
  color: #4f4f4f; }

.block-recent ul.navList li > a:hover {
  color: #01A950; }

.block-recent ul.navList li time {
  font-style: italic;
  color: #999;
  font-size: 14px; }

.blog-tags .tags {
  text-align: left;
  display: inline; }

.blog-tags .tag {
  border: 1px solid #dfdfdf;
  float: left;
  margin: 0 10px 10px 0;
  border-radius: 3px; }

.blog-tags .tag:hover {
  background: #01A950;
  border-color: #01A950; }

.blog-tags .tag:hover a {
  color: #fff; }

#sideShopByBrands ul, #sideShopByPrice ul {
  display: block;
  position: relative;
  margin: 0;
  list-style: none; }

#sideShopByBrands ul li, #sideShopByPrice ul li {
  position: relative;
  display: block;
  padding: 5px 0; }

#sideShopByBrands ul li a, #sideShopByPrice ul li a {
  display: block;
  color: #4f4f4f; }

#sideShopByBrands ul li a:hover, #sideShopByPrice ul li a:hover {
  color: #01A950; }

.sb-instagram-gallery .instagram-item {
  padding: 0; }

#sb-newletter-popup {
  position: relative;
  z-index: 990; }

#sb-newletter-popup .popup-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  position: fixed;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8); }

#sb-newletter-popup .newsletter-popup-container {
  top: 50%;
  left: 50%;
  z-index: 101;
  position: fixed;
  transform: translate(-50%, -50%); }

#sb-newletter-popup.hide {
  display: none !important; }

#sb-newletter-popup .newsletter-popup-container {
  width: 94%;
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  max-width: 850px;
  padding: 15px 0;
  background-color: #fff; }

@media (max-width: 480px) {
  #sb-newletter-popup .newsletter-popup-container {
    padding: 15px; } }

#sb-newletter-popup .newsletter-popup-container .modal-close-newletter {
  top: 5px;
  z-index: 5;
  right: 10px;
  width: 30px;
  height: 30px;
  color: #333;
  line-height: 30px;
  position: absolute;
  transform: none; }

#sb-newletter-popup .newsletter-popup-container .modal-close-newletter > span {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  font-size: 36px; }

#sb-newletter-popup .newsletter-popup-container .newsletter-popup--right {
  text-align: center;
  padding: 30px 20px 0 0; }

@media (min-width: 1200px) {
  #sb-newletter-popup .newsletter-popup-container .newsletter-popup--right {
    padding-top: 30px; } }

@media (max-width: 480px) {
  #sb-newletter-popup .newsletter-popup-container .newsletter-popup--right {
    padding: 0; } }

#sb-newletter-popup .newsletter-popup-container .newsletter-heading {
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  color: #222; }

#sb-newletter-popup .newsletter-popup-container .newsletter-sub-heading {
  margin-bottom: 0; }

#sb-newletter-popup .newsletter-popup-container #popupSubcribeForm {
  margin-top: 30px;
  margin-bottom: 15px; }

#sb-newletter-popup .newsletter-popup-container #popupSubcribeForm .form-group {
  margin: 0; }

#sb-newletter-popup .newsletter-popup-container #popupSubcribeForm .form-inline {
  margin-bottom: 0; }

#sb-newletter-popup .newsletter-popup-container #popupSubcribeForm .form-inline .form-input {
  height: 40px;
  border-radius: 0;
  border-color: #ccc;
  border-right: 0; }

@media (min-width: 1200px) {
  #sb-newletter-popup .newsletter-popup-container #popupSubcribeForm .form-inline .form-input {
    width: 180px; } }

#sb-newletter-popup .newsletter-popup-container #popupSubcribeForm .form-inline .button {
  transition: all .3s;
  border: 1px solid #01a950;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  height: 40px;
  font-size: 14px;
  margin: 0; }

@media (max-width: 320px) {
  #sb-newletter-popup .newsletter-popup-container #popupSubcribeForm .form-inline .button {
    padding: 6px; } }

#sb-newletter-popup .newsletter-popup-container .black-icons {
  margin-bottom: 15px; }

#sb-newletter-popup .newsletter-popup-container .socialLinks--alt .icon {
  height: 1.65rem;
  width: 1.65rem; }

.sb-backtotop {
  direction: rtl;
  display: block; }

.back-fixed-panel {
  bottom: 100px;
  position: fixed;
  display: block;
  z-index: 6; }

@media (min-width: 1261px) {
  .back-fixed-panel {
    margin-right: -50px; } }

.back-fixed-panel .back-panel-unit {
  display: block;
  width: 32px;
  height: 32px;
  margin-bottom: 5px;
  text-decoration: none;
  cursor: pointer;
  background: #999;
  border-radius: 50%;
  color: #fff;
  text-align: center; }

.back-fixed-panel .back-panel-unit:hover {
  background-color: #01A950; }

.back-fixed-panel .back-panel-unit i {
  font-size: 22px;
  line-height: 30px; }

.back-fixed-panel .back-panel-toggle {
  font-size: 14px;
  line-height: 32px; }

.back-fixed-panel .back-panel-toggle:before {
  content: "\f068";
  font-family: FontAwesome; }

.back-fixed-panel .back-panel-toggle.active:before {
  content: "\f067"; }

.back-fixed-panel .back-totop {
  transition: all .3s ease-in-out 0s;
  opacity: 0; }

.back-fixed-panel .back-totop.hidden-top {
  visibility: hidden;
  opacity: 0; }

.back-panel-shares.active {
  visibility: hidden;
  display: none; }

.back-panel-shares .footer-info-heading {
  display: none; }

.back-panel-shares .socialLinks .socialLinks-item {
  margin: 0;
  display: block;
  text-align: center;
  background: #ccc;
  border-radius: 3px;
  margin-bottom: 3px;
  height: 32px; }

.back-panel-shares .socialLinks .socialLinks-item:hover {
  background: #01A950; }

.back-panel-shares .socialLinks .socialLinks-item:hover .icon svg {
  fill: #FFFFFF; }

.pace-done .sb-loadeding {
  display: none; }

.sb-loadeding {
  background: #f2f2f2 url(../img/loading.svg) no-repeat center center;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1; }

.productLoading {
  margin: 10rem 3rem;
  text-align: center;
  display: block;
  width: 100%; }

.cookieMessage {
  position: fixed;
  z-index: 550;
  bottom: 0;
  width: 300px;
  padding: 15px 0;
  margin: 20px;
  background: #495057;
  color: #fff;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px; }

.cookieMessage .cookieMessage-text {
  width: auto;
  padding: 0; }

.cookieMessage .button {
  vertical-align: middle;
  width: 100%;
  margin-bottom: 0;
  color: #fff; }

.productLoading {
  margin: 10rem 3rem;
  text-align: center;
  display: block;
  width: 100%; }

@media (min-width: 1200px) {
  header .navbar-compact {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 890;
    padding: 10px 0;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); }
  .logo-content--center .col-xl-6, .logo-content--center .header-center .col-lg-6 {
    -ms-flex-order: 1;
    order: 1;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%; }
  .logo-content--center .logo-container {
    -ms-flex-order: 2;
    order: 2; }
  .logo-content--center .navbar-container {
    -ms-flex-order: 3;
    order: 3; }
  .logo-content--right .header-center {
    text-align: right; }
  .logo-content--right .navbar-container {
    -ms-flex-order: 1;
    order: 1;
    text-align: left !important; }
  .logo-content--right .col-lg-6, .logo-content--right .col-xl-6 {
    -ms-flex-order: 2;
    order: 2; }
  .logo-content--right .col-lg-6 ul.navPages-list .navPages-item, .logo-content--right .col-xl-6 ul.navPages-list .navPages-item {
    float: right; }
  .logo-content--right .logo-container {
    -ms-flex-order: 3;
    order: 3; } }

.banners-effect1 .banners > div img {
  transition: all .2s ease-in; }

.banners-effect1 .banners > div img:hover {
  opacity: .8; }

.banners-effect2 .banners > div a {
  color: #000;
  border: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  overflow: hidden; }

.banners-effect2 .banners > div a:hover:after, .banners-effect2 .banners > div a:hover:before {
  left: 0;
  opacity: 0; }

.banners-effect2 .banners > div a:after, .banners-effect2 .banners > div a:before {
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
  width: 100%;
  height: 100%;
  left: -100%;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all .3s ease-in;
  content: "";
  z-index: 1; }

.banners-effect3 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }

.banners-effect3 .banners > div a:hover:after, .banners-effect3 .banners > div a:hover:before {
  border: 0 solid rgba(0, 0, 0, 0.7);
  opacity: 0; }

.banners-effect3 .banners > div a:after, .banners-effect3 .banners > div a:before {
  border: 50px solid transparent;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
  content: "";
  opacity: 1;
  width: 100px;
  height: 100px;
  transform: scale(7);
  transition: all .4s ease-in-out;
  visibility: visible;
  z-index: 1; }

.banners-effect4 .banners > div a, .banners-effect4 .row-no-padding a {
  display: block;
  position: relative;
  overflow: hidden; }

.banners-effect4 .banners > div a:before, .banners-effect4 .row-no-padding a:before {
  border-bottom: 50px solid rgba(255, 255, 255, 0.4);
  border-top: 50px solid rgba(255, 255, 255, 0.4);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transition: opacity .35s ease 0s,transform .35s ease 0s;
  transform-origin: 50% 50% 0;
  width: 100%; }

.banners-effect4 .banners > div a:hover:before, .banners-effect4 .row-no-padding a:hover:before {
  opacity: 1;
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1); }

.banners-effect5 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }

.banners-effect5 .banners > div a:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  border: 70px solid rgba(255, 255, 255, 0);
  top: 0;
  left: 0;
  transition: all .5s ease-in-out; }

.banners-effect5 .banners > div a:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: .5;
  border: 30px solid #fff;
  top: 0;
  left: 0;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transition: all .5s ease-in-out; }

.banners-effect5 .banners > div a:hover:before {
  border: 0 solid rgba(255, 255, 255, 0.7); }

.banners-effect5 .banners > div a:hover:after {
  transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  opacity: 0;
  transition-delay: 0.1s; }

.banners-effect6 .banners > div a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #000;
  vertical-align: top; }

.banners-effect6 .banners > div a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  transition: opacity 1s ease 0s,transform 1s ease 0s; }

.banners-effect-6 .banners > div a:hover img {
  opacity: .8;
  transform: scale3d(1.1, 1.1, 1); }

.banners-effect7 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }

.banners-effect7 .banners > div a:before {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 0;
  top: 0;
  left: 50%;
  content: "";
  transition: all .3s ease-in-out 0s; }

.banners-effect7 .banners > div a:hover:before {
  width: 100%;
  left: 0;
  top: 0;
  height: 100%; }

.banners-effect8 .banners > div a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #000;
  vertical-align: top; }

.banners-effect8 .banners > div a:after, .banners-effect8 .banners > div a:before {
  bottom: 20px;
  content: "";
  left: 20px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: opacity .35s ease 0s,transform .35s ease 0s;
  z-index: 1; }

.banners-effect8 .banners > div a:before {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: scale(0, 1); }

.banners-effect8 .banners > div a:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale(1, 0); }

.banners-effect8 .banners > div img {
  opacity: 1;
  transition: opacity .35s ease 0s; }

.banners-effect8 .banners > div a:hover:after, .banners-effect8 .banners > div a:hover:before {
  opacity: 1;
  transform: scale(1); }

.banners-effect8 .banners > div a:hover img {
  opacity: .5; }

.banners-effect9 .banners > div a {
  display: block;
  position: relative;
  z-index: 10; }

.banners-effect9 .banners > div a:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: '';
  transition: opacity .35s;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
  opacity: 0; }

.banners-effect9 .banners > div a:hover:before {
  opacity: 1; }

.banners-effect9 .banners > div a img {
  opacity: 1;
  transition: transform .35s;
  transform: perspective(1000px) translate3d(0, 0, 0); }

.banners-effect9 .banners > div a:hover img {
  transform: perspective(1000px) translate3d(0, 0, 21px); }

.banners-effect10 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }

.banners-effect10 .banners > div a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.2) 75%);
  content: '';
  opacity: 0;
  transform: translate3d(0, 50%, 0);
  transition: opacity .35s,transform .35s; }

.banners-effect10 .banners > div a:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.banners-effect11 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }

.banners-effect11 .banners > div a:hover:after, .banners-effect11 .banners > div a:hover:before {
  width: 100%;
  height: 100%; }

.banners-effect11 .banners > div a:after, .banners-effect11 .banners > div a:before {
  background-color: rgba(0, 0, 0, 0.15);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  width: 0;
  transition: all .3s ease-out 0s; }

.banners-effect11 .banners > div a:after {
  left: auto;
  right: 0;
  bottom: 0; }

.banners-effect12 .banners > div img {
  transition: all .3s ease-in; }

.banners-effect12 .banners > div img:hover {
  filter: grayscale(100%); }

.alert, .alertBox {
  padding: 18px 40px 18px 75px;
  z-index: 30;
  color: #fff;
  border-radius: 0;
  position: relative;
  z-index: 1;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  transition: 1s all cubic-bezier(1, -0.01, 0, 0.99); }

.alert .alertBox-icon, .alert i, .alertBox .alertBox-icon, .alertBox i {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 60px;
  font-size: 32px;
  animation: alert-icon-anim 1s;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  padding: 0; }

.alert .alertBox-icon:before, .alert i:before, .alertBox .alertBox-icon:before, .alertBox i:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  line-height: 0; }

.alert .alertBox-icon .icon, .alert i .icon, .alertBox .alertBox-icon .icon, .alertBox i .icon {
  height: 3rem;
  width: 3rem; }

.alert button.close, .alertBox button.close {
  position: absolute;
  top: 50%;
  line-height: 1;
  right: 15px;
  color: #fff;
  opacity: .7;
  background: 0 0;
  border: none;
  transform: translate(0, -50%); }

.alert a:hover {
  text-decoration: underline; }

@media (max-width: 479px) {
  .alert {
    padding-right: 30px; }
  .alert button.close {
    right: 5px; } }

.alert-success, .alertBox--success {
  background-color: #4caf50; }

.alert-success .alertBox-icon, .alert-success i, .alertBox--success .alertBox-icon, .alertBox--success i {
  background: #388e3c; }

.alert-success a, .alert-success a:focus, .alert-success a:hover, .alertBox--success a, .alertBox--success a:focus, .alertBox--success a:hover {
  color: #c8e6c9; }

.alert-danger, .alertBox--error {
  background-color: #f44336; }

.alert-danger .alertBox-icon, .alert-danger i, .alertBox--error .alertBox-icon, .alertBox--error i {
  background: #d32f2f; }

.alert-danger a, .alert-danger a:focus, .alert-danger a:hover, .alertBox--error a, .alertBox--error a:focus, .alertBox--error a:hover {
  color: #ffcdd2; }

.alert-info, .alertBox--info {
  background-color: #03a9f4; }

.alert-info .alertBox-icon, .alert-info i, .alertBox--info .alertBox-icon, .alertBox--info i {
  background: #0288d1; }

.alert-info a, .alert-info a:focus, .alert-info a:hover, .alertBox--info a, .alertBox--info a:focus, .alertBox--info a:hover {
  color: #b3e5fc; }

.alert-warning, .alertBox--warning {
  background-color: #ff5722; }

.alert-warning .alertBox-icon, .alert-warning i, .alertBox--warning .alertBox-icon, .alertBox--warning i {
  background: #e64a19; }

.alert-warning a, .alert-warning a:focus, .alert-warning a:hover, .alertBox--warning a, .alertBox--warning a:focus, .alertBox--warning a:hover {
  color: #ffccbc; }

.sidebar--right .page-sidebar {
  -ms-flex-order: 2;
  order: 2; }

.sidebar--right .page-content {
  -ms-flex-order: 1;
  order: 1; }

.product-layout {
  display: block !important; }

.product-options label {
  padding: 0;
  color: #666; }

.product-options .label {
  font-weight: 400;
  font-size: 11px; }

.product-options .radio {
  position: relative;
  z-index: 2;
  text-transform: capitalize;
  cursor: pointer; }

.product-options .radio .fa {
  display: none; }

.product-options .active .fa {
  display: block; }

.product-options .fa {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 22px;
  height: 22px;
  color: #fff;
  line-height: 22px;
  text-align: center;
  left: 0; }

.countdown--box {
  margin-bottom: 15px; }

.countdown--box .countdow--_inner {
  display: table;
  width: 100%;
  text-align: center; }

.countdown--box .title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 8px;
  display: none; }

.countdown--box .time-item {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 1px 0;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  margin-right: 2px;
  width: 40px;
  text-transform: uppercase; }

.countdown--box .time-item .num-time {
  font-size: 14px;
  border: none;
  font-weight: 700; }

.countdown--box .time-item .name-time {
  font-size: 10px;
  height: 20px;
  line-height: 20px; }

.sale-flag-discount {
  background: #01A950;
  border-radius: 50px;
  color: #fff;
  right: 15px;
  height: 40px;
  width: 40px;
  font-size: 14px;
  line-height: 3.07692rem;
  padding-left: .53846rem;
  padding-right: .76923rem;
  padding-top: .07692rem;
  position: absolute;
  text-align: center;
  z-index: 10;
  top: 15px; }

.flag-badges {
  left: 15px;
  right: auto;
  top: 2%;
  position: absolute;
  z-index: 10; }

.sale-flag-star, .sale-flag-star:after, .sale-flag-star:before {
  background: #01A950;
  content: "";
  display: block;
  height: 3.84615rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  width: 3.84615rem;
  z-index: 10; }

.sale-flag-star:before {
  transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star:after {
  transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.starwrap {
  height: 3.84615rem;
  position: absolute;
  top: 10px;
  width: 3.84615rem; }

.sale-text-burst {
  color: #fff;
  font-weight: 600;
  line-height: 1.15385rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.84615rem;
  z-index: 11; }

.sale-flag-side {
  background: #01A950;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  height: 1.53846rem;
  line-height: 1.53846rem;
  padding-left: .53846rem;
  padding-right: .76923rem;
  padding-top: .07692rem;
  position: absolute;
  transition: .8s ease;
  z-index: 10; }

.product:hover .sale-flag-side {
  background: #000;
  transition: .8s ease; }

.sale-flag-sash {
  background: #01A950;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: 1.53846rem;
  left: -25px;
  line-height: 1.23077rem;
  padding-top: .07692rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: .8s ease;
  width: 9.15385rem;
  z-index: 10; }

.product:hover .sale-flag-sash {
  background: #000;
  transition: .8s ease; }

.rating--small {
  margin-bottom: 5px; }

.rating--small .icon {
  width: 14px;
  height: 14px;
  margin: 0; }

.rating--small .icon--ratingEmpty svg {
  fill: #999; }

.rating--small .icon--ratingFull svg {
  fill: #01A950; }

.price-section {
  color: #999;
  font-size: 16px;
  font-weight: 700; }

.price-section .price--noSaleWithoutTax, .price-section .price--rrp {
  padding: 0 5px;
  display: inline-block;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: 400; }

.price-section .price--withoutTax {
  transition: all .3s;
  color: #000;
  font-family: Raleway, Arial, Helvetica, sans-serif; }

.title-category {
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  margin-top: 0;
  padding-bottom: 10px; }

.category-info {
  margin-bottom: 30px; }

.category-info .category-info__image {
  margin-bottom: 15px; }

.refine-search__content:after, .refine-search__content:before {
  content: " ";
  display: table; }

.refine-search__content:after {
  clear: both; }

.refine-search__content .refine-loadmore {
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border: 1px solid #ddd;
  overflow: hidden;
  min-height: 49px;
  height: 120px;
  width: 80px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  background: #f4f4f4; }

.refine-search__content .refine-loadmore > span {
  display: inline-block;
  padding: 0 5px; }

.refine-search__content .refine-loadmore:hover {
  background: #01A950;
  border-color: #01A950;
  color: #fff; }

.refine-search__content .refine-search__subitem {
  margin-bottom: 15px; }

.refine-search__content .refine-search__subitem-name {
  margin: 0;
  font-size: 14px;
  text-align: center; }

.refine-search {
  margin-bottom: 30px; }

.refine-search .thumbnail {
  margin-bottom: 10px;
  display: flex;
  justify-content: center; }

.refine-search .thumbnail:hover .img-thumbnail {
  border-color: #01A950; }

.refine-search a {
  color: #4f4f4f;
  display: block; }

.refine-search a:hover {
  color: #01A950; }

.filters-panel {
  margin-bottom: 20px; }

.filters-panel .form-field {
  margin: 0; }

.filters-panel .list-view {
  display: flex;
  align-items: anchor-center;
  gap: 6px; }

.filters-panel .list-view .btn-gridview {
  border: none;
  float: left;
  padding: .5em;
  text-transform: uppercase;
  letter-spacing: .05em; }

.filters-panel .list-view button.btn {
  margin: 0;
  margin-left: 1px;
  float: left;
  width: 33px;
  height: 33px;
  line-height: 34px;
  background: #fff;
  text-align: center;
  padding: 0;
  border-radius: 0 !important;
  border: none;
  color: #01a950;
  border: 1px solid #01a950; }

.filters-panel .list-view button.btn i {
  color: #01a950; }

.filters-panel .list-view button.btn.active, .filters-panel .list-view button.btn:hover {
  background: #01A950;
  box-shadow: none;
  color: #fff; }

.filters-panel .list-view button.btn.active i, .filters-panel .list-view button.btn:hover i {
  color: #fff; }

.filters-panel .list-view button.btn:focus {
  border-radius: 0;
  outline: 0; }

.filters-panel .list-view .fa {
  font-size: 18px; }

.products-category .products-list {
  margin: 0 -10px; }

.products-category .products-list .product-layout {
  padding: 0 10px; }

.products-list .product-layout {
  transition: all .5s ease 0s;
  display: block; }

.products-list .product-layout .product-item-container:focus {
  outline: 0 !important; }

.products-list .product-layout .product-item-container .product-card__gallery {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: 90;
  top: 0;
  visibility: hidden;
  transition: all .3s ease-in 0s;
  margin: 10px;
  width: 45px; }

.products-list .product-layout .product-item-container .product-card__gallery.product-card__left {
  transform: translateX(-100%);
  left: 0; }

.products-list .product-layout .product-item-container .product-card__gallery.product-card__right {
  transform: translateX(100%);
  right: 0; }

.products-list .product-layout .product-item-container .product-card__gallery.product-card__bottom {
  top: auto;
  bottom: 0;
  margin: 0;
  left: 0;
  font-size: 0;
  box-align: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: horizontal;
  box-direction: normal;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%; }

.products-list .product-layout .product-item-container .product-card__gallery.product-card__bottom .item-img {
  width: 20px;
  height: 8px;
  background: #999;
  margin: 1px;
  border: none;
  display: inline-block; }

.products-list .product-layout .product-item-container .product-card__gallery.product-card__bottom .item-img.thumb-active {
  border: none;
  width: 60px;
  background: #01A950; }

.products-list .product-layout .product-item-container .product-card__gallery.product-card__bottom .item-img img {
  display: none; }

.products-list .product-layout .product-item-container .product-card__gallery .item-img {
  padding: 1px;
  background: #fff;
  border: 1px solid #eaeaea;
  margin: 0 0 3px;
  cursor: pointer;
  opacity: .6; }

.products-list .product-layout .product-item-container .product-card__gallery .item-img.thumb-active {
  opacity: 1;
  border: 1px solid #ccc; }

.products-list .product-layout .product-item-container .countdown--box {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  width: 170px;
  transition: all .2s ease-in-out;
  transform: scale(1) translateX(-50%); }

.products-list .product-layout .product-item-container .left-block {
  position: relative;
  overflow: hidden;
  padding: 10px; }

.products-list .product-layout .product-item-container .left-block .quickview {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  background: #01A950;
  color: #fff;
  cursor: pointer;
  z-index: 99;
  position: absolute;
  top: 20%;
  margin: 0;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.2s;
  border-radius: 50%;
  left: 50%;
  margin-left: -18px; }

.products-list .product-layout .product-item-container .left-block .lazyloaded {
  display: inline-block; }

.products-list .product-layout .product-item-container .right-block .card-title > a {
  display: flex;
  justify-content: center;
  height: 50px;
  align-items: center;
  color: #4f4f4f; }

.products-list .product-layout .product-item-container .right-block .card-title > a:hover {
  color: #01A950; }

.products-list .product-layout .product-item-container .right-block .card-text {
  color: #999;
  margin-bottom: 0;
  font-size: 14px;
  min-height: 24px; }

.products-list .product-layout .product-item-container .compare {
  padding: 0;
  width: 32px;
  transition: bottom .6s ease-in-out;
  color: #01A950; }

.products-list .product-layout .product-item-container .compare .form-check-label {
  padding: 3px 2px;
  cursor: pointer; }

.products-list .product-layout .product-item-container .compare .form-check-input {
  margin: 8px 3px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  opacity: 0; }

.products-list .product-layout .product-item-container .compare .form-check-input:checked + .form-check-label .fa:before {
  content: "\f00c"; }

.products-list .product-layout .product-item-container:hover .product-card__gallery {
  visibility: visible;
  transform: translateX(0); }

.products-list .product-layout .product-item-container:hover .countdown--box {
  transform: translate(-50%, 50%);
  opacity: 0;
  visibility: hidden; }

.products-list .product-layout .product-item-container:hover .quickview {
  opacity: 1;
  top: 40%; }

.products-list .product-layout .product-item-container:hover .quickview:hover {
  background-color: #b34000; }

.products-list .product-grid .product-item-container {
  margin: 0 0 30px 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  height: calc(100% - 30px); }

.products-list .product-grid .product-item-container .description, .products-list .product-grid .product-item-container > .list-block {
  display: none; }

.products-list .product-grid .product-item-container .left-block {
  position: relative;
  text-align: center; }

@media (min-width: 1200px) {
  .products-list .product-grid .product-item-container .left-block {
    min-height: 175px; } }

.products-list .product-grid .product-item-container .left-block .product-image-container {
  text-align: center; }

.products-list .product-grid .product-item-container .left-block .product-image-container a {
  display: inline-block; }

.products-list .product-grid .product-item-container .right-block {
  clear: both;
  padding: 10px;
  text-align: center;
  position: relative; }

.products-list .product-grid .product-item-container .right-block h4 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  margin: 0;
  padding-bottom: 0; }

.products-list .product-grid .product-item-container .right-block .button-group {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  z-index: 2; }

.products-list .product-grid .product-item-container .right-block .button-group .action-item {
  bottom: -70px;
  position: relative;
  vertical-align: middle;
  border: none;
  height: 32px;
  display: inline-block;
  background: #fff;
  border-radius: 100%;
  color: #01A950;
  border: 1px solid #01A950;
  min-width: 32px;
  text-align: center; }

.products-list .product-grid .product-item-container .right-block .button-group .action-item a {
  color: #fff; }

.products-list .product-grid .product-item-container .right-block .button-group .action-item .quickview {
  display: block;
  background: 0 0; }

.products-list .product-grid .product-item-container .right-block .button-group .action-item.addToCart {
  padding: 0 15px;
  padding-bottom: 3px;
  line-height: 29px;
  color: #fff;
  border-radius: 16px;
  background: #01A950;
  transition: bottom .2s ease-in-out; }

.products-list .product-grid .product-item-container .right-block .button-group .action-item.wishlist {
  padding: 0;
  width: 32px;
  transition: bottom .4s ease-in-out;
  color: #01A950; }

.products-list .product-grid .product-item-container .right-block .button-group .action-item.wishlist .action-link {
  height: 30px; }

.products-list .product-grid .product-item-container .right-block .button-group .action-item.wishlist form {
  margin: 0; }

.products-list .product-grid .product-item-container:hover .button-group .action-item {
  bottom: 0; }

.products-list .product-grid .product-item-container:hover .button-group .action-item:hover {
  background-color: #01A950;
  color: #fff; }

.products-list .product-grid .product-item-container:hover .price {
  opacity: 0;
  visibility: hidden; }

@media (min-width: 1681px) {
  .products-list .product-grid-4:nth-child(4n+1) {
    clear: both !important; } }

@media (min-width: 1681px) {
  .products-list .product-grid-5:nth-child(5n+1) {
    clear: both !important; } }

.products-list .product-list .product-item-container {
  float: left;
  margin-bottom: 30px;
  width: 100%; }

.products-list .product-list .product-item-container .left-block {
  width: 270px;
  float: left;
  border: 1px solid #eaeaea; }

.products-list .product-list .product-item-container .left-block .product-image-container {
  text-align: center; }

.products-list .product-list .product-item-container .right-block {
  overflow: hidden;
  padding: 0 10px 0 20px; }

.products-list .product-list .product-item-container .right-block .button-group .action-item {
  height: 32px;
  display: inline-block;
  vertical-align: top;
  border-radius: 100%;
  color: #01A950;
  border: 1px solid #01A950;
  min-width: 32px;
  text-align: center; }

.products-list .product-list .product-item-container .right-block .button-group .action-item:hover {
  background-color: #01A950;
  color: #fff !important; }

.products-list .product-list .product-item-container .right-block .button-group .action-item a {
  color: #fff; }

.products-list .product-list .product-item-container .right-block .button-group .action-item.addToCart {
  padding: 0 15px;
  padding-bottom: 3px;
  line-height: 29px;
  color: #fff;
  border-radius: 16px;
  background: #01A950;
  transition: bottom .2s ease-in-out; }

.products-list .product-list .product-item-container .right-block .button-group .action-item.wishlist {
  padding: 0;
  width: 32px;
  transition: bottom .4s ease-in-out;
  color: #01A950; }

.products-list .product-list .product-item-container .right-block .button-group .action-item.wishlist .action-link {
  height: 30px; }

.products-list .product-list .product-item-container .right-block .button-group .action-item.compare {
  padding: 0;
  width: 32px;
  transition: bottom .6s ease-in-out;
  color: #01A950; }

.products-list .product-list .product-item-container .right-block .button-group .action-item.compare .form-check-label {
  padding: 5px 2px; }

.products-list .product-list .product-item-container .right-block .description {
  margin-bottom: 20px; }

.products-list .product-table:last-child .product-item-container {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 30px; }

.products-list .product-table .product-item-container {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  border-color: #dbdbdb; }

.products-list .product-table .button-group {
  width: 20%;
  padding: 10px;
  text-align: center; }

.products-list .product-table .button-group a {
  color: #fff; }

.products-list .product-table .button-group .addToCart {
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 9px 20px;
  background: #495057;
  color: #fff;
  border-radius: 3px;
  border: none;
  background: #01A950;
  border-color: #01A950; }

.products-list .product-table .button-group .addToCart:hover {
  background: #01A950;
  border-color: #01A950;
  color: #fff; }

.products-list .product-table .button-group .addToCart:hover {
  background: #495057;
  border-color: #495057; }

.products-list .product-table .button-group .compare, .products-list .product-table .button-group .wishlist {
  width: 100%;
  padding: 9px 20px;
  background: #eee;
  color: #333;
  border-radius: 3px;
  border: none;
  display: inline-block;
  margin-bottom: 10px; }

.products-list .product-table .button-group .compare:hover, .products-list .product-table .button-group .wishlist:hover {
  background: #01A950;
  border-color: #01A950;
  color: #fff; }

.products-list .product-table .button-group .compare .form, .products-list .product-table .button-group .wishlist .form {
  margin: 0; }

.products-list .product-table .left-block {
  width: 25%;
  min-width: 64px; }

.products-list .product-table .right-block {
  width: 75%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.products-list .product-table .right-block > * {
  border-left: 1px solid #dbdbdb;
  margin: 0;
  padding: 10px; }

.products-list .product-table .right-block h4 {
  width: 35%;
  font-weight: 400;
  font-size: 14px; }

.products-list .product-table .right-block .price-section {
  width: 20%; }

.products-list .product-table .right-block .price-section .price {
  display: block; }

.products-list .product-table .right-block .button-group {
  width: 30%; }

.products-list .product-table .right-block .description {
  display: none; }

.open-sidebar {
  line-height: 25px;
  display: inline-block;
  border: 2px solid #999;
  margin-bottom: 20px;
  padding: 2px 15px;
  letter-spacing: 1px;
  font-size: 11px;
  text-transform: uppercase;
  max-width: 120px;
  margin-right: 10px;
  color: #495057; }

.open-sidebar:hover {
  border-color: #01A950; }

#close-sidebar, .mobileMenu-close {
  display: none;
  text-align: center;
  padding: 9px 20px;
  color: #fff;
  border-radius: 3px;
  border: none;
  background: #ea3a3c;
  margin-bottom: 20px; }

@media only screen and (max-width: 1200px) {
  body.open-sboff {
    height: 100%;
    overflow: hidden; }
  .open-sidebar i.fa {
    margin-right: 5px; }
  .sidebar-overlay {
    background: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9998; }
  .sidebar-overlay.show {
    display: block; }
  .sidebar-offcanvas {
    background: #fff;
    max-width: 280px;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    height: 100%;
    overflow-x: scroll;
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    transition: all .3s ease-in-out;
    padding-top: 30px;
    margin: 0;
    left: -120%;
    padding-left: 15px !important;
    padding-right: 10px !important; }
  .sidebar-offcanvas.active {
    left: 0; }
  .sidebar-offcanvas #close-sidebar {
    display: block; }
  .mobileMenu-close {
    display: block; }
  .facetedSearch-toggle {
    padding: 0;
    border: none;
    margin: 0; }
  .facetedSearch-toggle .toggleLink-text {
    padding: 9px 20px;
    background: #495057;
    color: #fff;
    border-radius: 3px;
    border: none;
    text-align: left;
    width: 100%; }
  .facetedSearch-toggle .toggleLink-text:hover {
    background: #01A950;
    border-color: #01A950;
    color: #fff; }
  .facetedSearch-toggle-indicator, .facetedSearch-toggle-text {
    width: 100%;
    margin: 10px 0; } }

@media (min-width: 1201px) {
  .sidebar--full .page-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .sidebar--full .sidebar-overlay {
    background: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9998; }
  .sidebar--full .sidebar-overlay.show {
    display: block; }
  .sidebar--full .open-sidebar {
    display: block !important; }
  .sidebar--full .sidebar-offcanvas {
    padding-left: 15px !important;
    padding-right: 10px !important;
    background: #fff;
    width: 300px;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    height: 100%;
    overflow-y: scroll;
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    transition: all .3s ease-in-out;
    padding-top: 15px;
    margin: 0;
    left: -100%; }
  .sidebar--full .sidebar-offcanvas #close-sidebar {
    display: block; }
  .sidebar--full .sidebar-offcanvas.active {
    left: 0; } }

@media (min-width: 1261px) {
  .modal {
    min-height: 550px; }
  .modal-body {
    overflow: visible; }
  #modal, #modal-review-form, #previewModal {
    overflow-y: scroll; } }

.modal-content {
  border-radius: 0;
  border: none; }

.quickView {
  padding: 20px;
  overflow: visible; }

.quickView .btn-productViewzoom {
  visibility: hidden;
  margin: 0; }

.btn-productViewzoom {
  margin: 20px 0;
  clear: both; }

.btn-productViewzoom .btn-outline-secondary {
  border-color: #d2d2d2; }

.btn-productViewzoom .btn-outline-secondary:hover {
  border-color: #6c757d; }

.productView--quickView .productView-thumbnails {
  clear: both; }

.productView--quickView .productView-description {
  display: none; }

.productView--quickView .socialLinks-item--print {
  display: none; }

@media (min-width: 801px) {
  .modal-header-title {
    font-size: 20px; }
  .previewCart .productView {
    padding: 0; }
  .previewCart .productView-image {
    width: 50%;
    -ms-flex-direction: row;
    flex-direction: row; }
  .previewCart .productView-title {
    font-size: 21px; } }

.productView-brand {
  font-size: 15px;
  margin: 0; }

#wishlist-dropdown {
  border: none; }

.productView {
  padding: 0;
  margin: 0 -.75rem;
  max-width: none;
  width: auto;
  margin-left: -14px;
  margin-right: -14px;
  margin-bottom: 20px; }

.productView:after, .productView:before {
  content: " ";
  display: table; }

.productView:after {
  clear: both; }

.modal .productView {
  padding-bottom: 0;
  padding-top: 0; }

@media (min-width: 880px) {
  .productView-image {
    min-width: auto; }
  .productView-image .productView-img-container:after {
    padding-bottom: 100%; }
  .suggestiveCart h4 {
    margin-top: 0; } }

.productView-thumbnail {
  width: 25%;
  margin-bottom: 10px;
  float: left; }

.productView-title {
  font-size: 28px;
  margin: 0 0 15px;
  color: #222; }

.productView-images {
  padding-left: .75rem;
  padding-right: .75rem;
  width: 100%;
  float: left;
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 15px;
  float: left; }

@media (min-width: 551px) {
  .productView-images {
    width: 50%; } }

.productView-images .productView-thumbnails img {
  position: static;
  max-width: 100%;
  max-height: 100%; }

.productView-images .productView-thumbnails .productView-thumbnail-link {
  border: 1px solid #ddd;
  max-width: 100%;
  height: 80px;
  display: flex;
  align-items: center; }

.productView-images .productView-thumbnails .productView-thumbnail-link.is-active, .productView-images .productView-thumbnails .productView-thumbnail-link:hover {
  border-color: #01A950; }

.productView-images .productView--vertical {
  width: 65px;
  position: relative;
  float: left;
  margin: 0;
  margin-right: 15px; }

.productView-images .productView--vertical .productView-thumbnail {
  width: 100%;
  padding: 0; }

.productView--gallerygrid, .productView--gallerylist {
  list-style: none;
  margin: 0;
  padding: 0; }

.productView--gallerygrid .productView-image, .productView--gallerylist .productView-image {
  margin-bottom: 15px;
  width: 100%;
  min-height: inherit;
  padding: 0; }

.productView--gallerygrid .productView-thumbnail-link, .productView--gallerylist .productView-thumbnail-link {
  height: auto;
  width: 100%;
  max-width: 100%;
  padding: 0; }

.productView--gallerygrid .productView-thumbnail-link.is-active, .productView--gallerylist .productView-thumbnail-link.is-active {
  border-color: #01A950; }

.productView--gallerygrid {
  margin: 0 -7px; }

.productView--gallerygrid .productView-image {
  width: 50%;
  padding: 0 7px; }

.productView-info .image-popup-sizechart {
  display: inline-block;
  clear: both;
  margin: 0;
  margin-bottom: 15px;
  color: #4f4f4f;
  font-weight: 700; }

.productView-info .image-popup-sizechart:hover {
  color: #01A950; }

.sb-banner--buyFromus {
  border-top: 1px dotted #e0dfdf;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-top: 20px;
  overflow: hidden; }

.sb-banner--buyFromus .block-title {
  background: 0 0;
  font-size: 15px;
  color: #000;
  margin: 0 0 25px;
  padding: 0;
  border: none; }

.sb-banner--buyFromus .banner-figure {
  width: 50px; }

.productView-details {
  margin-bottom: 0;
  padding-left: .75rem;
  padding-right: .75rem;
  width: 100%;
  float: left;
  padding-left: 14px;
  padding-right: 14px; }

@media (min-width: 551px) {
  .productView-details {
    clear: right;
    float: right;
    width: 50%; } }

.productView-details .productView-product {
  padding-bottom: 14px;
  margin-bottom: 14px; }

.productView-details .button--addtocart {
  color: #fff;
  text-transform: uppercase;
  background: #01A950;
  border-color: #01A950;
  margin-bottom: 0;
  border-radius: 20px; }

.productView-details .button--addtocart:hover {
  background: #FFFFFF;
  border-color: #01a950;
  color: #01a950; }

.productView-details .button--wishlist {
  background: 0 0; }

.productView-details .productView-details__payment .footer-payment-icon {
  width: 3rem;
  fill: #666; }

.productView-details--bottom {
  margin-bottom: 35px; }

.productView-description {
  width: 100%; }

.productView-description .tabs-contents {
  margin: 0;
  padding: 0; }

.horizontal-tabs {
  margin-top: 30px;
  padding-left: .75rem;
  padding-right: .75rem;
  width: 100%;
  float: left;
  padding-left: 14px;
  padding-right: 14px;
  clear: both; }

.horizontal-tabs .tabs {
  border: 0;
  background: #ffffff;
  border-bottom: 1px solid #01a950;
  display: flex;
  gap: 10px; }

.horizontal-tabs .tabs .tab {
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  border-right: 1px solid #00a950; }

.horizontal-tabs .tabs .tab-title {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 500;
  border: none;
  padding: 0;
  color: #000;
  padding: 11px 30px;
  margin: 0;
  border-radius: 0;
  font-size: 15px;
  text-decoration: none;
  text-transform: capitalize; }

.horizontal-tabs .tabs .tab-title:hover {
  color: #01A950;
  background-color: #eee; }

.horizontal-tabs .tabs .is-active .tab-title {
  color: #01A950;
  background: #ffffff; }

.horizontal-tabs .tabs-contents {
  width: 100%;
  border-top: 0;
  padding: 25px 25px 15px;
  display: block;
  margin: 0;
  border-style: solid;
  margin-top: -1px;
  border-width: 1px;
  border-color: #00a950; }

.horizontal-tabs .tabs-contents .tab-content {
  padding: 0;
  font-family: "Inter", sans-serif; }

.vertical-tabs {
  background-color: #fff;
  margin: 0 15px;
  padding: 0;
  border: 1px solid #e6e6e6;
  border-bottom: 1px solid #ddd;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 30px); }

.vertical-tabs ul.tabs {
  border-bottom: medium none;
  margin: 0;
  min-height: 180px;
  padding: 0; }

.vertical-tabs ul.tabs li {
  border: none;
  border-bottom: 1px solid #ddd;
  clear: both;
  position: relative;
  width: 100%;
  padding: 5px 0;
  border-right: none; }

.vertical-tabs ul.tabs li a {
  padding: 5px 15px;
  border: none;
  text-transform: uppercase; }

.vertical-tabs ul.tabs li:before {
  content: "";
  width: 5px;
  height: 100%;
  left: -1px;
  position: absolute;
  top: 0;
  transition: all .3s ease-in-out 0s;
  z-index: 99; }

.vertical-tabs ul.tabs li:hover a {
  color: #01A950;
  border: none; }

.vertical-tabs ul.tabs li:hover:before {
  background-color: #01A950; }

.vertical-tabs ul.tabs li.is-active {
  border-left-color: #01A950; }

.vertical-tabs ul.tabs li.is-active:before {
  background-color: #01A950; }

.vertical-tabs ul.tabs li.is-active a {
  background: 0 0;
  color: #01A950; }

.vertical-tabs .tab-content {
  border: 0;
  border-left: 1px solid #e6e6e6;
  min-height: 200px;
  margin-bottom: 0;
  padding: 20px; }

.productView-related {
  padding: 0;
  margin-top: 0; }

.productView-related .nav-tabs {
  display: block;
  width: 100%;
  float: left;
  vertical-align: top;
  margin: 0 0 10px;
  border-bottom: 1px solid #ebebeb;
  background-color: transparent; }

.productView-related .nav-tabs li {
  background-color: transparent;
  border: 0; }

.productView-related .nav-tabs li.tab-last {
  margin-left: 50px; }

.productView-related .nav-tabs li.tab-last a {
  padding-left: 0; }

.productView-related .nav-tabs li.tab-last a:before {
  content: '';
  width: 1px;
  height: 16px;
  background-color: #ddd;
  position: absolute;
  top: 20px;
  left: -25px; }

.productView-related .nav-tabs li a {
  display: inline-block;
  padding: 14px 0;
  text-decoration: none;
  font-size: 16px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  position: relative; }

.productView-related .nav-tabs li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  transition: all .2s ease 0s;
  background-color: #01A950;
  left: 0; }

.productView-related .nav-tabs > li.is-active > a, .productView-related .nav-tabs > li > a:hover {
  border: none;
  color: #01A950;
  background: 0 0; }

.productView-related .nav-tabs > li.is-active > a:after, .productView-related .nav-tabs > li > a:hover:after {
  width: 100px; }

.productView-related .product-grid .product-item-container {
  margin-bottom: 0; }

.productView-related .tab-content .slick-slider .slick-next, .productView-related .tab-content .slick-slider .slick-prev {
  top: -5px;
  bottom: auto;
  width: 28px;
  height: 28px;
  background: 0 0;
  padding: 0;
  text-align: center;
  margin-right: 10px; }

.productView-related .tab-content .slick-slider .slick-next:before, .productView-related .tab-content .slick-slider .slick-prev:before {
  background: 0 0;
  font-family: FontAwesome;
  font-size: 26px;
  border-radius: 3px;
  line-height: 26px;
  width: 100%;
  height: 100%;
  color: #afafaf; }

.productView-related .tab-content .slick-slider .slick-next:hover:before, .productView-related .tab-content .slick-slider .slick-prev:hover:before {
  background: #01A950;
  color: #fff; }

.productView-related .tab-content .slick-slider .slick-next {
  right: 0;
  left: auto; }

.productView-related .tab-content .slick-slider .slick-next:before {
  content: ""; }

.productView-related .tab-content .slick-slider .slick-prev {
  right: 32px;
  left: auto; }

.productView-related .tab-content .slick-slider .slick-prev:before {
  content: ""; }

.productView-related .tab-content .slick-slider .slick-next, .productView-related .tab-content .slick-slider .slick-prev {
  top: -40px; }

.productView-price .price-section {
  font-size: 22px; }

.productView-price .price-section--saving {
  font-size: 16px;
  font-weight: 400;
  color: #495057; }

.productView-info {
  clear: both;
  color: #666;
  line-height: 24px; }

.productView-info .productView-info-dl {
  margin: 0; }

.productView-info .productView-info-name {
  min-width: 150px;
  float: left;
  margin: 0;
  font-weight: 400; }

.productView-info .productView-info-value {
  display: block;
  overflow: hidden;
  margin: 0; }

.productReviews {
  margin-bottom: 0;
  border: none; }

.productReviews h4.toggle-title {
  margin: 10px 0; }

.productReviews .productReview {
  width: 100%; }

.form-field--increments .form-increment {
  border: 1px solid #d7d7d7;
  display: flex;
  align-items: center;
  width: 110px;
  border-radius: 20px; }

.form-field--increments .form-increment .button {
  display: block;
  background: 0 0;
  border: none;
  width: 40px;
  height: 20px; }

.form-field--increments .form-input--incrementTotal {
  width: 30px;
  height: 40px;
  border: none;
  padding: 0;
  text-align: center;
  float: left;
  border-radius: 0;
  border: 0; }

.productView-options {
  margin-bottom: 0; }

.productView-options .form-action {
  vertical-align: top;
  margin: 0; }

.productView-options .form-field {
  margin-bottom: 0; }

.writeReview-productImage-container:after {
  padding-bottom: 108%; }

.account {
  margin-bottom: 1.5rem; }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }

.account-head .alertBox {
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: left; }

.account-content {
  padding-left: .75rem;
  padding-right: .75rem;
  width: 100%;
  float: left; }

@media (min-width: 1201px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 1201px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: .75rem;
  padding-right: .75rem;
  width: 100%;
  float: left; }

@media (min-width: 1201px) {
  .account-sidebar {
    width: 33.33333%; }
  .account-content--fixedSmall + .account-sidebar {
    float: right; } }

.login--row .panel {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  overflow: hidden; }

.login--row .page-heading {
  margin: 0 10px 15px; }

.login--row .forgot-password {
  display: inline-block;
  vertical-align: middle;
  color: #4f4f4f;
  line-height: 37px; }

.login--row .forgot-password:hover {
  color: #01A950; }

.login--row .login-form {
  margin: 0;
  padding-right: 30px; }

.login--row .form-actions {
  text-align: left; }

.login--row .new-customer-fact-list {
  margin-right: 1.2rem;
  margin-bottom: 4.8rem;
  line-height: 22px; }

.login--row .new-customer-fact-list .new-customer-fact {
  padding: 0; }

.login--row .new-customer-intro {
  margin-bottom: 14px; }

.login--row .panel-body {
  margin: 0; }

.navBar--sub .navBar-action, .navBar--sub .navBar-item.is-active {
  font-size: 1.2rem; }

.storeLocation > h3 {
  margin: 0 0 14px; }

.storeLocation .store-address, .storeLocation .store-phone {
  margin-bottom: 20px; }

#map-canvas {
  height: 400px;
  width: 100%;
  margin-bottom: 30px; }

.page--sitemap .simple-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.page--sitemap .simple-list h3 {
  margin: 0; }

.page--sitemap .bold-list > li > a {
  font-weight: 700;
  text-transform: uppercase;
  color: #4f4f4f; }

.page--sitemap .bold-list > li > a:hover {
  color: #01A950; }

.page--sitemap .simple-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  bottom: -.8em; }

.page--sitemap .simple-list li {
  margin: 0;
  padding: 0 0 14px; }

.page--sitemap .simple-list ul a {
  color: #4f4f4f; }

.page--sitemap .simple-list ul a:hover {
  color: #01A950; }

.page--sitemap .simple-list .checkbox {
  padding-left: 0; }

.page--sitemap .simple-list .checkbox input[type=checkbox] {
  margin-right: 10px; }

.page--sitemap .simple-list .icon {
  margin-right: 9px; }

.page--sitemap .arrow-list ul > li {
  padding-left: 30px;
  position: relative; }

.page--sitemap .arrow-list li:before {
  margin-right: 5px;
  font-size: 14px;
  font-family: FontAwesome;
  display: inline-block;
  content: ""; }

.cart-header-item {
  font-size: 11px;
  font-weight: 700;
  min-height: 41px;
  padding: 10px 20px 9px;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-bottom: 1px solid #d0d0d0;
  background: #e8e3e3; }

.cart-item-info:not(.cart-item-quantity) {
  font-size: 18px; }

.cart-total-label, .cart-total-value {
  font-size: 14px;
  float: left;
  padding: 14px 0;
  color: #000; }

.cart-total:last-child > .cart-total-label {
  font-size: 1.5rem; }

.cart-total-grandTotal {
  font-size: 2rem;
  font-weight: 700;
  position: relative; }

.cart-actions .button--primary {
  width: 100%;
  max-width: 300px; }

@media (min-width: 768px) {
  .cart-item {
    padding: 0; }
  .cart-item-block {
    display: table-cell;
    padding: 0 10px; }
  .cart-item-figure {
    float: none;
    width: 20%;
    text-align: left; }
  .cart-total-label, .cart-total-value {
    padding: 5px 10px; } }

.Content .ExpressCheckout {
  padding-top: 60px; }

.ExpressCheckoutBlock {
  padding: 0;
  border: none; }

.page--sitemap h3 {
  margin: 0 0 20px;
  font-size: 21px; }

@media (min-width: 1261px) {
  .cart-totals {
    width: 100%; }
  .cart-totals .cart-total-label {
    text-align: right; }
  .cart-totals .cart-total-value {
    width: 30%; } }

.compareTable-removeProduct {
  text-align: center;
  background: #ccc; }

.compareTable-product .card-body {
  padding: 1em;
  text-align: left; }

.compareTable-product .price-section {
  font-size: 18px; }

.compareTable-product .card-title {
  font-size: 16px; }

.navUser-item {
  display: block; }

.brandGrid {
  padding: 0; }

.brandGrid li {
  list-style: none; }

.brandGrid li .card-body {
  text-align: center;
  margin: 10px 0; }

#search-results-heading {
  width: 100%;
  margin-bottom: 2rem; }

nav.navBar--sub {
  width: 100%; }

nav.navBar--sub ul.navBar-section {
  position: relative;
  border: 0;
  width: 100%;
  float: left; }

nav.navBar--sub ul.navBar-section:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #e5e5e5; }

nav.navBar--sub ul.navBar-section li.navBar-item {
  position: relative;
  z-index: 1;
  display: table;
  float: left;
  height: 45px;
  margin: 0;
  margin-left: -1px;
  border: 0;
  min-width: 70px; }

nav.navBar--sub ul.navBar-section li.navBar-item.is-active .navBar-action, nav.navBar--sub ul.navBar-section li.navBar-item.is-active a {
  border-bottom-color: #fff;
  background: #fff;
  position: relative; }

nav.navBar--sub ul.navBar-section li.navBar-item.is-active .navBar-action:before, nav.navBar--sub ul.navBar-section li.navBar-item.is-active a:before {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #000;
  position: absolute;
  top: -1px;
  left: 0; }

nav.navBar--sub ul.navBar-section li.navBar-item .navBar-action, nav.navBar--sub ul.navBar-section li.navBar-item a {
  font-size: 14px;
  font-weight: 700;
  display: block;
  display: table-cell;
  padding: 8px 15px 3px;
  transition: background .3s ease 0s;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #e5e5e5;
  background: #f7f8f9; }

.about-demo-1 {
  text-align: center; }

.about-demo-1 p {
  line-height: 22px;
  color: #666; }

.about-demo-1 h3.title.font-ct {
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px; }

.about-demo-1 .image-about-us {
  margin-bottom: 30px; }

.about-demo-1 .about_wrapper {
  margin-bottom: 60px; }

.about-demo-1 .our-team-content {
  border-top: 1px solid #ececec;
  padding-top: 50px; }

.about-demo-1 .our-team-content h3.title {
  margin-bottom: 20px; }

.about-demo-1 .our-team-content p.dec {
  padding: 0 20%;
  margin-bottom: 47px; }

.about-demo-1 .our-team-content .member-image img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  margin-bottom: 17px; }

.about-demo-1 .our-team-content .member .name-member {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px; }

.about-demo-1 .about-banner {
  margin-top: 73px; }

.about-demo-1 .about-banner .title {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  font-size: 14px; }

.about-demo-1 .about-banner .image {
  margin-bottom: 24px; }

.button-404 > a {
  margin: 0 10px; }

.content_404 {
  margin: 40px 0 80px;
  overflow: hidden; }

.content_404 .form-fieldset {
  width: 80%; }

.content_404 p {
  margin-bottom: 1em; }

.content_404 h1 {
  color: #222;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 1.5em; }

/* PAGE - FAQ & Gallery =======================================================*/
.page--information .module-content {
  background: #fff;
  border: 1px solid #ddd;
  padding: 0 20px; }

.page--information .module-content .list-box li {
  position: relative;
  padding-left: 15px; }

.page--information .module-content .list-box li:before {
  position: absolute;
  display: block;
  top: 16px;
  background: #999;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  left: 0; }

.page--information .title-under {
  position: relative;
  margin-bottom: 50px; }

.page--information .title-under:after {
  content: "";
  position: absolute;
  display: block;
  height: 4px;
  width: 68px;
  background: #01A950;
  bottom: -10px; }

.page--information .title-under.text-center:after {
  left: 50%;
  margin-left: -34px; }

.page--information .media-box-link--arrow .icon {
  font-size: 30px; }

.page--information .media-box-link--figure .icon {
  font-size: 70px;
  width: 70px;
  height: 70px; }

.page--information .media-box-link {
  display: table-row;
  width: 100%;
  height: 100%;
  background-color: #01A950;
  cursor: pointer;
  color: #fff;
  transition: all .3s ease-in-out; }

.page--information .media-box-link h4 {
  color: #fff;
  transition: all .3s ease-in-out; }

.page--information .media-box-link--arrow, .page--information .media-box-link--content, .page--information .media-box-link--figure {
  display: table-cell;
  padding: 6% 0;
  vertical-align: middle; }

.page--information .media-box-link--figure {
  width: 23%; }

.page--information .media-box-link--content {
  padding-right: 5%;
  width: 67%; }

.page--information .media-box-link--arrow {
  width: 10%;
  vertical-align: middle; }

.page--information .media-box-link:hover {
  background-color: #495057; }

.page--information .content--gallery .row {
  margin: 0 -8px; }

.page--information .content--gallery .col-md-1, .page--information .content--gallery .col-md-10, .page--information .content--gallery .col-md-11, .page--information .content--gallery .col-md-12, .page--information .content--gallery .col-md-2, .page--information .content--gallery .col-md-3, .page--information .content--gallery .col-md-4, .page--information .content--gallery .col-md-5, .page--information .content--gallery .col-md-6, .page--information .content--gallery .col-md-7, .page--information .content--gallery .col-md-8, .page--information .content--gallery .col-md-9, .page--information .content--gallery .col-sm-1, .page--information .content--gallery .col-sm-10, .page--information .content--gallery .col-sm-11, .page--information .content--gallery .col-sm-12, .page--information .content--gallery .col-sm-2, .page--information .content--gallery .col-sm-3, .page--information .content--gallery .col-sm-4, .page--information .content--gallery .col-sm-5, .page--information .content--gallery .col-sm-6, .page--information .content--gallery .col-sm-7, .page--information .content--gallery .col-sm-8, .page--information .content--gallery .col-sm-9 {
  padding: 0 8px; }

.page--information .content--gallery .popup-gallery {
  margin: 0 0 15px 0;
  display: block; }

.page--information .content--gallery .popup-gallery.popup--video {
  position: relative;
  z-index: 2;
  background: #000; }

.page--information .content--gallery .popup-gallery.popup--video img {
  opacity: .6; }

.page--information .content--gallery .popup-gallery.popup--video:before {
  content: "\f01d";
  display: block;
  font-family: FontAwesome;
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  font-size: 52px;
  color: rgba(255, 255, 255, 0.9);
  margin: -9px 0 0 -20px; }

.page--information .content--gallery .popup-gallery img {
  transition: .3 opacity ease-in-out; }

.page--information .content--gallery .popup-gallery:hover img {
  opacity: .7; }

.page--information ul.yt-accordion {
  list-style: none;
  margin: 0; }

.page--information ul.yt-accordion .yt-accordion-group {
  margin-bottom: 10px; }

.page--information ul.yt-accordion .yt-accordion-group .accordion-heading {
  font-weight: 500;
  color: #333;
  font-size: 15px;
  transition: all .2s;
  padding: 9px 15px;
  margin: 0;
  line-height: 22px;
  cursor: pointer;
  background: #f1f1f1;
  text-transform: capitalize;
  position: relative;
  padding-left: 40px; }

.page--information ul.yt-accordion .yt-accordion-group .accordion-heading .fa {
  position: absolute;
  opacity: 0;
  top: 13px;
  left: 16px; }

.page--information ul.yt-accordion .yt-accordion-group .accordion-heading:hover {
  background: #01A950;
  color: #fff; }

.page--information ul.yt-accordion .yt-accordion-group .accordion-heading.active {
  background: #01A950;
  color: #fff; }

.page--information ul.yt-accordion .yt-accordion-group .accordion-heading.active:before {
  border: 8px solid #01A950;
  border-color: #01A950 transparent transparent transparent;
  content: "";
  position: absolute;
  top: 100%;
  left: 30px; }

.page--information ul.yt-accordion .yt-accordion-inner {
  padding: 15px 15px 10px 15px;
  background: #f1f1f1; }

.page--information dl dd, .productView dl dd {
  margin-bottom: 15px; }

.page--information .simple-list, .productView .simple-list {
  margin: 10px 0 6px 0;
  padding: 0;
  clear: both; }

.page--information .simple-list li, .productView .simple-list li {
  padding: 0 0 7px 18px;
  position: relative;
  list-style-type: none; }

.page--information .simple-list li:before, .productView .simple-list li:before {
  position: absolute;
  display: block;
  top: 10px;
  left: 0;
  font-family: FontAwesome;
  content: "\f111";
  font-size: .53em;
  line-height: 1em; }

.page--information .simple-list li a, .productView .simple-list li a {
  color: #4f4f4f; }

.page--information .simple-list li a:hover, .productView .simple-list li a:hover {
  color: #01A950; }

.page--information .simple-list ul, .productView .simple-list ul {
  margin: 0 0 15px;
  padding: 0;
  list-style-type: none;
  position: relative;
  bottom: -.8em; }

.page--information .title-decimal, .productView .title-decimal {
  font-size: 20px;
  position: relative;
  padding: 5px 0 10px 69px; }

@media (min-width: 1200px) {
  .page--information .title-decimal, .productView .title-decimal {
    font-size: 24px; } }

.page--information .title-decimal:before, .productView .title-decimal:before {
  content: attr(data-content);
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  top: 0;
  line-height: 40px;
  background: #5bc0de;
  width: 44px;
  height: 44px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  left: 0; }

.page--information .decimal-list, .productView .decimal-list {
  padding: 0;
  margin: 10px 0;
  list-style-type: none;
  counter-reset: myCounter;
  display: inline-block;
  width: 100%; }

.page--information .decimal-list ol, .productView .decimal-list ol {
  counter-reset: sub-myCounter 0; }

.page--information .decimal-list > li, .productView .decimal-list > li {
  padding: 0;
  position: relative;
  z-index: 5;
  margin-bottom: 15px;
  overflow: hidden; }

.page--information .decimal-list > li:before, .productView .decimal-list > li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  color: #fff;
  background: #495057;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  float: left;
  font-size: 15px;
  margin-right: 10px; }

.page--information .decimal-list > li > :first-child, .productView .decimal-list > li > :first-child {
  line-height: 26px;
  margin: 0; }

.page--information .decimal-list > li ol, .productView .decimal-list > li ol {
  margin: 0;
  padding: 0 0 0 15px;
  list-style: none; }

.page--information .decimal-list > li ol > li > :first-child, .productView .decimal-list > li ol > li > :first-child {
  margin-top: 0;
  font-size: 14px; }

.page--information .decimal-list > li ol > li:before, .productView .decimal-list > li ol > li:before {
  counter-increment: sub-myCounter;
  content: counter(myCounter) "." counter(sub-myCounter);
  font-size: 14px;
  display: inline-block;
  text-align: center;
  float: left;
  margin-top: -4px;
  margin-right: 10px; }

.page--information .tags, .productView .tags {
  margin: 15px 0; }

.page--information .tags .label, .productView .tags .label {
  border: none;
  border-radius: 2px;
  margin: 0 2px 5px 0;
  font-size: 11px;
  padding: 14px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400; }

.page--information .swatch-item, .productView .swatch-item {
  width: 100%;
  min-height: 100px;
  position: relative;
  background: #333;
  color: #fff;
  margin-bottom: 24px;
  padding: 20px; }

.page--information .swatch-item.color-brand-primary, .productView .swatch-item.color-brand-primary {
  background: #234269; }

.page--information .swatch-item.color-brand-secondary, .productView .swatch-item.color-brand-secondary {
  background: #f87831; }

.page--information .swatch-item.color-brand-warning, .productView .swatch-item.color-brand-warning {
  background: #f0ad4e; }

.page--information .swatch-item.color-brand-danger, .productView .swatch-item.color-brand-danger {
  background: #d9534f; }

.page--information .swatch-item.color-brand-info, .productView .swatch-item.color-brand-info {
  background: #5bc0de; }

.page--information .swatch-item.color-brand-success, .productView .swatch-item.color-brand-success {
  background: #5cb85c; }

.page--information .swatch-item.color-gray-darker, .productView .swatch-item.color-gray-darker {
  background: #212529; }

.page--information .swatch-item.color-gray-dark, .productView .swatch-item.color-gray-dark {
  background: #343a40; }

.page--information .swatch-item.color-gray, .productView .swatch-item.color-gray {
  background: #495057; }

.page--information .swatch-item.color-gray-light, .productView .swatch-item.color-gray-light {
  background: #adb5bd;
  color: #495057; }

.page--information .swatch-item.color-gray-lighter, .productView .swatch-item.color-gray-lighter {
  background: #ced4da;
  color: #495057; }

.page--information .swatch-item.color-gray-lightest, .productView .swatch-item.color-gray-lightest {
  background: #e9ecef;
  color: #495057; }

.page--information .color-custom, .productView .color-custom {
  color: #01A950; }

.page--information .color-white, .productView .color-white {
  color: #fff; }

.page--information .color-dark, .productView .color-dark {
  color: #000; }

.page--information .bg-custom, .productView .bg-custom {
  background: #01A950; }

.page--information .bg-black, .productView .bg-black {
  background: #000; }

.page--information a.underline, .productView a.underline {
  text-decoration: underline; }

.page--information a.underline:hover, .productView a.underline:hover {
  text-decoration: none; }

.page--information .card .card-body, .productView .card .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

.header {
  width: 100%;
  z-index: 20;
  position: relative; }

.header .navUser-section {
  margin-bottom: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0; }

.header-top {
  background-color: #f2f2f2;
  border-bottom: 1px solid #e8e8e8;
  color: #2d2d2d;
  position: relative;
  z-index: 500; }

.header-top ul.list-inline {
  margin: 10px 0; }

.header-top .navUser {
  padding: 0;
  position: static;
  transform: translateY(0);
  z-index: 2; }

.header-top .navUser-section + .navUser-section .navUser-item:before {
  display: none; }

.header-top .navUser-section .fa {
  font-size: 14px;
  padding-right: 5px; }

.header-top .navUser-section .navUser-item + .navUser-item {
  padding: 0 10px; }

.header-top .navUser-section .navUser-item:before {
  content: "|";
  display: inline-block;
  float: right;
  margin: 10px 0;
  transform: translateX(10px);
  color: #999; }

.header-top .navUser-section .navUser-action {
  padding: 10px;
  text-transform: capitalize;
  font-weight: 400; }

.header-top .navUser-section + .navUser-section {
  margin: 0; }

.header-center {
  padding: 16px 0; }

@media (min-width: 1200px) {
  .header-center .navPages-horizontal {
    margin: 0 -15px;
    margin-top: 15px; } }

.header-bottom {
  background-color: #F2F2F2;
  box-shadow: -1px 3px 3px 0 rgba(0, 0, 0, 0.2);
  min-height: 57px; }

.header-bottom-right, .header-bottom__search {
  position: static; }

.header-center .navPages {
  text-align: left;
  margin-top: 8px;
  height: auto; }

.logo_center .col-sm-3 {
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center; }

.navbar-logo > a {
  display: inline-block; }

.navbar-phone {
  display: inline-block;
  margin-top: 15px; }

.navbar-phone .icon-headset_mic {
  fill: #01A950;
  float: left;
  margin-right: 10px; }

.header-logo {
  margin: 5px 0;
  display: inline-block; }

.header-logo-text {
  display: block;
  font-size: 24px;
  letter-spacing: .07692rem;
  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: 24px;
    padding-bottom: 0;
    padding-top: 0; } }

@media (min-width: 1201px) {
  .header-logo-text {
    display: inline-block;
    line-height: 30px;
    max-width: none;
    overflow: auto;
    white-space: normal; }
  .header.fixed .header-logo-text {
    font-size: 25px; } }

@media (min-width: 1201px) {
  .header-logo-image {
    max-height: 86px; } }

.navUser-section .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
  background: #fff;
  padding: 0;
  list-style: none; }

.navUser-section .dropdown-menu.dropdown-menu-right {
  right: 0;
  left: auto !important; }

@media (min-width: 1261px) {
  .navUser-section .dropdown-menu.is-open:after, .navUser-section .dropdown-menu.is-open:before {
    width: 0;
    content: "";
    border-color: transparent transparent #d2d2d2;
    right: .76923rem;
    left: auto !important; }
  .navUser-section .dropdown-menu.is-open:after {
    border-color: transparent transparent #fff;
    right: .92308rem;
    left: auto !important; } }

.mobileMenu-toggle {
  display: inline-block;
  font-size: 0;
  width: 42px;
  height: 40px;
  overflow: hidden;
  padding: 0 10px;
  position: absolute;
  z-index: 50;
  background: linear-gradient(to bottom, #474747 0, #212121 100%);
  border: 1px solid #000;
  border-radius: 5px;
  margin: 5px 10px; }

@media (min-width: 1201px) {
  .mobileMenu-toggle {
    display: none; } }

.mobileMenu-toggle .mobileMenu-toggleIcon, .mobileMenu-toggle .mobileMenu-toggleIcon::after, .mobileMenu-toggle .mobileMenu-toggleIcon::before {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transform: rotate(0);
  transition: transform .1s ease-in,top .1s ease-in 150ms,bottom .1s ease-in 150ms;
  width: 1.53846rem; }

.mobileMenu-toggle .mobileMenu-toggleIcon {
  top: 17px;
  transition: background-color 10ms ease-in .1s; }

.mobileMenu-toggle .mobileMenu-toggleIcon::before {
  top: -.5rem; }

.mobileMenu-toggle .mobileMenu-toggleIcon::after {
  bottom: -.5rem; }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
  background-color: transparent;
  transition-delay: 0.1s; }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
  background-color: #fff;
  bottom: auto;
  top: auto;
  transition: transform .1s ease-in 150ms,top .1s ease-in,bottom .1s ease-in; }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
  top: 0;
  transform: rotate(45deg); }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
  bottom: 0;
  transform: rotate(-45deg); }

.sb-quickSearch {
  z-index: 50;
  position: relative;
  width: 100%; }

.sb-searchpro {
  margin-top: 0;
  z-index: 55;
  position: relative; }

.sb-searchpro .input-group .form-control {
  border: 2px solid #01A950;
  border-radius: 28px 0 0 28px;
  text-indent: 15px;
  height: 43px; }

.sb-searchpro .input-group .btn {
  border: 2px solid #01A950;
  border-left: 0;
  border-radius: 0 28px 28px 0;
  background: transparent;
  font-size: 16px;
  height: 43px;
  padding: 0 8px;
  min-width: 68px;
  text-align: center; }

@media only screen and (max-width: 640px) {
  .collapsed-block .search-info-heading {
    margin: 9px 0 0;
    padding: 0;
    height: 40px; }
  .collapsed-block .search-info-heading .expander {
    width: 36px;
    height: 36px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
    font-size: 16px;
    border: none; }
  .collapsed-block .search-info-heading.open .fa:before {
    content: "\f00d"; }
  .collapsed-block .footer-info-heading.open .fa:before {
    content: "\f139"; }
  .collapsed-block .search-info-content {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    left: 0;
    z-index: 65; } }

.dropdown--quickSearch {
  padding: 0;
  max-height: 300px;
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  overflow-y: scroll; }

.dropdown--quickSearch.is-open {
  width: calc(100% - 78px) !important;
  left: 10px !important; }

.dropdown--quickSearch .quickSearchResults .modal-close {
  color: #999;
  right: .75rem;
  left: auto; }

.dropdown--quickSearch .quickSearchMessage {
  margin: 15px;
  font-size: 18px; }

.dropdown--quickSearch .products-list {
  padding: 0;
  display: inline-block;
  width: 100%;
  margin: 0; }

.dropdown--quickSearch .products-list .product-layout .product-item-container {
  width: 100%;
  margin-bottom: 0;
  float: none;
  border: none;
  padding: 10px;
  border-bottom: 1px solid #e5e5e5; }

.dropdown--quickSearch .products-list .product-layout .product-item-container:hover {
  background: #efefef; }

.dropdown--quickSearch .products-list .product-layout .product-item-container .left-block {
  width: 60px; }

.dropdown--quickSearch .products-list .product-layout .product-item-container .right-block {
  margin: 0;
  overflow-y: hidden; }

.header-bottom__cart {
  margin-top: 8px; }

.header-bottom__cart .cart-button {
  width: 36px;
  height: 36px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  margin: 0 10px;
  position: relative;
  text-align: center;
  transition: box-shadow .2s ease-in-out;
  border: 1px solid #01a950; }

.header-bottom__cart .cart-button .countPill {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: -4px;
  color: #222;
  overflow: hidden;
  text-align: center;
  right: -10px;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.4); }

.header-bottom__cart .cart-button svg {
  margin: 8px 0 0;
  fill: #01a950; }

.header-bottom__cart .cart-button:hover {
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2); }

.header-bottom__cart .cart-button:hover svg {
  fill: #fff; }

.header-bottom__cart .cart-button--compare {
  margin: 0 10px; }

.header-bottom__cart .dropdown-menu {
  transform: translate(45px, 47px);
  min-width: 315px; }

.header-bottom__cart .dropdown-menu.is-open:before {
  right: 14px; }

.header-bottom__cart .dropdown-menu.is-open:after {
  right: 14px; }

.navUser-item--account .fa, .navUser-item--cart .fa {
  font-size: 18px; }

.navUser-item--account .countPill, .navUser-item--cart .countPill {
  position: absolute;
  display: block;
  top: 4px;
  right: 10px;
  z-index: 2;
  background: #df8f90; }

.navUser-item--cart .dropdown-menu {
  transform: translate(45px, 50px);
  min-width: 315px; }

.previewCart .previewCartItem {
  padding: 5px 0; }

.previewCart .previewCartItem-image {
  padding: 0;
  width: 60px; }

.previewCart .previewCartItem-content {
  padding: 10px; }

.previewCart .previewCartItem-name {
  margin-bottom: 10px; }

.previewCart .previewCartItem-price {
  color: #01A950;
  font-weight: 600; }

.previewCart .previewCartAction {
  padding: 14px 0 .5rem; }

.footer {
  background: #fff;
  margin-top: 60px; }

.footer-top {
  background: #F0F0F0;
  padding: 14px 0; }

.footer-bottom {
  background-color: #03ac53;
  text-align: center;
  padding: 14px 0;
  color: #000;
  font-size: 14px;
  text-transform: uppercase; }

.footer-bottom a:hover {
  color: #fff; }

.footer-center .footer-center__first {
  padding: 40px 0 20px; }

.footer-center .footer-center__two {
  border-top: 1px solid #e0e0e0;
  padding: 30px 0; }

.footer-center .footer-center__two .footer-info-heading {
  margin-bottom: 0; }

@media (min-width: 1201px) {
  .footer-info-col--social {
    -ms-flex-preferred-size: unset;
    flex-basis: unset; } }

.footer-info-col--social .media {
  margin-bottom: 15px; }

.footer-info-col--social > p {
  padding-right: 30px; }

div.sb-banner--services {
  margin: 60px 0; }

div.sb-banner--services .banners {
  background-color: rgba(0, 0, 255, 0);
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  width: 25%;
  padding-left: 25px; }

div.sb-banner--services .banners:first-child .fa {
  padding-left: 0; }

div.sb-banner--services .banners .banner-figure {
  float: left;
  font-size: 32px;
  padding-top: 1px;
  color: #fff;
  padding-right: 15px;
  line-height: 36px; }

div.sb-banner--services .banners .banner-figcaption {
  color: #fff;
  text-align: left;
  overflow: hidden;
  margin: 0; }

div.sb-banner--services .banners .banner-figcaption__title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px 0;
  color: #000; }

div.sb-banner--services .banners .banner-figcaption__text {
  margin: 0;
  color: #000; }

.footer-info-heading {
  font-size: 15px;
  font-weight: 600;
  border: none;
  color: #222;
  text-transform: none;
  margin: 0 0 20px 0; }

.footer-info-list {
  list-style: none;
  margin: 0 0 30px; }

.footer-info-list li {
  padding: 5px 0; }

.footer-info-list li a {
  display: inline-block;
  color: #4f4f4f;
  transition: all .3s ease 0s; }

.footer-info-list li a:hover {
  color: #01A950; }

.footer-info-list li a:before {
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  margin-right: 8px; }

.footer-info-list li a:hover {
  padding-left: 10px; }

.footer-info address {
  padding-left: 40px;
  line-height: 25px;
  min-height: 32px; }

.footer-info address > i {
  position: absolute;
  z-index: 2;
  transform: translateX(-40px);
  width: 30px;
  height: 30px;
  background-color: #9d9d9d;
  color: #fff;
  line-height: 31px;
  font-size: 16px;
  text-align: center;
  float: left;
  border-radius: 3px;
  margin-right: 10px; }

.footer-socials .socialLinks {
  padding: 0 15px; }

.footer-socials .socialLinks .socialLinks-item {
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 0;
  transition: box-shadow .2s ease-in-out;
  margin-right: 5px; }

.footer-socials .socialLinks .socialLinks-item:hover {
  background-color: #01A950;
  box-shadow: 0 0 0 4px rgba(255, 92, 0, 0.4); }

.footer-socials .socialLinks .socialLinks-item:hover svg {
  fill: white; }

.footer-socials .socialLinks .socialLinks-item .icon {
  width: 1.3rem;
  height: 1.3rem; }

.footer-newsletter .form {
  margin: 0;
  width: 100%; }

.footer-newsletter .form-field {
  margin: 0;
  padding: 0; }

.footer-newsletter .input-group {
  width: 100%;
  margin: 0 auto; }

.footer-newsletter .input-group .button--primary, .footer-newsletter .input-group .form-control {
  margin-bottom: 0;
  min-height: 100%; }

.footer-newsletter .input-group .form-control {
  border-radius: 0;
  font-family: "Inter", sans-serif;
  text-transform: inherit;
  font-size: 14px;
  text-indent: 15px;
  border: none; }

.footer-newsletter .input-group .button--primary {
  border-radius: 0 20px 20px 0;
  background: transparent;
  border: 0; }

.footer-newsletter .input-group .button--primary:hover {
  background-color: transparent;
  border: 0; }

.footer-newsletter .button--primary {
  font-weight: 600;
  text-transform: uppercase;
  min-width: 100%; }

.footer-copyright > .powered-by {
  font-size: 14px;
  margin: 0; }

.custom_categories {
  border-top: 1px solid #e0e0e0;
  text-align: center;
  width: 100%;
  clear: both;
  padding: 20px 0 0 0; }

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

.custom_categories ul.navPages-list {
  text-align: center;
  width: auto !important; }

.custom_categories ul.navPages-list > li.navPages-item .icon, .custom_categories ul.navPages-list > li.navPages-item .navPage-subMenu {
  display: none; }

.custom_categories ul.navPages-list > li.navPages-item a {
  color: #4f4f4f; }

.custom_categories ul.navPages-list > li.navPages-item a:hover {
  color: #01A950; }

.footer-payment-icons {
  margin-top: 10px;
  height: 3.07692rem;
  text-align: center; }

.footer-payment-icons .footer-payment-icon {
  height: 100%;
  margin: .38462rem;
  vertical-align: middle;
  width: 2.692314px; }

.footer-payment-icons svg {
  fill: #888888;
  margin: 0 10px; }

@media (min-width: 551px) {
  .footer-geotrust-ssl-seal {
    bottom: 0;
    position: absolute;
    right: 16px; } }

.footer-geotrust-ssl-seal table {
  margin: auto; }

.expander {
  display: none; }

@media only screen and (max-width: 1200px) {
  .collapsed-block .footer-info-heading {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 15px;
    margin-bottom: 15px; }
  .collapsed-block .expander {
    display: inline-block;
    float: right;
    color: #adadad;
    font-size: 22px; }
  .collapsed-block .footer-info-heading.open .fa:before {
    content: "\f139"; }
  .collapsed-block .footer-info-list {
    display: none; } }

div.sb-promotion {
  margin: 9px 0;
  height: 25px;
  overflow: hidden; }

div.sb-latestblog {
  clear: both; }

div.sb-latestblog .slick-slider .slick-next, div.sb-latestblog .slick-slider .slick-prev {
  top: -5px;
  bottom: auto;
  width: 28px;
  height: 28px;
  background: 0 0;
  padding: 0;
  text-align: center;
  margin-right: 10px; }

div.sb-latestblog .slick-slider .slick-next:before, div.sb-latestblog .slick-slider .slick-prev:before {
  background: 0 0;
  font-family: FontAwesome;
  font-size: 26px;
  border-radius: 3px;
  line-height: 26px;
  width: 100%;
  height: 100%;
  color: #afafaf; }

div.sb-latestblog .slick-slider .slick-next:hover:before, div.sb-latestblog .slick-slider .slick-prev:hover:before {
  background: #01A950;
  color: #fff; }

div.sb-latestblog .slick-slider .slick-next {
  right: 0;
  left: auto; }

div.sb-latestblog .slick-slider .slick-next:before {
  content: ""; }

div.sb-latestblog .slick-slider .slick-prev {
  right: 32px;
  left: auto; }

div.sb-latestblog .slick-slider .slick-prev:before {
  content: ""; }

div.sb-latestblog .slick-list {
  margin: 0; }

div.sb-latestblog .blog-post {
  margin-bottom: 0; }

div.sb-latestblog .slick-slider .slick-next, div.sb-latestblog .slick-slider .slick-prev {
  transform: translateY(-45px); }

.banners {
  padding: 0;
  background: 0 0;
  color: #495057;
  text-align: left; }

.sb-banner {
  border: none; }

.sb-banner .block-content {
  padding: 0; }

.sb-banner .flex-row {
  margin: 0 -10px; }

.sb-banner .flex-row .banners {
  margin: 0 15px; }

div.sb-banner--feature_category, div.sb-latestblog {
  border: none; }

div.sb-banner--feature_category .block-title, div.sb-latestblog .block-title, .block-title {
  position: relative;
  background: 0 0;
  padding-left: 0;
  font-size: 18px;
  letter-spacing: .7px;
  margin-bottom: 30px; }

div.sb-banner--feature_category .block-title:after, div.sb-latestblog .block-title:after, .block-title::after {
  content: '';
  height: 2px;
  width: 100px;
  background-color: #01A950;
  position: absolute;
  bottom: -1px;
  left: 0; }

div.sb-banner--feature_category .banners, div.sb-latestblog .banners {
  box-shadow: 0 2px 3px 0 rgba(100, 100, 100, 0.3);
  text-align: center; }

div.sb-banner--feature_category .banners .banner-figcaption, div.sb-latestblog .banners .banner-figcaption {
  margin: 0; }

div.sb-banner--feature_category .banners .banner-figcaption__title, div.sb-latestblog .banners .banner-figcaption__title {
  margin: 0;
  color: #222;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 52px;
  transition: all .3s ease 0s;
  display: block; }

div.sb-banner--feature_category .banners:hover .banner-figcaption__body, div.sb-latestblog .banners:hover .banner-figcaption__body {
  background: #222;
  color: #fff; }

div.sb-banner--feature_category .banners:hover .banner-figcaption__title, div.sb-latestblog .banners:hover .banner-figcaption__title {
  color: #fff; }

div.sb-banner--slideshow {
  margin-bottom: 0; }

div.sb-brand--static_brand .sb-brand--carousel {
  padding: 10px 15px;
  margin: 0;
  border: 1px solid #ebebeb;
  border-radius: 5px; }

div.sb-brand--static_brand .sb-brand--carousel .slick-prev {
  left: 1px;
  z-index: 5; }

div.sb-brand--static_brand .sb-brand--carousel .slick-next {
  right: 1px;
  z-index: 5; }

div.sb-brand--static_brand .sb-brand--carousel .slick-next, div.sb-brand--static_brand .sb-brand--carousel .slick-prev {
  margin: 0; }

div.sb-brand--static_brand .sb-brand--carousel .slick-next:before, div.sb-brand--static_brand .sb-brand--carousel .slick-prev:before {
  opacity: .5;
  transform: scale(0.7); }

div.sb-banner--sidebarBanner .block-content {
  padding: 0 !important; }

.extraslider--banner_no .block-content {
  display: block;
  margin: 0; }

.extraslider--new {
  float: left;
  width: calc(50% - 1.14286rem); }

.extraslider--featured {
  float: right;
  width: calc(50% - 1.14286rem); }

.extraslider--bestsell {
  float: right;
  width: calc(25% - 1.14286rem); }

div.extraslider--home1 {
  border: 1px solid #e1e1e1; }

div.extraslider--home1 .slick-slider .slick-next, div.extraslider--home1 .slick-slider .slick-prev {
  top: -5px;
  bottom: auto;
  width: 28px;
  height: 28px;
  background: 0 0;
  padding: 0;
  text-align: center;
  margin-right: 10px; }

div.extraslider--home1 .slick-slider .slick-next:before, div.extraslider--home1 .slick-slider .slick-prev:before {
  background: 0 0;
  font-family: FontAwesome;
  font-size: 26px;
  border-radius: 3px;
  line-height: 26px;
  width: 100%;
  height: 100%;
  color: #afafaf; }

div.extraslider--home1 .slick-slider .slick-next:hover:before, div.extraslider--home1 .slick-slider .slick-prev:hover:before {
  background: #01A950;
  color: #fff; }

div.extraslider--home1 .slick-slider .slick-next {
  right: 0;
  left: auto; }

div.extraslider--home1 .slick-slider .slick-next:before {
  content: ""; }

div.extraslider--home1 .slick-slider .slick-prev {
  right: 32px;
  left: auto; }

div.extraslider--home1 .slick-slider .slick-prev:before {
  content: ""; }

div.extraslider--home1 .productCarousel {
  margin: 0;
  max-width: 100%; }

div.extraslider--home1 .productCarousel-slide {
  padding: 15px 15px 0 15px;
  width: 100%; }

div.extraslider--home1 .products-list .product-list .product-item-container {
  width: 100%;
  margin-bottom: 15px;
  min-height: 95px; }

div.extraslider--home1 .products-list .product-list .product-item-container:last-child {
  margin-bottom: 0; }

div.extraslider--home1 .products-list .product-list .product-item-container .left-block {
  width: 85px;
  border: none;
  margin-right: 15px;
  padding: 0; }

div.extraslider--home1 .products-list .product-list .product-item-container .right-block {
  margin-left: 0;
  padding: 0;
  overflow: hidden; }

div.extraslider--home1 .products-list .product-list .product-item-container .right-block .card-title {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block; }

.alignBanner--right .sb-listing-tabs .ltabs-heading {
  direction: rtl; }

.alignBanner--right .sb-listing-tabs .ltabs-heading .block-title {
  border-radius: 7px 0 0 0;
  margin: 0 -9px 0 0; }

.alignBanner--right .sb-listing-tabs .ltabs-heading .block-title:before {
  left: auto;
  right: 1px;
  transform: rotate(-90deg); }

.alignBanner--right .sb-listing-tabs .ltabs-container .productCarousel .productCarousel-slide .product-item-container:before {
  right: auto;
  left: 0; }

div.sb-deals {
  float: left;
  width: calc(75% - 1.14286rem);
  position: relative;
  z-index: 1;
  border: 1px solid #e1e1e1;
  min-height: 470px; }

div.sb-deals .slick-slider .slick-next, div.sb-deals .slick-slider .slick-prev {
  top: -5px;
  bottom: auto;
  width: 28px;
  height: 28px;
  background: 0 0;
  padding: 0;
  text-align: center;
  margin-right: 10px; }

div.sb-deals .slick-slider .slick-next:before, div.sb-deals .slick-slider .slick-prev:before {
  background: 0 0;
  font-family: FontAwesome;
  font-size: 26px;
  border-radius: 3px;
  line-height: 26px;
  width: 100%;
  height: 100%;
  color: #afafaf; }

div.sb-deals .slick-slider .slick-next:hover:before, div.sb-deals .slick-slider .slick-prev:hover:before {
  background: #01A950;
  color: #fff; }

div.sb-deals .slick-slider .slick-next {
  right: 0;
  left: auto; }

div.sb-deals .slick-slider .slick-next:before {
  content: ""; }

div.sb-deals .slick-slider .slick-prev {
  right: 32px;
  left: auto; }

div.sb-deals .slick-slider .slick-prev:before {
  content: ""; }

div.sb-deals .block-title {
  position: absolute;
  z-index: 9;
  top: -6px;
  left: 14px;
  background: 0 0;
  padding: 0;
  border: none; }

div.sb-deals .block-title span {
  background: #01A950;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 11px;
  font-weight: 700;
  border-radius: 0 0 8px 8px;
  display: block; }

div.sb-deals .block-title span:before {
  content: "";
  border-left: 5px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 5px solid #cc4a00;
  position: absolute;
  left: -5px;
  top: 0; }

div.sb-deals .block-title span:after {
  content: "";
  border-left: 0 solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #cc4a00;
  position: absolute;
  right: -5px;
  top: 0; }

div.sb-deals .sb-deals-items {
  border-top: 1px solid #e1e1e1;
  border-bottom: none;
  padding: 5px;
  margin-bottom: 0;
  position: static; }

div.sb-deals .sb-deals-items .sb-deals-image-thumb {
  margin: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 5px;
  position: relative;
  cursor: pointer; }

div.sb-deals .sb-deals-items .sb-deals-image-thumb .sale-flag-discount {
  top: 15px;
  right: 15px; }

div.sb-deals .sb-deals-items .slick-current .sb-deals-image-thumb {
  border-color: #01A950; }

div.sb-deals .sb-deals-items .sb-deals-title {
  font-size: 14px;
  color: #7d7d7d;
  text-transform: capitalize;
  text-align: center;
  white-space: nowrap;
  margin: 0 10px 10px; }

div.sb-deals .sb-deals-items .sb-deals-title a {
  color: #4f4f4f; }

div.sb-deals .sb-deals-items .sb-deals-title a:hover {
  color: #01A950; }

div.sb-deals .sb-deals-items .slick-next, div.sb-deals .sb-deals-items .slick-prev {
  top: 30%;
  width: 36px;
  height: 50px;
  background: #e0e0e0;
  border-radius: 3px; }

div.sb-deals .sb-deals-items .slick-next:before, div.sb-deals .sb-deals-items .slick-prev:before {
  line-height: 50px; }

div.sb-deals .sb-deals-items .slick-prev {
  left: 1.5rem;
  right: auto; }

div.sb-deals .sb-deals-items .slick-next {
  right: 14px;
  left: auto; }

div.sb-deals .sb-deals-detail {
  padding: 8px 20px;
  margin-bottom: 0; }

div.sb-deals .sb-deals-detail .flag-badges {
  top: 50px;
  left: 23%; }

div.sb-deals .sb-deals-detail .countdown--box {
  margin: 0 0 5px; }

div.sb-deals .sb-deals-detail .countdown--box .time-item {
  position: relative;
  display: inline-block;
  width: auto;
  line-height: normal;
  border: none;
  background: 0 0;
  margin-right: 15px; }

div.sb-deals .sb-deals-detail .countdown--box .time-item .num-time {
  display: block;
  width: 70px;
  height: 38px;
  background-color: #ebebeb;
  line-height: 38px;
  text-align: center;
  font-size: 24px;
  color: #222;
  margin-bottom: 5px;
  border-radius: 3px;
  border: none; }

div.sb-deals .sb-deals-detail .countdown--box .time-item .name-time {
  text-align: center;
  font-size: 14px;
  display: block;
  color: #7d7d7d;
  text-transform: uppercase; }

@media (max-width: 1199px) {
  div.sb-deals .sb-deals-detail .countdown--box .time-item {
    margin-right: 5px; }
  div.sb-deals .sb-deals-detail .countdown--box .time-item .num-time {
    width: 50px;
    font-size: 20px; } }

div.sb-deals .sb-deals-detail .left-block {
  width: 48%;
  position: relative;
  z-index: 1;
  margin-right: 2%;
  float: left; }

div.sb-deals .sb-deals-detail .right-block {
  width: 50%;
  float: right; }

div.sb-deals .sb-deals-detail .right-block .card-title {
  font-size: 17px;
  margin: 20px 0 10px; }

div.sb-deals .sb-deals-detail .right-block .card-title > a {
  color: #4f4f4f; }

div.sb-deals .sb-deals-detail .right-block .card-title > a:hover {
  color: #01A950; }

div.sb-deals .sb-deals-detail .right-block .description {
  border-top: 1px solid #e1e1e1;
  margin: 10px 0;
  padding-top: 20px; }

div.sb-deals .sb-deals-detail .right-block .price-section {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: 700; }

div.sb-deals .sb-deals-detail .right-block .price-section .price--withoutTax {
  font-size: 22px;
  color: #01A950; }

div.sb-deals .sb-deals-detail .slick-next, div.sb-deals .sb-deals-detail .slick-prev {
  display: none !important; }

.clear {
  clear: both; }

.no-padding {
  padding: 0 !important; }

.hidden {
  display: none !important; }

@keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }

@media (max-width: 480px) {
  .home4--style div.extraslider--home3 .block-item-timer .countdown--box .time-item {
    width: 50%;
    padding: 0;
    margin: 0; }
  .home4--style div.extraslider--home3 .block-viewall a {
    margin: 5px 0; } }

@media (max-width: 767px) {
  ::-webkit-scrollbar {
    width: .3em;
    height: .3em; }
  ::-webkit-scrollbar-thumb {
    background: #eee; }
  ::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1); }
  body {
    scrollbar-face-color: #eeeeee;
    scrollbar-track-color: rgba(255, 255, 255, 0.1); }
  .modal {
    min-height: 550px;
    right: auto;
    overflow-y: scroll; }
  .modal-body {
    overflow: visible; }
  .form-prefixPostfix {
    display: block; }
  .header-top .navUser {
    text-align: left; }
  .header-bottom-left {
    height: 50px; }
  .header-bottom__search {
    padding: 0; }
  .header-bottom__cart .cart-button {
    margin: 0 3px; }
  .banners--top {
    display: none; }
  .header .navUser-section .navUser-item {
    float: left; }
  .navbar-phone {
    margin-top: 0; }
  .default--style .section-slideshow {
    overflow: hidden; }
  .default--style .section-slideshow .block-slideshow__left {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .default--style .section-slideshow .block-slideshow__right {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0; }
  .default--style .sb-banner--slideshow .block-content {
    display: -ms-flexbox;
    display: flex; }
  .section-slideshow .slick-slider .heroCarousel-content .heroCarousel-title {
    top: 25%;
    padding: 0; }
  .section-slideshow .slick-slider .heroCarousel-content .heroCarousel-description {
    width: 80%; }
  .section-slideshow .slick-slider .heroCarousel-content .heroCarousel-description h3.description-tilte {
    font-size: 22px; }
  div.sb-banner.sb-banner--feature_category .block-content, div.sb-banner.sb-latestblog .block-content {
    overflow-x: scroll; }
  div.sb-banner.sb-banner--feature_category .banners, div.sb-banner.sb-latestblog .banners {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%; }
  div.sb-deals {
    width: 100%; }
  div.sb-deals .product-item-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  div.sb-deals .sb-deals-detail .left-block {
    width: 100%;
    margin: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  div.sb-deals .sb-deals-detail .right-block {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  div.sb-deals .sb-deals-detail .right-block .description {
    display: none; }
  div.sb-deals .sb-deals-detail .right-block .card-title {
    margin: 0 0 10px; }
  div.sb-deals .sb-deals-detail .right-block .price-section {
    margin: 0; }
  .extraslider--bestsell {
    width: 100%; }
  div.sb-listing-tabs .ltabs-heading {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  div.sb-listing-tabs .ltabs-heading .block-title {
    width: calc(100% + 9px); }
  div.sb-listing-tabs .ltabs-heading ul.tabs {
    width: 100%; }
  div.sb-listing-tabs .ltabs-container {
    border-left: 1px solid #e8e8e8; }
  div.sb-listing-tabs .ltabs-container .ltabs-items-image {
    display: none; }
  div.sb-listing-tabs .ltabs-container .ltabs-items-container {
    width: 100%; }
  div.sb-listing-tabs .slick-slider .slick-next, div.sb-listing-tabs .slick-slider .slick-prev {
    visibility: hidden; }
  div.sb-listing-tabs .product-item-container .img-responsive {
    max-height: 164px;
    margin: 0 auto; }
  .alignBanner--right div.sb-listing-tabs .ltabs-container {
    border: none;
    border-right: 1px solid #e8e8e8; }
  .extraslider--new {
    width: 100%;
    clear: both; }
  .extraslider--featured {
    width: 100%;
    clear: both; }
  div.sb-banner--services {
    padding: 15px 0 5px;
    margin-top: 0;
    overflow: scroll; }
  div.sb-banner--services .block-content {
    overflow-x: scroll; }
  div.sb-banner--services .banners {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%; }
  .footer-center .collapsed-block {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .footer-info-list {
    margin-bottom: 30px; }
  .footer-info {
    width: 100%; }
  .footer-socials {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-top: 15px; }
  .footer-newsletter {
    display: block !important; }
  .footer-newsletter .form-field {
    padding: 10px 0 0; }
  .footer-newsletter .input-group {
    width: 100%;
    margin: 0; }
  .custom_categories {
    border-top: none;
    margin-top: 0; }
  .custom_categories ul.navPages-list > li.navPages-item a {
    padding: .285714px 0; }
  .home2--style .section-slideshow .slick-slider .heroCarousel-content {
    position: relative;
    transform: translateY(-40%);
    width: 100%; }
  .home2--style .sb-banner--home2Banner1 {
    overflow: hidden;
    padding: 0; }
  .home2--style .sb-banner--home2Banner1 .block-content {
    overflow-x: scroll; }
  .home2--style .sb-banner--home2Banner1 .banners {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .supperCategory .spcat--category--all {
    padding: 5px 15px; }
  .home2--style .supperCategory .spcat--category--all > li {
    width: 49%;
    display: inline-block; }
  .home2--style .supperCategory .sb-supper-category .spcat-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .home2--style .supperCategory .sb-supper-category .spcat-container .spcat-items-container {
    border-top: none;
    border-bottom: none;
    border: 1px solid #e8e8e8; }
  .home2--style .sb-category-slider .spcat-heading {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .home2--style .sb-category-slider .spcat-heading .block-title {
    min-width: calc(100% + 9px); }
  .home3--style .module {
    margin-bottom: 30px; }
  .home3--style .sb-banner--home3Banner1, .home3--style .sb-banner--home3Services, .home3--style div.sb-banner--home3FeatureCat {
    overflow: hidden; }
  .home3--style .sb-banner--home3Banner1 .block-content, .home3--style .sb-banner--home3Services .block-content, .home3--style div.sb-banner--home3FeatureCat .block-content {
    overflow-x: scroll; }
  .home3--style .sb-banner--home3Banner1 .banners, .home3--style .sb-banner--home3Services .banners, .home3--style div.sb-banner--home3FeatureCat .banners {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .home3--style div.extraslider--home3 .products-list .product-grid .product-item-container {
    margin-left: 0;
    margin-right: 0; }
  .home3--style .footer-top {
    padding: 40px 30px; }
  .home3--style .custom_categories {
    padding: 0 10px 30px; }
  .home4--style .sb-banner--home3Banner1, .home4--style .sb-banner--home3Services, .home4--style .sb-banner--home4BlockBanner2 {
    overflow: hidden; }
  .home4--style .sb-banner--home3Banner1 .block-content, .home4--style .sb-banner--home3Services .block-content, .home4--style .sb-banner--home4BlockBanner2 .block-content {
    overflow-x: scroll; }
  .home4--style .sb-banner--home3Banner1 .banners, .home4--style .sb-banner--home3Services .banners, .home4--style .sb-banner--home4BlockBanner2 .banners {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .home4--style div.extraslider--home3 .products-list .product-grid .product-item-container {
    margin-left: 0;
    margin-right: 0; }
  .home4--style .header-center .container {
    position: relative; }
  .home4--style .header-bottom__cart {
    position: absolute;
    z-index: 2;
    bottom: -77px; }
  .home4--style .header-bottom__cart .cart-button {
    width: 40px;
    height: 40px; }
  .home4--style .header-bottom__cart .cart-button--wishlist {
    box-shadow: 0 0 0 1px #fff inset; }
  .modal-header-title {
    font-size: 16px; }
  .products-list .product-list .product-item-container .left-block {
    width: 100px; }
  .products-list .product-list .product-item-container .right-block {
    padding: 0 10px; }
  .products-list .product-list .product-item-container .right-block .button-group, .products-list .product-list .product-item-container .right-block .description {
    display: none; }
  .products-list .product-list .product-item-container .product-card__gallery {
    display: none; }
  .products-category .products-list .product-grid .button-group .compare, .products-list .product-layout .button-group .compare {
    display: none !important; }
  .pagination-list {
    margin-top: 1.5rem; }
  .filters-panel .list-view {
    float: right; }
  .product-item-container .compare {
    display: none; }
  .productView-options {
    text-align: left; }
  .productView-description .tabs-contents {
    width: 100%;
    float: left;
    padding: 10px; }
  .productView-description .tabs .tab {
    width: 100%;
    border: none; }
  .productView-description .tabs .tab-title {
    justify-content: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .productView-related .nav-tabs li:last-child {
    margin: 0; }
  .productView-related .product-grid .product-item-container {
    border: none; }
  .productView-options .form-action {
    margin-bottom: 0; }
  .dropdown--quickSearch.is-open {
    width: 100% !important; }
  .quickSearchResults .modal-close {
    display: block; }
  .custom_categories ul.navPages-list {
    list-style: none; }
  .custom_categories ul.navPages-list .navPages-item {
    display: inline-block;
    padding: 0 10px; }
  nav.navBar--sub ul.navBar-section li.navBar-item {
    width: 100%; }
  .blog-category .product-list .blog-post-figure {
    float: none;
    width: auto; }
  .blog-post .blog-meta span.blog-date, .blog-post .blog-meta > span.blog-author {
    display: block; } }

@media (min-width: 768px) and (max-width: 1200px) {
  .modal {
    min-height: 550px;
    right: auto;
    overflow-y: scroll; }
  .modal-body {
    overflow: visible; }
  .previewCartCheckout {
    width: 50%;
    float: right; }
  .previewCart .productView {
    width: 50%;
    float: left; }
  .form-prefixPostfix {
    display: block; }
  .dropdown--quickSearch.is-open {
    width: 100% !important; }
  .quickSearchResults .modal-close {
    display: block; }
  .custom_categories ul.navPages-list {
    list-style: none; }
  .custom_categories ul.navPages-list .navPages-item {
    display: inline-block;
    padding: 0 10px; }
  .productView-options .form-action {
    width: 100%;
    margin-bottom: 5px;
    padding: 0; }
  .navbar-phone {
    margin-top: 0;
    float: right; }
  .section-slideshow .block-slideshow__left {
    max-width: 100%; }
  .section-slideshow .block-slideshow__right {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0; }
  .sb-banner--slideshow .block-content {
    display: -ms-flexbox;
    display: flex; }
  div.sb-banner.sb-banner--feature_category .block-content, div.sb-banner.sb-latestblog .block-content {
    overflow-x: scroll; }
  div.sb-banner.sb-banner--feature_category .banners, div.sb-banner.sb-latestblog .banners {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }
  div.sb-deals {
    width: 100%; }
  .extraslider--bestsell {
    width: 100%; }
  .sb-listing-tabs .ltabs-heading ul.tabs .tab-title {
    padding: 8px .5rem 5px; }
  .sb-listing-tabs .product-item-container .img-responsive {
    max-height: 164px;
    margin: 0 auto; }
  .extraslider--new {
    width: 100%;
    clear: both; }
  .extraslider--featured {
    width: 100%;
    clear: both; }
  div.sb-banner--services .banners {
    -ms-flex: 0 0 29%;
    flex: 0 0 29%; }
  .footer-center .collapsed-block {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .footer-info-list {
    margin-bottom: 30px; }
  .footer-info {
    width: 100%; }
  .footer-socials {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-top: 15px; }
  .custom_categories {
    border-top: none;
    margin-top: 0; }
  .tab {
    float: left; }
  .home2--style .section-slideshow .slick-slider .heroCarousel-content {
    position: relative;
    transform: translateY(-60%);
    width: 100%; }
  .sb-supper-category .spcat-container .spcat-items-container {
    border-right: 1px solid #e8e8e8; }
  div.sb-banner--home3FeatureCat .block-content {
    overflow-x: scroll; }
  div.sb-banner--home3FeatureCat .banners {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%; } }

@media (min-width: 1201px) and (max-width: 1199px) {
  html {
    font-size: 14px; }
  .modal {
    min-height: 630px;
    right: auto;
    overflow-y: scroll; }
  .modal-body {
    overflow: visible; }
  .form-prefixPostfix {
    display: block; }
  .navbar-phone {
    padding: 0;
    background: 0 0; }
  .verticalCategories .navPages-item > .navPages-action {
    padding: 7px 0; }
  .verticalCategories .loadmore {
    height: 45px; }
  .section-slideshow .block-slideshow__left {
    height: 404px;
    overflow: hidden; }
  .form-minMaxRow .form-field:last-child {
    width: 100%;
    margin: 10px 0; }
  .navPages-horizontal ul.navPages-list > li.navPages-item .navPages-action {
    padding: .785714px 14px; }
  .sb-banner .flex-row {
    margin: 0 -5px; }
  .sb-banner .flex-row .banners {
    margin: 0 5px; }
  .sb-banner--slideshow .img-fluid {
    max-height: 135px; }
  div.sb-deals .sb-deals-detail {
    height: 340px; }
  div.sb-deals .sb-deals-items .sb-deals-image-thumb {
    margin: 5px; }
  div.extraslider--home1 .products-list .product-list .product-item-container .left-block {
    margin-right: 5px; }
  div.extraslider--home1 .productCarousel-slide {
    padding: 15px 0 15px; }
  div.extraslider--home1 .sb-extraslider-image {
    background: #f5f5f5; }
  .sb-listing-tabs .ltabs-container .ltabs-items-container--image {
    width: calc(100% - 195px); }
  .sb-listing-tabs .ltabs-container .ltabs-items-image .banners {
    overflow: hidden;
    height: 521px; }
  .sb-listing-tabs .product-item-container .img-responsive {
    max-height: 155px;
    margin: 0 auto; }
  .footer-newsletter .input-group {
    width: 400px; }
  .productView-options .form-action {
    margin-bottom: 10px; }
  .default--style .header-center .col-lg-6, .default--style .header-center .navbar-container {
    padding: 0; }
  .home2--style .section-slideshow .slick-slider .heroCarousel-content {
    position: relative;
    transform: translateY(-100%);
    width: 100%; }
  .sb-supper-category .spcat-container .spcat-items-container {
    border-right: 1px solid #e8e8e8; } }

@media (min-width: 1200px) {
  .container {
    position: relative;
    max-width: 1200px; }
  .default--style .navPages-horizontal ul.navPages-list > li.hasMegamenu .navPage-subMenu, .home2--style .navPages-horizontal ul.navPages-list > li.hasMegamenu .navPage-subMenu {
    width: 890px; } }

@media (min-width: 1360px) {
  .container {
    position: relative;
    max-width: 1330px; } }

@media (min-width: 1649px) {
  .home2--style .section-slideshow {
    margin: 0 0 -40px;
    overflow: hidden;
    position: relative;
    z-index: 5; }
  .home3--style .container {
    position: static; }
  .home3--style .section-slideshow {
    overflow: hidden;
    position: relative;
    z-index: 5; }
  .home3--style .section-slideshow .container {
    position: relative;
    z-index: -1; }
  .home3--style .section-slideshow .sb-loadeding {
    margin: 0 15px; }
  .home4--style .section-slideshow {
    overflow: hidden;
    position: relative;
    z-index: 5; }
  .home4--style .section-slideshow .sb-loadeding {
    margin: 0 15px; } }

.jstree-children, .jstree-container-ul, .jstree-node {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  display: inline-block;
  color: #000;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor, .jstree-anchor:active, .jstree-anchor:hover, .jstree-anchor:link, .jstree-anchor:visited {
  text-decoration: none;
  color: inherit; }

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children, .jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-anchor > .jstree-themeicon-hidden, .jstree-no-icons .jstree-themeicon {
  display: none; }

.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor, .jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.vakata-context {
  display: none; }

.vakata-context, .vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999; }

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px; }

.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context li {
  list-style: none;
  display: inline; }

.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: #000;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 #fff;
  border-radius: 1px; }

.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus {
  outline: 0; }

.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context .vakata-context-separator > a, .vakata-context .vakata-context-separator > a:hover {
  background: #fff;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0; }

.vakata-context .vakata-contextmenu-disabled a, .vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: 0 0;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em; }

.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: #fff;
  margin: 0 .5em 0 0;
  border-left: 1px solid #e2e3e3; }

.vakata-context .vakata-contextmenu-shortcut {
  font-size: .8em;
  color: silver;
  opacity: .5;
  display: none; }

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 .5em;
  border-left-color: #fff;
  background: #e2e3e3; }

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-copy, #jstree-dnd .jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px; }

.jstree-default .jstree-icon, .jstree-default .jstree-node {
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree-default .jstree-anchor, .jstree-default .jstree-wholerow {
  transition: background-color .15s,box-shadow .15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #ccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: 0 0;
  color: #666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: 0 0;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: .8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%); }

.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: 700; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: 0 0;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: 0 0; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }

.jstree-default > .jstree-wholerow-ul .jstree-clicked, .jstree-default > .jstree-wholerow-ul .jstree-hovered {
  background: 0 0;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: linear-gradient(to bottom, #beebff 0, #a8e4ff 100%); }

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-icon, .jstree-default .jstree-node {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: 0 0; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl, .jstree-default > .jstree-no-dots .jstree-node {
  background: 0 0; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: 0 0; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: 0 0; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default .jstree-checked > .jstree-checkbox, .jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default .jstree-checked > .jstree-checkbox:hover, .jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  opacity: .8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%); }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: 0 0; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl, .jstree-default.jstree-rtl > .jstree-no-dots .jstree-node {
  background: 0 0; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-er, #jstree-dnd.jstree-default .jstree-ok {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default i {
  background: 0 0;
  width: 24px;
  height: 24px;
  line-height: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: 0 0; }

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-icon, .jstree-default-small .jstree-node {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: 0 0; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl, .jstree-default-small > .jstree-no-dots .jstree-node {
  background: 0 0; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: 0 0; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: 0 0; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small .jstree-checked > .jstree-checkbox, .jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small .jstree-checked > .jstree-checkbox:hover, .jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  opacity: .8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%); }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: 0 0; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl, .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node {
  background: 0 0; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-er, #jstree-dnd.jstree-default-small .jstree-ok {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-small i {
  background: 0 0;
  width: 18px;
  height: 18px;
  line-height: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: 0 0; }

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-icon, .jstree-default-large .jstree-node {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: 0 0; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0; }

.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl, .jstree-default-large > .jstree-no-dots .jstree-node {
  background: 0 0; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0 0; }

.jstree-default-large .jstree-disabled {
  background: 0 0; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: 0 0; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large .jstree-checked > .jstree-checkbox, .jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox {
  background-position: -224px 0; }

.jstree-default-large .jstree-checked > .jstree-checkbox:hover, .jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  opacity: .8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%); }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: 0 0; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl, .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node {
  background: 0 0; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0 -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0 no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-er, #jstree-dnd.jstree-default-large .jstree-ok {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-large i {
  background: 0 0;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0 -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: 0 0; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: 700;
    font-size: 1.1em;
    text-shadow: 1px 1px #fff; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: 0 0;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl, .jstree-default-responsive .jstree-node {
    background: 0 0; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon, .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-checkbox, .jstree-default-responsive .jstree-ocl, .jstree-default-responsive .jstree-themeicon {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: 0 0; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0 !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0 !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox, .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive .jstree-checked > .jstree-checkbox, .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover, .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined, .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: 700;
    font-size: 1.1em;
    text-shadow: 1px 1px #fff; }
  .jstree-default-responsive > .jstree-striped {
    background: 0 0; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-checkbox, .jstree-default-responsive .jstree-icon, .jstree-default-responsive .jstree-node, .jstree-default-responsive .jstree-node > .jstree-ocl, .jstree-default-responsive .jstree-themeicon {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: 0 0; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

@font-face {
  font-family: 'icomoon';
  src: url("https://cdn11.bigcommerce.com/s-rwbd9uo0md/stencil/a0a7f900-846d-0139-ce18-56070be16313/e/25a81f90-eb75-013d-d5db-5a85a78bb7bf/fonts/icomoon.eot?pdewnu");
  src: url("https://cdn11.bigcommerce.com/s-rwbd9uo0md/stencil/a0a7f900-846d-0139-ce18-56070be16313/e/25a81f90-eb75-013d-d5db-5a85a78bb7bf/fonts/icomoon.eot?pdewnu#iefix") format("embedded-opentype"), url("https://cdn11.bigcommerce.com/s-rwbd9uo0md/stencil/a0a7f900-846d-0139-ce18-56070be16313/e/25a81f90-eb75-013d-d5db-5a85a78bb7bf/fonts/icomoon.ttf?pdewnu") format("truetype"), url("https://cdn11.bigcommerce.com/s-rwbd9uo0md/stencil/a0a7f900-846d-0139-ce18-56070be16313/e/25a81f90-eb75-013d-d5db-5a85a78bb7bf/fonts/icomoon.woff?pdewnu") format("woff"), url("https://cdn11.bigcommerce.com/s-rwbd9uo0md/stencil/a0a7f900-846d-0139-ce18-56070be16313/e/25a81f90-eb75-013d-d5db-5a85a78bb7bf/fonts/icomoon.svg?pdewnu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

.page--blog--detail .blog-post-figure {
  display: none; }

.header-top-line {
  text-align: center;
  background: #01a950; }

.header-top-line h2 *, .header-top-line h2 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 14px 0; }

.header-top-line a {
  text-decoration: underline;
  transition: all .3s; }

.header-top-line a:hover {
  color: #202738; }

.navPages-verticalCategories .megamenuToogle-wrapper:hover {
  background: #fff;
  color: #01A950; }

.header-top-inner .navUser-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end; }

.sb-searchpro .input-group .btn .fa {
  color: #01A950;
  font-size: 20px;
  font-weight: 400;
  transition: all .3s; }

.header-center .navbar-phone {
  display: flex;
  align-items: center;
  margin-top: 0;
  gap: 10px; }

.maintenanceNotice {
  display: none; }

.header-bottom__search, .navbar-container {
  align-items: center;
  display: flex; }

.heroCarousel-description_outer {
  width: 100%;
  max-width: 610px;
  background-color: #ffffffcc;
  padding: 20px; }

.section-slideshow .slick-slider .heroCarousel-content h3.description-tilte {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  margin: 0;
  text-transform: capitalize;
  letter-spacing: 0; }

.section-slideshow .slick-slider .heroCarousel-content .heroCarousel-title {
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  color: #000;
  text-transform: capitalize; }

.section-slideshow .slick-slider .heroCarousel-content .heroCarousel-action {
  font-size: 14px;
  color: #000;
  font-weight: 500; }

.section-slideshow .slick-slider .heroCarousel-content .heroCarousel-action .fa {
  color: #01A950; }

.header .navbar-container .navUser-section {
  gap: 15px;
  display: flex;
  align-items: center; }

.navbar-phone__inner strong {
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
  color: #000; }

.full-width-nav ul.footer-info-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 0 0 50px; }

.footer-row {
  display: flex; }

.footer-row .thirld-col {
  width: 100%;
  max-width: 28%; }

.footer-row .footer-newsletter.thirld-col {
  max-width: 360px;
  margin: auto;
  padding: 0; }

.footer-row .footer-newsletter.thirld-col {
  flex-flow: column; }

.footer-copyright *, .footer-copyright {
  font-family: "Inter", sans-serif;
  font-size: 14px; }

.footer-copyright a {
  color: #000; }

.header-logo-image-footer::before {
  content: '';
  display: block;
  background: #00a950;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1; }

.header-logo-image-footer {
  position: relative;
  text-align: center;
  margin-bottom: 50px; }

.header-logo-image-footer img {
  padding: 0 48px;
  background-color: #fff;
  z-index: 2;
  position: relative;
  max-height: 100%; }

.footer-row ul.footer-info-list li a {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  letter-spacing: 1px;
  color: #010101;
  text-transform: uppercase; }

.footer-info-list li a:before {
  display: none; }

.full-width-nav li a {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #010101; }

.footer-newsletter .input-group {
  width: 100%;
  margin: 0 auto;
  appearance: none;
  border: 1px solid #333;
  height: 48px; }

.footer-row .privacy-pages li {
  text-align: center;
  padding: 14px 10px; }

.footer-newsletter .input-group .button--primary svg {
  width: 24px;
  height: 24px; }

.footer-row .footer-newsletter.thirld-col .footer-info-heading {
  font-size: 14px;
  text-align: center;
  color: #010101;
  font-family: "Inter", sans-serif;
  line-height: 20px;
  text-transform: capitalize; }

.footer-payment-icons .footer-payment-icon {
  vertical-align: middle;
  width: 50px;
  background-color: white;
  border: 1px solid #00a950;
  border-radius: 3px;
  padding: 5px;
  margin: 0;
  height: 32px; }

.footer-info address > i {
  transform: translateX(-35px);
  background-color: #fff;
  color: #000;
  line-height: 28px;
  font-size: 22px;
  margin-right: 0; }

.footer-info address, .footer-info address a {
  padding-left: 5px;
  line-height: 25px;
  min-height: 32px;
  text-align: right;
  font-family: "Inter", sans-serif;
  color: #010101;
  font-size: 14px;
  text-transform: uppercase; }

.navUser-action:hover .icon svg {
  stroke: #01a950; }

.section-slideshow .slick-slider .heroCarousel-content .heroCarousel-action:hover {
  color: #01a950; }

.full-width-nav .footer-info-list li a:hover {
  padding-left: 0; }

div.sb-banner--services .banners .fa {
  color: #000; }

div.sb-banner--services .banners {
  border: 2px solid #f4f4f7;
  background-color: rgba(0, 0, 255, 0);
  text-align: center;
  padding: 16px 10px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.module .spcat-heading .block-title::before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  bottom: -8px;
  position: absolute;
  border-right: 8px solid #008330;
  left: 1px; }

.sb-supper-category .spcat--category--all > li {
  margin-bottom: 9px;
  font-weight: 600; }

.sb-supper-category .spcat-heading .block-title {
  min-width: calc(100% + 10px); }

.spcat-heading .block-title {
  background-color: #01a950;
  font-size: 16px;
  padding: 15px 16px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  margin-left: -9px;
  border-bottom: 0;
  position: relative;
  z-index: 1;
  width: 150px; }

.sb-supper-category .spcat-container .spcat-items-container {
  border-top: 2px solid #01a950; }

.sb-supper-category .spcat-heading .block-title a {
  color: #fff; }

.sb-supper-category .spcat--category--all {
  display: block;
  padding: 20px 15px; }

.sb-supper-category .spcat--category--all > li a {
  color: #4f4f4f;
  display: block; }

.sb-supper-category .spcat-container .spcat-items--category {
  border: 1px solid #e8e8e8;
  border-top: none; }

.sb-supper-category .spcat-container .spcat-items-container .product-item-container {
  margin: 0;
  border-color: #e8e8e8;
  border-width: 0 1px 1px 0; }

.sb-category-slider .spcat-heading {
  border-right: 1px solid #ebebeb; }

.products-list .product-grid .product-item-container {
  margin: 0 0 30px 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  height: calc(100% - 30px); }

.sb-category-slider .products-list .product-list .product-item-container {
  width: 100%;
  min-height: 95px;
  padding: 10px; }

.sb-category-slider .spcat-items-container .product-item-container {
  margin: 0;
  border-width: 0; }

.sb-category-slider .spcat-items-container {
  border: 1px solid #e8e8e8; }

.sb-category-slider .products-list .product-list .product-item-container .left-block {
  width: 100px;
  border: none;
  margin-right: 15px;
  padding: 0; }

.sb-category-slider .products-list .product-list .product-item-container .right-block .card-title {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; }

.sb-category-slider .spcat-heading .block-title a {
  color: #fff; }

div.categorySlider--style1 .spcat-heading ul.tabs, div.categorySlider--style2 .spcat-heading ul.tabs {
  border-top: 2px solid #01a950;
  width: calc(100% - 130px); }

.sb-banner--home2Banner2 .banners {
  width: 33.333%;
  border-radius: 10px;
  overflow: hidden;
  height: 184px;
  position: relative;
  border: 2px solid #000; }

.sb-banner--home2Banner1 .banners {
  height: 224px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 50%;
  border: 2px solid #000; }

.sb-banner--home2Banner1 .banners img {
  height: 224px;
  width: 100%;
  object-fit: contain; }

.banners .img_i::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 80%;
  pointer-events: none; }

.sb-banner--home2Banner2 .banners img {
  height: 184px;
  width: 100%;
  object-fit: contain; }

.sb-banner--home2Banner1 .icon_i, .sb-banner--home2Banner2 .icon_i {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px; }

.img_i {
  position: relative; }

.sb-banner--home2Banner1 .icon_i a, .sb-banner--home2Banner2 .icon_i a, .sb-banner--blockBanner2 .icon_i a {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin: 10px 0; }

.sb-banner--home2Banner1 .icon_i a .fa, .sb-banner--home2Banner2 .icon_i a .fa, .sb-banner--blockBanner2 .icon_i a .fa {
  color: #01a950; }

.sb-banner--home2Banner1 .icon_i img.img-fluid, .sb-banner--home2Banner2 .icon_i img.img-fluid {
  height: auto;
  min-width: 204px;
  max-width: 204px;
  pointer-events: none;
  height: 78px;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: left;
  pointer-events: none; }

div.sb-banner--services .img_i {
  display: none; }

.container_loop .loop-items:nth-child(2) {
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 170px;
  padding-top: 0; }

.loop-items:last-child {
  margin: auto;
  padding-top: 120px;
  width: fit-content; }

.loop-items img {
  height: 210px; }

.container_loop {
  max-width: 680px;
  margin: auto;
  width: 100%;
  padding: 60px 0;
  position: relative; }

.loop-items {
  text-align: center;
  width: fit-content;
  position: relative; }

.loop-items h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left; }

.loop-items p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  text-align: left; }

.loop-items:first-child::after {
  position: absolute;
  right: 0;
  background-image: url(https://cdn11.bigcommerce.com/s-rwbd9uo0md/images/stencil/original/image-manager/arrow-top.png?t=1743068402);
  content: '';
  top: 157px;
  width: 244px;
  height: 74px;
  left: 210px; }

.loop-items:first-child {
  padding-bottom: 0; }

.loop_con {
  max-width: 140px;
  margin: auto; }

.container_loop .loop-items:nth-child(2) .loop_con {
  margin-right: -22px;
  margin-top: -48px; }

.loop-items:last-child .loop_con {
  margin-right: -15px;
  margin-top: -66px; }

.loop-items:last-child::before {
  content: '';
  position: absolute;
  background-image: url(https://cdn11.bigcommerce.com/s-rwbd9uo0md/images/stencil/original/image-manager/arrow-bottom.png?t=1743068403);
  top: 110px;
  right: -245px;
  width: 204px;
  height: 117px;
  background-repeat: no-repeat; }

.footer-top .footer-newsletter .input-group {
  border: 2px solid #00a950;
  border-radius: 30px;
  overflow: hidden; }

.footer-top .footer-newsletter .input-group .button--primary svg {
  display: none; }

.footer-top .cls_lead {
  width: 470px; }

.footer-top .footer-newsletter .footer-info-heading {
  margin: 0;
  text-transform: capitalize; }

.footer-top .footer-newsletter .input-group .button--primary {
  border-left: 2px solid;
  background: #00a950;
  transition: all .3s;
  padding: 10px 20px;
  color: #fff;
  margin-right: -2px; }

.footer-top .footer-newsletter .input-group .button--primary:hover {
  background-color: #fff;
  color: #00a950; }

.sb-banner--home2Banner1 {
  padding: 30px 0 0; }

.module.sb-latestblog {
  margin-top: 40px; }

.supperCategory--style3 {
  margin-bottom: 60px; }

.div-bon {
  width: 100%;
  display: flex;
  justify-content: space-between; }

.block-title {
  position: relative; }

.block-title::after {
  content: '';
  height: 2px;
  width: 100px;
  background-color: #01A950;
  position: absolute;
  bottom: -1px;
  left: 0; }

.header-center .navbar-phone img {
  max-width: 34px; }

.content_on_left {
  width: calc(100% - 380px); }

.sb-latestblog .blog-post-figure {
  width: 230px;
  float: right; }

.bottom_content p {
  font-size: 16px;
  font-weight: 500;
  color: #000; }

.bottom_content h2 {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  margin: 0 0  10px; }

.bottom_content a {
  font-size: 16px;
  font-weight: 500;
  color: #01A950;
  text-decoration: underline; }

body.Safe.Living.Technologies.Inc\..Sandbox.default #sb-newletter-popup {
  display: block; }

.sb-supper-category .spcat--category--all a:hover {
  color: #01A950; }

#sb-newletter-popup {
  display: none; }

body.has-newsletter:has(.home) #sb-newletter-popup {
  display: block; }

.sb-banner--blockBanner2 {
  padding: 60px 0 0;
  border-top: 1px solid #ddd;
  margin: 60px 0 0; }

.sb-banner--blockBanner2 .banner-figcaption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px; }

.sb-banner--blockBanner2 .banners {
  border: 2px solid #000;
  border-radius: 20px;
  overflow: hidden;
  position: relative; }

.sb-banner--blockBanner2 .icon_i {
  display: none; }

.sb-banner--blockBanner2 .banner-figcaption__body .icon_i {
  display: block; }

.banner-figcaption__body .banner-figcaption__title {
  font-size: 30px;
  text-transform: none;
  color: #000;
  margin: 0; }

.sb-banner--cmsblock .banner-figcaption__body .banner-figcaption__title {
  font-size: 14px;
  font-weight: 500; }

.sb-banner--cmsblock .block-title, .sb-banner--cmsblock .banner-figcaption__body p {
  color: #000;
  font-size: 14px;
  font-weight: 500; }

.sb-banner--cmsblock .banners .icon_i {
  display: none; }

.sb-banner--cmsblock .banner-figcaption__body p {
  margin: 0 0 10px; }

.banner-figcaption__body .icon_i {
  display: none; }

.blog-post .blog-header .blog-title a {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.blog-post .blog-post-body p {
  font-size: 16px;
  color: #000; }

.blog-post .blog-meta span {
  display: block;
  color: #000;
  font-size: 16px; }

.header-bottom__cart .cart-button:hover {
  background: #ffffff99; }

.header-bottom__cart .cart-button:hover {
  background-color: #01a950; }

.header-bottom__cart .cart-button .fa.fa-heart {
  font-size: 16px;
  margin-top: 10px;
  color: #01a950;
  transition: all .3s; }

.header-bottom__cart .cart-button:hover .fa.fa-heart {
  color: #fff; }

.header-bottom__cart .cart-button svg {
  transition: all .3s; }

.sb-category-slider .products-list .product-list .product-item-container:hover .price-section .price--withoutTax {
  color: #000; }

.sb-searchpro .input-group .btn:hover {
  background-color: #01A950; }

.sb-searchpro .input-group .btn:hover .fa.fa-search {
  color: #fff; }

.header-center .navbar-phone:hover a strong {
  color: #01A950; }

.filters-panel .list-view button.btn#list-view, .filters-panel .list-view button.btn#table-view, .filters-panel .list-view button.btn {
  width: 42px;
  height: 42px;
  display: flex !important;
  align-items: center;
  justify-content: center; }

.category-info .category-info__image .banner-figure {
  display: none; }

.category-info__desc * {
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0;
  color: #000; }

.category-info__desc {
  background-color: transparent;
  padding: 0 20px; }

.refine-search__content .refine-search__subitem img.img-thumbnail {
  height: 125px;
  object-fit: cover; }

.sb-banner--cmsblock .banners .img_i::after {
  opacity: 0; }

.sb-banner--cmsblock .banner-figcaption {
  margin: 15px 0 0; }

.page-sidebar .sb-banner--cmsblock .banners .icon_i {
  display: none; }

.page-sidebar .sb-banner--cmsblock .banner-figcaption .icon_i {
  display: block; }

.page-sidebar .sb-banner--cmsblock .banner-figcaption .icon_i .banner-figcaption__button {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  border: 2px solid;
  border-radius: 5px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  color: #01a950; }

.page-sidebar .sb-banner--cmsblock .banner-figcaption .icon_i .banner-figcaption__button .fa-caret-right {
  display: none; }

.page-sidebar .sb-banner--cmsblock .banner-figcaption .icon_i .banner-figcaption__button:hover {
  background-color: #01a950;
  color: #fff;
  opacity: 1; }

.products-list .product-grid .product-item-container .right-block .button-group .action-item.addToCart:hover, .products-list .product-grid .product-item-container .right-block .button-group .action-item.addToCart:hover a {
  background: #fff;
  color: #01A950; }

#sb-newletter-popup .newsletter-popup-container #popupSubcribeForm .form-inline .button:hover {
  color: #01a950;
  background-color: #fff; }

div#popupSubcribeForm .hidden-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px; }

.sb-banner--sidebarBanner .banners .img_i::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  pointer-events: none; }

.sb-banner--sidebarBanner .banner-figcaption .banner-figcaption__title {
  color: #fff;
  font-size: 14px;
  font-weight: 700; }

.sb-banner--sidebarBanner .banner-figcaption .banner-figcaption__text {
  font-size: 15px;
  color: #fff;
  font-weight: 700; }

.sb-banner--sidebarBanner .banner-figcaption {
  position: absolute;
  top: 50%;
  padding: 0 30px; }

.page-sidebar .block-title::after {
  opacity: 0; }

.morecontent span {
  display: none; }

.morelink {
  display: block;
  text-align: center;
  margin: 0;
  color: #01A950; }

.category-info__desc h2.productView-title {
  display: none; }

.category-info .category-info__desc {
  padding: 0; }

.short-content span.moreellipses {
  display: none; }

.tabs-contents #tab-specification.tab-content dl, .tabs-contents #tab-manual.tab-content dl {
  display: flex;
  align-items: center;
  font-size: 14px; }

.tabs-contents #tab-specification.tab-content dl dt, .tabs-contents #tab-manual.tab-content dl dt {
  font-weight: 700;
  color: #000; }

.tabs-contents #tab-specification.tab-content dl .productView-info-value, .tabs-contents #tab-manual.tab-content dl .productView-info-value {
  margin: 0; }

.productView-description .tabs-contents h1, .productView-description .tabs-contents h2, .productView-description .tabs-contents h3, .productView-description .tabs-contents h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000; }

.sb_product_br .icon_i img {
  max-width: 35px;
  height: 22px; }

.productView-description .tabs .tab .tab-title .theme-icon:before {
  font-size: 21px; }

.theme-icon::before {
  font-family: "icomoon";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 18px; }

.productView-description .tabs .tab {
  border: 1px solid #00a950;
  border-bottom: 0;
  margin-bottom: -1px; }

.productView-description .tab.is-active {
  border-bottom-color: #fff; }

.sb_product_br div.sb-banner--services .banners .banner-figcaption__title {
  font-size: 14px; }

.sb_product_br .sb-banner .flex-row .banners {
  margin: 0 6px;
  padding: 14px 6px; }

.sb_product_br div.sb-banner--services .banners .banner-figcaption__text {
  font-size: 12px; }

.form-field.form-field--increments label.form-label.form-label--alternate {
  display: none; }

.banners-effect2 .banners > div a img {
  background-color: #ededed;
  margin: 0 0 10px; }

.productView-options .form-action .button.dropdown-menu-button {
  font-size: 15px;
  color: #01A950;
  border: 1px solid #01A950;
  transition: all .3s;
  background-color: #fff;
  border-radius: 20px; }

.productView-options .form-action .button.dropdown-menu-button:hover {
  background-color: #01A950;
  border: 1px solid #01A950;
  color: #fff; }

.productView-options .form-action .button.dropdown-menu-button .icon svg {
  fill: #01A950;
  stroke: #01A950; }

.productView-options .form-action .button.dropdown-menu-button:hover .icon svg {
  fill: #fff;
  stroke: #fff; }

.productView-options .form-action .button.dropdown-menu-button i.icon {
  width: 14px;
  height: 14px; }

.form-field--increments .form-increment .button--icon svg {
  fill: #666; }

.rating_price {
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: center; }

.rating_price .productView-rating span a {
  text-decoration: underline;
  color: #202738;
  font-size: 15px; }

.rating_price .productView-rating span {
  color: #202738;
  text-decoration: none;
  font-size: 15px; }

.rating_price .rating--small .icon--ratingEmpty svg {
  width: 14px;
  height: 14px; }

.rating_price > div {
  width: 50%; }

.productView-details .price-section .price--withoutTax {
  font-size: 22px;
  color: #00a950;
  font-weight: bold;
  font-family: "Inter", sans-serif; }

.action_move_all {
  width: 100%;
  display: flex;
  align-items: center; }

.action_cart {
  display: flex;
  align-items: center; }

form.form.form-wishlist.form-action {
  position: absolute;
  right: 0;
  bottom: 0; }

.productView-options .form-field > label.form-label.form-label--alternate {
  font-weight: 600;
  margin-bottom: 6px;
  color: #000;
  font-size: 16px; }

.productView-options div[data-product-option-change] div {
  margin: 25px 0; }

#wishlist-dropdown.is-open li * {
  font-size: 14px;
  padding: 10px 0; }

.previewCart .previewCartAction .button:hover {
  color: #01A950; }

.on_sku dt.productView-info-name {
  font-weight: 600;
  color: #000; }

.on_sku {
  display: flex;
  padding: 20px 0 0;
  width: 35%;
  justify-content: space-between; }

.on_sku * {
  font-weight: 14px; }

.productView-details__payment .icon:hover {
  background-color: #01a950; }

.productView-details__payment .icon {
  border: 1px solid #01a950;
  padding: 8px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  transition: all .3s; }

.productView-details__payment .icon:hover svg {
  fill: #fff; }

.page--blog .sb-banner--sidebarBanner, .page--blog .blog-tags, .page--blog .block-recent {
  display: none; }

.blog-post.product-list .blog-thumbnail {
  width: 180px; }

.blog-post.product-list .blog-meta {
  display: flex;
  margin: 0; }

.page--blog .blog-post-body .btn--readmore {
  text-transform: uppercase; }

.page--blog .blog-post-body .btn--readmore .fa {
  display: none; }

.page--blog .blog-post .blog-post-body p {
  font-size: 15px;
  margin: 0 0 10px; }

.page--blog .blog-category .product-list {
  margin-bottom: 50px;
  border-top: 1px solid #19ae60;
  padding-top: 50px; }

.page--blog .blog-category .product-list:first-child {
  border-top: 30px;
  padding-top: 0; }

.page--blog .product-list .blog-header .blog-title a {
  font-family: "Inter", sans-serif;
  font-size: 26px; }

.blog-post.product-list .blog-meta span {
  font-size: 15px; }

main.page.page--blog {
  padding-top: 24px;
  border-top: 1px solid #eee; }

main.page--blog--detail .module.block-recent {
  display: none; }

.page--blog--detail .blog-post-body h1.wp-block-heading {
  font-size: 0;
  margin-top: 14px; }

main.page--blog--detail .blog-meta {
  display: flex;
  padding: 0; }

.page--blog--detail .excerpt-meta .meta {
  display: flex;
  align-items: center;
  margin-top: 10px; }

.page--blog--detail .excerpt-meta .meta .socialLinks a {
  border: 1px solid #00a950;
  padding: 7px;
  border-radius: 50%;
  width: 30px;
  height: 30px; }

.page--blog--detail .excerpt-meta .meta .socialLinks a:hover {
  background-color: #00a950; }

.page--blog--detail .excerpt-meta .meta .socialLinks a:hover svg {
  fill: #fff; }

.socialLinks-item--pinterest {
  display: none; }

.newsletter-popup--right .footer-socials {
  display: none; }

.page--contact h2 {
  margin: 20px 0; }

.page--contact h3 {
  font-size: 20px;
  margin-top: 10px; }

.page--contact br {
  display: none; }

.page--contact p, .page--contact p *, .page--contact h3 * {
  margin: 0;
  font-size: 14px;
  color: #000; }

.page--contact form.form {
  margin: 25px 0 0; }

.page--contact form.form .button {
  border-radius: 20px;
  background-color: #00a950;
  color: #fff;
  border: 1px solid  #00a950;
  transition: all .3s; }

.page--contact form.form .button:hover {
  color: #00a950;
  background-color: #fff; }

.points_list_items {
  counter-reset: section; }

.points_list_items h3 {
  position: relative;
  padding-left: 60px;
  line-height: 30px; }

.points_list_items h3::before {
  position: absolute;
  width: 46px;
  height: 46px;
  border: 1px solid #01a950;
  left: -3px;
  border-radius: 50%;
  z-index: -1;
  top: -9px;
  list-style: decimal;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #01a950;
  content: counter(section) " ";
  counter-increment: section;
  font-size: 18px; }

.points_list_items p, .points_list_items li {
  font-size: 15px;
  font-weight: 300; }

.page--information h3 {
  font-size: 20px; }

.footer-center__first .footer-newsletter .input-group .button--primary {
  font-size: 0; }

.productView-images .slick-next::before, .productView-images .slick-prev::before {
  height: 28px;
  width: 28px; }

.productView-images .slick-next, .productView-images .slick-prev {
  background-color: transparent;
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  bottom: 0;
  margin: 0;
  justify-content: center; }

.page--information ul.yt-accordion .yt-accordion-group .accordion-heading:hover .fa, .page--information ul.yt-accordion .yt-accordion-group .accordion-heading.active .fa {
  opacity: 1; }

.page--information ul.yt-accordion .yt-accordion-group .accordion-heading img {
  width: 14px;
  filter: invert(1); }

.page--information ul.yt-accordion .yt-accordion-group .accordion-heading:hover a {
  color: #fff; }

.page--information ul.yt-accordion .yt-accordion-group .accordion-heading a {
  color: #333; }

body.login {
  max-width: 100%;
  margin: 0; }

.back-panel-shares, .back-panel-unit.back-panel-toggle {
  display: none; }

.products-category .refine-search.form-group {
  display: none; }

.page--information ul.yt-accordion .yt-accordion-group .accordion-heading a {
  text-decoration: underline; }

.category-info__desc div a {
  text-decoration: underline; }

.points_list_items p a {
  text-decoration: underline; }

.categorySlider .block-title::after, .supperCategory .block-title::after {
  display: none; }

.navUser ul li .navUser-section .navUser-item:before {
  display: none; }

.createaccount_thanks main.page-content {
  margin: 60px 0 0; }

.loop-items .loop_item_link {
  color: #495057; }

body.mmWave .ctct-popup-form, body.mmWave .ctct-flyout-form {
  display: none; }

body.Discounts.And.Coupons .ctct-popup-form, body.Discounts.And.Coupons .ctct-flyout-form {
  display: none; }

.supperCategory .sb-supper-category .productCarousel .productCarousel-slide .right-block {
  min-height: 113px; }

#sb-newletter-popup .newsletter-popup-container .modal-close-newletter {
  background: #e9e9e9;
  border-radius: 50%;
  font-size: 15px; }

#sb-newletter-popup .newsletter-popup-container .modal-close-newletter > span {
  font-size: 22px;
  line-height: 27px; }

#sb-newletter-popup .newsletter-popup-container {
  max-width: 435px;
  height: auto;
  min-height: auto;
  max-height: fit-content;
  display: block;
  padding: 10px 0; }

#sb-newletter-popup .newsletter-popup-container .newsletter-content img {
  aspect-ratio: auto;
  object-fit: cover;
  float: none;
  display: block;
  position: static; }

#sb-newletter-popup .newsletter-popup-container .newsletter-content {
  position: relative;
  width: 100%;
  flex-direction: column;
  display: block !important; }

#sb-newletter-popup .newsletter-popup-container .newsletter-popup--right {
  position: static;
  right: 15px;
  left: 15px;
  top: 50%;
  width: 100%;
  max-width: fit-content;
  /* transform: translateY(-40%); */
  background: #fff;
  margin: 0 10px;
  padding: 15px 20px;
  float: none; }

#sb-newletter-popup .newsletter-popup-container #popupSubcribeForm {
  display: flex;
  flex-direction: column;
  align-items: center; }

#sb-newletter-popup .newsletter-popup-container .newsletter-popup--left {
  padding: 0 10px; }

.sb-quickSearch .form-fieldset .input-group input {
  box-shadow: none; }

.global_links p {
  display: flex;
  gap: 14px;
  text-transform: uppercase; }

.full-width-nav.global_links {
  margin: 0 0 55px; }

.previewCart .productView-info .productView-info-value {
  float: left; }

.spcat-heading.d-flex {
  align-items: baseline; }

.sale-flag-discount span.sale-text::before {
  content: 'sale';
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 600; }

.sale-flag-discount span.sale-text {
  font-size: 0; }

.sale-flag-discount {
  background: #e40000;
  height: 50px;
  width: 50px;
  line-height: inherit;
  display: flex;
  align-items: center; }

.module.sb-banner.sb-banner--home2Banner2 .banners:last-child .icon_i {
  padding-top: 14px; }

.EMF.Symptoms .page-content > ul {
  padding-left: 30px; }

.EMF.Symptoms .page-content h3 {
  position: relative;
  padding-left: 55px; }

.EMF.Symptoms .page-content h3::before {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid #01a950;
  left: -3px;
  border-radius: 50%;
  z-index: -1;
  top: -9px;
  list-style: decimal;
  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;
  color: #01a950;
  content: counter(section) " ";
  counter-increment: section;
  font-size: 18px; }

.EMF.Symptoms .page-content {
  counter-reset: section; }

.page--information ul.yt-accordion .yt-accordion-group .accordion-heading.active a {
  color: #fff; }

body.hasAdminBar .header {
  padding-top: 0 !important;
  margin: 0 !important; }

.verticalCategories .navPages-item .navPages__icon {
  width: 42px;
  height: 32px;
  object-fit: contain;
  filter: brightness(0); }

.verticalCategories .navPages-item > .navPages-action:hover .navPages__icon {
  filter: none; }

.verticalCategories .navPage-subMenu .banners a {
  justify-content: center; }

@media (min-width: 1201px) {
  .heroCarousel-image {
    min-height: 404px; }
  .verticalCategories ul.navPage-subMenu-list .navPage-subMenu-item:hover ul.navPage-childList.is-open {
    display: block;
    position: absolute;
    background-color: #fffffff0;
    right: 0;
    z-index: 1;
    width: 100%;
    padding: 10px 14px;
    box-shadow: 0 0 12px #e9e9e9;
    top: 35px; } }

@media (min-width: 1200px) {
  .products-list .product-grid .product-item-container .left-block {
    min-height: 175px; } }

@media (min-width: 1200px) {
  div.categorySlider--style1 {
    width: calc(50% - 1.14286rem); }
  div.categorySlider--style2 {
    width: calc(50% - 1.14286rem); }
  .loop-items:first-child img {
    height: 195px; }
  .productView-options .form-action .button {
    margin: 0;
    padding: 14px 18px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 20px; }
  .productView-options .form-action #form-action-addToCart {
    width: 154px; }
  .page_left_content {
    padding-right: 80px; }
  main.page.page--contact {
    margin: 40px 0 70px; }
  .supperCategory--style3 .productCarousel .slick-list.draggable {
    border-right: 1px solid #eee; } }

@media (max-width: 1200px) {
  .footer-row {
    flex-flow: column; }
  .home2--style .section-slideshow {
    padding-top: 70px;
    margin-bottom: -70px; }
  .full-width-nav ul.footer-info-list {
    margin: 0 0 30px; }
  .main-body {
    padding-top: 90px; }
  .header-logo-image-footer img {
    padding: 0 20px;
    max-height: 70px; }
  .sb-searchpro .input-group .btn {
    border: 0; }
  .sb-banner--home2Banner1 .banners {
    height: 170px; }
  .loop-items img {
    height: 130px; }
  .loop-items:first-child::after {
    top: 85px;
    left: 144px; }
  .loop-items:last-child::before {
    top: 60px;
    right: -183px;
    width: 135px;
    height: 80px;
    background-size: contain; }
  .container_loop .loop-items:nth-child(2) {
    padding-bottom: 50px; }
  .loop-items:last-child {
    padding-top: 40px; }
  .sb-banner--blockBanner2 {
    padding: 25px 0 0;
    margin: 25px 0 0; }
  .blog-post-figure {
    width: 150px; }
  .content_on_left {
    width: calc(100% - 150px); }
  .horizontal-tabs .tabs {
    flex-flow: wrap; }
  form.form.form-wishlist.form-action {
    position: relative; }
  .footer-top .footer-newsletter .footer-info-heading {
    text-align: center; }
  .full-width-nav ul.footer-info-list {
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 0; }
  #sb-newletter-popup .newsletter-popup-container .newsletter-popup--left {
    display: block !important;
    padding: 10px; }
  #sb-newletter-popup .newsletter-popup-container {
    padding: 0; }
  #sb-newletter-popup .newsletter-popup-container .newsletter-content img {
    object-fit: contain;
    background-color: #827b5e; }
  #sb-newletter-popup .newsletter-popup-container .newsletter-popup--right {
    transform: translateY(0%);
    margin: 0;
    padding: 22px 20px; }
  #sb-newletter-popup .newsletter-popup-container .newsletter-content {
    padding: 0; }
  #sb-newletter-popup .newsletter-popup-container .newsletter-popup--left {
    padding: 0; }
  .home2--style .sb-banner--home2Banner1 .block-content {
    flex-wrap: wrap;
    gap: 14px; }
  .home2--style .sb-banner--home2Banner1 .banners {
    flex: auto;
    max-width: 100%;
    width: 100%; }
  div.sb-banner--services .block-content {
    flex-wrap: nowrap;
    gap: 0;
    width: 1150px; }
  div.sb-banner--services .block-content .banners {
    width: 100%;
    max-width: 100%;
    flex: auto; }
  .module.sb-latestblog .productCarousel-slide article.blog-post .blog-post-figure {
    float: none; }
  .module.sb-latestblog .productCarousel-slide article.blog-post .content_on_left {
    width: 100%; }
  .sb-banner--home2Banner1 {
    margin: 0; }
  .global_links p {
    flex-wrap: wrap; }
  .div-bon {
    flex-flow: column; }
  .products-list .product-layout .product-item-container .right-block .card-title > a {
    height: auto; }
  .__mce_add_custom__.position-c {
    height: 100px;
    width: 120px;
    margin: 15px 10px !important;
    float: left !important; }
  .page--blog .blog-post-figure {
    width: 100%; }
  .navPages-list--categories a.navPages-action.has-subMenu i.fa.fa- {
    display: none; }
  .navPages-list.navPages-list--webpages {
    margin-top: 30px; }
  .header-mobile .mheader-bottom .cart-button img {
    height: 22px;
    margin-bottom: 8px; }
  .header-mobile .mheader-bottom .cart-button .fa-search {
    font-size: 21px; }
  .menu_top .navUser {
    position: relative;
    top: inherit;
    transform: none; }
  .header .menu_top .navUser-section .navUser-item {
    float: left;
    width: 100%; }
  .header .menu_top .navPages-list .navUser-action {
    padding-left: 0;
    border-bottom: 1px solid #ddd; }
  .navBar--account {
    display: block; }
  .navUser-item.drop .navUser-item .navUser-action.has-dropdown {
    pointer-events: none; }
  .navUser-item.drop, .navUser-item.drop div {
    width: 100%; }
  .navUser-item.drop .drop-open {
    display: block;
    top: 0;
    visibility: visible;
    position: relative; }
  .navUser-item.drop .drop-open a {
    color: #000;
    font-weight: 700; }
  .navPages-list.navPages-list--links {
    border-top: 1px solid #ddd;
    margin-top: 15px; }
  div#tab-related .products-list .product-layout .product-item-container .right-block .card-title > a {
    height: 80px; }
  .horizontal-tabs {
    margin-top: 0; }
  .header-mobile .mheader-bottom .bar-tab__item.shop a.mobileMenu-togglehori {
    position: absolute;
    top: 10px;
    left: 15px;
    opacity: 0; }
  .header-mobile .mheader-bottom .bar-tab__item.shop .cart-button.cart-button--primary {
    pointer-events: none; }
  .shop-cat {
    display: none; }
  .header-mobile .mheader-bottom .bar-tab__item.shop .shop-cat {
    display: block; }
  .explore-menu {
    display: none; }
  .tooltip-popovers .explore-menu {
    display: block; }
  nav.navPages-horizontal.navPages-container.open-cat {
    z-index: 990;
    padding-top: 15px;
    overflow: scroll;
    transform: translateX(0); }
  .close-cat {
    text-align: center;
    padding: 9px 20px;
    color: #fff;
    border-radius: 3px;
    border: none;
    background: #ea3a3c;
    margin-bottom: 20px;
    display: block; }
  .navPages-container ul.navPages-list.shop-cat .navPages-action .fa {
    display: none; }
  nav.navPages-horizontal.navPages-container.open-cat span.badge.badge--top {
    display: none; } }

@media (max-width: 576px) {
  .cart-item .cart-item-image {
    position: relative; }
  .loop-items img {
    height: 80px; }
  .loop-items:first-child::after {
    top: inherit;
    width: 120px;
    height: 38px;
    left: 118px;
    background-size: contain;
    bottom: 16px; }
  .container_loop .loop-items:nth-child(2) {
    position: relative;
    right: 0;
    top: 0;
    transform: none;
    padding-bottom: 0;
    padding-top: 0; }
  .loop-items:last-child::before {
    top: 0;
    right: -70px;
    width: 82px;
    height: 51px;
    background-size: contain; }
  .container_loop .loop-items:nth-child(2) .loop_con {
    margin-right: 0;
    margin-top: 0; }
  .loop-items:last-child .loop_con {
    margin-right: 0;
    margin-top: 0; }
  .footer-top .cls_lead {
    width: 100%; }
  #sb-newletter-popup .newsletter-popup-container #popupSubcribeForm .form-group {
    width: 100%; }
  #sb-newletter-popup .newsletter-popup-container #popupSubcribeForm .form-inline .form-input {
    border: 1px solid #ccc;
    display: block;
    margin: 0 0 10px; }
  form#popupSubcribeFormSubmit {
    margin: 0 0 10px; }
  #sb-newletter-popup .newsletter-popup-container .newsletter-heading {
    font-size: 16px;
    margin: 0 0 4px 0; }
  .newsletter-popup--right.col p.newsletter-sub-heading {
    font-size: 13px;
    line-height: 20px; }
  #sb-newletter-popup .newsletter-popup-container #popupSubcribeForm {
    margin: 10px 0 0; }
  #sb-newletter-popup .newsletter-popup-container {
    max-width: 300px; }
  #sb-newletter-popup .newsletter-popup-container #popupSubcribeForm .form-inline {
    justify-content: center; }
  .sb-banner--home2Banner1 .icon_i img.img-fluid, .sb-banner--home2Banner2 .icon_i img.img-fluid {
    min-width: 130px;
    max-width: 130px;
    height: 50px; }
  .sb-banner--home2Banner1 .banners img, .sb-banner--home2Banner1 .banners {
    height: 185px;
    object-fit: contain; }
  .sb-banner--home2Banner2 .flex-row {
    flex-direction: inherit !important;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center; }
  .sb-banner--home2Banner2 .banners {
    width: 100%;
    height: 180px; }
  .sb-banner--home2Banner2 .banners img {
    height: 175px;
    object-fit: contain; }
  div.categorySlider--style1 .spcat-heading ul.tabs, div.categorySlider--style2 .spcat-heading ul.tabs {
    width: 100%; }
  ul.tabs .tab-title {
    padding: 8px 8px 2px; }
  .banner-figcaption__body .banner-figcaption__title {
    font-size: 16px; }
  .blog-post .blog-header .blog-title a, .bottom_content p {
    font-size: 15px;
    -webkit-line-clamp: none; }
  .blog-post .blog-post-body p, .blog-post .blog-meta span {
    font-size: 14px;
    margin: 0; }
  .loop-items h2 {
    font-size: 16px; }
  .loop-items p {
    font-size: 14px; }
  .bottom_content h2 {
    font-size: 20px; }
  .sb-banner--blockBanner2 .banners img {
    height: 100px;
    object-fit: contain; }
  div.sb-banner--services .banners {
    flex: 0 0 82%; }
  .spcat-heading .block-title {
    font-size: 15px; }
  .rating_price {
    flex-flow: column; }
  .rating_price > div {
    width: 100%; }
  .productView-options .action_cart .form-action {
    margin-bottom: 0;
    width: 50%; }
  .action_cart {
    width: 100%; }
  .horizontal-tabs .tabs {
    gap: 0; }
  .page--blog .product-list .blog-header .blog-title a {
    font-size: 18px; }
  .blog-post.product-list .blog-thumbnail {
    width: 80%;
    margin: 10px auto; }
  .blog-post.product-list .blog-meta {
    display: block; }
  h2 {
    font-size: 18px; }
  iframe {
    width: 100%; }
  .points_list_items h3 {
    font-size: 16px;
    display: flex;
    align-items: center; }
  .filters-panel .list-view button.btn#list-view, .filters-panel .list-view button.btn#table-view, .filters-panel .list-view button.btn {
    width: 30px;
    height: 30px; }
  .short-by-show {
    margin-top: 20px; }
  .container_loop {
    padding: 30px 0; }
  .supperCategory--style3 {
    margin-bottom: 30px; }
  div.sb-banner--services {
    margin: 30px 0;
    padding: 0 !important; }
  .section-slideshow .slick-slider .heroCarousel-content .heroCarousel-title {
    font-size: 16px; }
  .__mce_add_custom__ {
    width: 180px;
    margin: 10px 0;
    display: block;
    object-fit: contain; }
  .page-content h1, .page-content h1 * {
    font-size: 20px; }
  .page-content h2, .page-content h2 * {
    font-size: 18px;
    margin: 10px 0; }
  .page-content h3, .page-content h3 * {
    font-size: 16px; }
  div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
    font-size: 20px !important; }
  .breadcrumb li.breadcrumb-item a, .breadcrumb li.breadcrumb-item span {
    font-size: 12px; }
  .__mce_add_custom__.sens {
    width: 44%;
    height: auto; }
  iframe {
    width: 100%;
    height: auto; }
  .new-devide {
    flex-flow: column; }
  .points_list_items h3::before {
    top: auto; }
  .pagination {
    justify-content: center; }
  #consent-manager-update-banner {
    text-align: center; }
  .products-list .product-grid .product-item-container .right-block .button-group .action-item {
    bottom: -12px; }
  .products-list .product-grid .product-item-container .right-block .button-group {
    position: relative;
    bottom: 8px; }
  .productView-related .products-list .product-grid .product-item-container .right-block .button-group .action-item.wishlist {
    display: none; }
  .productView-related .sale-flag-discount span.sale-text::before {
    font-size: 11px; }
  .productView-related .sale-flag-discount {
    height: 40px;
    width: 40px; }
  .bar-tab__item.item-cart .bar-icon {
    font-size: 22px; }
  .bar-tab__item.item-cart span.tab-label {
    top: 0;
    position: relative;
    font-size: 13px; }
  .header-logo-image-container img.header-logo-image {
    max-width: 140px; }
  .countPill {
    position: absolute;
    background-color: #00a84f;
    font-size: 10px;
    width: 17px;
    height: 17px;
    line-height: 17px; }
  .blog-post .__mce_add_custom__ {
    width: 100%; }
  main.page--blog--detail .blog-meta {
    flex-flow: column; }
  .blog-post .blog-meta {
    margin: 0;
    padding: 0; }
  .bar-tab__item.item-cart {
    line-height: normal; }
  .navPages-list--webpages span.badge.badge--hot {
    display: none; }
  .page--information ul.yt-accordion .yt-accordion-group .accordion-heading img[alt="Electric-plug"] {
    width: 11px;
    top: 10px; }
  .sb-banner--blockBanner2 .banners {
    border: 2px solid #fff; } }

.banners-effect2 .banners > div a img,
.sb-banner--home2Banner1 .banner-figure a img,
.sb-banner--home2Banner2 .banner-figure a img {
  background: #ffffff; }

.sb-banner--home2Banner2 .banners:last-of-type a img {
  padding: 10px;
  padding-bottom: 15px; }

@media only screen and (min-width: 576px) and (max-width: 1200px) {
  .sb-banner--home2Banner1 .banners {
    height: 184px; }
    .sb-banner--home2Banner1 .banners img {
      height: 184px; }
  .home2--style .heroCarousel-slide {
    background-size: 210%; } }

@media only screen and (max-width: 1200px) {
  .spcat-items-feature {
    display: none !important; }
  .sb-banner--home2Banner2 .block-content {
    flex-wrap: wrap !important;
    gap: 14px; }
  .sb-banner--home2Banner2 .banners {
    width: 100% !important;
    max-width: 100% !important; }
  .categorySlider--style1 .spcat-heading,
  .categorySlider--style2 .spcat-heading,
  .supperCategory--style3 .spcat-heading {
    flex-wrap: wrap; }
    .categorySlider--style1 .spcat-heading .block-title,
    .categorySlider--style2 .spcat-heading .block-title,
    .supperCategory--style3 .spcat-heading .block-title {
      width: calc(100% + 9px) !important; }
    .categorySlider--style1 .spcat-heading .tabs,
    .categorySlider--style2 .spcat-heading .tabs,
    .supperCategory--style3 .spcat-heading .tabs {
      width: 100% !important; }
  .home2--style .supperCategory .sb-supper-category .spcat-container {
    flex-wrap: wrap !important; }
  .supperCategory--style3 .col-md-3 {
    width: 100% !important;
    max-width: 100% !important; }
  .supperCategory--style3 .sb-supper-category .no-gutters {
    flex-direction: column !important; }
  .supperCategory--style3 .sb-supper-category .col-md-9 {
    max-width: 100% !important;
    width: 100% !important; }
  .supperCategory--style3 .sb-supper-category .spcat--category--all {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .supperCategory--style3 .sb-supper-category .spcat--category--all li {
      min-width: 49% !important; }
  .supperCategory--style3 .slick-track {
    display: flex;
    align-items: stretch;
    justify-content: center; }
  .supperCategory--style3 .slick-slide {
    height: auto; }
    .supperCategory--style3 .slick-slide .product-item-container {
      height: 100%;
      min-height: 100%; }
  .home-section6-desktop {
    display: none; }
  .home-section6-mobile {
    display: block; } }

@media only screen and (min-width: 1201px) {
  .home-section6-desktop {
    display: block; }
  .home-section6-mobile {
    display: none; } }

@media only screen and (min-width: 1649px) {
  .section-slideshow {
    margin-bottom: 30px !important; } }

.products-list .product-layout .product-item-container .right-block .card-title > a {
  justify-content: left; }

.footer .global_links p {
  justify-content: center !important; }

.mheader-bottom .bar-tab {
  box-shadow: none; }

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .productView-description .tabs {
    gap: 0;
    flex-wrap: wrap; }
    .productView-description .tabs .tab {
      width: 100%; }
      .productView-description .tabs .tab .tab-title {
        text-align: center;
        justify-content: center; }
  .productView-description .tabs-contents {
    padding: 10px; }
    .productView-description .tabs-contents h2 {
      margin: 10px 0; } }

#tab-related {
  /* Make all slides stretch equally in height */
  /* Make the item container stretch inside the slide */ }
  #tab-related .productCarousel .slick-track {
    display: flex;
    align-items: stretch; }
  #tab-related .productCarousel .slick-slide {
    display: flex;
    height: auto; }
  #tab-related .productCarousel .product-item-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-bottom: 0 !important; }

@media only screen and (min-width: 1201px) and (max-width: 1359px) {
  .form-wishlist {
    position: relative !important; }
  .productView-options .form-action {
    min-width: 160px;
    padding: 0;
    width: 100% !important; } }

@media only screen and (min-width: 551px) and (max-width: 767px) {
  .form-field--increments {
    margin-right: 0 !important; }
  .action_cart {
    gap: 10px;
    flex-wrap: wrap; }
  .productView-options .form-action {
    min-width: 160px;
    padding: 0;
    width: 100% !important; } }

@media only screen and (max-width: 550px) {
  .productView-options .form-action {
    min-width: 160px;
    padding: 0;
    width: 100% !important; } }

@media only screen and (max-width: 767px) {
  .productView-description .tabs-contents .tab-content iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto; } }

@media only screen and (max-width: 1200px) {
  .product-item-container .button-group {
    position: relative !important;
    bottom: 8px !important;
    z-index: 2 !important; }
    .product-item-container .button-group .action-item.addToCart {
      bottom: -12px !important; }
    .product-item-container .button-group .action-item.wishlist {
      display: none !important; }
  .sale-flag-discount {
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    top: 0;
    left: 0; }
    .sale-flag-discount .sale-text {
      position: relative; }
    .sale-flag-discount span.sale-text::before {
      font-size: 12px;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 40px;
      transform: translate(-50%, -50%); } }

.products-list
.product-list
.product-item-container
.right-block
.button-group
.action-item:hover.addToCart {
  background: #ffffff !important; }
  .products-list
.product-list
.product-item-container
.right-block
.button-group
.action-item:hover.addToCart a {
    color: #01a950 !important; }

.product-grid .product-item-container .card-title a {
  justify-content: center !important; }

@media only screen and (min-width: 768px) {
  .products-list .product-grid .product-item-container {
    height: 100% !important; }
  .products-category .products-list .product-grid .product-item-container {
    height: calc(100% - 30px) !important; } }

.product-item-photo,
.product-item-photo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 1/1; }

.slick-list {
  width: calc(100% + 4px) !important; }

.products-list .product-list .product-item-container .right-block .button-group .action-item a:hover {
  background: transparent !important; }

@media only screen and (max-width: 1200px) {
  [data-layout-name="Layout"] {
    flex-direction: column; }
    [data-layout-name="Layout"] [data-sub-layout] {
      margin-left: auto;
      margin-right: auto;
      align-items: center; }
  .page--information .navBar .navBar-item {
    width: 100%; } }

.__mce_add_custom__ {
  aspect-ratio: 1/1;
  object-fit: contain; }

@media only screen and (max-width: 991px) {
  .__mce_add_custom__ {
    display: block !important; }
    .__mce_add_custom__ + * {
      display: block !important;
      width: 100% !important; }
  .__mce_add_custom__.position-c {
    float: unset !important; } }

@media only screen and (max-width: 400px) {
  .Rob.Metzinger .__mce_add_custom__ {
    width: 100% !important;
    display: block !important;
    max-width: unset !important; } }

.page-medical-professionals .__mce_add_custom__ {
  width: 100% !important;
  max-width: 120px !important;
  float: unset !important;
  display: block !important; }
  .page-medical-professionals .__mce_add_custom__ + * {
    display: block !important;
    width: 100% !important;
    margin-top: 20px; }
  @media only screen and (max-width: 600px) {
    .page-medical-professionals .__mce_add_custom__ {
      max-width: 80px !important; } }

.page-emf-safety-tips h3::before {
  color: #01A950;
  position: relative;
  width: 46px;
  height: 46px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #01A950;
  border-radius: 50px;
  margin-right: 16px; }

.page-emf-safety-tips h3:first-of-type::before {
  content: "1"; }

.page-emf-safety-tips h3:nth-of-type(2)::before {
  content: "2"; }

@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .row.page {
    justify-content: center; }
  .col-lg-9 {
    max-width: 100% !important; } }

@media screen and (max-width: 1200px) {
  .header-logo-image-container img.header-logo-image {
    max-width: 140px; }
  .banners--top {
    display: none; }
  .menu_top .navUser-item {
    width: 100%; }
  .container_loop .loop-items .loop_con {
    margin-top: 0 !important; }
  .container_loop .loop-items:nth-child(2) {
    position: relative;
    right: 0;
    top: 0;
    -webkit-transform: none;
    transform: none;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: -40px; } }

.mheader-bottom {
  max-height: 61px;
  overflow: hidden;
  position: fixed !important;
  bottom: -1px !important; }
  .mheader-bottom .bar-tab img {
    max-height: 22px; }

.mobile-search {
  position: fixed;
  top: 70px;
  background: #ffffff;
  display: none;
  width: 100%;
  z-index: 20;
  padding-top: 10px;
  padding-bottom: 10px; }
  .mobile-search .search-info-content .btn-outline-secondary {
    border: 2px solid #01A950;
    border-left: none; }
  .mobile-search .dropdown--quickSearch.is-open {
    margin-top: 10px;
    left: 0 !important;
    box-shadow: none !important; }
  @media only screen and (min-width: 1201px) {
    .mobile-search {
      display: none; } }

.category-info__desc .morelink {
  text-align: left; }

@media only screen and (max-width: 1200px) {
  .list-view {
    display: none !important; } }

.blog-category .blog-post-body .btn--readmore {
  text-transform: capitalize; }

.blog-category .blog-post .blog-title a {
  overflow: hidden;
  text-overflow: none;
  display: block; }

@media only screen and (max-width: 1200px) {
  .blog-category .blog-post {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important; } }

.brand .products-list .product-grid .product-item-container {
  height: calc(100% - 30px) !important;
  padding-bottom: 10px; }
