:root {
  /* Color Variables */
  --primary-color: #303450;
  --secondary-color: #8fc4d7;
  --accent-color: #8fc4d7;
  --white: #ffffff;
  --black: #000000;
  --blue-lighter: #f2f7f8;
  --blue-light: #d6eaf0;
  --blue-mid: #8fc4d7;
  --grey-light: #f1f3f5;
  --grey-dark: #333;
  --orange: #DA8A25;
  --error-color: red;

  /* Hover Color */
  --link-hover-color: #32728a;

  /* Gradients */
  --gradient-primary: linear-gradient(
    135deg,
    var(--primary-color),
    var(--secondary-color)
  );
  --gradient-accent: linear-gradient(135deg, var(--accent-color), #3d8fb9);

  /* Fonts */
  --font-body: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  --font-heading: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
    Arial, sans-serif;

  /* Shadows */
  --box-shadow-light: 0px 4px 8px rgba(0, 0, 0, 0.1);
  --box-shadow-medium: 0px 6px 12px rgba(0, 0, 0, 0.15);
  --box-shadow-dark: 0px 8px 16px rgba(0, 0, 0, 0.2);

  /* Border Radius */
  --border-radius: 10px;
}

/* Normalize CSS to ensure consistency across browsers */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  color: var(--primary-color);
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Base Structure */
[id] {
  scroll-margin-top: 150px;
}

body {
  font-family: var(--font-body);
  background-color: var(--background-light);
  color: var(--primary-color);
  font-size: 18px;
}
.container,
.container-md,
.container-sm {
  max-width: 1280px !important;
  width: 100%;
  padding-left: 2em;
  padding-right: 2em;
}

#envision #content-top .container,
#envision #content-middle .container {
  max-width: 1380px !important;
}
.sr-only,
.element-invisible,
#contact-us .com-content-article__body .rsform-block-send label.formControlLabel,
#customer-feedback .formResponsive .rsform-block-feedbacktype label.formControlLabel,
#customer-feedback .formResponsive .rsform-block-send label.formControlLabel,
#mxcpr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}
.home #content-top,
.home #content-bottom {
  border-bottom: 3em solid var(--blue-light);
}
.home #content-bottom.bokeh {
  border: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.edit-article .float-end {
  float: none !important;
  text-transform: uppercase;
}
.edit-article .float-end a {
  padding: 1em 1.5em 0.75em;
  margin: 2em 0 0.5em;
  display: inline-block;
  border: 1px solid var(--primary-color);
  background: var(--blue-lighter);
  line-height: 1;
  text-decoration: none !important;
  font-size: 15px;
}
.edit-article .float-end a:hover {
  background: var(--blue-light);
}
.edit-article .float-end * {
  display: inline-block;
}
.edit-article .float-end div div {
  padding-left: 10px;
}

/* Typography */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: 600;
  margin-bottom: 0.5em;
}

.layout-nohero h1 {
  margin-bottom: 0.25em;
}

h1,
.h1,
#create-account .com-users-registration form legend,
#customer-feedback .formResponsive h2 {
  font-size: 50px;
  margin-top: 0;
  line-height: 1.2;
}

h2,
.h2,
.article .item-page h1,
#subscribe .subscribe.card h2,
.background-image.with-highlight-block #main-content .content h1 {
  font-size: 44px;
}

h3,
.h3,
.background-image.with-highlight-block #main-content .content h2 {
  font-size: 32px;
}

h4,
h5,
h6,
.background-image.with-highlight-block #main-content .content h3 {
  font-size: 22px;
}

p,
#main-content li,
#main-content ul {
  margin-bottom: 1em;
}
#main-content li:last-child {
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
body a:not(#header a):not(#footer a) {
  font-weight: 600;
}
body a:hover:not(#header a):not(#footer a):not(#banner a) {
  text-decoration: underline;
}

p:last-child {
  margin: 0;
  padding: 0;
}
p:empty {
  display: none;
}
.page-header p {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding-top: 0.75em;
}
hr {
  margin: 2em 0;
  color: inherit;
  border: 0;
  border-top: 1px solid var(--primary-color);
  opacity: 0.25;
  width: 100%;
}

/* Global Form styles */
input,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
.formControls select,
.formControls textarea,
.formContainer .formControls input:not(.form-check-input),
.formContainer .formControls textarea,
.formContainer .formControls select,
.jshop_register .controls select,
.control-group .controls .form-control.invalid {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  min-height: 42px;
  transition: border-color 0.3s;
  color: var(--primary-color);
  border-radius: 0;
  background-color: var(--white);
  border: 1px solid var(--blue-light);
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
  line-height: 24px;
}

.formResponsive .formContainer textarea {
  height: 157px;
  display: block;
}

input:active,
select:active,
textarea:active,
input:focus,
select:focus,
textarea:focus,
input[type="text"]:active,
input[type="text"]:focus,
input[type="password"]:active,
input[type="password"]:focus,
input[type="email"]:active,
input[type="email"]:focus,
input[type="tel"]:active,
input[type="tel"]:focus,
.formControls select:active,
.formControls select:focus,
.formControls textarea:active,
.formControls textarea:focus,
.formContainer .formControls input:not(.form-check-input):active,
.formContainer .formControls input:not(.form-check-input):focus,
.formContainer .formControls textarea:active,
.formContainer .formControls textarea:focus,
.formContainer .formControls select:active,
.formContainer .formControls select:focus,
.jshop_register .controls select:active,
.jshop_register .controls select:focus,
.control-group .controls .form-control:active,
.control-group .controls .form-control:focus,
.form-control:active,
.form-control:focus {
  background-color: #f7f7ff;
  border-color: var(--primary-color);
  outline: none;
  box-shadow: none;
}
.form-radiio-input:focus,
.form-check-input:focus {
  box-shadow: none;
}
input[type="password"] {
  margin-bottom: 0;
}

input:focus-visible {
  outline: none;
}

.form-check .form-check-input {
  margin-top: 0;
  border-color: var(--background-dark);
  border-radius: 2px;
}

.formContainer .form-check .form-check-input {
  position: relative;
  top: 2px;
}

form input[type="submit"],
form button {
  background-color: var(--primary-color);
  color: var(--white);
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

form input[type="submit"]:hover,
form button:hover {
  background-color: var(--primary-color);
}
input[type="radio"],
input[type="checkbox"],
#account .control-group .controls input[type="radio"],
#customer-feedback .formResponsive .formControls .rsformVerticalClear input[type="radio"],
#account .control-group .controls input[type="checkbox"],
#customer-feedback
  .formResponsive
  .formControls
  .rsformVerticalClear
  input[type="checkbox"] {
  appearance: none;
  width: 15px;
  height: 15px;
  min-height: 15px;
  padding: 5px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  background: var(--white);
}

#account .control-group .controls input[type="radio"]:checked,
#customer-feedback
  .formResponsive
  .formControls
  .rsformVerticalClear
  input[type="radio"]:checked,
.jshop input[type="radio"]:checked,
.jshop input[type="checkbox"]:checked {
  background-color: var(--primary-color);
  border: none;
}

.formControls button {
  font-size: 1em;
  font-weight: 600;
  padding: 10px 30px;
  background: var(--primary-color);
  color: var(--white);
  border-radius: 0;
  border: none;
}

.formControls button:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
  padding-left: 10px;
}

strong.formRequired {
  font-weight: 400;
}

.formContainer .row {
  align-items: flex-end;
}

.formContainer .form-label.formControlLabel,
.formContainer .form-check .form-check-label {
  color: var(--secondary-color);
}

.control-group .control-label,
.acym_module_form label span {
  margin-bottom: 16px;
}

.form-control-feedback {
  font-size: 0.8rem;
  color: var(--primary-color);
  font-style: italic;
  font-size: 14px;
}
.form-search,
.form-search .awesomplete {
  position: relative;
  width: 100%;
  width: 340px;
  padding-left: 0;
  padding-right: 0;
}
.form-search {
  max-width: 340px;
}
.form-search::before {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 12px;
  top: calc(50% - 12px);
  color: var(--primary-color);
  font-size: 16px;
  pointer-events: none;
  z-index: 99;
}

.form-search .js-finder-search-query {
  padding-left: 35px;
  font-size: 16px;
  padding: 5px 10px 5px 35px;
  line-height: 20px;
  margin: 0;
  border-radius: var(--border-radius);
}

.formResponsive .formHorizontal .rsform-block-files .formControlLabel {
  display: inline-block;
  width: auto;
  padding: 10px 20px;
  background-color: var(--primary-color);
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  border-radius: var(--border-radius);
  text-align: center;
  cursor: pointer;
  border: none;
  text-align: left;
  margin: 1em 0 2em;
  float: none;
}
.formResponsive .formHorizontal .rsform-block-files input[type="file"] {
  height: 100%;
  background: transparent;
  padding-left: 0;
}

.formResponsive .formHorizontal .rsform-block-files input[type="file"] {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
  border: 2px dashed var(--primary-color);
  background: #b3d7e3;
  border-radius: var(--border-radius);
  padding: 2em;
  margin: 2em 0 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.formResponsive
  .formHorizontal
  .rsform-block-files
  input[type="file"]::-webkit-file-upload-button {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  background: transparent;
  border-radius: var(--border-radius);
  margin-right: 2em;
  cursor: pointer;
  transition: all 0.3s ease;
}
.password-group .input-group {
  flex-wrap: nowrap;
}
.password-group .input-group input {
  margin:0 !important;
}
.input-password-toggle .icon-eye::before {
  font-family: "Font Awesome 6 Free"; 
  font-weight: 900; 
  content: "\f06e"; 
  color:var(--white)
}

.input-password-toggle .icon-eye-slash::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f070"; 
  color:var(--white)
}



.formResponsive
  .formHorizontal
  .rsform-block-files
  input[type="file"]::-webkit-file-upload-button:hover {
  background: var(--primary-color);
  color: var(--white);
}

.button,
.btn-primary,
.btn-success,
.jshop.add-to-cart-module .add-to-cart-button-wrapper input.button {
  border-radius: var(--border-radius);
  padding: 0.5em 2em;
  background-color: var(--blue-light);
  color: var(--primary-color);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 2px solid var(--blue-light);
  cursor: pointer;
}
.button:before,
.btn-primary:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border: 2px solid var(--primary-color);
  border-radius: 8px;
  pointer-events: none;
  z-index: 1;
}
.button:hover,
.btn-primary:hover,
.box_button .btn-check:checked + .btn,
.box_button .btn.active,
.box_button .btn.show,
.box_button .btn:first-child:active,
.box_button :not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn-success:hover,
.btn:focus-visible,
.btn-success:active,
.btn-success:focus,
:not(.btn-check) + .btn:active,
.checkout_payment_block #payment_submit:hover,
form input[type="submit"]:hover,
form button:hover {
  background-color: var(--blue-mid);
  border-color: var(--blue-mid);
  color: var(--primary-color) !important;
  box-shadow: none;
  text-decoration: none !important;
}

