/** Shopify CDN: Minification failed

Line 4996:44 Expected identifier but found "\"engineering-lab-products\""
Line 5003:74 Expected identifier but found "\"engineering-lab-products\""
Line 5022:0 Expected "}" to go with "{"

**/
@-webkit-keyframes mmfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes img-opacity {
  0% {
    opacity: 0;
  }
  30% {
    opacity: .3;
  }
  to {
    opacity: 1;
  }
}

@keyframes img-opacity {
  0% {
    opacity: 0;
  }
  30% {
    opacity: .3;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes hvr-icon-bob-float {
  to {
    transform: translateY(-8px);
  }
}

@keyframes hvr-icon-bob-float {
  to {
    transform: translateY(-8px);
  }
}

@-webkit-keyframes hvr-icon-bob {
  0% {
    transform: translateY(-8px);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes hvr-icon-bob {
  0% {
    transform: translateY(-8px);
  }
  to {
    transform: translateY(0);
  }
}

@-webkit-keyframes animation-drawer-left-to-right {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(340px);
  }
}

@keyframes animation-drawer-left-to-right {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(340px);
  }
}

@-webkit-keyframes animation-drawer-right-to-left {
  0% {
    opacity: 0;
    transform: translateX(340px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes animation-drawer-right-to-left {
  0% {
    opacity: 0;
    transform: translateX(340px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes animation-left-to-right {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-300px);
  }
}

@keyframes animation-left-to-right {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-300px);
  }
}

@-webkit-keyframes animation-right-to-left {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes animation-right-to-left {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes animation-top-bottom {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes animation-top-bottom {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes animation-bottom-top {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes animation-bottom-top {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  padding-bottom: 0 !important;
}

body, html {
  height: 100%;
  text-rendering: optimizeLegibility;
}

body {
  line-height: 1.3;
  background: var(--body-bg-color);
  font-weight: var(--font-body-weight);
  font-size: var(--body-font-size);
  color: var(--body-color);
  font-family: var(--body-font);
}

@media (min-width: 992px) {
  body {
    -webkit-tap-highlight-color: transparent;
    transition: transform .35s ease-in-out;
  }
}

body.lazy-loading:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-repeat: no-repeat;
  background-position: 50%;
}

body.mobile-menu-active {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  overflow: hidden;
  height: 100vh;
}

body:not(.template-index) #main-content {
  margin-top: var(--gutter-md);
}

body.newsletter-popup-modal #newsletter-popup {
  display: none !important;
}

.body-main-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

*, :after, :before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

[data-arn-action] {
  z-index: auto !important;
}

.image__style {
  position: relative;
  display: block;
}

.image__style:not(.lazyloaded) {
  -webkit-animation: img-opacity 1.3s cubic-bezier(0, 0.51, 0.25, 1) 0s forwards;
  animation: img-opacity 1.3s cubic-bezier(0, 0.51, 0.25, 1) 0s forwards;
}

:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: var(--body-link);
  transition: all .35s ease-in-out;
}

a:focus {
  outline: none;
}

@media (hover: hover) {
  a:hover {
    color: var(--body-link-hover);
  }
}

.btn *, .svg-element-ui *, .svg__ui, [data-dialog-close] *, [data-dialog-trigger] *, [data-item-remove] *, [data-quick-view] *, a[data-target] *, button > * {
  pointer-events: none;
}

p {
  margin: 0 0 20px;
}

p:empty {
  margin: 0;
}

strong {
  font-weight: var(--font-bold);
}

#admin-bar-iframe, .hide {
  display: none !important;
}

dl, ol, ul {
  margin: 0;
  padding: 0;
  -webkit-padding-start: var(--gutter-sm);
  padding-inline-start: var(--gutter-sm);
}

dl li, ol li, ul li {
  margin-bottom: 7px;
}

dl li:last-child, ol li:last-child, ul li:last-child {
  margin-bottom: 0;
}

.list-inline, .list-style, .list-style-select {
  list-style: none;
}

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

sub {
  bottom: -.25rem;
}

sup {
  top: -.5rem;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

.pointer {
  cursor: pointer;
}

dialog {
  color: transparent;
}

.alert-success {
  color: #028d02;
}

.error, .errors {
  color: #a60000;
}

.errors {
  margin: 0 0 var(--gutter-md);
}

.errors ul {
  padding: 0;
  list-style: none;
}

.errors ul li {
  text-indent: 0;
}

.note .errors {
  color: #a60000;
  font-style: italic;
}

.success {
  margin: 0 0 var(--gutter-md);
}

video {
  max-width: 100%;
}

table {
  border-collapse: collapse;
  width: 100%;
}

form, table th {
  text-align: start;
}

form {
  display: block;
  margin: 0;
}

input, select, textarea {
  border: 1px solid var(--body-border-color);
  background-color: var(--body-bg-color);
  color: var(--body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 25px;
  font-size: var(--body-font-size);
  font-weight: var(--font-body-weight);
  padding: var(--gutter-xxs) var(--gutter-xs);
  font-family: var(--body-font);
}

input, input:focus, select, select:focus, textarea, textarea:focus {
  outline: none;
  box-shadow: none;
}

input[type=button], input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  max-width: 100%;
  height: 47px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a9a9a9;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a9a9a9;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a9a9a9;
}

input::placeholder, textarea::placeholder {
  color: #a9a9a9;
}

input {
  height: 47px;
}

textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 158px;
}

.select-group {
  position: relative;
}

.select-group select {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid var(--body-border-color);
  background-color: var(--body-bg-color);
  -webkit-padding-end: var(--gutter-xlg);
  padding-inline-end: var(--gutter-xlg);
}

.select-group svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 1;
  color: var(--body-color);
  pointer-events: none;
}

.select-group svg path {
  fill: currentColor;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: start !important;
}

.text-right {
  text-align: end !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-underline {
  text-decoration: underline !important;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.vertical_align-top {
  align-items: flex-start;
  align-self: flex-start;
}

.vertical_align-middle {
  align-items: center;
  align-self: center;
}

.vertical_align-bottom {
  align-items: flex-end;
  align-self: flex-end;
}

button {
  border: none;
  outline: none;
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  font-weight: var(--font-body-weight);
  font-family: var(--body-font);
}

button:focus {
  box-shadow: 0 0 0 #fff;
}

.btn {
  display: block;
  padding: 14px 10px;
  text-align: center;
  box-shadow: none;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
  font-family: var(--body-font);
  transition: background .25s ease-in-out,color .25s ease-in-out,border .25s ease-in-out;
}

.btn, .btn-1 {
  font-weight: var(--font-bold);
}

.btn-1 {
  font-size: var(--btn1-fs);
  color: var(--btn1-cl);
  background: var(--btn1-bg-cl);
  border: var(--btn1-border-width) solid var(--btn1-border-cl);
  border-radius: 25px;
}

@media (min-width: 1025px) {
  .btn-1:hover {
    text-decoration: none;
    color: var(--btn1-hover-cl);
    background: var(--btn1-hover-bg-cl);
    border-color: var(--btn1-hover-border-cl);
  }
}

a.btn-1 {
  color: var(--btn1-cl);
}

@media (min-width: 1025px) {
  a.btn-1:hover {
    color: var(--btn1-hover-cl);
  }
}

.btn-2 {
  font-size: var(--btn2-fs);
  font-weight: var(--font-bold);
  color: var(--btn2-cl);
  background: var(--btn2-bg-cl);
  border: var(--btn2-border-width) solid var(--btn2-border-cl);
  border-radius: 25px;
}

@media (min-width: 1025px) {
  .btn-2:hover {
    text-decoration: none;
    color: var(--btn2-hover-cl);
    background: var(--btn2-hover-bg-cl);
    border-color: var(--btn2-hover-border-cl);
  }
}

a.btn-2 {
  color: var(--btn2-cl);
}

@media (min-width: 1025px) {
  a.btn-2:hover {
    color: var(--btn2-hover-cl);
  }
}

.shopify-challenge__container {
  padding: 60px 0;
}

.shopify-challenge__container .shopify-challenge__button.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  text-decoration: none;
  height: auto;
  padding: 13px var(--gutter-lg);
  margin-top: var(--gutter-sm);
  cursor: pointer;
  font-family: var(--body-font);
  font-size: var(--btn1-fs);
  font-weight: var(--font-bold);
  color: var(--btn1-cl);
  background: var(--btn1-bg-cl);
  border: var(--btn1-border-width) solid var(--btn1-border-cl);
  border-radius: 25px;
  transition: background .25s ease-in-out,color .25s ease-in-out,border .25s ease-in-out;
}

@media (min-width: 1025px) {
  .shopify-challenge__container .shopify-challenge__button.btn:hover {
    color: var(--btn1-hover-cl);
    background: var(--btn1-hover-bg-cl);
    border-color: var(--btn1-hover-border-cl);
  }
}

img {
  max-width: 100%;
}

img.img-lazy {
  position: absolute;
  left: 0;
  top: 0;
}

img.lazyload:not([src]) {
  opacity: 0;
}

.image-desktop {
  display: none;
}

@media (min-width: 768px) {
  .image-desktop {
    display: block;
  }
}

@media (min-width: 768px) {
  .image-mobile {
    display: none;
  }
}

.overlay-ui {
  position: absolute;
  left: 0;
  top: 0;
}

.f-break {
  width: 100vw !important;
  position: relative;
  left: calc(-50vw - -50%);
  flex: 0 0 100vw;
  max-width: 100vw;
}

@media (max-width: 767px) {
  .f-break-mobile {
    width: 100vw !important;
    position: relative;
    left: calc(-50vw - -50%);
    flex: 0 0 100vw;
    max-width: 100vw;
  }
}

.placeholder-svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: block;
}

.svg-element-ui {
  display: flex;
  align-items: center;
  justify-content: center;
}

.position-absolute {
  position: absolute;
}

.d-grid > div {
  min-width: 0;
}

.slider-container:not(.slider-initialized) .slider-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.visibility-hidden {
  visibility: hidden;
}

.position-relative {
  position: relative !important;
}

.position-unset {
  position: unset !important;
}

.cursor-pointer {
  cursor: pointer;
}

.m-auto {
  margin: auto;
}

.m-0 {
  margin: 0;
}

.collapse {
  height: 0;
  transition: height .2s;
}

.collapse, .overflow-hidden {
  overflow: hidden;
}

html.no-js .no-js-hidden {
  display: none !important;
}

.object-fit-cover img {
  -o-object-fit: cover;
  object-fit: cover;
}

html.no-js .image__style {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

html.js .image__style {
  background-image: unset !important;
}

.grid-1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid-6 {
  grid-template-columns: repeat(6, 1fr);
}

.grid-7 {
  grid-template-columns: repeat(7, 1fr);
}

.grid-8 {
  grid-template-columns: repeat(8, 1fr);
}

.grid-9 {
  grid-template-columns: repeat(9, 1fr);
}

.grid-10 {
  grid-template-columns: repeat(10, 1fr);
}

.grid-11 {
  grid-template-columns: repeat(11, 1fr);
}

.grid-12 {
  grid-template-columns: repeat(12, 1fr);
}

@media (min-width: 576px) {
  .grid-sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-sm-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-sm-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-sm-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-sm-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-sm-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-sm-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (min-width: 768px) {
  .grid-md-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-md-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-md-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-md-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-md-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-md-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-md-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-md-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-md-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (min-width: 992px) {
  .grid-lg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-lg-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-lg-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-lg-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-lg-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-lg-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-lg-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (min-width: 1200px) {
  .grid-xl-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-xl-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-xl-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-xl-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-xl-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-xl-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-xl-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-xl-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-xl-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-xl-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-xl-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-xl-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

.grid-gap-5 {
  grid-gap: 5px;
}

.grid-gap-10 {
  grid-gap: 10px;
}

.grid-gap-15 {
  grid-gap: 15px;
}

.grid-gap-20 {
  grid-gap: 20px;
}

.grid-gap-25 {
  grid-gap: 25px;
}

.grid-gap-30 {
  grid-gap: 30px;
}

@media (min-width: 768px) {
  .grid-gap-md-5 {
    grid-gap: 5px;
  }
  .grid-gap-md-10 {
    grid-gap: 10px;
  }
  .grid-gap-md-15 {
    grid-gap: 15px;
  }
  .grid-gap-md-20 {
    grid-gap: 20px;
  }
  .grid-gap-md-25 {
    grid-gap: 25px;
  }
  .grid-gap-md-30 {
    grid-gap: 30px;
  }
}

/*.catalog-mode .header-cart, .catalog-mode .people-in-cart, .catalog-mode .product-card_actions, .catalog-mode .product-card_price_action, .catalog-mode .product-details_price, .catalog-mode .product-form_dynamic-checkout, .catalog-mode .product-form_wrapper, .catalog-mode .product-price, .catalog-mode .search-resutls_item-price, .catalog-mode .shipping-time {
  display: none !important;
}*/

.catalog-mode .bundled-items .action-bundle, .catalog-mode .bundled-items .price {
  display: none;
}

.catalog-mode .product-card .product-card_media {
  margin-bottom: 0;
}

.section-wrapper, .tab-heading {
  position: relative;
}

.tab-heading {
  padding: 0 0 7px;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  align-items: center;
  overflow-y: hidden;
  overflow-x: auto;
}

.tab-heading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  height: 1px;
  width: 100%;
  background: var(--body-border-color);
}

.tab-heading.align-center li:first-child {
  -webkit-margin-start: auto;
  margin-inline-start: auto;
}

.tab-heading.align-center li:last-child {
  -webkit-margin-end: auto;
  margin-inline-end: auto;
}

.tab-heading.align-right li:first-child {
  -webkit-margin-start: auto;
  margin-inline-start: auto;
}

.tab-heading li {
  list-style: none;
  margin: 0;
  padding: 0 var(--gutter-xxs);
}

@media (min-width: 992px) {
  .tab-heading li {
    padding: 0 13px;
  }
}

.tab-heading li:first-child {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

.tab-heading li:last-child {
  -webkit-padding-end: 0;
  padding-inline-end: 0;
}

.tab-heading li a {
  border: none;
  font-family: var(--heading-font);
  font-size: var(--heading-size-h5);
  color: var(--section-heading-cl);
  padding: 0 0 8px;
  position: relative;
  display: block;
}

.tab-heading li a:before {
  bottom: -1px;
  height: 2px;
  width: 0;
}

.tab-heading li a:after, .tab-heading li a:before {
  content: "";
  position: absolute;
  left: 50%;
  background: var(--main-color);
  z-index: 1;
  transition: all .35s ease-in-out;
}

.tab-heading li a:after {
  bottom: -5px;
  height: 6px;
  width: 10px;
  border-radius: 0 0 10px 10px;
  transform: translate(-50%);
  visibility: hidden;
  opacity: 0;
}

.tab-heading li a.active {
  font-weight: 600;
}

.tab-heading li a.active:before {
  left: 0;
  right: 0;
  width: 100%;
}

.tab-heading li a.active:after {
  visibility: visible;
  opacity: 1;
}

@media (hover: hover) {
  .tab-heading li a:hover:before {
    left: 0;
    right: 0;
    width: 100%;
  }
  .tab-heading li a:hover:after {
    visibility: visible;
    opacity: 1;
  }
}

.tab-heading.tab-heading-2, .tab-heading.tab-heading-3 {
  padding: 0 0 14px;
}

.tab-heading.tab-heading-2:after, .tab-heading.tab-heading-3:after {
  bottom: 0;
}

.tab-heading.tab-heading-2 li, .tab-heading.tab-heading-3 li {
  padding: 0 2px;
}

.tab-heading.tab-heading-2 li a, .tab-heading.tab-heading-3 li a {
  margin: 0;
  padding: 2px 8px;
  border: 2px solid transparent;
  font-weight: var(--font-body-weight);
  font-size: calc(var(--body-font-size) + 1px);
  border-radius: 13px;
}

@media (min-width: 1000px) {
  .tab-heading.tab-heading-2 li a, .tab-heading.tab-heading-3 li a {
    padding: 2px 19px;
  }
}

.tab-heading.tab-heading-2 li a:after, .tab-heading.tab-heading-2 li a:before, .tab-heading.tab-heading-3 li a:after, .tab-heading.tab-heading-3 li a:before {
  content: none;
}

.tab-heading.tab-heading-2 li a.active, .tab-heading.tab-heading-3 li a.active {
  border-color: var(--main-color);
}

@media (hover: hover) {
  .tab-heading.tab-heading-2 li a:hover, .tab-heading.tab-heading-3 li a:hover {
    border-color: var(--main-color);
  }
}

.tab-heading.tab-heading-3 li a.active {
  background: var(--main-color);
  font-weight: var(--font-bold);
}

.section-header + .section-body .tab-heading:after {
  content: none;
}

@media (min-width: 1025px) {
  .section-header + .section-body .tab-heading.align-center {
    position: absolute;
    left: 50%;
    top: 8px;
    transform: translate(-50%);
  }
}

@media (min-width: 1025px) {
  .section-header + .section-body .tab-heading.align-end {
    position: absolute;
    top: 8px;
    right: 0;
  }
}

@media (min-width: 1025px) {
  .section-header + .section-body .tab-heading.tab-heading-2, .section-header + .section-body .tab-heading.tab-heading-3 {
    top: 1px;
  }
}

.section-header + .section-body .tab-heading.tab-heading-1:after {
  content: "";
}

@media (min-width: 1025px) {
  .section-header + .section-body .tab-heading.tab-heading-1:after {
    content: none;
  }
}

.slider-controls {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-tap-highlight-color: transparent;
}

.slider-controls, .slider-controls button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.slider-controls button {
  width: 20px;
  height: 30px;
}

.slider-controls button:before {
  content: "";
  width: 14px;
  height: 14px;
  background: var(--body-color);
}

.slider-controls button.slider-next-button:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 10 18'%3E%3Cpath d='M9.692 8.358L1.598.266a.912.912 0 00-1.287 0 .907.907 0 000 1.284L7.763 9 .312 16.45a.908.908 0 000 1.284.912.912 0 001.287 0l8.094-8.092a.917.917 0 000-1.284z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 10 18'%3E%3Cpath d='M9.692 8.358L1.598.266a.912.912 0 00-1.287 0 .907.907 0 000 1.284L7.763 9 .312 16.45a.908.908 0 000 1.284.912.912 0 001.287 0l8.094-8.092a.917.917 0 000-1.284z'/%3E%3C/svg%3E");
}

.slider-controls button.slider-prev-button:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 240.823 240.823'%3E%3Cpath d='M57.633 129.007L165.93 237.268c4.752 4.74 12.451 4.74 17.215 0 4.752-4.74 4.752-12.439 0-17.179l-99.707-99.671 99.695-99.671c4.752-4.74 4.752-12.439 0-17.191-4.752-4.74-12.463-4.74-17.215 0L57.621 111.816c-4.679 4.691-4.679 12.511.012 17.191z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 240.823 240.823'%3E%3Cpath d='M57.633 129.007L165.93 237.268c4.752 4.74 12.451 4.74 17.215 0 4.752-4.74 4.752-12.439 0-17.179l-99.707-99.671 99.695-99.671c4.752-4.74 4.752-12.439 0-17.191-4.752-4.74-12.463-4.74-17.215 0L57.621 111.816c-4.679 4.691-4.679 12.511.012 17.191z'/%3E%3C/svg%3E");
}

.slider-controls button[disabled] {
  opacity: .5;
  cursor: not-allowed;
}

.controls-position-2 .slider-wrapper {
  position: relative;
}

.controls-position-2 .slider-controls {
  position: static;
}

.controls-position-2 .slider-controls button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.controls-position-2 .slider-controls .slider-prev-button {
  left: 0;
}

.controls-position-2 .slider-controls .slider-next-button {
  right: 0;
}

.slide_ui-controls--dot, .tns-nav {
  text-align: center;
  margin: var(--gutter-sm) auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.slide_ui-controls--dot button, .tns-nav button {
  width: 8px;
  height: 8px;
  opacity: 1;
  padding: 0;
  margin: 0 7px;
  background: #888585;
  border-radius: 50%;
  cursor: pointer;
  transition: all .35s ease-in-out;
}

.slide_ui-controls--dot button.tns-nav-active, .tns-nav button.tns-nav-active {
  background: var(--main-color);
  width: 30px;
  border-radius: 4px;
}

.slider-container:not(.slider-initialized) {
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: -35px;
  padding-bottom: 35px;
}

.section-breadcrumb {
  background: var(--breadcrumb-bg-color);
  padding: var(--gutter-xxs) 0;
  margin-bottom: var(--gutter-md);
}

.section-breadcrumb .breadcrumb-list {
  padding: 0;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
}

.section-breadcrumb .breadcrumb-list li {
  list-style: none;
  text-indent: 0;
  margin: 0;
}

.section-breadcrumb .breadcrumb-list li a {
  color: var(--breadcrumb-color-1);
  white-space: nowrap;
  font-size: var(--body-font-size);
}

@media (hover: hover) {
  .section-breadcrumb .breadcrumb-list li a:hover {
    color: var(--body-link-hover);
  }
}

.section-breadcrumb .breadcrumb-list li.active, .section-breadcrumb .breadcrumb-list li.active a {
  color: var(--breadcrumb-color-2);
}

.section-breadcrumb .breadcrumb-list li.svg-element-ui {
  padding: 0 8px;
}

.section-breadcrumb .breadcrumb-list li svg {
  width: 10px;
  height: 10px;
  color: var(--breadcrumb-color-1);
}

.page-template {
  margin-bottom: var(--gutter-lg);
}

.bg__lazy {
  background-size: contain;
  background-repeat: no-repeat;
  -o-object-fit: contain;
  object-fit: contain;
  background-position: 50%;
}

.deal-progress {
  margin-top: var(--gutter-xs);
  width: 100%;
}

.deal-progress .deal-stock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: start;
  margin-bottom: 8px;
}

.deal-progress .deal-stock .stock-available {
  text-align: end;
}

.deal-progress .progress {
  background-color: #eee;
  height: 20px;
  margin: 0;
  border-radius: 10px;
  box-shadow: 0 0 0 #fff;
}

.deal-progress .progress .progress-bar {
  display: block;
  height: 100%;
  background: var(--main-color);
  border-radius: 10px;
  transition: width .6s ease-in-out;
}

.countdown-html {
  display: flex;
  justify-content: center;
  text-align: center;
}

.countdown-html .countdown-section {
  position: relative;
  padding: 0 var(--gutter-xxs);
}

.countdown-html .countdown-section:not(:last-child):after {
  content: ":";
  position: absolute;
  top: 3px;
  right: -3px;
  font-size: 20px;
  z-index: 1;
}

.countdown-html .countdown-value {
  background: #eee;
  color: #333e48;
  font-size: 20px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  padding: 5px var(--gutter-xxs);
  display: block;
}

.countdown-html .countdown-text {
  margin-top: 5px;
  display: block;
  text-transform: uppercase;
  font-size: calc(var(--body-font-size) - 2px);
}

#back-to-top {
  position: fixed;
  right: 40px;
  bottom: 80px;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 8;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--btn1-bg-cl);
  color: var(--btn1-cl);
  border: none;
  -webkit-animation: mmfadeIn .5s ease-in-out;
  animation: mmfadeIn .5s ease-in-out;
}

#back-to-top svg {
  color: inherit;
}

#back-to-top svg path {
  fill: currentColor;
}

#back-to-top.show {
  display: flex;
}

.article-template_content > *, .page-default .page-body > *, .product-tabs .tab-item > * {
  margin: 0 0 var(--gutter-sm);
}

.article-template_content > :last-child, .page-default .page-body > :last-child, .product-tabs .tab-item > :last-child {
  margin-bottom: 0;
}

.article-template_content blockquote, .page-default .page-body blockquote, .product-tabs .tab-item blockquote {
  padding: var(--gutter-lg) 5%;
  position: relative;
  font-size: calc(var(--body-font-size) + 4px);
}

.article-template_content blockquote:before, .page-default .page-body blockquote:before, .product-tabs .tab-item blockquote:before {
  content: "";
  position: absolute;
  left: 2%;
  top: 0;
  background: var(--main-color);
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='quote-left' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='quote-left' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z'/%3E%3C/svg%3E");
}

.article-template_content blockquote p:last-of-type, .page-default .page-body blockquote p:last-of-type, .product-tabs .tab-item blockquote p:last-of-type {
  margin-bottom: 0;
}

.article-template_content table, .page-default .page-body table, .product-tabs .tab-item table {
  border: 1px solid var(--body-border-color);
}

.article-template_content table tr:not(:last-child) td, .page-default .page-body table tr:not(:last-child) td, .product-tabs .tab-item table tr:not(:last-child) td {
  border-bottom: 1px solid var(--body-border-color);
}

.article-template_content table tr td:not(:last-child), .page-default .page-body table tr td:not(:last-child), .product-tabs .tab-item table tr td:not(:last-child) {
  border-inline-end-width: 1px;
  border-inline-end-style: solid;
  border-inline-end-color: var(--body-border-color);
}

.article-template_content table tr td, .page-default .page-body table tr td, .product-tabs .tab-item table tr td {
  padding: var(--gutter-xxs) var(--gutter-sm);
}

.section-wrapper:not(.no-padding) .slider-list.row {
  margin: -15px;
}

.section-wrapper:not(.no-padding) .slider-list.row > div {
  padding: 15px;
}

#dark .electro-mode-switcher .changecolor {
  color: #333e48;
}