div#n2-ss-1 .n2-ss-button-container a.n2-ow.button {
  position: relative;
  transition: all 0.3s ease;
}
div#n2-ss-1 .n2-ss-button-container a.n2-ow.button:before,
.background-image.with-highlight-block #main-content .content a.button:before  {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 2px solid var(--blue-mid);
  border-radius: 8px;
  pointer-events: none;
  z-index: 1;
  display: block;
}
div#n2-ss-1 .n2-ss-button-container:hover a.n2-ow.button:before,
.background-image.with-highlight-block #main-content .content a.button:hover:before  {
  border: 2px solid var(--primary-color);
}
.box_button .btn,
.checkout_payment_block #payment_submit {
  font-size: 20px;
}
.button-outline {
  border-radius: var(--border-radius);
  padding: 0.5em 2em;
  background-color: var(--white);
  color: var(--primary-color);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 2px solid var(--primary-color);
  cursor: pointer;
}
.button-outline:hover {
  background-color: var(--primary-color);
}
.button-outline:hover a {
  color: var(--white);
}
.jshop.add-to-cart-module .add-to-cart-button-wrapper {
  position: relative;
  display: inline-block;
  border-radius: var(--border-radius);
  background-color: var(--blue-light);
  border: 2px solid var(--blue-light);
  overflow: hidden;
  transition: all 0.3s ease;
  float: right;
}
.jshop.add-to-cart-module .add-to-cart-button-wrapper:hover,
.jshop.add-to-cart-module .add-to-cart-button-wrapper:hover input.button {
  background-color: var(--blue-mid);
}

.jshop.add-to-cart-module .add-to-cart-button-wrapper:hover input.button {
  border-color: transparent;
}
.jshop.add-to-cart-module .add-to-cart-button-wrapper:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border: 2px solid var(--blue-mid);
  border-radius: var(--border-radius);
  pointer-events: none;
  z-index: 1;
}
.jshop.add-to-cart-module .add-to-cart-button-wrapper:hover:before {
  border: 2px solid var(--primary-color);
}
.jshop.add-to-cart-module .add-to-cart-button-wrapper .button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  padding: 0.5em 2em !important;
  color: var(--primary-color);
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  text-align: center;
  margin: 0;
  display: block;
}

#login .reset-confirm .btn-primary {
  display: inline-block;
  padding: 0.5em 2em;
  background-color: var(--primary-color);
  color: #d6eaf0;
  font-weight: 600;
  border: none;
  border-radius: var(--border-radius);
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  transition: all 0.3s ease;
  font-size: 18px;
}

#login .reset-confirm .btn-primary::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 2px solid var(--blue-mid);
  border-radius: var(--border-radius);
  pointer-events: none;
}
#login .reset-confirm .btn-primary:hover,
#login .reset-confirm .btn-primary:active,
#login .reset-confirm .btn-primary:focus,
#login .reset-confirm .btn-primary:focus-visible {
  background-color: var(--blue-mid);
  border-color: var(--blue-mid);
  color: #303450 !important;
  box-shadow: none;
}
#login .reset-confirm .btn-primary::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 2px solid var(--blue-mid);
  border-radius: var(--border-radius);
  pointer-events: none;
}
#login .reset-confirm .btn-primary:hover::before,
#login .reset-confirm .btn-primary:active::before,
#login .reset-confirm .btn-primary:focus::before,
#login .reset-confirm .btn-primary:focus-visible::before {
  border: 2px solid var(--blue-light);
}
/* Ensure hover effects still work */
.button-wrapper:hover {
  background-color: var(--blue-mid);
  border-color: var(--blue-mid);
}

.button-wrapper:hover:before {
  border-color: var(--blue-mid);
}
#header .button {
  box-shadow: none;
  padding: 0.35em 1.5em;
  display: block;
  line-height: 1;
}
#header .button:before {
  display: none;
}
#header .button:hover {
  background: var(--blue-mid);
  border-color: var(--blue-mid);
}
.button img,
.btn-primary img {
  height: 20px;
  width: auto;
  position: relative;
  left: -16px;
  top: -2px;
}

/* Header */
#header {
  background-color: var(--primary-color);
  color: var(--blue-light);
  padding: 1em 0 0;
  position: relative;
  z-index: 999;
}

#header .container .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5em;
}
#header a:not(.button) {
  color: var(--blue-light);
}
#header .logo a:not {
  display: flex;
  gap: 1em;
}
#header .row-top .logo {
  display: flex;
  align-items: flex-start;
  flex: 2;
}
#header .row-top .logo a {
  display: flex;
  gap:1.5em;
}
#header .logo img {
  height: 40px;
}

#header .search-button-container {
  display: flex;
  flex: 3;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3em;
}

#header .form-search {
  flex-grow: 1;
  max-width: 100%;
  flex: 3;
}

#header .form-search .form-control {
  min-height: 37px;
  height: 37px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#header .form-search .form-inline::before {
  top: calc(50% - 13px);
}

#header .row-top ul.nav {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  align-items: flex-end;
  margin-right: 0;
  padding-right: 0;
  flex: 1;
}

#header .row-top ul.nav a:not(.button) {
  font-size: 14px;
}

#header .container .row.row-bottom {
  align-items: flex-end;
  padding-top: 10px;
  gap:3em;
}

#header .row-bottom #product-menu,
#header .row-bottom #main-menu {
  position: relative;
  padding: 0;
}
#header .row-top .logo {
  padding-left:0
}
#header .search-button-container {
  padding-right:5px;
}

#header .row-bottom #product-menu {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 14px;
}
#header .row-bottom #product-menu .mod-custom img {
  max-width:142px;
  height:auto;
}

#header .row-bottom #main-menu {
  flex: 2;
}

#header .row-bottom #main-menu .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  margin-bottom: 5px;
}

#header .row-bottom #main-menu .nav li {
  position: relative;
}

#header .row-bottom #main-menu .mod-menu__separator,
#header .row-bottom #main-menu > ul > li a {
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding: 5px;
}
#header .row-bottom #main-menu > ul > li li a {
  text-transform: none;
}
#header .row-bottom #product-menu .mod-menu__separator {
  display: block;
  padding: 0.5em 2.5em 0.25em 1em;
  background: var(--blue-light);
  color: var(--primary-color);
  border-radius: 0 1.25em 0 0;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}

#header .row-bottom #main-menu .mod-menu__separator {
  padding-right: 2.5em;
}

#header .row-bottom #product-menu .mod-menu__separator::after,
#header .row-bottom #main-menu .mod-menu__separator::after {
  content: "";
  background-image: url("/templates/box5v/images/drop-v-dark.png");
  background-size: cover;
  position: absolute;
  height: 14px;
  width: 16px;
  right: 20px;
  top: calc(50% - 7px);
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}
#header .row-bottom #main-menu .mod-menu__separator::after {
  background-image: url("/templates/box5v/images/drop-v-light.png");
  height: 14px;
  width: 16px;
  top: calc(50% - 6px);
}


#header .row-bottom #product-menu .mod-menu__separator.flipped::after,
#header .row-bottom #main-menu .mod-menu__separator.flipped::after {
  transform: rotate(0);
}

#header .row-bottom #product-menu ul.mod-menu__sub,
#header .row-bottom #main-menu ul.mod-menu__sub {
  list-style: none;
  margin: 0;
  background: var(--blue-light);
  border-radius: 0 0 1.25em 0;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  max-height: 0;
  padding: 20px 34px 20px 25px;
  transition: max-height 0.5s linear;
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: space-around;
  gap: 1em;
  width: 320px;
}
#header .row-bottom #product-menu ul.mod-menu__sub {
  padding:20px 20px 20px 14px
}
#header .row-bottom #product-menu ul.mod-menu__sub.open,
#header .row-bottom #main-menu ul.mod-menu__sub.open {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
}
#header .row-bottom #main-menu ul.mod-menu__sub.open {
  width: 600px;
  top: calc(100% + 10px);
  max-height: 500px !important;
}
#header .row-bottom #product-menu ul.mod-menu__sub li a,
#header .row-bottom #main-menu ul.mod-menu__sub li a {
  display: flex;
  gap: 0.5em;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  font-weight: 600;
}

#header .row-bottom #product-menu ul.mod-menu__sub li a span,
#header .row-bottom #main-menu ul.mod-menu__sub li a span {
  border-bottom: 3px solid var(--blue-light);
  border-top: 3px solid var(--blue-light);
  transition: all 0.3s ease;
}

#header .row-bottom #product-menu ul.mod-menu__sub li:hover a span,
#header .row-bottom #main-menu .mod-menu__sub li:hover a span {
  border-bottom: 3px solid var(--blue-mid) !important;
}

#header .row-bottom #product-menu .mod-menu__sub img,
#header .row-bottom #main-menu .mod-menu__sub img {
  height: 30px;
  width: auto;
}
#mobile-menu .nav-item img {
  height: auto;
  width: 30px;
}
#mobile-menu .nav-item.item-557 img {
  height: 30px;
}
#header .row-bottom #product-menu .mod-menu__sub a,
#header .row-bottom #main-menu .mod-menu__sub a {
  color: var(--primary-color);
  text-decoration: none;
  display: flex;
  align-items: center;
  font-weight: 500;
}

#header .row-bottom #product-menu .mod-menu__separator:hover {
  background: var(--blue-light);
  color: var(--primary-color);
}


#header .row-bottom #main-menu > ul > li a:hover {
  color: var(--blue-light);
}

#header .row-bottom #main-menu > ul > li li a:hover {
  color: var(--blue-mid);
}
#header .row-bottom #main-menu > ul > li a:before {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 0;
  width: calc(100% - 10px);
  height: 2px;
  background-color: var(--blue-light);
  opacity: 0;
  transition: opacity 0.3s ease;
}

#header .row-bottom #main-menu > ul > li a:hover:before {
  opacity: 1;
}

#header #menu-toggle {
  width: auto;
  background: var(--blue-light);
  border-radius: var(--border-radius);
  height: 40px;
  width: 46px;
  font-size: 22px;
  position: relative;
  top: 0;
  right: 0;
  padding-top:4px
}
#menu-close {
  position: relative;
  top: 13px;
  left: 10px;
  border: 0;
  z-index: 99999;
  background: transparent;
}
.mm-spn.mm-spn--navbar:after {
  z-index: 1;
  color: var(--primary-color);
  opacity: 1;
}
.mm-spn.mm-spn--navbar:before {
  right: 20px;
  left: auto;
  opacity: 1;
}
.mm-spn span {
  font-weight: 600;
}
.mm-spn.mm-spn--navbar ul {
  flex-direction: column;
}
.mm-spn.mm-spn--navbar ul .nav-item a {
  display: flex;
  align-items: center;
}
.mm-spn.mm-spn--navbar ul .nav-item a,
.mm-spn.mm-spn--navbar ul .nav-item a span {
  padding-left: 20px;
}
.mm-spn.mm-spn--navbar ul .nav-item .nav-item a span {
  padding-top: 0;
  padding-bottom: 0;
}
.mm-spn ul.mm-spn--parent {
  left: 0;
}
.mm-spn.mm-spn--light {
  background: var(--blue-light);
}

/* Content */

#main-content {
  padding: 3em 0;
}
#video-tutorials #main-content {
  padding-bottom: 0;
}
#subscribe-envision #main-content,
#envision #main-content,
#engage #main-content {
  padding: 0;
}
#create-account.registration #main-content,
#login.reset #main-content,
#customer-feedback #main-content {
  min-height: 80vh;
}
#purchase-engage #main-content {
  min-height: 60vh;
}
#create-account.registration #main-content {
  display: flex;
  align-items: center;
}
.background-image #main-content {
  background: url("/templates/box5v/images/Bokeh.jpg");
  background-size: cover;
}

#main-content .row {
  display: flex;
  gap: 2em;
  flex-wrap: nowrap;
  justify-content: center;
}

.has-both-sidebars .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.has-both-sidebars .sidebar-left {
  order: 1;
  flex: 1 1 calc(25% - 1em);
  padding: 0;
}
.has-both-sidebars .content {
  order: 2;
  flex: 1 1 calc(50% - 1em);
}
.has-both-sidebars .sidebar-right {
  order: 3;
  flex: 1 1 calc(25% - 1em);
  padding: 0;
}
.has-sidebar-left:not(.has-sidebar-right) .row {
  display: flex;
  justify-content: flex-start;
}

.has-sidebar-left .sidebar-left {
  order: 1;
  flex: 1 1 calc(25% - 1.5em);
}
.has-sidebar-left .content {
  order: 2;
  flex: 1 1 calc(75% - 1.5em);
}

.has-sidebar-right:not(.has-sidebar-left) .row {
  display: flex;
  justify-content: flex-start;
}

.has-sidebar-right .content {
  order: 1;
  flex: 1 1 calc(75% - 1.5em);
}
.has-sidebar-right .sidebar-right {
  order: 2;
  flex: 1 1 calc(25% - 1.5em);
}

.sidebar-left,
.sidebar-right {
  align-self: flex-start;
}
.sidebar-left .moduletable,
.sidebar-right .moduletable {
  margin-bottom: 2em;
}
.com_ifaq.search .sidebar-left .moduletable:first-child,
.com_ifaq.search #main-content .sidebar-left .moduletable:first-child ul {
  margin-bottom: 0;
}
.sidebar-left .moduletable > h3:not(.mod-custom h3),
.sidebar-right .moduletable > h3:not(.mod-custom h3),
#content-bottom-2-column .moduletable:nth-child(even) > h3:not(.mod-custom h3) {
  background-image: url("/templates/box5v/images/Bokeh-heading.jpg");
  padding: 10px 20px;
  border-radius: 0 30px 0 0;
  overflow: hidden;
  text-align: center;
  color: var(--blue-light);
  margin: 0;
  font-size: 26px;
}
#content-bottom-2-column .moduletable:nth-child(even) > h3:not(.mod-custom h3) {
  border-radius: 30px 0 0 0;
}
#content-bottom-2-column .moduletable:nth-child(even) > h3:not(.mod-custom h3) {
  font-size: 22px;
  color: var(--white);
  text-align: left;
  padding: 1em 2.5em;
}
.sidebar-left .moduletable:not(.module-plain) .mod-custom,
.sidebar-right .moduletable:not(.module-plain) .mod-custom,
#content-bottom-2-column
  .moduletable:not(.module-plain):nth-child(even)
  .mod-custom,
.sidebar-right .moduletable:not(.module-plain) .latestnews,
.sidebar-left .moduletable:not(.module-plain) .latestnews {
  background: #f7f7ff;
  padding: 1.35em 1.5em;
  font-size: 16px;
  border-radius: 0 0 0 30px;
}
#main-content .sidebar-left .moduletable ul:not(.nav),
#main-content .sidebar-right .moduletable ul:not(.nav) {
  padding-bottom: 40px;
}
.sidebar-left ul,
.sidebar-right ul,
.sidebar-left li,
.sidebar-right li {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
#main-content .sidebar-left .moduletable a,
#main-content .sidebar-right .moduletable a {
  font-weight: 400 !important;
}

/* Page Header */
.page-header {
  background-image: url("/templates/box5v/images/Bokeh.jpg");
  background-size: cover;
  background-position: bottom;
  text-align: center;
  padding: 2em;
  color: var(--white);
}

.page-header h1 {
  margin: 0;
  padding: 0;
}

/* Below Banner */
#banner-below-text .row > div {
  position: relative;
  margin-top: -140px;
  max-width: 750px;
  padding-bottom: 2em;
}
@media (max-width: 1300px) {
  #banner-below-text .row > div {
    margin-top: -100px;
    max-width: 700px;
  }
}
@media (max-width: 1260px) {
  #banner-below-text .row > div {
    margin-top: -100px;
    max-width: 650px;
  }
}
@media (max-width: 1080px) {
  #banner-below-text .row > div {
    margin-top: -85px;
    max-width: 600px;
  }
}
@media (max-width: 1024px) {
  #banner-below-text .row > div {
    margin-top: 2em;
    max-width: 100%;
    text-align: center;
  }
}
#banner-below-text .button {
  margin-top: 0.75em;
  display: inline-block;
}
#banner-below-text .button:before {
  border: 2px solid var(--blue-mid);
}
#banner-below-text .button:hover {
  background-color: var(--primary-color);
  color: var(--blue-light) !important;
}
/* Side Menu */
#side-menu {
  position: fixed;
  top: 50%;
  left: -210px;
  width: 240px;
  height: auto;
  background-color: var(--blue-light);
  border-radius: 0 0 30px 0;
  padding: 1em 1em 1em 0;
  transition: left 0.3s ease;
  transform: translateY(-50%);
  z-index: 9999;
}
#side-menu .moduletable {
  border: 3px solid var(--primary-color);
  border-left: 0;
  border-radius: 0 0 20px 0;
  padding: 1em 1em 1.5em;
}
#side-menu .moduletable h3 {
  padding: 0 10px;
  text-align: center;
  position: relative;
  display: inline-block;
  left: 30%;
  margin-bottom: 1em;
}
#side-menu .moduletable h3:after {
  content: "";
  border-bottom: 2px solid var(--primary-color);
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
#toggle-button {
  position: absolute;
  right: 2px;
  top: calc(50% - 15px);
  width: 30px;
  height: 60px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translateY(-50%);
}

#toggle-button::before {
  content: "";
  width: 20px;
  height: 30px;
  background-image: url("/templates/box5v/images/side-menu-arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.3s ease 0.5s;
  transform: rotate(0deg);
}
#side-menu.open #toggle-button::before {
  transform: rotate(180deg);
}

#side-menu .mod-menu {
  list-style: none;
  padding: 0;
  flex-direction: column;
  gap: 0.75em;
}

#side-menu .mod-menu li {
  margin: 0;
  font-size: 16px;
}

#side-menu .mod-menu li.active .image-title {
  position: relative;
  display: inline;
}

#side-menu .mod-menu li.active .image-title:before {
  content: "";
  border-bottom: 2px solid var(--blue-mid);
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

#side-menu .mod-menu a {
  text-decoration: none;
  color: var(--primary-color);
  display: flex;
  gap: 1em;
  align-items: center;
}
#side-menu .mod-menu a:hover {
  text-decoration: none !important;
}
#side-menu .mod-menu a .image-title {
  position: relative;
}
#side-menu .mod-menu a .image-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: var(--blue-mid);
  transition: width 0.3s ease;
}

#side-menu .mod-menu a:hover .image-title::after {
  width: 100%;
}

#side-menu .mod-menu a img {
  width: 24px;
  height: auto;
}

/* Content Top */
#content-top,
#content-middle {
  padding: 5em 0;
}
#content-top .moduletable > h3,
#content-middle-top .moduletable > h3,
#content-bottom .moduletable > h3 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 2em;
}

#content-top.dark-blue,
#content-middle.dark-blue {
  background: var(--primary-color);
}

#content-top.light-blue {
  background: var(--blue-light);
}
#content-top.scenery {
  background-image: url("/templates/box5v/images/Engage_Field.png");
  background-size: cover;
  background-position: bottom center;
  padding: 8em 0;
  border-top: 3em solid var(--primary-color);
  border-bottom: 3em solid var(--primary-color);
}
#content-top.scenery .row {
  justify-content: flex-end;
}
#content-top.scenery .moduletable {
  position: relative;
  padding: 15px;
  border-radius: 30px 0 0 0;
  border: 2px solid #d6eaf0;
  width: 400px;
  max-width: 100%;
  text-align: center;
  overflow: hidden;
}
#content-top.scenery .moduletable > h3 {
  background-image: url("/templates/box5v/images/Bokeh.jpg");
  background-size: cover;
  padding: 20px 30px;
  border-radius: 20px 0 0 0;
  overflow: hidden;
  text-align: left;
  color: var(--white);
  font-size: 30px;
  margin: 0;
}
#content-top.scenery .moduletable .mod-custom {
  background: #d6eaf0;
  padding: 1.5em 2em;
  margin-top: 1em;
}
/* Button Bar */
#main-content.button-bar-active {
  padding-top: calc(3em + 100px);
}
#button-bar {
  position: relative;
  margin-top: -100px;
  margin-bottom: 50px;
}
#button-bar > div p {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 0.5em;
}
#button-bar .button {
  border: 2px solid var(--primary-color);
}
#button-bar .button a,
#button-bar .button-outline a {
  text-decoration: none !important;
}
#button-bar .button:before {
  display: none;
}
/* Content Intro */
#content-intro {
  background-color: var(--blue-light);
  padding: 2em;
  margin-bottom: 1em;
}
#content-intro h3 {
  font-size: 24px;
}
/* Content Bottom */
#content-bottom-heading {
  background: var(--blue-light);
  color: var(--primary-color);
  padding: 1em 0;
}
#content-bottom-heading * {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}
#content-bottom-heading h2,
#content-bottom-heading h3 {
  font-size: 38px;
}
#content-bottom,
#content-bottom-2-column {
  padding: 5em 0;
}
.content-bottom-t0 #content-bottom {
  padding-top: 0;
}
#content-bottom.gradient {
  background-image: url("/templates/box5v/images/gradient.png");
  background-size: cover;
}