#dark .electro-mode-switcher .changecolor.light {
  color: #fff;
}

#dark .electro-mode-switcher:after {
  transform: translateY(93%);
}

.electro-mode-switcher {
  position: fixed;
  left: 5px;
  top: calc(50% + 65px);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  min-width: 60px;
  z-index: 99;
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 3px;
  cursor: pointer;
}

@media (min-width: 992px) {
  .electro-mode-switcher {
    display: none;
    /*display: flex;*/
  }
}

.electro-mode-switcher:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 0;
  right: 3px;
  border-radius: 3px;
  background: #fff;
  height: 50%;
  z-index: -1;
  transform: translateY(7%);
  transition: all .35s ease-in-out;
}

.electro-mode-switcher .changecolor {
  color: #333e48;
  font-weight: 600;
  font-size: 13px;
  border-radius: 3px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--gutter-xxs) 5px;
  position: relative;
  transition: all .35s ease-in-out;
}

.electro-mode-switcher .changecolor.dark {
  color: #fff;
}

.home-demos .home-demos-icon {
  position: fixed;
  left: 5px;
  top: 50%;
  margin-bottom: var(--gutter-lg);
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border-radius: 3px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  padding: var(--gutter-xxs) 5px;
  z-index: 99;
  cursor: pointer;
  transition: all .35s ease-in-out;
}

@media (min-width: 992px) {
  .home-demos .home-demos-icon {
    display: flex;
  }
}

.home-demos .home-demos-icon svg {
  color: currentColor;
}

.home-demos .home-demos-icon svg path {
  fill: currentColor;
}

@media (hover: hover) {
  .home-demos .home-demos-icon:hover {
    background: #0073aa;
  }
}

.home-demos .home-demos-icon span {
  text-transform: uppercase;
  margin-top: 3px;
  font-weight: 600;
  font-size: 11px;
}

.home-demos .home-demos-close {
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 101;
  color: #333e48;
  display: none;
  cursor: pointer;
}

.home-demos .home-demos-close svg {
  color: currentColor;
}

.home-demos .home-demos-close svg path {
  fill: currentColor;
}

.home-demos .home-demos-content-inner {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  transform: translateY(-30px);
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: all .35s ease-in-out;
}

.home-demos.active .home-demos-close {
  display: flex;
}

.home-demos.active .home-demos-content-inner {
  display: block;
  transform: translate(0);
  visibility: visible;
  opacity: 1;
}

.home-demos .home-demo-content {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}

.home-demos .home-demo-block {
  padding-left: 60px;
  padding-right: 60px;
}

.home-demos .hdb-title {
  max-width: 1080px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}

.home-demos .hdb-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: #ddd;
  height: 2px;
  z-index: -1;
}

.home-demos .hdb-title span {
  background: #fff;
  padding: 0 var(--gutter-xs);
  text-transform: uppercase;
  color: #333e48;
  font-weight: var(--font-bold);
  font-size: 16px;
}

.home-demos .hdb-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