#content-bottom.bokeh {
  background-image: url("/templates/box5v/images/Bokeh.jpg");
  background-size: cover;
}

#content-bottom.scenery {
  background-image: url("/templates/box5v/images/Envision_field3-Bokeh.jpg");
  background-size: cover;
  background-position: bottom center;
  padding-bottom: 18em;
}
#content-bottom-2-column {
  display: flex;
  justify-content: center;
}

#content-bottom-2-column .row {
  display: flex;
  flex-wrap: wrap;
  gap: 3em;
  justify-content: space-between;
}

#content-bottom-2-column .moduletable:nth-child(odd) {
  width: calc(60% - 1.5em);
}
#content-bottom-2-column .moduletable:nth-child(even) {
  width: calc(40% - 1.5em);
}
#content-bottom div#n2-ss-2-align {
  margin: auto;
  border: 16px solid var(--blue-light);
  box-shadow: 0 0 0 24px var(--primary-color);
}
#content-bottom.gradient h1,
#content-bottom.gradient h2,
#content-bottom.gradient h3,
#content-bottom.gradient h4,
#content-bottom.gradient h5,
#content-bottom.gradient h6,
#content-bottom.gradient p,
#content-bottom.gradient li,
#content-bottom.bokeh h1,
#content-bottom.bokeh h2,
#content-bottom.bokeh h3,
#content-bottom.bokeh h4,
#content-bottom.bokeh h5,
#content-bottom.bokeh h6,
#content-bottom.bokeh p,
#content-bottom.bokeh li {
  color: var(--blue-light);
}

/* sidebar left */
.sidebar-left ul,
.sidebar-left .input-group {
  display: block;
}

#main-content .sidebar-left ul.nav li {
  margin-bottom: 0.5em;
}
.sidebar-left ul.nav li a {
  color: var(--white);
  background: var(--primary-color);
  padding: 1em 2em;
  display: block;
}
.sidebar-left ul.nav li:hover a,
.sidebar-left ul li a:hover {
  background: var(--blue-mid);
  color: var(--primary-color);
  text-decoration: none !important;
}
.sidebar-left .input-group {
  margin-top: -2em;
}

.sidebar-left .input-group > .form-control {
  border-radius: var(--border-radius);
  border: 1px solid var(--primary-color);
  width: 100%;
  margin-top: 1em;
}

.sidebar-left .form-outline.input-group::before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: relative;
  top: 50px;
  left: 10px;
  color: var(--primary-color);
  z-index: 999;
}

.sidebar-left .form-control {
  padding-left: 35px;
  height: 40px;
  width: 250px;
}

/* iFAQ */
.ifaq .ifaq-filter.form-control {
  display: none;
}

.ifaq h2 {
  font-size: 24px;
  margin: 1em 0;
}

.ifaq .ifaq-item-header {
  font-size: 20px;
}

.ifaq .collapse-open .ifaq-item-header,
.ifaq .collapse-close .ifaq-item-header {
  font-weight: normal !important;
}
.ifaq-tpl-clean_blue_arrow .ifaq-collapsible {
  text-shadow: none !important;
}

.ifaq .ifaq-collapsible,
.ifaq .ifaq-collapsible:hover {
  background: var(--primary-color);
  border-top-right-radius: 30px;
  margin-top: 1em;
}
.ifaq .ifaq-collapsible:hover a,
.ifaq .ifaq-collapsible a:hover {
  text-decoration: none !important;
}
.ifaq .ifaq-collapsible a {
  color: var(--white);
}
.ifaq-tpl-clean_blue_arrow .ifaq-collapsible > a,
.ifaq-tpl-clean_blue_arrow .ifaq-collapsible > a:hover {
  background: url("/templates/box5v/images/293630_right_triangle_icon.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: 20px center;
}
.ifaq-tpl-clean_blue_arrow .collapse-open > a,
.ifaq-tpl-clean_blue_arrow .collapse-open > a:hover {
  background: url("/templates/box5v/images/293654_triangle_up_icon.svg");
  transform: rotate(90px);
  background-repeat: no-repeat;
  background-size: 30px 20px;
  background-position: 20px center;
}

.ifaq .ifaq-panel {
  background: var(--blue-lighter);
  box-shadow: none;
  margin: 0 !important;
  padding: 1em 2em;
}

.ifaq table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--white);
  overflow: hidden;
  border-top-right-radius: 30px;
  border: 1px solid black;
}

.ifaq table th:first-child {
  border-top-left-radius: 30px;
}

.ifaq table th:last-child {
  border-top-right-radius: 30px;
}

.ifaq table td {
  border-bottom: 1px solid black;
}

.ifaq table tbody tr:first-child {
  background: var(--blue-mid);
  color: var(--white);
  text-align: left;
}

.ifaq table th {
  padding: 12px;
  border: 1px solid var(--primary-color);
}

.ifaq table tbody tr {
  border: 1px solid var(--primary-color);
}

.ifaq table td {
  padding: 15px 20px;
}

.ifaq table td p {
  font-size: 16px;
}

.ifaq table tbody tr:last-child {
  border-bottom: none;
}

.ifaq .ifaq-content p {
  color: var(--black);
}

.ifaq .ifaq-content p strong {
  color: var(--primary-color);
}

.ifaq .ifaq-content table td p strong {
  color: var(--white);
}

#envision-help-center .ifaq-content > .paneopen > p:last-of-type,
#envision-help-center .ifaq-content > .paneopen > p:nth-last-of-type(2) {
  display: none;
}

#envision-help-center .sidebar-left .moduletable {
  margin-bottom: 0;
}

/* Stand Alone Add to Cart Module */
.jshop.add-to-cart-module {
  width: 330px;
  max-width: 100%;
}
.jshop.add-to-cart-module .prod_buttons {
  background: var(--blue-mid);
  border-radius: 0 40px 0 0;
  padding: 1em 2.5em 1em 1em;
  border: 1px solid var(--primary-color);
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
}
.jshop.add-to-cart-module .prod_qty {
  font-weight: 600;
  color: var(--white);
  vertical-align: middle;
  width: fit-content;
  padding-right: 1.5em;
}
.jshop.add-to-cart-module .prod_qty_input input {
  border: none;
  outline: none;
  margin: 0;
  width: 160px;
  line-height: 1;
  padding: 7px;
}
/* Social Icons */
.social-icons {
  list-style: none;
  display: flex;
  gap: 1em;
  padding: 0;
  margin: 0;
}

.social-icons li {
  display: flex;
}

.social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: var(--white);
  color: var(--primary-color);
  font-size: 24px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background-color: var(--blue-light);
  color: var(--primary-color);
}

/* Back to Top */
#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 22px;
  padding: 0.5em 1.5em;
  font-size: 16px;
  opacity: 0;
  pointer-events: none;
  text-decoration: none !important;
  transition: opacity 0.5s ease;
  z-index: 999999;
}
#back-to-top.button:before {
  border: 2px solid var(--blue-mid);
}
#back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
}

/* Footer */
#footer {
  background-color: var(--primary-color);
  color: var(--white);
  padding: 2em 0;
}

#footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer .copyright {
  font-size: 14px;
  text-align: center;
  opacity: 0.5;
}

/* Notification Alert */
#notification-alert {
  background:var(--orange);
  padding: 1em 0;
}
#notification-alert .row {
  background-image: url("/templates/box5v/images/alert_icon.svg");
  background-repeat:no-repeat;
  background-position:top left;
  padding:0 70px;
  background-size:60px 60px;
  text-align:center;
}
#notification-alert * {
  color:var(--white);
  font-size:20px;
  font-weight:600;
}
#notification-alert p {
  margin:0;
  padding:0;
}
#notification-alert a {
  color:var(--primary-color)
}

/* Page Specific */
#purchase-engage .box5v-pricing.product .pricing-item .pricing-logo img {
  height:48px;
}
.features-custom-styles .has-sidebar-right:not(.has-sidebar-left) .content {
  flex: 1 1 calc(60% - 1.5em);
}
.features-custom-styles .has-sidebar-right:not(.has-sidebar-left) .sidebar-right {
  flex: 1 1 calc(40% - 1.5em);
}
.features-custom-styles #content-top.dark-blue {
  padding: 2.5em 0;
}
.features-custom-styles #main-content .content ul,
.features-custom-styles #main-content .content li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.features-custom-styles #main-content .content li {
  padding: 1em 2em;
}
.features-custom-styles #main-content .content li:nth-child(odd) {
  background-color: var(--blue-light);
  color: var(--primary-color);
}
.features-custom-styles #main-content .content li:nth-child(even) {
  color: var(--blue-light);
  background-color: var(--primary-color);
}
.features-custom-styles #main-content .content li:first-child {
  border-radius: 0 30px 0 0;
}
.features-custom-styles #main-content .content li:last-child {
  border-radius: 0 0 30px 0;
}
#envision #content-top .box5v-pricing {
  padding: 3em 2em;
  border: 2px solid #303450;
}

#main-content .icons-band .mod-custom {
  display: flex;
  flex-direction: column;
  gap: 3em;
  padding-top: 3em;
  background: none;
}
.download-custom-styles table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.download-custom-styles table td {
  vertical-align: bottom;
}
.download-custom-styles table td:first-child {
  width: 27%;
  padding-bottom: 2em;
}
.download-custom-styles table td:last-child {
  width: 73%;
}
.download-custom-styles .platform-button .button {
  background: var(--primary-color);
  color: var(--white);
}
.download-custom-styles .platform-button .button:hover {
  background: var(--blue-mid);
  color: var(--primary-color);
}
.download-custom-styles .box5v-platform-links .platform-button-border {
  border: 0;
  padding: 0;
}
.download-custom-styles #content-bottom-heading {
  background: var(--primary-color);
  color: var(--white);
}
.download-custom-styles #content-bottom {
  padding: 3em 0;
}
.download-custom-styles #content-bottom-2-column,
.license-custom-styles #content-bottom-2-column,
.purchase-custom-styles #content-bottom {
  padding-top: 0;
}
.download-custom-styles #content-bottom-2-column .moduletable {
  position: relative;
}
.download-custom-styles #content-bottom-2-column .moduletable:nth-child(2):before {
  content: "Need help getting started?";
  position: absolute;
  top: -50px;
  left: 15px;
  font-size: 24px;
  font-weight: 600;
}
.envision-download-video-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 3em;
}
.envision-download-video-wrap .envision-text {
  flex: 1;
  max-width: 150px;
  padding-bottom: 2em;
}
.envision-download-video-wrap .envision-slider {
  flex: 0 0 880px;
  max-width: 100%;
}
.envision-download-video-wrap  div#n2-ss-5-align {
    border: 24px solid var(--primary-color);
    border-top-width: 18px;
    border-bottom-width: 18px;
}

.purchase-custom-styles table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.purchase-custom-styles table td {
  vertical-align: bottom;
}
.purchase-custom-styles .box5v-license-list-left .license-table td {
  vertical-align: top;
}
.purchase-custom-styles table td:first-child {
  width: 60%;
}
.purchase-custom-styles table td:last-child {
  width: 40%;
}
.purchase-custom-styles .box5v-license-list {
  padding: 0;
  border: 0;
}
.purchase-custom-styles table {
  margin-bottom: 3em;
}
.purchase-custom-styles .box5v-license-list .license-table {
  width: 100%;
  border: 0;
  padding: 0;
}
.purchase-custom-styles .box5v-license-list .license-table table {
  border: 1px solid var(--primary-color);
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
  overflow: hidden;
}
.purchase-custom-styles .box5v-license-list .license-table table tr td {
  border-bottom: 1px solid var(--primary-color);
}
.purchase-custom-styles
  .box5v-license-list
  .license-table
  table
  tr:last-child
  td {
  border-bottom: 0;
}
.purchase-custom-styles .box5v-license-list .license-table th {
  border: 1px solid var(--blue-mid);
  padding: 1em 1.5em;
  color: var(--white);
}
.purchase-custom-styles .box5v-license-list .license-table td {
  border: 1px solid transparent;
  padding: 1em 1.5em;
}
.purchase-custom-styles .box5v-license-list .box5v-license-list-left {
  flex: unset;
}
.purchase-custom-styles .box5v-license-list .box5v-license-list-container {
  gap: 2em;
}
#engage #banner-below-text .row > div {
  margin-top: 0;
  padding-bottom: 0;
  margin-top: -180px;
}
@media (max-width: 1300px) {
  #engage #banner-below-text .row > div {
    margin-top: -160px;
    max-width: 700px;
  }
}
@media (max-width: 1260px) {
  #engage #banner-below-text .row > div {
    margin-top: -160px;
    font-size: 16px;
  }
}
@media (max-width: 1130px) {
  #engage #banner-below-text .row > div {
    margin-top: -140px;
    max-width: 600px;
  }
  #engage #banner-below-text .row > div p {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  #engage #banner-below-text {
    background: var(--blue-lighter);
  }
  #engage #banner-below-text .row > div {
    margin-top: 2em;
    max-width: 100%;
    text-align: center;
  }
  #engage #banner-below-text .row > div p {
    margin-bottom: 1em;
    font-size: 18px;
  }
}
/* form error */
.formResponsive .formError {
  color: var(--error-color) !important;
}

.formResponsive input.rsform-error,
.formResponsive select.rsform-error,
.formResponsive textarea.rsform-error {
  border: 1px solid var(--error-color) !important;
}

/* hide on website*/
#contact-us .com-content-article__body .formControls button::after,
#create-account .com-users-registration .password-group meter,
#customer-feedback .formResponsive .formControls button::after,
#customer-feedback .formResponsive .formRequired,
#login .com-users-login .input-password-toggle {
  display: none;
}

/*button*/
.btn-primary::before {
  border: none;
}

/*submit button*/
#contact-us .com-content-article__body .formControls button,
#customer-feedback .formResponsive .formControls button,
#login .com-users-login .com-users-login__submit button,
#login .com-users-reset .com-users-reset__submit button,
#login .com-users-remind .com-users-remind__submit button,
#login.reset .com-users-reset-complete__submit button,
#create-account .com-users-registration .com-users-registration__submit button,
.background-image.with-highlight-block #main-content .content a.button {
  display: inline-block;
  padding: 0.5em 2em;
  background-color: var(--primary-color);
  color: #d6eaf0;
  font-weight: 600;
  border: none;
  border-radius: var(--border-radius);
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  transition: all 0.3s ease;
  font-size: 18px;
}

#contact-us .com-content-article__body .formControls button:hover,
#contact-us .com-content-article__body .formControls button:active,
#contact-us .com-content-article__body .formControls button:focus,
#contact-us .com-content-article__body .formControls button:focus-visible,
#customer-feedback .formResponsive .formControls button:hover,
#customer-feedback .formResponsive .formControls button:active,
#customer-feedback .formResponsive .formControls button:focus,
#customer-feedback .formResponsive .formControls button:focus-visible,
#login .com-users-login .com-users-login__submit button:hover,
#login .com-users-login .com-users-login__submit button:active,
#login .com-users-login .com-users-login__submit button:focus,
#login .com-users-login .com-users-login__submit button:focus-visible,
#login .com-users-reset .com-users-reset__submit button:hover,
#login .com-users-reset .com-users-reset__submit button:active,
#login .com-users-reset .com-users-reset__submit button:focus,
#login .com-users-reset .com-users-reset__submit button:focus-visible,
#login .com-users-remind .com-users-remind__submit button:hover,
#login .com-users-remind .com-users-remind__submit button:active,
#login .com-users-remind .com-users-remind__submit button:focus,
#login .com-users-remind .com-users-remind__submit button:focus-visible,
#login.reset .com-users-reset-complete__submit button:hover,
#login.reset .com-users-reset-complete__submit button:active,
#login.reset .com-users-reset-complete__submit button:focus,
#create-account .com-users-registration .com-users-registration__submit button:hover,
#create-account .com-users-registration .com-users-registration__submit button:active,
#create-account .com-users-registration .com-users-registration__submit button:focus,
#create-account .com-users-registration .com-users-registration__submit button:focus-visible,
#search .btn.btn-primary:hover, 
#search .btn.btn-primary:active,
#search .btn.btn-primary:focus,
#search .btn.btn-primary:focus-visible,
.background-image.with-highlight-block #main-content .content a.button:hover,
.background-image.with-highlight-block #main-content .content a.button:active,
.background-image.with-highlight-block #main-content .content a.button:focus {
  background-color: var(--blue-mid);
  border-color: var(--blue-mid);
  color: #303450 !important;
  box-shadow: none;
}

#login.reset fieldset {
  margin-bottom:2em
}
#contact-us .com-content-article__body .formControls button,
#customer-feedback .formResponsive .formControls button {
  padding: 0.8em 1.75em;
}

/*hover no underline*/
#login .com-users-login .com-users-login__options a:hover {
  text-decoration: none !important;
  color: var(--blue-mid);
}

/*Contact Page*/
#contact-us .com-content-article__body h2 {
  font-weight: normal;
}

#contact-us .com-content-article__body form {
  background: var(--blue-light);
  padding: 3em;
  margin: 3em 0;
}

#contact-us .com-content-article__body .formControlLabel {
  font-size: 20px;
  text-align: left;
  margin-bottom: 0.5em;
  font-weight: 600;
  width: 100%;
}

#contact-us .com-content-article__body .formControls {
  margin-left: 0;
}

#contact-us .com-content-article__body .rsform-block-name.rsform-type-textbox {
  margin-bottom: 0;
}

#contact-us .com-content-article__body input.rsform-input-box,
#contact-us .com-content-article__body textarea.rsform-text-box {
  margin-bottom: 0;
}

/*Create Account Page*/
#create-account .com-users-registration {
  background: var(--blue-light);
  padding: 3em;
  border-radius: var(--border-radius);
}

#create-account .com-users-registration fieldset {
  padding: 0;
}

#create-account .com-users-registration form legend {
  font-weight: 600;
}

#create-account .com-users-registration .field-spacer label {
  font-style: italic;
}

#create-account .com-users-registration .control-group label {
  font-weight: 500;
}

#create-account .com-users-registration .control-label {
  margin-bottom: 10px;
}

#create-account .com-users-registration .password-group {
  margin-top: 10px;
  margin-bottom: 10px;
}

#create-account
  .com-users-registration
  .com-users-registration__submit
  .com-users-registration__register {
  margin-top: 0.5em;
}
#create-account .registration-complete-message h2 {
  font-size: 26px;
  text-align: center;
  margin: 0;
  padding: 0;
}
#login .reset-confirm legend {
  margin-bottom: 1.5em;
}
/*Customer Feedback*/
#customer-feedback .formResponsive .formControls {
  margin-left: 0;
}

#customer-feedback .formResponsive .formControls .rsformVerticalClear label {
  display: inline-flex;
  gap: 0.1em;
}

#customer-feedback .formBody input:not(.form-check-input) {
  margin-bottom: 5px;
}

#customer-feedback .rsform-block {
  margin-bottom: 0;
}

#customer-feedback .rsform-block.rsform-block-feedbacktype {
  margin-left: 0.5em;
}

#customer-feedback .formResponsive .rsform-input-box,
#customer-feedback .formResponsive .rsform-text-box {
  width: 95% !important;
  padding: 15px;
}

#customer-feedback .formResponsive .formControlLabel {
  text-align: left;
  margin-bottom: 0.5em;
}

/*Login page*/
#login .com-users-login,
#login .com-users-reset,
#login .com-users-remind,
#login .reset-confirm,
#login.reset .reset-complete,
#create-account .com-users-registration,
#customer-feedback .formResponsive,
#create-account .registration-complete-message,
.background-image.with-highlight-block #main-content .content  {
  background: var(--blue-light);
  padding: 3em;
  border-radius: var(--border-radius);
}

#login .com-users-login fieldset,
#login .com-users-reset fieldset,
#login .com-users-remind fieldset {
  padding-left: 0;
}