@media (min-width: 1400px) {
  .home-demos .hdb-items {
    grid-template-columns: repeat(6, 1fr);
  }
}

.home-demos .item {
  text-align: center;
  background: #fff;
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all .35s ease-in-out;
}

.home-demos .item .text {
  display: block;
  text-align: center;
  padding: var(--gutter-xxs) 5px;
  font-size: 13px;
  color: #333e48;
}

.home-demos .item > a {
  display: block;
}

.home-demos .item .image {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.home-demos .item .image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

@media (hover: hover) {
  .home-demos .item:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  }
}

.header-menu > .menu-list > li .dropdown-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 222px;
  /*width: 245px;*/
  border: 1px solid var(--body-border-color);
  background: var(--nav-dropdown-background);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 10px 10px;
  /*margin: 0;*/
  margin-top: -15px !important;
  padding: 0px 0px;
  z-index: 10;
  display: none;
  -webkit-animation: mmfadeIn .35s ease-in-out;
  animation: mmfadeIn .35s ease-in-out;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

.header-menu > .menu-list > li .dropdown-menu:before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  height: 2px;
  background: var(--main-color);
}

.header-menu > .menu-list > li .dropdown-menu li > .menu-item_wrapper > a, .header-menu > .menu-list > li .dropdown-menu li > a {
  font-size: var(--nav-sub-font-size);
  color: var(--nav-dropdown-link-color);
  padding: 6px 0;
  display: block;
}

.header-menu > .menu-list > li .dropdown-menu--sublinks li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
 /* padding: 0 var(--gutter-sm);*/
  position: relative;
}

.header-menu > .menu-list > li .dropdown-menu--sublinks li svg {
  flex: 0 0 6px;
  width: 6px;
  color: var(--nav-dropdown-link-color);
  transition: all .35s ease-in-out;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
}

.header-menu > .menu-list > li .dropdown-menu--sublinks li .menu-item_wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.header-menu > .menu-list > li .dropdown-menu--sublinks li .dropdown-menu {
 /* top: 0;*/
  top: 10px;
  left: 100%;
}

.header-menu > .menu-list > li .dropdown-menu--sublinks li.flyout-left .menu-item_wrapper {
  justify-content: flex-start;
}

.header-menu > .menu-list > li .dropdown-menu--sublinks li.flyout-left .menu-item_wrapper > a {
  order: 2;
}

.header-menu > .menu-list > li .dropdown-menu--sublinks li.flyout-left .menu-item_wrapper > svg {
  order: 1;
  transform: rotate(180deg);
  margin: 0;
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}

.header-menu > .menu-list > li .dropdown-menu--sublinks li.flyout-left .dropdown-menu {
  left: auto;
  right: 100%;
}

.header-menu > .menu-list > li .dropdown-menu--sublinks li.open > .menu-item_wrapper > a, .header-menu > .menu-list > li .dropdown-menu--sublinks li.open > .menu-item_wrapper svg, .header-menu > .menu-list > li .dropdown-menu--sublinks li.open > a {
  color: var(--nav-dropdown-link-hover-color);
}

.header-menu > .menu-list > li .dropdown-menu--sublinks li.open > .dropdown-menu {
  display: block;
}

.header-menu > .menu-list > li .dropdown-menu--mega {
  padding: var(--gutter-sm);
  top: auto;
}

.header-menu > .menu-list > li .dropdown-menu--mega h4 {
  color: var(--nav-dropdown-link-color);
  font-weight: var(--font-bold);
  font-size: calc(var(--nav-sub-font-size) + 2px);
  padding-bottom: 6px;
  margin-bottom: 5px;
}

.header-menu > .menu-list > li .dropdown-menu--mega h4.menu-item_wrap {
  padding-bottom: 0;
  margin-bottom: 0;
}

.header-menu > .menu-list > li .dropdown-menu--mega h4 a {
  font-size: inherit;
  color: inherit;
  padding: 7.4px 0;
  display: inline-block;
}

.header-menu > .menu-list > li .dropdown-menu--mega .widget-mega-product h4 {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.header-menu > .menu-list > li .dropdown-menu--mega .dropdown-menu_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.header-menu > .menu-list > li .dropdown-menu--mega .dropdown-menu_wrapper .mega-menu_widget {
  padding: 0 15px 15px;
}

@media (hover: hover) {
  .header-menu > .menu-list > li .dropdown-menu--mega li:hover > a {
    color: var(--nav-dropdown-link-hover-color);
  }
}

.header-menu > .menu-list > li .banner-item a, .header-menu > .menu-list > li .product-card {
  padding: 0;
}

.header-menu > .menu-list > li .product-card:after, .header-menu > .menu-list > li .product-card:before {
  content: none;
}

.header-menu > .menu-list > li .product-card .product-card_price_action {
  padding-bottom: 0;
  border: none;
}

.header-menu > .menu-list > li.open > .menu-item_wrapper > a, .header-menu > .menu-list > li.open > .menu-item_wrapper svg, .header-menu > .menu-list > li.open > a {
  color: var(--nav-link-hover-color);
}

.header-menu > .menu-list > li.open > .dropdown-menu {
  display: block;
}

@media (min-width: 1441px) {
  .fix-container .header-vertical-menu > .menu-list .dropdown-menu--mega.width-100 {
    width: 900px;
  }
}

@media (min-width: 1441px) {
  .fix-container .header-vertical-menu > .menu-list .dropdown-menu--mega.width-75 {
    width: 675px;
  }
}

@media (min-width: 1441px) {
  .fix-container .header-vertical-menu > .menu-list .dropdown-menu--mega.width-50 {
    width: 450px;
  }
}

@media (min-width: 1441px) {
  .fix-container .header-vertical-menu > .menu-list .dropdown-menu--mega.width-25 {
    width: 225px;
  }
}

@media (min-width: 1441px) {
  .fix-container .header-style-5 .header-vertical-menu > .menu-list .dropdown-menu--mega.width-100 {
    width: 684px;
  }
}

@media (min-width: 1441px) {
  .fix-container .header-style-5 .header-vertical-menu > .menu-list .dropdown-menu--mega.width-75 {
    width: 513px;
  }
}

@media (min-width: 1441px) {
  .fix-container .header-style-5 .header-vertical-menu > .menu-list .dropdown-menu--mega.width-50 {
    width: 342px;
  }
}

@media (min-width: 1441px) {
  .fix-container .header-style-5 .header-vertical-menu > .menu-list .dropdown-menu--mega.width-25 {
    width: 171px;
  }
}

.header-desk .container-fluid .header-vertical-menu > .menu-list .dropdown-menu--mega.width-100 {
  width: calc(100vw - 320px);
}

.header-desk .container-fluid .header-vertical-menu > .menu-list .dropdown-menu--mega.width-75 {
  width: calc(75vw - 240px);
}

.header-desk .container-fluid .header-vertical-menu > .menu-list .dropdown-menu--mega.width-50 {
  width: calc(50vw - 160px);
}

.header-desk .container-fluid .header-vertical-menu > .menu-list .dropdown-menu--mega.width-25 {
  width: calc(25vw - 80px);
}

.header-vertical-menu > .menu-list .dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  min-height: 100%;
  background: var(--nav-dropdown-background);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  -webkit-animation: mmfadeIn .35s ease-in-out;
  animation: mmfadeIn .35s ease-in-out;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 10px 10px;
  padding: 12px 0;
  width: 270px;
}

.header-vertical-menu > .menu-list .dropdown-menu:before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  height: 2px;
  background: var(--main-color);
}

.header-vertical-menu > .menu-list .dropdown-menu:after {
  content: "";
  position: absolute;
  left: -13px;
  top: 0;
  bottom: 0;
  background: transparent;
  width: 15px;
}

.header-vertical-menu > .menu-list .dropdown-menu .dropdown-menu_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.header-vertical-menu > .menu-list .dropdown-menu .dropdown-menu_wrapper > .mega-menu_widget {
  padding: 0 15px 15px;
}

.header-vertical-menu > .menu-list .dropdown-menu li {
  padding: 0 var(--gutter-sm);
}

.header-vertical-menu > .menu-list .dropdown-menu li .menu-item_wrapper {
  align-items: center;
}

.header-vertical-menu > .menu-list .dropdown-menu li .menu-item_wrapper svg {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  color: var(--nav-dropdown-link-color);
}

.header-vertical-menu > .menu-list .dropdown-menu li.open .menu-item_wrapper > a, .header-vertical-menu > .menu-list .dropdown-menu li.open .menu-item_wrapper svg {
  color: var(--nav-dropdown-link-hover-color);
}

.header-vertical-menu > .menu-list .dropdown-menu li.open .dropdown-menu {
  display: block;
}

.header-vertical-menu > .menu-list .dropdown-menu a {
  font-size: var(--nav-sub-font-size);
}

@media (hover: hover) {
  .header-vertical-menu > .menu-list .dropdown-menu .menu-list > li:hover > a {
    font-weight: var(--font-body-weight);
    color: var(--nav-dropdown-link-hover-color);
  }
}

.header-vertical-menu > .menu-list .dropdown-menu--mega {
  padding: var(--gutter-sm);
  min-height: 100%;
  height: auto;
}

.header-vertical-menu > .menu-list .dropdown-menu--mega.width-100 {
  width: 680px;
}

@media (min-width: 1200px) {
  .header-vertical-menu > .menu-list .dropdown-menu--mega.width-100 {
    width: 900px;
  }
}

@media (min-width: 1441px) {
  .header-vertical-menu > .menu-list .dropdown-menu--mega.width-100 {
    width: 1140px;
  }
}

.header-vertical-menu > .menu-list .dropdown-menu--mega.width-75 {
  width: 510px;
}

@media (min-width: 1200px) {
  .header-vertical-menu > .menu-list .dropdown-menu--mega.width-75 {
    width: 675px;
  }
}

@media (min-width: 1441px) {
  .header-vertical-menu > .menu-list .dropdown-menu--mega.width-75 {
    width: 855px;
  }
}

.header-vertical-menu > .menu-list .dropdown-menu--mega.width-50 {
  width: 340px;
}

@media (min-width: 1200px) {
  .header-vertical-menu > .menu-list .dropdown-menu--mega.width-50 {
    width: 450px;
  }
}

@media (min-width: 1441px) {
  .header-vertical-menu > .menu-list .dropdown-menu--mega.width-50 {
    width: 570px;
  }
}

.header-vertical-menu > .menu-list .dropdown-menu--mega.width-25 {
  width: 170px;
}

@media (min-width: 1200px) {
  .header-vertical-menu > .menu-list .dropdown-menu--mega.width-25 {
    width: 225px;
  }
}

@media (min-width: 1441px) {
  .header-vertical-menu > .menu-list .dropdown-menu--mega.width-25 {
    width: 285px;
  }
}

.header-vertical-menu > .menu-list .dropdown-menu--mega h4 {
  font-weight: var(--font-bold);
  font-size: calc(var(--nav-sub-font-size) + 2px);
  padding-bottom: 6px;
  margin-bottom: 5px;
}

.header-vertical-menu > .menu-list .dropdown-menu--mega h4.menu-item_wrap {
  padding-bottom: 0;
  margin-bottom: 0;
}

.header-vertical-menu > .menu-list .dropdown-menu--mega h4.menu-item_wrap a {
  font-size: inherit;
  font-weight: inherit;
}

.header-vertical-menu > .menu-list .dropdown-menu--mega .widget-mega-product h4 {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.header-vertical-menu > .menu-list .dropdown-menu--mega li {
  margin: 0;
  padding: 0;
}

.header-vertical-menu > .menu-list .dropdown-menu--mega .banner-item a {
  padding: 0;
  display: block;
}

.header-vertical-menu > .menu-list .dropdown-menu--mega .product-card, .header-vertical-menu > .menu-list .dropdown-menu--mega .product-card a {
  padding: 0;
}

.header-vertical-menu > .menu-list .dropdown-menu--mega .product-card:after, .header-vertical-menu > .menu-list .dropdown-menu--mega .product-card:before {
  content: none;
}

.header-vertical-menu > .menu-list .dropdown-menu--mega .product-card .product-card_price_action {
  padding: 0;
  border: none;
}

@media (hover: hover) {
  .header-vertical-menu > .menu-list .dropdown-menu--mega .product-card:hover .product-card_price_action {
    border: none;
  }
}

@media (min-width: 992px) {
  .off-canvas-active {
    transform: translateX(250px);
    overflow: hidden;
  }
  .off-canvas-active #main-content:after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(37, 41, 51, 0.2);
    z-index: 99;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.4s cubic-bezier(0, 0, 0.2, 1), visibility 0.4s cubic-bezier(0, 0, 0.2, 1);
  }
}

.off-canvas-navigation-wrapper.toggled .navbar-toggle-close {
  display: flex;
  align-items: center;
}

.off-canvas-navigation-wrapper.toggled .navbar-toggle-hamburger {
  display: none;
}

.off-canvas-navigation-wrapper .header-toggle-menu {
  position: fixed;
  left: -250px;
  top: 0;
  bottom: 0;
  width: 250px;
  background: #333;
  border-top: 2px solid var(--main-color);
  z-index: 100;
  display: none;
}

@media (min-width: 992px) {
  .off-canvas-navigation-wrapper .header-toggle-menu {
    display: block;
  }
}

.off-canvas-navigation-wrapper .header-toggle-menu > .menu-list {
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100vh;
}

.off-canvas-navigation-wrapper .header-toggle-menu > .menu-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px #d4d4d4;
  -webkit-box-shadow: inset 0 0 #d4d4d4;
  background-color: #d4d4d4;
  border-radius: 5px;
}

.off-canvas-navigation-wrapper .header-toggle-menu > .menu-list::-webkit-scrollbar {
  width: 4px;
  background-color: #d4d4d4;
  border-radius: 5px;
}

.off-canvas-navigation-wrapper .header-toggle-menu > .menu-list::-webkit-scrollbar-thumb {
  background-color: #757575;
  border-radius: 5px;
}

.off-canvas-navigation-wrapper .header-toggle-menu > .menu-list li {
  list-style: none;
  border-bottom: 1px solid #262626;
}

@media (hover: hover) {
  .off-canvas-navigation-wrapper .header-toggle-menu > .menu-list li:not(.dropdown):hover .menu-item_wrapper.third-miw, .off-canvas-navigation-wrapper .header-toggle-menu > .menu-list li:not(.dropdown):hover > a {
    background: #5f5f5f;
    box-shadow: inset -2px 0 4px -1px rgba(0, 0, 0, 0.6);
  }
}

.off-canvas-navigation-wrapper .header-toggle-menu > .menu-list .menu-item_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-padding-end: 13px;
  padding-inline-end: 13px;
}

.off-canvas-navigation-wrapper .header-toggle-menu > .menu-list .menu-item_wrapper:not(.third-miw) > a {
  font-weight: var(--font-bold);
}

.off-canvas-navigation-wrapper .header-toggle-menu > .menu-list a {
  font-size: var(--nav-font-size);
  padding: var(--gutter-xxs) 13px;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  width: 100%;
}

.off-canvas-navigation-wrapper .header-toggle-menu > .menu-list svg {
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: all .35s ease-in-out;
}

.off-canvas-navigation-wrapper .header-toggle-menu > .menu-list svg path {
  fill: currentColor;
}

.off-canvas-navigation-wrapper .header-toggle-menu > .menu-list .menu-item.active .menu-item_wrapper svg {
  transform: rotate(180deg);
}

.off-canvas-navigation-wrapper .header-toggle-menu > .menu-list .menu-item.active .dropdown-menu {
  display: block;
}

.off-canvas-navigation-wrapper .header-toggle-menu > .menu-list .dropdown-menu {
  flex: 0 0 100%;
  border-top: 1px solid #262626;
  background: #090b0c;
  display: none;
}

.off-canvas-navigation-wrapper .header-toggle-menu > .menu-list .dropdown-menu ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.off-canvas-navigation-wrapper .header-toggle-menu > .menu-list .dropdown-menu ul li:last-child {
  border-bottom: none;
}

.off-canvas-navigation-wrapper .header-toggle-menu > .menu-list .dropdown-menu ul li.dropdown > a {
  font-weight: var(--font-bold);
}

.off-canvas-navigation-wrapper .header-toggle-menu > .menu-list .dropdown-menu svg {
  display: none;
}

#mobile-drawer-input:checked ~ .header-mobile_drawer {
  visibility: visible;
  opacity: 1;
  -webkit-animation: animation-right-to-left .35s ease-in-out;
  animation: animation-right-to-left .35s ease-in-out;
}

.header-mobile_drawer {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  -webkit-animation: animation-left-to-right .35s ease-in-out;
  animation: animation-left-to-right .35s ease-in-out;
}

.header-mobile_drawer .mobile-layout-bar {
  background: var(--header-bg-mobile-color);
  padding: var(--gutter-xs);
}

.header-mobile_drawer .mobile-layout-bar .m-block-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-mobile_drawer .mobile-layout-bar a {
  color: var(--header-mobile-text-color);
}

.header-mobile_drawer .mobile-layout-bar svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.header-mobile_drawer .mobile-layout-bar svg path {
  fill: currentColor;
}

.header-mobile_drawer .mobile-layout-bar .drawer-close {
  margin: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.header-mobile_drawer .mobile-layout-bar .drawer-close svg {
  color: var(--header-mobile-text-color);
}

.header-mobile_drawer .mobile-layout-bar .icon-list {
  display: flex;
  align-items: center;
}

.header-mobile_drawer .mobile-layout-bar .icon-list li {
  list-style: none;
  -webkit-margin-start: var(--gutter-sm);
  margin-inline-start: var(--gutter-sm);
}

.header-mobile_drawer .mobile-layout-bar .icon-list li a {
  display: flex;
  align-items: center;
}

.header-mobile_drawer > .drawer-wrapper {
  position: relative;
  height: calc(100% - 55px);
  overflow-y: auto;
  overflow-x: hidden;
}

.header-mobile_drawer > .drawer-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px #d4d4d4;
  -webkit-box-shadow: inset 0 0 #d4d4d4;
  background-color: #d4d4d4;
  border-radius: 5px;
}

.header-mobile_drawer > .drawer-wrapper::-webkit-scrollbar {
  width: 4px;
  background-color: #d4d4d4;
  border-radius: 5px;
}

.header-mobile_drawer > .drawer-wrapper::-webkit-scrollbar-thumb {
  background-color: #757575;
  border-radius: 5px;
}

.header-mobile_drawer > .drawer-wrapper.lc-two {
  height: calc(100% - 180px);
}

.header-mobile_drawer > .drawer-wrapper.lc-one {
  height: calc(100% - 115px);
}

.header-mobile_drawer > .drawer-wrapper > ul.style-submenu .menu-item_wrap label {
  position: absolute;
  left: 20px;
  top: 0;
  right: 20px;
  bottom: 0;
  flex: 0 0 100%;
  width: 100%;
  justify-content: flex-end;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
}