#login .com-users-login input[type="password"] {
  margin-bottom: 16px;
}

#login .com-users-login .com-users-login__options a {
  background: var(--blue-light);
  border: 0;
  padding: 0.2em 0;
}

#login .com-users-login .form-check-input {
  border: 0;
}

#login .com-users-login .com-users-login__remember {
  margin: 1.5em 0;
}

#login .com-users-login h1,
#create-account .com-users-registration fieldset legend {
  font-size: 36px;
}

#create-account .com-users-registration .control-label label,
#create-account .com-users-registration .controls .small.text-muted,
#login .com-users-reset legend,
#login .com-users-remind legend #login .com-users-login .control-label label,
#login .com-users-reset .control-label label,
#login .com-users-remind .control-label label,
#login .com-users-login .form-check-label,
#login .com-users-login .com-users-login__options a {
  font-size: 16px;
}

#login .form-check .form-check-input {
  margin-top: 0.2rem;
}
.background-image.with-highlight-block #main-content .content {
  max-width: 820px;
}
.background-image.with-highlight-block #main-content .content h1 {
  margin-bottom:1.5em;
}
.background-image.with-highlight-block #main-content .content h2 {
  margin-bottom:1em;
  font-weight:400;
}
.background-image.with-highlight-block #main-content .content h3 {
  font-weight:400;
}
.background-image.with-highlight-block #main-content .content p {
  margin-bottom:0.5em;
}
.background-image.with-highlight-block #main-content .content a:not(.button) {
  font-weight:400 !important;
}
.background-image.with-highlight-block #main-content .content a.button {
  display:inline-block;
  margin:0.5em 0 0
}
.background-image.with-highlight-block #main-content .content hr {
  margin:3em 0
}

/*Search Page*/

.search.com_finder .content h1 {
  display: none;
}
#search .com-finder__form {
  padding: 20px;
  background: var(--blue-light);
  border-radius: var(--border-radius);
}

#search .com-finder__search {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
  flex-wrap: wrap;
}

#search .com-finder__search label {
  font-weight: bold;
  color: var(--primary-color);
}
#search .form-inline {
  display: block;
  width: 100%;
}
#search .input-group {
  display: flex;
  align-items: center;
  gap: 1em;
  width: 100%;
}

#search .input-group .awesomplete {
  flex-grow: 1;
  min-width: 0;
}

#search .input-group .awesomplete input {
  width: 100% !important;
}

#search .input-group button {
  white-space: nowrap;
  flex-shrink: 0;
}

#search .com-finder__search .js-finder-search-query {
  margin-bottom: 0;
}

#search .btn.btn-primary {
  background: var(--primary-color);
  color: var(--white);
  padding: 8px 30px;
  border-radius: var(--border-radius);
}

#search .btn.btn-secondary {
  border-radius: var(--border-radius);
}

#search .com-finder__filter .control-label label {
  color: var(--primary-color);
  margin-top: 16px;
  font-weight: bold;
}

#search .com-finder__results {
  margin-top: 20px;
}

#search .com-finder__explained {
  background: var(--white);
  padding: 10px;
  border-radius: var(--border-radius);
  font-weight: bold;
  color: var(--grey-dark);
}

#search .result__item {
  padding: 15px;
  background: var(--white);
  margin-bottom: 15px;
  border-left: 5px solid var(--primary-color);
  border-top: 0;
}

#search .result__title a {
  font-size: 18px;
  font-weight: bold;
  color: var(--primary-color);
  text-decoration: none;
}

#search .result__title a:hover {
  text-decoration: underline;
  color: var(--link-hover-color);
}

#search .result__title-url {
  display: none;
}

#search .result__description {
  font-size: 14px;
  color: var(--grey-dark);
}

#search .result__taxonomy {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  font-size: 14px;
  color: var(--white);
  margin-top: 20px;
}

#search .result__taxonomy-item {
  background: var(--primary-color);
  padding: 5px 10px;
  border-radius: var(--border-radius);
  margin-left: 0;
}

#search .result__taxonomy--Author::before,
#search .result__taxonomy--Category::before {
  display: none;
}

#search .result__taxonomy li:last-child {
  margin-bottom: 1em;
}

#search .search-pagination {
  margin-top: 20px;
}

/*Subscribe*/
#subscribe table {
  background: var(--blue-light);
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

#subscribe td {
  vertical-align: middle !important;
  color: var(--primary-color);
}

#subscribe td:first-child {
  width: 55%;
  padding: 2em 1em 2em 2em;
}

#subscribe td:last-child {
  width: 45%;
  padding: 2em 2em 2em 1em;
  text-align: right;
}

#subscribe table ul {
  list-style-type: disc;
  margin-bottom: 15px;
}

#subscribe table p {
  margin-bottom: 10px;
}

#subscribe table img {
  width: 100%;
  max-width: 650px;
  height: 340px;
}

#subscribe .subscribe.card {
  background: var(--primary-color);
  border-radius: var(--border-radius);
  color: var(--white);
}
#subscribe .subscribe.card .mc-field-group {
  padding-bottom: 0;
}

#subscribe .subscribe.card .mc-field-group.input-group {
  display: block;
}

#subscribe .subscribe.card .mc-field-group.input-group p {
  margin-bottom: 0.5em;
}

#subscribe .subscribe.card .mc-field-group.input-group li {
  padding: 0;
  font-size: 14px;
}
#subscribe #mc_embed_signup div#mce-responses {
  float: none;
  top: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  margin: 0;
  clear: both;
}
#subscribe #mc_embed_signup div.response {
  padding:0
}
#subscribe #mc_embed_signup #mce-error-response {
  color:var(--error-color)
}

#subscribe #mc_embed_signup #mce-success-response {
  color:var(--blue-mid)
}
#subscribe .subscribe.card .button {
  background: var(--grey-light);
  color: var(--grey-dark);
  height: 100%;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 700;
  margin: 1.5em 0 0 0;
  border-radius: var(--border-radius);
}

#subscribe .subscribe.card .button:hover {
  background: var(--accent-color);
}

#mc_embed_signup .indicates-required {
  font-style: italic;
  text-align: left !important;
  font-size: 18px !important;
}

#mc_embed_signup .asterisk {
  color: var(--white) !important;
}
#mc_embed_signup .mc-field-group input {
  border-radius: 0;
}
#subscribe .subscribe.card .mc-field-group input.mce_inline_error {
  border: 1px solid var(--error-color) !important;
  margin-bottom: 0;
}

#subscribe .subscribe.card .mc-field-group div.mce_inline_error {
  color: var(--error-color) !important;
  background: transparent !important;
  font-size: 13px !important;
}

#mc_embed_signup .mc-field-group.input-group input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  min-height: 15px;
  padding: 5px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  border: 1px solid var(--primary-color);
  background: var(--white);
  margin-right: 8px;
  vertical-align: top;
}

#mc_embed_signup .mc-field-group.input-group input[type="checkbox"]:checked {
  background: var(--blue-mid);
}
#mc_embed_signup .button:hover {
  background: var(--secondary-color) !important;
}
/* Blog Page*/
.blog .blog-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
}

.blog .blog-items .blog-item {
  background: var(--white);
  padding: 20px;
  border-radius: var(--border-radius);
  border: 1px solid rgba(48, 52, 80, 0.15);
  transition: all 0.3s ease-in-out;
}

.blog .blog-items .blog-item .item-image {
  overflow: hidden;
  aspect-ratio: 4 / 2;
}
.blog .blog-items .blog-item .item-image img {
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
  object-fit: cover;
}

.blog .blog-items .blog-item .item-content {
  padding-top: 15px;
}

.blog .blog-items .blog-item .page-title h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.blog .blog-items .blog-item p {
  font-size: 16px;
  margin-bottom: 0.5em;
}

.blog .blog-items .blog-item h2 a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s;
}

.blog .item-content .readmore .btn.btn.btn-secondary {
  background: transparent;
  border: none;
  color: var(--primary-color);
  text-align: left;
  padding: 0;
}

.blog .blog-items .blog-item h2 a:hover,
.blog .item-content .readmore .btn.btn.btn-secondary:hover {
  color: var(--link-hover-color);
}

.blog .blog-items .blog-item .article-info,
.item-page .article-info-term {
  display: none;
}

.item-page .published {
  font-style: italic;
  font-weight: 700;
}

.item-page .published::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  margin-right: 3px;
}

.com-content-category-blog__navigation {
  padding: 2em 0;
  margin-top: 20px;
}

.com-content-category-blog__counter {
  font-size: 16px;
}

/* Pagination */
.pagination__wrapper ul {
  flex-wrap: wrap;
}
.pagination .page-item .page-link {
  border-radius: 5px;
  margin: 0 5px;
  padding: 8px 12px;
  color: var(--primary-color);
  background-color: var(--white);
  border: 1px solid var(--primary-color);
  transition: all 0.3s ease;
}

.pagination .page-item .page-link:hover,
.pagination .page-item.active .page-link {
  background-color: var(--primary-color);
  color: var(--white);
  border-color: var(--primary-color);
  text-decoration: none !important;
}

.pagination .page-item.disabled .page-link {
  opacity: 0.5;
  cursor: not-allowed;
}

.pagination .page-item:first-child .page-link span::before {
  content: "\00AB";
}

.pagination .page-item:nth-child(2) .page-link span::before {
  content: "\2039";
}

.search-pagination .page-item:nth-child(5) .page-link span::before,
.pagination .page-item:nth-child(8) .page-link span::before {
  content: "\203A";
}

.search-pagination .page-item:nth-child(6) .page-link span::before,
.pagination .page-item:nth-child(9) .page-link span::before {
  content: "\00BB";
}

/* My Account */
#account .jshop_profile_data div {
  margin-bottom: 0.5em;
}

#account .jshop_profile_data span {
  font-weight: normal;
}

#account .jshop_profile_data .subinfo,
#account .jshop_profile_data .jshop_user_group_info {
  font-size: 18px;
  color: var(--blue-mid);
}

#account .box_button .controls input[type="submit"] {
  max-width: 150px;
  width: 100%;
}
#main-content joomla-alert .joomla-alert--close {
  top: -1px;
}
#comjshop_register.jshop.max-500 {
  max-width:100%
}
/* My Order */
#order-history .myorders_block_info:nth-child(even) {
  background-color: var(--blue-lighter);
}

#order-history .myorders_block_info:nth-child(odd) {
  background-color: var(--blue-light);
}

#order-history .myorders_block_info div {
  margin-bottom: 0.5em;
}