.header-mobile_drawer > .drawer-wrapper > ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.header-mobile_drawer > .drawer-wrapper > ul li a {
  color: #333e48;
  display: inline-block;
  width: 100%;
}

.header-mobile_drawer > .drawer-wrapper > ul li > a {
  padding: var(--gutter-xxs) var(--gutter-sm);
  border-bottom: 1px solid #ddd;
}

.header-mobile_drawer > .drawer-wrapper > ul li > .menu-item_wrap {
  border-bottom: 1px solid #ddd;
  -webkit-padding-end: var(--gutter-sm);
  padding-inline-end: var(--gutter-sm);
}

.header-mobile_drawer > .drawer-wrapper > ul li > .menu-item_wrap > a {
  padding: var(--gutter-xxs) var(--gutter-sm);
}

.header-mobile_drawer > .drawer-wrapper > ul li .menu-list--lv2 {
  width: 100%;
}

.header-mobile_drawer > .drawer-wrapper .sub-open > .drawer-wrapper > .menu-list > li:not(.active), .header-mobile_drawer > .drawer-wrapper .sub-open > .menu-item:not(.active) {
  display: none;
}

.header-mobile_drawer .menu-item_wrap {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.header-mobile_drawer .menu-item_wrap label {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  flex: 0 0 25px;
  cursor: pointer;
  -webkit-margin-start: var(--gutter-xxs);
  margin-inline-start: var(--gutter-xxs);
}

.header-mobile_drawer .menu-item_wrap label svg {
  width: 12px;
  height: 12px;
  color: #333e48;
}

.header-mobile_drawer .menu-item_wrap label svg path {
  fill: currentColor;
}

.header-mobile_drawer input:checked ~ .drawer-sub-menu {
  left: 0;
  visibility: visible;
  opacity: 1;
}

.header-mobile_drawer .drawer-sub-menu {
  position: absolute;
  left: -100%;
  top: 0;
  z-index: 100;
  background: #fff;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all .35s ease-in-out;
}

.header-mobile_drawer .drawer-sub-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px #d4d4d4;
  -webkit-box-shadow: inset 0 0 #d4d4d4;
  background-color: #d4d4d4;
  border-radius: 5px;
}

.header-mobile_drawer .drawer-sub-menu::-webkit-scrollbar {
  width: 4px;
  background-color: #d4d4d4;
  border-radius: 5px;
}

.header-mobile_drawer .drawer-sub-menu::-webkit-scrollbar-thumb {
  background-color: #757575;
  border-radius: 5px;
}

.header-mobile_drawer .drawer-sub-menu .btn-back {
  width: 100%;
  margin: 0;
  color: #333e48;
  font-weight: var(--font-body-weight);
  font-size: calc(var(--body-font-size) + 2px);
  padding: var(--gutter-xxs) 12px;
  justify-content: flex-start;
  border-bottom: 1px solid var(--body-border-color);
  cursor: pointer;
}

.header-mobile_drawer .drawer-sub-menu .btn-back svg {
  color: currentColor;
  width: 12px;
  height: 12px;
  -webkit-margin-end: 8px;
  margin-inline-end: 8px;
}

.header-mobile_drawer .drawer-sub-menu .btn-back svg path {
  fill: currentColor;
}

.header-mobile_drawer .drawer-sub-menu .banner-item a {
  display: block;
  padding: 0;
}

.header-mobile_drawer .drawer-sub-menu .product-card {
  padding: 0;
}

.header-mobile_drawer .drawer-sub-menu .product-card:before {
  content: none;
}

.header-mobile_drawer .drawer-sub-menu .product-card a {
  display: block;
  padding: 0;
  color: inherit;
}

.header-mobile_drawer .widget-mega-banner, .header-mobile_drawer .widget-mega-product {
  padding: var(--gutter-sm) var(--gutter-sm) 0;
}

.header-mobile_drawer .menu-item.menu-item--help {
  padding: var(--gutter-sm);
  color: #333e48;
}

.header-mobile_drawer .menu-item--help_title {
  text-transform: uppercase;
  font-weight: var(--font-bold);
  margin-bottom: 12px;
}

.header-mobile_drawer .menu-item--help_text {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.header-mobile_drawer .menu-item--help_text svg {
  flex: 0 0 20px;
  width: 20px;
  color: var(--main-color);
  -webkit-margin-end: 8px;
  margin-inline-end: 8px;
}

.header-mobile_drawer .menu-item--help_text svg path {
  fill: currentColor;
}

.header-mobile_drawer .currency-language {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f7f7f7;
}

.header-mobile_drawer .currency-language-form {
  border-bottom: 1px solid #ddd;
  padding: var(--gutter-xxs) var(--gutter-sm) 5px;
  color: #333e48;
}

.header-mobile_drawer .currency-language-form label {
  font-weight: var(--font-bold);
  font-size: calc(var(--body-font-size) - 2px);
  margin: 0;
}

.header-mobile_drawer .currency-language-form select {
  width: 100%;
  height: 27px;
  border: none;
  background: transparent;
  color: inherit;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

.header-mobile_drawer .currency-language-form .select-group > svg {
  color: inherit;
}

@media (hover: hover) {
  .header-action-list > div > a:hover {
    color: var(--header-text-color-hover);
  }
  .header-action-list > div > a:hover .number {
    -webkit-animation-name: hvr-icon-bob-float,hvr-icon-bob;
    animation-name: hvr-icon-bob-float,hvr-icon-bob;
    -webkit-animation-duration: .3s,.75s;
    animation-duration: .3s,.75s;
    -webkit-animation-delay: 0s,.3s;
    animation-delay: 0s,.3s;
    -webkit-animation-timing-function: ease-out,ease-in-out;
    animation-timing-function: ease-out,ease-in-out;
    -webkit-animation-iteration-count: 1,infinite;
    animation-iteration-count: 1,infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal,alternate;
    animation-direction: normal,alternate;
  }
}

@media (min-width: 1025px) {
  .header .wishlist-target .st-wishlist-details-button:hover {
    color: var(--header-text-color-hover);
  }
  .header .wishlist-target .st-wishlist-details-button:hover .st-number {
    -webkit-animation-name: hvr-icon-bob-float,hvr-icon-bob;
    animation-name: hvr-icon-bob-float,hvr-icon-bob;
    -webkit-animation-duration: .3s,.75s;
    animation-duration: .3s,.75s;
    -webkit-animation-delay: 0s,.3s;
    animation-delay: 0s,.3s;
    -webkit-animation-timing-function: ease-out,ease-in-out;
    animation-timing-function: ease-out,ease-in-out;
    -webkit-animation-iteration-count: 1,infinite;
    animation-iteration-count: 1,infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal,alternate;
    animation-direction: normal,alternate;
  }
}

.group-lc-wrapper .group-lc_dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  background: var(--body-bg-color);
  border-radius: 0 0 10px 10px;
  box-shadow: 0 6px 12px rgba(58, 56, 56, 0.18);
  border: 1px solid var(--body-border-color);
  border-top: 2px solid var(--main-color);
  z-index: 9;
  max-height: 60vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-animation: mmfadeIn .35s ease-in-out;
  animation: mmfadeIn .35s ease-in-out;
  display: none;
}

.group-lc-wrapper .group-lc_dropdown::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px #d4d4d4;
  -webkit-box-shadow: inset 0 0 #d4d4d4;
  background-color: #d4d4d4;
  border-radius: 5px;
}

.group-lc-wrapper .group-lc_dropdown::-webkit-scrollbar {
  width: 4px;
  background-color: #d4d4d4;
  border-radius: 5px;
}

.group-lc-wrapper .group-lc_dropdown::-webkit-scrollbar-thumb {
  background-color: #757575;
  border-radius: 5px;
}

.group-lc-wrapper .group-lc_dropdown .lc_dropdown-inner {
  display: flex;
}

.group-lc-wrapper .group-lc_dropdown .lc_dropdown {
  flex: 1;
}

.group-lc-wrapper .group-lc_dropdown .lc_dropdown:not(:first-child) {
  border-inline-start-width: 1px;
  border-inline-start-style: solid;
  border-inline-start-color: var(--body-border-color);
}

.group-lc-wrapper .group-lc_dropdown .lc_dropdown:first-child {
  min-width: calc(66.66667% + 1px);
}

.group-lc-wrapper .group-lc_dropdown .lc_dropdown:last-child {
  min-width: 33.333333%;
}

.group-lc-wrapper .group-lc_dropdown .lc_dropdown .lc-heading {
  color: var(--body-color);
  text-transform: uppercase;
  font-size: calc(var(--body-font-size) - 2px);
  font-weight: var(--font-bold);
  border-bottom: 1px solid var(--body-border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--gutter-xxs) 5px;
  -webkit-padding-start: var(--gutter-xxs);
  padding-inline-start: var(--gutter-xxs);
}

.group-lc-wrapper .group-lc_dropdown .lc_dropdown .lc-heading svg {
  display: none;
  color: var(--body-color);
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
}

.group-lc-wrapper .group-lc_dropdown .lc_dropdown .lc-heading svg path {
  fill: currentColor;
}

.group-lc-wrapper .group-lc_dropdown .lc_dropdown ul li {
  padding: 5px var(--gutter-xxs);
  font-size: calc(var(--body-font-size) - 2px);
  color: var(--body-color);
  text-transform: uppercase;
  cursor: pointer;
}

.group-lc-wrapper .group-lc_dropdown .lc_dropdown ul li a {
  display: block;
  color: inherit;
}

.group-lc-wrapper .group-lc_dropdown .lc_dropdown ul li.active {
  background: rgba(var(--body-color-rgba), 0.05);
}