#order-history .order_status {
  border-bottom: 1px solid var(--blue-mid);
  padding-bottom: 2em;
}

#order-history .table_order_list {
  background: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-top: 2em;
  border: 0;
}

#order-history .myorders_block_info span,
#order-history .myorders_block_info span a.deffered_paybutton {
  font-weight: normal !important;
  font-size: 18px;
}

#order-history .myorders_block_info .order_number,
#order-history .myorders_block_info .order_status {
  font-size: 18px;
}

#order-history .myorders_block_info {
  padding: 2em;
  border-radius: var(--border-radius);
  margin-bottom: 1em;
}

#order-history .myorders_block_info .buttons a {
  background-color: var(--primary-color);
  color: var(--white);
  padding: 10px 30px;
  border-radius: var(--border-radius);
  text-decoration: none;
  font-weight: 600;
  border: 0;
  text-decoration: none !important;
}

/* Jshop Order Detail */
.jshop.myorderinfo .order-detail-header {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  padding: 1em;
  background: var(--blue-light);
  margin-bottom: 1em;
}
.jshop.myorderinfo .order-detail-header div {
  flex: 1 1 calc(50% - 1em);
  padding: 0.25em;
  background: var(--blue-lighter);
  border-radius: 5px;
}
.jshop.myorderinfo .order_number {
  font-size: 18px;
}
.jshop.myorderinfo .userinfo {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin: 0 0 1em;
  padding: 0;
}
.jshop.myorderinfo .userbillinfo,
.jshop.myorderinfo div.userdeliveryinfo {
  flex: 1 1 calc(50% - 1em);
  border: 1px solid var(--blue-light);
  padding: 1em;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.jshop.myorderinfo .jshop_billto_shipto {
  width: 100%;
  border-collapse: collapse;
}
.jshop.myorderinfo .jshop_billto_shipto td {
  padding: 0;
  border: 0;
  font-size: 14px;
}
.jshop.myorderinfo .product_head {
  margin: 1em 0 0;
  font-size: 24px;
}
.jshop.myorderinfo .order_items {
  background: var(--blue-lighter);
  padding: 1em;
}
.jshop.myorderinfo .jshop_cart {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 0 1px 1px var(--blue-mid);
  border: 0;
}
.jshop.myorderinfo .jshop_cart th,
.jshop.myorderinfo .jshop_cart td,
.jshop.myorderinfo .jshop_cart .even td {
  padding: 0.5em 1em;
  border-color: var(--blue-mid);
  border-bottom: 1px solid var(--blue-mid);
  background: transparent;
  font-size: 14px;
  color: var(--primary-color);
}
.jshop.myorderinfo .jshop_cart th {
  background: var(--blue-mid);
  color: var(--white);
  font-size: 16px;
}
.jshop.myorderinfo .jshop_cart .jshop_notes {
  margin-top: 0.5em;
}
.jshop.myorderinfo .jshop_cart .jshop_notes th {
  background: transparent;
  color: var(--primary-color);
}
.jshop.myorderinfo .jshop_cart .jshop_notes th,
.jshop.myorderinfo .jshop_cart .jshop_notes td {
  text-align: left;
  border: 0;
}
.jshop.myorderinfo .jshop_cart th.product_name {
  padding: 0.5em 1em;
}
.jshop.myorderinfo .jshop_cart td table {
  width: 100%;
}
.jshop.myorderinfo .jshop_cart .name.prodname {
  font-size: 16px;
  font-weight: 600;
}
.jshop.myorderinfo .jshop_cart .name.prodname .jshop_notes {
  font-size: 14px;
  font-weight: 400;
}
.jshop.myorderinfo .jshop_cart .jshop_notes span {
  display: inline-block;
  color: var(--primary-color) !important;
}
.jshop.myorderinfo .jshop_cart .jshop_notes span:hover {
  text-decoration: underline;
}
.jshop.myorderinfo .payment_block_info,
.jshop.myorderinfo .history {
  border: 1px solid var(--blue-light);
  padding: 1em;
  margin: 0;
}
.jshop.myorderinfo .payment_head,
.jshop.myorderinfo .history_head {
  font-size: 1.2em;
  margin-bottom: 10px;
}
.jshop.myorderinfo .payment_info,
.jshop.myorderinfo .order_payment_params,
.jshop.myorderinfo .order_history {
  font-size: 16px;
}
.jshop.myorderinfo .order_history table {
  width: 100%;
  border-collapse: collapse;
}
.jshop.myorderinfo .jshop_cart .single_price .price {
  font-size: 14px !important;
  color: var(--primary-color) !important;
}
/* Checkout */
.com_jshopping.cart .cart th {
  background: var(--blue-lighter);
}
.com_jshopping.cart .cart td {
  border-color: var(--blue-lighter);
}
.com_jshopping.cart .cart td .btn {
  text-decoration: none !important;
}

.com_jshopping.cart .jshop_subtotal td {
  border: 0;
}
.jshop.address_block.max-500 {
  max-width: 100%;
  width: 100%;
}
div.jshop_register {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 2em;
  width: 100%;
  padding: 0;
  align-items: flex-start;
}

div.jshop_register .control-group {
  flex: 1 1 calc(50% - 2em);
  min-width: 200px;
}
div.jshop_register .control-group .control-label {
  margin: 0;
}
div.jshop_register .control-group input,
div.jshop_register .control-group select {
  width: 100%;
}

div.jshop_register .control-group input[type="radio"],
div.jshop_register .control-group input[type="checkbox"] {
  width: auto;
}
#comjshop #jshop_menu_order {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 5px solid var(--blue-mid);
  text-transform: uppercase;
}
#comjshop .jshop_order_step a {
  text-decoration: none !important;
}
#comjshop #active_step {
  color: var(--blue-mid);
}
#table_payments {
  padding: 2em 0;
}
.jshop.cartcheckout {
  margin-top: 2em;
}
.jshop.cartcheckout th {
  background: var(--blue-lighter);
  font-size: 16px;
}
.jshop.cartcheckout th,
.jshop.cartcheckout td {
  text-align: left;
  border: 1px solid var(--blue-mid);
}
.jshop.cartcheckout th:first-child,
.jshop.cartcheckout td:first-child {
  display: none;
}
.jshop.checkout_pfinish_block .pfinish_comment_block {
  max-width: 100%;
  text-align: left;
}
.jshop.checkout_pfinish_block .pfinish_comment_block .name,
.jshop.checkout_pfinish_block .pfinish_comment_block .box_button {
  text-align: left;
}
.jshop.checkout_pfinish_block .btn {
  width: auto;
  margin: 0;
}
.jshop.cartcheckout .single_price .price {
  font-size: 24px !important;
  color: var(--primary-color) !important;
}

/* Responsive */
#mobile-menu,
#menu-toggle {
  display: none;
}

@media (max-width: 1260px) {
  #header .form-search,
  #header .row-top ul.nav {
    flex: 1;
  }
  #header .row-bottom #main-menu .nav {
    
  }
  .has-both-sidebars .row .blog .blog-items {
    grid-template-columns: 1fr;
  }
  #envision #content-top .box5v-pricing {padding:3em 2em}
  #envision #content-top .box5v-pricing.subscription .pricing-item .button {padding:0.5em 1em}
  #envision #content-top .box5v-pricing.subscription .pricing-item .pricing {font-size:38px;}
  #envision #content-top .box5v-pricing.subscription .pricing-item .pricing-header-text h3 {font-size: 26px;}
  #envision #content-top .box5v-pricing.subscription .pricing-item .pricing-content {padding:1.5em 1em;}
}
@media (max-width: 1160px) {
  .envision-download-video-wrap {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap:1em;
  }

  .envision-download-video-wrap .envision-text {
    max-width: 100%;
    order:2;
    padding-bottom:0
  }

  .envision-download-video-wrap .envision-slider {
    width: 100%;
    max-width: 100%;
    order:1;
    flex:unset;
  }
  .envision-download-video-wrap div#n2-ss-5-align {
    margin:auto;
  }
}
@media (max-width: 1100px) {
  #envision #content-top .box5v-pricing.subscription .pricing-item {width: calc(50% - 2em);}
}


@media (max-width: 1024px) {
  h1,
  .h1,
  #create-account .com-users-registration form legend,
  #customer-feedback .formResponsive h2 {
    font-size: 44px;
    margin-top: 0;
  }
  h2,
  .h2,
  .article .item-page h1,
  #subscribe .subscribe.card h2 {
    font-size: 36px;
  }
  h3,
  .h3 {
    font-size: 32px;
  }
  h4,
  h5,
  h6 {
    font-size: 22px;
  }
  #main-content .row {
    gap: 2em;
  }
  #header .container .row.row-bottom {
    display: none;
  }
  #mobile-menu,
  #menu-toggle {
    display: block;
  }
  #header {
    padding: 1.25em 0 1em;
  }
  #main-content .row {
    display: flex;
    gap: 1em;
  }
  .has-sidebar-right .content {
    flex: 1 1 65%;
  }
  .has-sidebar-right .sidebar-right {
    flex: 1 1 35%;
  }
  .has-sidebar-left .sidebar-left {
    flex: 1 1 35%;
  }
  #main-content .sidebar-left .moduletable ul.nav,
  #main-content .sidebar-right .moduletable ul.nav {
    padding-bottom: 0;
    text-align: center;
  }
}

@media (max-width: 991px) {
  h1,
  .h1,
  #create-account .com-users-registration form legend,
  #customer-feedback .formResponsive h2 {
    font-size: 40px;
    margin-top: 0;
  }
  .page-header h1 {
    font-size: 44px;
  }
  h2,
  .h2,
  .article .item-page h1,
  #subscribe .subscribe.card h2 {
    font-size: 32px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  h5,
  h6 {
    font-size: 22px;
  }
  #header .form-search {
    display: none;
  }

  .sidebar-left .input-group {
    display: block;
  }

  .sidebar-left .input-group > .form-control {
    width: 100%;
  }

  #main-content .row {
    flex-direction: column;
    gap: 0;
  }

  .sidebar-left,
  .sidebar-right,
  .content {
    flex: 1 1 100%;
  }

  .download-custom-styles table,
  .download-custom-styles table tbody,
  .download-custom-styles table tr {
    display: block;
  }
  #content-top.scenery .row {
    justify-content: center;
  }
  #content-bottom-2-column .row {
    gap: 5em;
  }
  #content-bottom-2-column .moduletable:nth-child(odd),
  #content-bottom-2-column .moduletable:nth-child(even) {
    width: 100%;
  }

  .download-custom-styles table tr {
    display: flex;
    flex-direction: column-reverse;
  }
  .download-custom-styles table td:first-child,
  .download-custom-styles table td:last-child {
    width: 100%;
  }

  .download-custom-styles table td {
    width: 100%;
    padding: 1em 2em;
    text-align: center;
  }

  #contact-us .com-content-article__body form {
    padding: 2em;
  }

  #contact-us .formRow {
    display: flex;
    flex-direction: column;
  }

  #contact-us .com-content-article__body .formControls button {
    margin: 1em 0;
  }

  #contact-us
    .com-content-article__body
    .formResponsive
    .formRow
    [class*="formSpan"] {
    width: 100%;
    margin-left: 0;
    float: none;
  }

  #contact-us .com-content-article__body .rsform-block {
    margin-bottom: 0;
  }

  #subscribe table {
    display: block;
    width: 100%;
  }

  #subscribe tr {
    display: block;
    width: 100%;
  }

  #subscribe td {
    display: block;
    width: 100%;
    text-align: left;
  }

  #subscribe td:first-child {
    width: 100%;
    padding: 2em;
  }

  #subscribe td:last-child {
    text-align: center;
    width: 100%;
    padding: 2em;
    padding-top: 0;
  }

  #subscribe table img {
    max-width: 100%;
    height: auto;
  }

  #main-content .sidebar-left .moduletable a {
    font-size: 16px;
  }
  .purchase-custom-styles table td {
    display: block;
  }
  .purchase-custom-styles .license-table td {
    display: table-cell;
  }
  .purchase-custom-styles table td:first-child,
  .purchase-custom-styles table td:last-child {
    width: 100%;
  }
  .jshop.add-to-cart-module .add-to-cart-button-wrapper {
    float: none;
  }
  .jshop.add-to-cart-module .prod_buttons {
    display: block;
  }
  .jshop.add-to-cart-module .prod_buttons table,
  .jshop.add-to-cart-module .prod_buttons tbody,
  .jshop.add-to-cart-module .prod_buttons tr,
  .jshop.add-to-cart-module .prod_buttons td {
    display: block;
    width: 100%;
  }
  .jshop.add-to-cart-module .prod_qty_input input,
  .jshop.add-to-cart-module .prod_qty {
    width: 100%;
    min-width: 100%;
    display: block;
  }
  .jshop.add-to-cart-module .prod_qty {
    padding: 0;
    flex-grow: 1;
  }
  .sidebar-left ul.nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5em;
  }
  #main-content .sidebar-left ul.nav li {
    margin: 0;
    padding: 0;
  }
  .sidebar-left ul.nav li a {
    padding: 10px 20px;
    display: block;
  }

  #main-content.button-bar-active {
    padding-top: 3em;
  }

  #button-bar {
    margin-top: -20px;
    margin-bottom: 20px;
  }
  #button-bar .button a,
  #button-bar .button-outline a {
    font-size: 16px;
  }

  .sidebar-left .input-group > .form-control {
    margin-bottom: 0;
  }
  #envision-help-center-search .sidebar-left .moduletable:nth-of-type(2) {
    margin-top: 0.5em;
    margin-bottom: 0;
  }

  #engage-portal-help-center #button-bar {
    margin-top: -15px;
  }

  #button-bar .button-outline,
  #button-bar .button {
    width: calc(50% - 5px);
  }
}

@media (max-width: 767px) {
  h1,
  .h1,
  #create-account .com-users-registration form legend,
  #customer-feedback .formResponsive h2 {
    font-size: 36px;
    margin-top: 0;
  }
  .page-header h1 {
    font-size: 44px;
  }
  h2,
  .h2,
  .article .item-page h1,
  #subscribe .subscribe.card h2 {
    font-size: 30px;
  }

  #subscribe td {
    font-size: 16px;
  }

  #login .com-users-login .com-users-login__options a {
    font-size: 14px;
  }
  #envision #content-top .box5v-pricing.subscription .pricing-item {
    width: 100%;
  }

  #content-bottom,
  #content-bottom-2-column {
    padding: 3em 0;
  }
  #login .com-users-login,
  #login .com-users-reset,
  #login .com-users-remind,
  #login .reset-confirm,
  #login.reset .reset-complete,
  #create-account .com-users-registration,
  #customer-feedback .formResponsive,
  #create-account .registration-complete-message,
  .background-image.with-highlight-block #main-content .content {
    padding: 2em 1.5em;
  }

  #news .com-content-category-blog__items {
    grid-template-columns: 1fr;
  }

  #news .com-content-category-blog__navigation {
    text-align: center;
  }

  #news .com-content-category-blog__pagination {
    display: flex;
    justify-content: center;
  }

  #back-to-top {
    bottom: 10px;
    right: auto;
    left: calc(50% - 66px);
  }
  #footer .container {
    flex-direction: column;
    gap: 2em;
    padding-bottom: 40px;
  }
  #order-history .table_order_list {
    display: block;
  }

  #order-history .table_order_list .buttons {
    text-align: left;
  }
  .pagination__wrapper ul {
    justify-content: center;
  }
  .cart.com_jshopping .cart_buttons #checkout.justify-content-between {
    justify-content: center !important;
  }
  .cart.com_jshopping .paypal_express_btn {
    margin: auto;
    float: none;
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .cart.com_jshopping .cart .quantity .inputbox {
    height: 32px;
    min-height: 32px;
  }
  .cart.com_jshopping .cart .quantity .mobile-cart-inline {
    padding: 0;
    display: block;
  }
  .cart.com_jshopping .jshop.cart tr td .data {
    text-align: center;
  }
  .cart.com_jshopping .jshop.cart tr td.quantity .data {
    background: var(--blue-lighter);
    padding: 1em 2em;
    border: 1px dashed var(--blue-light);
    display: inline-block;
  }

  .cart.com_jshopping .cart .cart_reload {
    vertical-align: middle;
    margin: 0;
  }
  .cart.com_jshopping .cart .single_price .price {
    color: var(--primary-color);
  }
  .cart.com_jshopping .paypal_express_btn img {
    margin: auto;
    float: none;
  }
  .jshop.myorderinfo .jshop_cart th,
  .jshop.myorderinfo .jshop_cart td,
  .jshop.myorderinfo .jshop_cart .even td,
  .jshop.myorderinfo .jshop_subtotal,
  .jshop.myorderinfo .jshop_subtotal .name,
  .jshop.myorderinfo .jshop_subtotal .value,
  .jshop.jshop_subtotal td {
    display: block;
    width: 100%;
    text-align: left;
    border: 0;
  }
  .jshop.myorderinfo .jshop_cart .jshop_notes th,
  .jshop.myorderinfo .jshop_cart .jshop_notes td {
    padding-left: 0;
  }
  .jshop.myorderinfo .jshop_cart > tbody > tr > th,
  .jshop.myorderinfo .jshop_cart .jshop_notes th:nth-child(2) {
    display: none;
  }
  .jshop.myorderinfo .jshop_cart .jshop_notes tr {
    border-bottom: 1px solid var(--blue-mid);
  }
  .jshop.myorderinfo .jshop_cart .jshop_notes {
    border-bottom: 3px solid var(--primary-color);
  }
  div.jshop_register {
    flex-direction: column;
  }
  div.jshop_register .control-group {
    flex: 1 1 100%;
    min-width: 100%;
  }
  .jshop.jshop_subtotal td {
    text-align: center;
  }
  .jshop_order_step {
    text-align: center;
  }
  #side-menu {
    left: -220px;
  }
  #toggle-button {
    right: 4px;
  }
  .background-image.with-highlight-block #main-content .content h1 {
    font-size:34px;
    margin-bottom: 1em;
  }
  .background-image.with-highlight-block #main-content .content h2 {
    font-size:28px;
  }
  #notification-alert .row {
    padding: 0 40px;
    background-size: 40px 40px;
    text-align: center;
  }
  #notification-alert * {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .page-header h1 {
    font-size: 36px;
  }
  .page-header p {
    font-size: 18px;
  }
  #header {
    padding: 1em 0;
  }
  #header .container .row {
    gap: 1em;
  }
  #header .button {
    font-size: 16px;
    padding: 0.35em 1em;
  }
  #header .button img {
    left: -8px;
  }

  #header #menu-toggle {
    position: absolute;
    right: 20px;
    top: 16px;
    height: 38px;
    width: 38px;
    font-size: 20px;
    padding: 5px;
    line-height: 28px;
  }
  #header .row-top ul.nav {
    padding-right: 40px;
  }
  #header .logo img {
    height: 28px;
  }
  #content-bottom-2-column .row {
    gap: 2em;
  }
  .download-custom-styles
    #content-bottom-2-column
    .moduletable:nth-child(2):before {
    display: none;
  }
  #content-bottom-2-column
    .moduletable:nth-child(even)
    > h3:not(.mod-custom h3) {
    padding: 1em;
    text-align: center;
  }

  .sidebar-left ul.nav {
    grid-template-columns: 1fr;
  }
  #search .input-group {
    flex-direction: column;
  }
  #search .btn.btn-primary {
    width: 100%;
  }
  #search .com-finder__search .js-finder-search-query {
    width: 100%;
  }
  #button-bar > div p {
    display: grid;
    justify-content: normal;
    gap: 1em;
  }
  #button-bar .button-outline,
  #button-bar .button {
    width: 100%;
  }

}

@media (max-width: 400px) {
  #header .container .row {
    flex-direction: column;
  }
  #header .row-top ul.nav {
    order: 1;
    justify-content: space-between;
    flex-direction: row;
    gap: 0.5em;
    align-items: center;
  }
  #header .row-top .logo {
    order: 2;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  #header .logo img {
    height: 30px;
  }
  #ifaq-categories-11 table {
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  #ifaq-categories-11 tbody,
  th,
  td,
  tr {
    display: block;
  }

  #ifaq-categories-11 td {
    display: grid;
    justify-content: space-between;
    padding: 5px;
  }

  #ifaq-categories-11 table td p {
    white-space: normal;
  }
  .formResponsive
    .formHorizontal
    .rsform-block-files
    input[type="file"]::-webkit-file-upload-button {
    display: none;
  }
  .edit-article .float-end {
    text-align: center;
  }
  #envision #content-top .box5v-pricing {
    padding:0;
    border:0
  }
}

.account.com_jshopping.user #main-content #system-message-container,
.access-portal  #main-content #system-message-container
{display:none}