@media (hover: hover) {
  .group-lc-wrapper .group-lc_dropdown .lc_dropdown ul li:hover {
    color: var(--body-link-hover);
  }
}

@media (hover: hover) {
  .group-lc-wrapper:hover .group-lc_dropdown {
    display: block;
  }
}

.header-search .search-results {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  margin-top: 17px;
  background: var(--body-bg-color);
  z-index: 9;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 6px 12px rgba(58, 56, 56, 0.18);
  border: 1px solid var(--body-border-color);
  border-top: 2px solid var(--main-color);
  display: none;
}

@media (min-width: 992px) {
  .header-search .search-results {
    margin-top: var(--gutter-xxs);
  }
}

.header-search .search-results:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid var(--main-color);
}

.header-search .search-results .search-results_list {
  max-height: 362px;
  overflow-x: hidden;
  overflow-y: auto;
  flex-direction: column;
}

.header-search .search-results .search-results_loading {
  display: none;
  padding-top: var(--gutter-xs);
  padding-bottom: var(--gutter-xs);
}

.header-search .search-results .search-results_loading svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.header-search .search-results .search-results_empty {
  padding: var(--gutter-sm);
}

.header-search .search-results button {
  width: 100%;
  border-radius: 0 0 10px 10px;
  margin: auto 0 0;
}

.header-search .search-results .search-resutls_group_title {
  font-size: calc(var(--body-font-size) + 2px);
  font-weight: var(--font-bold);
  font-family: var(--heading-font);
  flex: 0 0 100%;
  padding: 0 var(--gutter-xs) var(--gutter-xs);
}

.header-search .search-results .search-resutls_group {
  margin-bottom: 5px;
}

.header-search .search-results .search-results_list-inner {
  height: calc(100% - 58px);
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: var(--gutter-sm);
}

.header-search .search-results .search-results_list-inner::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px #d4d4d4;
  -webkit-box-shadow: inset 0 0 #d4d4d4;
  background-color: #d4d4d4;
  border-radius: 5px;
}

.header-search .search-results .search-results_list-inner::-webkit-scrollbar {
  width: 4px;
  background-color: #d4d4d4;
  border-radius: 5px;
}

.header-search .search-results .search-results_list-inner::-webkit-scrollbar-thumb {
  background-color: #757575;
  border-radius: 5px;
}

.header-search .search-results .search-results_list-inner .search-resutls_item:nth-child(n) {
  -webkit-animation-delay: calc(var(--counter)*0.1 + .1s);
  animation-delay: calc(var(--counter)*0.1 + .1s);
}

.header-search .search-results .search-resutls_item {
  display: flex;
  align-items: center;
  -webkit-animation: animation-top-bottom .5s both;
  animation: animation-top-bottom .5s both;
  margin: 0 var(--gutter-xs) 16px;
  font-size: var(--body-font-size);
  font-weight: var(--font-body-weight);
  line-height: 1.4;
}

.header-search .search-results .search-resutls_item .search-resutls_item-image {
  flex: 0 0 76px;
  -webkit-margin-end: 8px;
  margin-inline-end: 8px;
}

.header-search .search-results .search-resutls_item .search-resutls_item-info {
  flex: 1;
}

.header-search .search-results .search-resutls_item .search-resutls_item-title {
  color: var(--product-card-title-cl);
  font-size: var(--product-card-title-fs);
  font-weight: var(--font-bold);
  margin-bottom: var(--gutter-xxs);
}

@media (hover: hover) {
  .header-search .search-results .search-resutls_item .search-resutls_item-title:hover {
    color: var(--body-link-hover);
  }
}

.header-search .search-results .search-resutls_item .search-resutls_item-price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-weight: var(--font-body-weight);
  color: var(--price-color);
  font-size: var(--product-card-price-fs);
}

.header-search .search-results .search-resutls_item .search-resutls_item-price .price-sale {
  font-size: var(--product-card-price-sale-fs);
  color: var(--price-sale-color);
  -webkit-margin-end: 12px;
  margin-inline-end: 12px;
}

.header-search .search-results .search-resutls_item .search-resutls_item-price .price-compare {
  font-size: var(--product-card-price-compare-fs);
  color: var(--price-compare-color);
}

.cart-type-page .dropdown-cart {
  display: none;
}

.cart-type-dropdown.cart-active .dropdown-cart {
  display: flex;
}

.cart-type-dropdown .dropdown-cart {
  position: absolute;
  top: 100%;
  right: 0;
  background: var(--body-bg-color);
  z-index: 9;
  box-shadow: 0 6px 12px rgba(58, 56, 56, 0.18);
  border: 1px solid var(--body-border-color);
  border-top: 2px solid var(--main-color);
  width: 335px;
  min-height: 100px;
  padding: var(--gutter-xs) var(--gutter-md);
  margin-top: var(--gutter-xxs);
  border-radius: 0 0 10px 10px;
  -webkit-animation: mmfadeIn .35s ease-in-out;
  animation: mmfadeIn .35s ease-in-out;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
}

.cart-type-dropdown .dropdown-cart form {
  width: 100%;
}

.cart-type-drawer .header-cart:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100vw;
  height: 100vh;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0, 0, 0.2, 1), visibility 0.4s cubic-bezier(0, 0, 0.2, 1);
}

.cart-type-drawer .dropdown-cart {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: var(--body-bg-color);
  z-index: 100;
  width: 335px;
  padding: 0 0 var(--gutter-xs);
  -webkit-animation: animation-drawer-left-to-right .7s ease-in-out;
  animation: animation-drawer-left-to-right .7s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transition: all .35s ease-in-out;
}

.cart-type-drawer .dropdown-cart .cart-empty .text {
  margin-top: var(--gutter-sm);
}

.cart-type-drawer .dropdown-cart .cart-form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
}

.cart-type-drawer .dropdown-cart .dropdown-cart_title {
  padding: var(--gutter-xxs) var(--gutter-sm);
  margin: 0 0 5px;
  background: var(--main-color);
  color: var(--body-color);
  position: relative;
  justify-content: center !important;
  text-transform: uppercase;
}

.cart-type-drawer .dropdown-cart .btn-close {
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  width: 25px;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.cart-type-drawer .dropdown-cart .cart-item-list {
  max-height: calc(100vh - 260px);
  padding-left: var(--gutter-md);
  padding-right: var(--gutter-md);
}

.cart-type-drawer .dropdown-cart .dropdown-cart_footer {
  margin-top: auto;
  padding-left: var(--gutter-md);
  padding-right: var(--gutter-md);
  border-top: none;
}

.cart-type-drawer .dropdown-cart .dropdown-cart_footer .cart-total {
  padding-top: var(--gutter-xs);
  border-top: 1px solid var(--body-border-color);
}

.cart-type-drawer .dropdown-cart .dropdown-cart_footer .cart-buttons {
  flex-wrap: wrap;
  border-top: none;
  margin-top: 0;
}

.cart-type-drawer .dropdown-cart .dropdown-cart_footer .cart-buttons .btn {
  flex: 0 0 100%;
  width: 100%;
  padding: 14px var(--gutter-xxs);
  font-weight: var(--font-bold);
}

.cart-type-drawer .dropdown-cart .dropdown-cart_footer .cart-buttons .btn-2 {
  font-weight: var(--btn2-fw);
}

.cart-type-drawer .cart-line-item {
  -webkit-animation: animation-bottom-top .4s both;
  animation: animation-bottom-top .4s both;
}

.cart-type-drawer .cart-line-item:first-child {
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.cart-type-drawer .cart-line-item:nth-child(2) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.cart-type-drawer .cart-line-item:nth-child(3) {
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.cart-type-drawer .cart-line-item:nth-child(4) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.cart-type-drawer .cart-line-item:nth-child(5) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.cart-type-drawer .cart-line-item:nth-child(6) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.cart-type-drawer .cart-line-item:nth-child(7) {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

.cart-type-drawer .cart-line-item:nth-child(8) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.cart-type-drawer .cart-line-item:nth-child(9) {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
}

.cart-type-drawer .cart-line-item:nth-child(10) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.cart-type-drawer.cart-active {
  overflow: hidden;
}

.cart-type-drawer.cart-active .dropdown-cart {
  -webkit-animation: animation-drawer-right-to-left .7s ease-in-out;
  animation: animation-drawer-right-to-left .7s ease-in-out;
  visibility: visible;
  opacity: 1;
}

.cart-type-drawer.cart-active .header-cart:before {
  visibility: visible;
  opacity: 1;
}

.cart-active .dropdown-cart .cart-line-item {
  display: flex;
}

.dropdown-cart .cart-empty, .dropdown-cart[data-cart-item-count="0"] .cart-form {
  display: none;
}

.dropdown-cart[data-cart-item-count="0"] .cart-empty {
  display: block;
}

.dropdown-cart.active {
  display: flex;
}

.dropdown-cart .dropdown-cart_title {
  border-bottom: 1px solid var(--body-border-color);
  padding: 7px 0;
  font-size: calc(var(--body-font-size) + 2px);
  font-weight: var(--font-bold);
}

.dropdown-cart .dropdown-cart_title .btn-close {
  display: flex;
  font-size: inherit;
  color: inherit;
  padding: 0;
}

.dropdown-cart .dropdown-cart_title .svg-close {
  width: 14px;
  height: 14px;
  color: var(--body-color);
}

.dropdown-cart .dropdown-cart_title .svg-close path {
  fill: currentColor;
}

.dropdown-cart .cart-item-list {
  max-height: 50vh;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.dropdown-cart .cart-item-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px #d4d4d4;
  -webkit-box-shadow: inset 0 0 #d4d4d4;
  background-color: #d4d4d4;
  border-radius: 5px;
}

.dropdown-cart .cart-item-list::-webkit-scrollbar {
  width: 4px;
  background-color: #d4d4d4;
  border-radius: 5px;
}

.dropdown-cart .cart-item-list::-webkit-scrollbar-thumb {
  background-color: #757575;
  border-radius: 5px;
}

.dropdown-cart .cart-item-list .cart-line-item:not(:last-child) {
  border-bottom: 1px solid var(--body-border-color);
}

.dropdown-cart .cart-line-item {
  display: none;
  flex-wrap: wrap;
  padding: var(--gutter-xs) 5px;
}

.dropdown-cart .cart-line-item .cart-line-item_info {
  flex: 0 0 85px;
  width: 85px;
  -webkit-padding-end: var(--gutter-xs);
  padding-inline-end: var(--gutter-xs);
}

.dropdown-cart .cart-line-item .cart-line-item_info .cart-line-item_img {
  width: 100%;
  height: 100%;
}

.dropdown-cart .cart-line-item .cart-line-item_info_content {
  flex: 1;
}

.dropdown-cart .cart-line-item .cart-line-item_title {
  margin-bottom: var(--gutter-xxs);
  display: block;
  color: var(--product-card-title-cl);
  font-size: var(--product-card-title-fs);
  font-weight: var(--font-bold);
}

@media (hover: hover) {
  .dropdown-cart .cart-line-item .cart-line-item_title:hover {
    color: var(--body-link-hover);
  }
}

.dropdown-cart .cart-line-item .cart-line-item_variant {
  margin-bottom: 5px;
  display: block;
}

.dropdown-cart .cart-line-item .cart-line-item_qty {
  margin: 0 0 5px;
  display: block;
}

.dropdown-cart .cart-line-item .art-line-item_price_remove {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown-cart .cart-line-item .cart-line-item_price {
  display: block;
  color: var(--price-color);
  font-size: calc(var(--body-font-size) + 1px);
}

.dropdown-cart .cart-line-item .btn-remove {
  color: #086479;
  font-size: calc(var(--body-font-size) - 1px);
  text-decoration: underline;
  text-transform: none;
  text-align: start;
  padding: 0;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
}

.dropdown-cart .dropdown-cart_footer {
  padding-top: var(--gutter-xs);
  border-top: 1px solid var(--body-border-color);
}

.dropdown-cart .dropdown-cart_footer .cart-total_label {
  font-size: var(--heading-size-h4);
}

.dropdown-cart .dropdown-cart_footer .cart-total_price {
  font-size: var(--heading-size-h4);
  font-weight: var(--font-bold);
  color: var(--price-color);
}

.dropdown-cart .dropdown-cart_footer .cart-buttons {
  border-top: 1px solid var(--body-border-color);
  margin-top: var(--gutter-xs);
}

.dropdown-cart .dropdown-cart_footer .btn {
  width: calc(50% - 7px);
  margin-top: var(--gutter-xs);
  padding: 9px var(--gutter-xxs);
  font-weight: var(--font-body-weight);
}

.template---default .shopify-policy__title {
  margin-bottom: var(--gutter-sm);
}

@media (min-width: 1441px) {
  .fix-container .container {
    max-width: 1200px;
  }
}

.container {
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    max-width: 760px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 980px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1441px) {
  .container {
    max-width: 1440px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-5th, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-5th, .col-lg-6, .col-lg-7, .col-lg-7th, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-5th, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-5th, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-5th, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto, .col-xs-5th, .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-5th {
  flex: 0 0 20%;
  max-width: 20%;
}

.col-7th {
  flex: 0 0 14.28571% !important;
  max-width: 14.28571% !important;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 375px) {
  .col-xxs-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxs-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxs-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxs-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxs-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxs-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxs-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxs-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xs-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xs-7th {
    flex: 0 0 14.28571% !important;
    max-width: 14.28571% !important;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-7th {
    flex: 0 0 14.28571% !important;
    max-width: 14.28571% !important;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.d-grid {
  display: grid;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1.1;
  color: var(--body-color);
  font-weight: bold !important;
  /*font-weight: var(--font-heading-weight);*/
  font-family: var(--heading-font);
}

.h1 p, .h2 p, .h3 p, .h4 p, .h5 p, .h6 p, h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  margin: 0;
  padding: 0;
}

b {
  font-weight: var(--font-bold);
}

.h1, h1 {
  font-size: calc(var(--heading-size-h1)*0.8);
}

@media (min-width: 992px) {
  .h1, h1 {
    font-size: var(--heading-size-h1);
  }
}

.h2, h2 {
  font-size: calc(var(--heading-size-h2)*0.8);
}

@media (min-width: 992px) {
  .h2, h2 {
    font-size: var(--heading-size-h2);
  }
}

.h3, h3 {
  font-size: calc(var(--heading-size-h3)*0.8);
}

@media (min-width: 992px) {
  .h3, h3 {
    font-size: var(--heading-size-h3);
  }
}

.h4, h4 {
  font-size: var(--heading-size-h4);
}

.h5, h5 {
  font-size: var(--heading-size-h5);
}

.h6, h6 {
  font-size: var(--heading-size-h6);
}

.section_title-wrapper > div:not(:last-child) {
  margin-bottom: var(--gutter-xxs);
}

@media (min-width: 768px) {
  .section_title-wrapper > div:not(:last-child) {
    margin-bottom: var(--gutter-sm);
  }
}

.section-heading {
  position: relative;
  margin: var(--section-heading-margin);
  border-bottom: 1px solid var(--body-border-color);
}

.section-heading .heading {
  color: var(--section-heading-cl);
  font-size: calc(var(--section-heading-fs)*0.8);
  line-height: 1.1;
  padding-bottom: var(--gutter-xs);
  position: relative;
  display: inline-block;
}

.section-heading .heading:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: var(--main-color);
}

@media (min-width: 992px) {
  .section-heading .heading {
    font-size: var(--section-heading-fs);
  }
}

.section-heading.remove-border {
  border-bottom: none;
}

.section-heading.remove-border .heading {
  padding-bottom: 0;
}

.section-heading.remove-border .heading:before {
  content: none;
}

.section-header {
  position: relative;
}

.section-header.subheading-below {
  margin: var(--section-heading-margin);
}

.section-header.subheading-below .section-heading.remove-border {
  margin: 0 0 5px;
}

.section-header.subheading-below .subheading {
  margin: 0;
}

@media (min-width: 768px) {
  .section-header.subheading-below .subheading {
    position: static;
    transform: translate(0);
  }
}

.section-header .subheading {
  margin-bottom: var(--gutter-xxs);
}

@media (min-width: 768px) {
  .section-header .subheading {
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

.section-header .subheading a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.section-header .subheading a svg {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
}

@media (min-width: 768px) {
  .controls-position-1 .section-header .subheading {
    right: 55px;
    margin-top: -5px;
  }
}

.page-title {
  margin: 0 auto var(--gutter-sm);
}

@media (min-width: 768px) {
  .page-title {
    margin-bottom: var(--gutter-xlg);
  }
}

.section-search-box-banner .section-heading {
  border-bottom: none;
  margin: 0 0 15px;
}

@media (min-width: 992px) {
  .section-search-box-banner .section-heading {
    margin-bottom: 20px;
  }
}

.section-search-box-banner .section-heading .heading:before {
  content: none;
}

.tns-outer {
  padding: 0;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
  display: flex;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-gallery, .tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s,opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  transition: all .25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity .6s;
  opacity: .6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
  padding: 0;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
  display: none;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-fadeOut, .tns-normal {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: 2333.33333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: 1.42857%;
  height: 10px;
  float: left;
}

.no-padding .row {
  margin-left: 0;
  margin-right: 0;
}

.no-padding .row > div {
  padding-left: 0;
  padding-right: 0;
}

.row.slide_ui-element {
  flex-wrap: nowrap !important;
  overflow: hidden;
}

.slide-flex-preload.slide_ui-element:not(.tns-slider) {
  display: flex;
}

.tns-inner .tns-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.dropdown-menu.dropdown-menu--child-sublinks {
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;

  background: white;
  z-index: 9999;
  overflow-y: hidden;
  overflow-x: hidden;

  /* 🔽 Limit to ~4 items visible */
  /* max-height: 210px; */ /* 4 items × ~52px height */
  /*overflow-y: auto;*/
  

.dropdown-menu--child-sublinks .menu-item a[href*="hospital-products"],
.dropdown-menu--child-sublinks .menu-item a[href*="safety-fire"] {
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}
.dropdown-menu--child-sublinks .menu-item a[href*="lab-equipment-price-list"]{
top: 4px !important;
}
.dropdown-menu--child-sublinks .menu-item a["engineering-lab-products"]{
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
  margin-top:-50px ;
}

.dropdown-menu .dropdown-menu--child-sublinks ul.menu-list li.menu-item a["engineering-lab-products"]{
padding-top: 50px;
  padding-bottom: 50px;
  display: block;
  margin-top:-50px ;
}

li.products-products-engineering-lab-products.menu-item.dropdown .dropdown-menu.dropdown-menu--child-sublinks {

  margin-top:100px;
}
.products-general-lab-products.dropdown-menu.dropdown-menu--child-sublinks {
  top:-20px !important;
  background-color : blue !important;}

/*.header-menu>.menu-list>li .dropdown-menu--sublinks li .dropdown-menu {
    top: 4px;}*/

    
