/** Shopify CDN: Minification failed

Line 19:4 Expected identifier but found "."
Line 4706:0 Unexpected "{"

**/
@-webkit-keyframes mmfadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  0% {
    .subscribe-content 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-header-sticky {
  0% {
    transform: translateY(-158px);
    transition: transform .35s ease-in-out;
  }

  to {
    transform: translateY(0);
    transition: transform .35s ease-in-out;
  }
}

@keyframes animation-header-sticky {
  0% {
    transform: translateY(-158px);
    transition: transform .35s ease-in-out;
  }

  to {
    transform: translateY(0);
    transition: transform .35s ease-in-out;
  }
}

@-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);
  }
}

.topbar-container {
  background: #7f7f7f;
  padding: 9px 0;
  display: none;
}

.header-top .header-top_wrapper .tb-item {
  color: var(--text-header-color);
}

.header-top .header-top_wrapper .tb-item .text a {
  color: var(--text-header-color);
  font-weight: var(--font-bold);
}

.header-top .header-top_wrapper .tb-item .text a:hover {
  color: var(--bg-number-icon)
}

.header-top .header-top_wrapper .tb-item .icon svg path {
  fill: currentColor;
}

.header-top .header-top_wrapper .tb-item {
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .topbar-container {
    display: block;
  }
}

.topbar-container.border-bottom-true {
  border-bottom: 1px solid rgba(var(--topbar-text-color-rgba), 0.1);
}

.topbar-container .topbar-wrapper {
  justify-content: space-between;
  display: flex;
}

.topbar-container .topbar-block {
  display: flex;
}

.topbar-container .topbar_right .topbar-items .tb-item:hover,
.topbar-container .topbar_left .topbar-items .tb-item-location:hover,
.topbar-container .topbar_left .topbar-items .tb-item-text:hover {
  color: #F98800;
  cursor: pointer;
}

.topbar-container .tb-item .icon svg image {
  color: #ffffff;
}

.topbar-container .topbar-block.topbar_left .icon svg {
  /* color: var(--color-black); */
  color: #ffffff;
}

.topbar-container ul li {
  list-style: none;
}

.topbar-container ul.topbar-items {
  display: flex;
}

.topbar-container ul.topbar-items>li {
  padding: 0 7px;
  position: relative;
  display: flex;
  align-items: center;
  color: var(--topbar-text-color);
  font-size: calc(var(--body-font-size) - 1px);
}

@media (min-width: 1200px) {
  .topbar-container ul.topbar-items>li {
    padding: 0 var(--gutter-xs);
  }
}

.topbar-container ul.topbar-items>li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 24px;
  width: 1px;
  background: rgba(var(--color-orange-rgb));
  transform: translateY(-50%);
}

.topbar-container ul.topbar-items li .text {
  color: #ffffff;
  font-weight: 500;
}

.topbar-container ul.topbar-items>li.tb-item-location:hover .text,
.topbar-container ul.topbar-items>li.tb-item-text:hover .text {
  color: #F98800;
}


.topbar-container ul.topbar-items>li:first-child {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

.topbar-container ul.topbar-items>li:last-child {
  -webkit-padding-end: 0;
  padding-inline-end: 0;
}

.topbar-container ul.topbar-items>li:last-child:after {
  content: none;
}

.topbar-container ul.topbar-items>li .icon {
  display: flex;
  align-items: center;
  -webkit-margin-end: 6px;
  margin-inline-end: 6px;
}

.topbar-container ul.topbar-items>li .icon svg {
  color: inherit;
}

.topbar-container ul.topbar-items>li .icon svg path {
  fill: #ffffff;
}

.topbar-container ul.topbar-items>li.tb-item-location:hover .icon svg path,
.topbar-container ul.topbar-items>li.tb-item-text:hover .icon svg path,
.topbar-container ul.topbar-items>li.tb-item-text:hover .text svg path {
  fill: #f79a2a;
}

.topbar-container ul.topbar-items>li .text>a,
.topbar-container ul.topbar-items>li>a {
  color: inherit;
}

.sp-inner.spps-toast-cl {
  display: none
}

.topbar-container ul.topbar-items>li>a {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.topbar-container ul.topbar-items a:hover .svg-hover {
  filter: drop-shadow(23px 0 0 #f79a2a);
  -webkit-filter: drop-shadow(23px 0 0 #f79a2a);
  transform: translate(-23px);
}

.branding-container {
  display: none
}

.group-lc-wrapper {
  position: relative;
  cursor: pointer;
}

.group-lc-wrapper .lc_icon {
  display: flex;
}

.group-lc-wrapper .lc_icon svg {
  width: 20px;
  height: 20px;
}

.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;
  }
}

@media (min-width: 992px) {
  .template-index .header-group.header-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9;
  }

  .template-index .header-group.header-overlay .header:not(.header-sticky) .header-container,
  .template-index .header-group.header-overlay .topbar-container {
    background: transparent;
  }
}

.header-sticky .header-container {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  -webkit-animation: animation-header-sticky .5s;
  animation: animation-header-sticky .5s;
  box-shadow: 0 0 6px rgba(32, 33, 36, 0.15);
}

.jdgm-widget-actions-wrapper>.jdgm-write-rev-link {
  color: #fff;
  padding: 10px 30px;
  background: #f98800;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 600;
}

.jdgm-widget-actions-wrapper>.jdgm-write-rev-link:hover {
  background: #ffc000;
}

.jdgm-rev-widg__header .jdgm-form-wrapper {
  border-top: 1px solid #eee;
}

.header-sticky .off-canvas-navigation-wrapper {
  display: none;
}

.header-sticky .header-container .header-desk .header-top {
  padding: var(--gutter-xxs) 0;
}

.header-container {
  background-color: var(--header-bg-color);
}

.remind-message {
  background-color: var(--color-black);
  font-size: 14px;
  padding: 2.5px;
  line-height: 1.4;
  /* padding-bottom: 11px; */
  color: var(--color-orange);
  font-weight: 600;
}

.remind-message a {
  color: var(--color-orange);
}

.remind-message a:hover {
  color: #ffffff;
}

/* 
.remind-message {
  position: relative;
} */

.remind-message .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.remind-message-close {
  background: none;
  border: none;
  color: #f5f5f5;
  cursor: pointer;
  padding: 0;
  /* position: absolute; */
  /* right: 5%;
  top: 50%;
  transform: translateY(-50%); */
  transition: opacity 0.2s;
}

.remind-message-close:hover {
  opacity: 1;
}

.remind-module {
  display: flex;
  align-items: center;
  background-image: url('/cdn/shop/files/php_02_2518b107-abdd-460c-a2c9-fb79b2eef7e4.jpg?v=1770889727');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 50px;
  transition: height 0.3s ease;
}

.remind-module .remind-image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}

.remind-module .remind-text,
.remind-image .close-btn {
  cursor: pointer;
}

.remind-module .remind {
  width: 1270px;
  margin: 0 auto;
}

.remind-module .remind-text {
  display: flex;
  flex-direction: row;
}

.remind-module .remind-text .guarantee {
  color: #fed03c;
  font-size: 21px;
  font-weight: 900;
}

.remind-module .remind-text span {
  /* background: linear-gradient(to right, #ff7e5f, #ffa124); */
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  /* -webkit-background-clip: text;
  background-clip: text; */
}

.header-top {
  padding: 32px 0;
}

.header-top .header-logo {
  width: 24.3%;
  -webkit-padding-end: var(--gutter-xs);
  padding-inline-end: var(--gutter-xs);
}

.header-top .header-logo,
.header-top .header-logo>a {
  display: flex;
  align-items: center;
}

.header-top .header-search {
  flex: 1;
  max-width: 50.5%;
  padding: 0 var(--gutter-xs);
  -webkit-margin-end: auto;
  margin-inline-end: auto;
}

.header-top .header-action-list,
.header-top .header-contact-box {
  -webkit-padding-start: var(--gutter-xs);
  padding-inline-start: var(--gutter-xs);
}

.header-top .header-contact-box {
  display: none;
  color: var(--text-header-color);
}

@media (min-width: 1200px) {
  .header-top .header-contact-box {
    display: flex;
    align-items: center;
  }
}

.header-top .header-contact-box svg {
  flex: 0 0 48px;
  width: 48px;
  color: var(--main-color);
  -webkit-margin-end: var(--gutter-xs);
  margin-inline-end: var(--gutter-xs);
}

.header-top .header-contact-box svg path {
  fill: currentColor;
}

[data-arn-action=show] svg {
  color: currentColor;
  fill: currentColor;
}

@media (hover: hover) {
  [data-arn-action=show]:hover svg {
    color: currentColor;
    fill: currentColor;
  }
}

.header-style-2 .header-top {
  padding: 27px 0 23px;
}

.header-style-2 .header-top_wrapper {
  position: relative;
}

.header-style-2 .header-menu {
  flex: 1;
  padding: 0 var(--gutter-xs);
  height: auto;
}

.header-style-2 .header-bottom_wrapper {
  background: var(--main-color);
  border-radius: 10px;
}

.header-style-2 .header-bottom_vertical-menu .vertical-menu-head {
  padding-top: 13px;
  padding-bottom: 13px;
}

.header-style-2 .header-vertical-menu {
  border: 3px solid var(--main-color);
  border-top: none;
}

.header-style-2 .header-bottom-lr {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

.header-style-2 .header-bottom_left {
  padding: 4px var(--gutter-xs);
  flex: 1;
  max-width: 65%;
  display: flex;
  align-items: center;
}

.header-style-2 .header-search {
  width: 100%;
}

.header-style-2 .header-search form {
  border: 2px solid var(--header-bg-color);
}

.header-style-2 .header-action-list {
  padding: 0 var(--gutter-xs);
}

.header-style-3.nav-border-true .header-search form {
  border-color: var(--bg-number-icon);
}

.header-style-3 .header-bottom {
  background: var(--main-color);
}

@media (min-width: 1270px) {
  .header-style-3 .header-desk>.header-bottom>.container {
    max-width: 1270px;
  }
}

.header-style-3 .header-bottom_wrapper {
  position: relative;
}

.header-style-3 .header-menu>.menu-list>li {
  border-inline-end-width: 1px;
  border-inline-end-color: var(--nav-bg-nav-link-hover);
}

/* .header-style-3 .header-menu > .menu-list > li:first-child {
  -webkit-padding-start: 13px;
  padding-inline-start: 13px; } */

.header-style-3 .header-menu>.menu-list>li:last-child {
  /* -webkit-padding-end: 13px;
  padding-inline-end: 13px; */
  border-inline-end-width: 0;
  border-inline-end-style: solid;
  border-inline-end-color: transparent;
}

.header-style-3 .header-menu>.menu-list>li>.menu-item_wrapper>a,
.header-style-3 .header-menu>.menu-list>li>a {
  padding-top: var(--gutter-xs);
  padding-bottom: var(--gutter-xs);
}

@media (hover: hover) {
  .header-style-3 .header-menu>.menu-list>li:hover {
    transition: all .35s ease-in-out;
    background: var(--nav-bg-nav-link-hover);
  }
}

.header-style-4 .header-top {
  padding-top: 12px;
  padding-bottom: var(--gutter-xxs);
  background: var(--main-color);
}

.header-style-4 .header-top .header-search {
  max-width: 45.3%;
}

.header-style-4 .header-search form {
  border-color: var(--text-number-icon);
}

.header-style-4 .header-action-list>div:not(:last-child) {
  -webkit-margin-end: var(--gutter-lg);
  margin-inline-end: var(--gutter-lg);
}

.header-style-4 .header-bottom {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
}

.header-style-4 .header-bottom_vertical-menu .vertical-menu-head {
  background: transparent;
  color: var(--text-header-color);
  border-radius: 0;
  padding: 5px 0;
}

.header-style-4 .header-bottom_vertical-menu .vertical-menu-head svg:first-child {
  display: none;
}

.header-style-4 .header-bottom_vertical-menu .vertical-menu-head svg:last-child {
  display: block;
}

.header-style-4 .header-bottom-lr .header-bottom_right,
.header-style-4 .header-menu>.menu-list>li>.menu-item_wrapper>a,
.header-style-4 .header-menu>.menu-list>li>a {
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: var(--font-body-weight);
}

.header-style-4 .labels-wrapper {
  top: -5px;
}

.header-style-5 .header-top {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(var(--text-header-color-rgba), 0.1);
}

.header-style-5 .header-top .header-logo {
  width: 20.3%;
}

.header-style-5 .header-top .header-search {
  max-width: 41.7%;
}

.header-style-5 .header-bottom_wrapper {
  position: relative;
}

.header-style-5 .header-bottom_vertical-menu {
  width: auto;
}

.header-style-5 .header-bottom_vertical-menu .vertical-menu-head {
  padding: 7px 0;
  background: transparent;
}

.header-style-5 .header-bottom_vertical-menu .vertical-menu-head svg:first-child {
  display: none;
}

.header-style-5 .header-bottom_vertical-menu .vertical-menu-head svg:last-child {
  display: block;
}

.header-style-5 .header-vertical-menu {
  box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
  .header-style-5 .header-vertical-menu {
    min-width: 250px;
    z-index: 11;
  }
}

.header-style-5 .header-vertical-menu .menu-list:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 2px;
  background: var(--main-color);
}

.header-style-5 .header-vertical-menu .menu-list .dropdown-menu--mega.width-100 {
  width: 508px;
}

@media (min-width: 1200px) {
  .header-style-5 .header-vertical-menu .menu-list .dropdown-menu--mega.width-100 {
    width: 685px;
  }
}

#foot_email2022_p2 {
  margin: 0 0 20px;
  font-size: 14px;
  color: #202020;
  white-space: nowrap;
}

#foot_email2022_p1 {
  margin: 0 0 20px;
  color: #4f4f4f;
  font-size: 18px;
  font-weight: var(--heading-6-weight);
}

#foot_submit {
  border: 1px solid #ddd;
  color: #101010;
  height: 42px;
  border-left-style: none;
  width: 52px;
  background: #4F4F4F;
  line-height: 10px;
  border-radius: 0 4px 4px 0;
}

.widget-social .sub-tit {
  color: #333e48;
  font-weight: 600;
  font-size: 16px;
}

.widget-social .widget-social-icons {
  display: flex;
}


.block-information .block-wrapper {
  margin: 70px 51px 0 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-footer-widget>.container {
  position: relative;
}

.section-footer-widget .block-information .section-wrapper .copyright {
  font-size: 16px;
}

.widget-social .widget-social-icons>li>a>img {
  max-width: 24px;
}

#footMsg2022 {
  display: none;
}

@media (max-width: 1440px) and (min-width: 768px) {
  .subscribe-content {
    position: absolute;
    top: 170px;
    right: -45px;
  }

  #footMsg2022 {
    position: relative;
    right: 0px;
  }
}

@media (min-width: 1441px) {
  .subscribe-content {
    position: absolute;
    top: 170px;
    right: -35px;
  }

  #footMsg2022 {
    position: relative;
    right: 52px;
  }

  .header-style-5 .header-vertical-menu .menu-list .dropdown-menu--mega.width-100 {
    width: 875px;
  }
}

.header-style-5 .header-vertical-menu .menu-list .dropdown-menu--mega.width-75 {
  width: 381px;
}

@media (min-width: 1200px) {
  .header-style-5 .header-vertical-menu .menu-list .dropdown-menu--mega.width-75 {
    width: 513.75px;
  }
}

@media (min-width: 1441px) {
  .header-style-5 .header-vertical-menu .menu-list .dropdown-menu--mega.width-75 {
    width: 656.25px;
  }
}

.header-style-5 .header-vertical-menu .menu-list .dropdown-menu--mega.width-50 {
  width: 254px;
}

@media (min-width: 1200px) {
  .header-style-5 .header-vertical-menu .menu-list .dropdown-menu--mega.width-50 {
    width: 342.5px;
  }
}

@media (min-width: 1441px) {
  .header-style-5 .header-vertical-menu .menu-list .dropdown-menu--mega.width-50 {
    width: 437.5px;
  }
}

.header-style-5 .header-vertical-menu .menu-list .dropdown-menu--mega.width-25 {
  width: 127px;
}

@media (min-width: 1200px) {
  .header-style-5 .header-vertical-menu .menu-list .dropdown-menu--mega.width-25 {
    width: 171.25px;
  }
}

@media (min-width: 1441px) {
  .header-style-5 .header-vertical-menu .menu-list .dropdown-menu--mega.width-25 {
    width: 218.75px;
  }
}

.header-style-5 .header-desk .container-fluid .header-vertical-menu>.menu-list .dropdown-menu--mega.width-100 {
  width: calc(80vw - 300px);
}

.header-style-5 .header-desk .container-fluid .header-vertical-menu>.menu-list .dropdown-menu--mega.width-75 {
  width: calc(60vw - 225px);
}

.header-style-5 .header-desk .container-fluid .header-vertical-menu>.menu-list .dropdown-menu--mega.width-50 {
  width: calc(40vw - 150px);
}

.header-style-5 .header-desk .container-fluid .header-vertical-menu>.menu-list .dropdown-menu--mega.width-25 {
  width: calc(20vw - 75px);
}

.header-style-5 .header-menu>.menu-list>li>.menu-item_wrapper>a,
.header-style-5 .header-menu>.menu-list>li>a {
  padding-top: 17px;
  padding-bottom: 17px;
  font-weight: var(--font-body-weight);
}

.header-style-5 .header-menu>.menu-list>li>.menu-item_wrapper>a:before,
.header-style-5 .header-menu>.menu-list>li>a:before {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 13px;
  background: var(--body-border-color);
}

.header-style-5 .header-menu>.menu-list>li:first-child>.menu-item_wrapper>a:before,
.header-style-5 .header-menu>.menu-list>li:first-child>a:before {
  content: none;
}

.header-style-6 .header-top {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: var(--color-black);
}

.header-style-6 .header-logo-search {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-style-6 .header-logo-search .header-logo {
  width: auto;
}

.header-style-6 .header-logo-search .header-search {
  max-width: none;
  width: 250px;
  flex: initial;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}

.header-style-6 .header-logo-search .header-search form {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--text-header-color);
}

.header-style-6 .header-logo-search .header-search form input {
  border-radius: 0;
  background: transparent;
  color: var(--text-header-color);
  padding: var(--gutter-xxs) 0;
  -webkit-padding-end: var(--gutter-sm);
  padding-inline-end: var(--gutter-sm);
}

.header-style-6 .header-logo-search .header-search form input::-webkit-input-placeholder {
  color: var(--text-header-color);
}

.header-style-6 .header-logo-search .header-search form input::-moz-placeholder {
  color: var(--text-header-color);
}

.header-style-6 .header-logo-search .header-search form input::placeholder {
  color: var(--text-header-color);
}

.header-style-6 .header-logo-search .header-search form button {
  background: transparent;
  border: none;
  padding: 0;
  width: auto;
  color: var(--text-header-color);
}

.header-style-6 .header-contact-box {
  padding: 0;
  display: flex;
}

.header-style-6 .header-contact-box ul {
  display: flex;
  align-items: center;
}

.header-style-6 .header-contact-box ul li {
  display: flex;
  align-items: center;
  font-size: calc(var(--body-font-size) - 1px);
  list-style: none;
  -webkit-padding-end: var(--gutter-xxs);
  padding-inline-end: var(--gutter-xxs);
}

@media (min-width: 1200px) {
  .header-style-6 .header-contact-box ul li {
    -webkit-padding-end: var(--gutter-md);
    padding-inline-end: var(--gutter-md);
  }
}

.header-style-6 .header-contact-box ul svg {
  flex: 0 0 14px;
  width: 14px;
  color: var(--text-header-color);
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}

.header-style-6 .header-action-list>div:not(:last-child) {
  -webkit-margin-end: var(--gutter-sm);
  margin-inline-end: var(--gutter-sm);
}

.header-style-6 .header-bottom_wrapper {
  justify-content: center;
  position: relative;
}

.header-style-7 .header-top_wrapper {
  position: relative;
}

.header-style-7 .header-logo-vertical-menu {
  display: flex;
  align-items: center;
}

.header-style-7 .header-bottom_vertical-menu {
  width: auto;
  -webkit-padding-end: 5px;
  padding-inline-end: 5px;
}

.header-style-7 .header-bottom_vertical-menu .vertical-menu-head {
  padding: 0;
  background: transparent;
}

.header-style-7 .header-bottom_vertical-menu .vertical-menu-head svg {
  margin: 0;
}

.header-style-7 .header-bottom_vertical-menu .vertical-menu-head span,
.header-style-7 .header-bottom_vertical-menu .vertical-menu-head svg:last-child {
  display: none;
}

.header-style-7 .header-vertical-menu {
  margin-top: 35px;
  width: 270px;
  border-radius: 0;
}

.header-style-7 .header-top {
  padding-top: var(--gutter-sm);
  padding-bottom: var(--gutter-sm);
  border-bottom: 1px solid var(--body-border-color);
}

.header-style-7 .header-top .header-logo {
  width: auto;
}

.header-style-7 .header-search-menu {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header-style-7 .header-search-menu .header-search {
  max-width: 55.5%;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}

.header-style-7 .header-action-list>div:not(:last-child) {
  -webkit-margin-end: var(--gutter-sm);
  margin-inline-end: var(--gutter-sm);
}

@media (min-width: 1441px) {
  .header-style-7 .header-action-list>div:not(:last-child) {
    -webkit-margin-end: var(--gutter-xlg);
    margin-inline-end: var(--gutter-xlg);
  }
}

.header-style-7 .header-menu {
  padding: 0 var(--gutter-xs);
}

@media (max-width: 1400px) {
  .header-style-7 .header-menu>.menu-list>li {
    padding: 0 7px;
  }
}

.header-style-7 .header-menu>.menu-list>li>.menu-item_wrapper>a,
.header-style-7 .header-menu>.menu-list>li>a {
  font-weight: var(--font-body-weight);
}

.header-style-8 .header-logo-vertical-menu {
  display: flex;
  align-items: center;
  -webkit-padding-end: var(--gutter-xs);
  padding-inline-end: var(--gutter-xs);
}

.header-style-8 .header-top {
  padding-top: var(--gutter-sm);
  padding-bottom: var(--gutter-sm);
}

.header-style-8 .header-top .header-logo {
  width: auto;
  padding: 0;
  -webkit-margin-end: 32px;
  margin-inline-end: 32px;
}

@media (min-width: 1200px) {
  .header-style-8 .header-top .header-logo {
    -webkit-margin-end: 92px;
    margin-inline-end: 92px;
  }
}

.header-style-8 .header-top .header-search {
  max-width: 100%;
}

@media (min-width: 1441px) {
  .header-style-8 .header-action-list>div:not(:last-child) {
    -webkit-margin-end: 35px;
    margin-inline-end: 35px;
  }
}

.header-style-8 .header-search-menu {
  flex: 1;
  max-width: 65%;
  display: flex;
  flex-wrap: wrap;
}

.header-style-8 .header-shipping-text {
  display: flex;
  align-items: center;
  border: 1px solid var(--body-border-color);
  font-size: calc(var(--body-font-size) - 2px);
  border-radius: 25px;
  margin: 0 var(--gutter-xs);
  padding: 5px 24px;
  color: var(--text-header-color);
}

.header-style-8 .header-shipping-text .second {
  font-weight: var(--font-bold);
  color: var(--product-card-title-cl);
  font-size: calc(var(--body-font-size) + 1px);
  -webkit-padding-start: var(--gutter-xs);
  padding-inline-start: var(--gutter-xs);
}

.header-style-8 .header-bottom_vertical-menu .vertical-menu-head svg:last-child {
  display: none;
}

.header-style-9 .header-logo-vertical-menu {
  display: flex;
  align-items: center;
  -webkit-padding-end: var(--gutter-xs);
  padding-inline-end: var(--gutter-xs);
}

.header-style-9 .header-top {
  padding-top: var(--gutter-lg);
  padding-bottom: var(--gutter-lg);
}

.header-style-9 .header-top .header-logo {
  width: auto;
  padding: 0;
  -webkit-margin-end: var(--gutter-xlg);
  margin-inline-end: var(--gutter-xlg);
}

@media (min-width: 1200px) {
  .header-style-9 .header-top .header-logo {
    -webkit-margin-end: 100px;
    margin-inline-end: 100px;
  }
}

.header-style-9 .header-top .header-search {
  max-width: 61.3%;
}

.header-style-9 .header-bottom-lr {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

.header-style-9 .header-bottom-lr .header-bottom_right {
  color: var(--nav-link-color);
}

.header-style-9 .header-menu>.menu-list>li>.menu-item_wrapper>a,
.header-style-9 .header-menu>.menu-list>li>a {
  padding-top: 16px;
  padding-bottom: 16px;
}

.header-style-9.style-1 .header-bottom {
  position: relative;
  z-index: 3;
}

.header-style-9.style-1 .header-bottom_wrapper {
  position: relative;
  background: var(--main-color);
  border-radius: 10px;
  padding: 0 38px;
  -webkit-padding-end: var(--gutter-xlg);
  padding-inline-end: var(--gutter-xlg);
}

.header-style-9.style-1 .header-bottom-lr {
  position: static;
}

.header-style-9.style-2 .header-top {
  padding: 5px 0;
}

.header-style-9.style-2 .header-top_wrapper {
  padding: var(--gutter-xxs) 35px;
  border-radius: 50px;
}

@media (min-width: 992px) {
  .header-style-9.style-2 .header-search form {
    border: 2px solid #4c4c4c;
  }

  .header-style-9.style-2 .header-search form input {
    background: #4c4c4c;
    color: rgba(var(--text-header-color-rgba), 0.8);
  }

  .header-style-9.style-2 .header-search form input::-webkit-input-placeholder {
    color: rgba(var(--text-header-color-rgba), 0.8);
  }

  .header-style-9.style-2 .header-search form input::-moz-placeholder {
    color: rgba(var(--text-header-color-rgba), 0.8);
  }

  .header-style-9.style-2 .header-search form input::placeholder {
    color: rgba(var(--text-header-color-rgba), 0.8);
  }
}

.header-style-10 .header-logo-vertical-menu {
  display: flex;
  align-items: center;
  -webkit-padding-end: var(--gutter-xs);
  padding-inline-end: var(--gutter-xs);
}

.header-style-10 .header-top {
  padding-top: 19px;
  padding-bottom: 19px;
  position: relative;
}

.header-style-10 .header-top .header-logo {
  width: auto;
  padding: 0;
  -webkit-margin-end: var(--gutter-sm);
  margin-inline-end: var(--gutter-sm);
}

@media (min-width: 1200px) {
  .header-style-10 .header-top .header-logo {
    -webkit-margin-end: 54px;
    margin-inline-end: 54px;
  }
}

.header-style-10 .header-action-list,
.header-style-10 .header-top_wrapper {
  position: relative;
}

.header-style-10 .header-search {
  position: absolute;
  top: 100%;
  right: 0;
  background: var(--header-bg-color);
  max-width: none;
  padding: var(--gutter-xxs);
  z-index: 9;
  min-width: 355px;
  -webkit-animation: mmfadeIn .35s ease-in-out;
  animation: mmfadeIn .35s ease-in-out;
  display: none;
  margin-top: var(--gutter-xxs);
  box-shadow: 0 6px 12px rgba(58, 56, 56, 0.18);
}

.header-style-10 .header-search search-form {
  width: 100%;
}

.header-style-10 .header-search.active {
  display: block;
}

.header-style-10 .header-search .search-results {
  left: -10px;
  right: -10px;
}

.header-style-10 .header-search-icon {
  color: var(--text-header-color);
  cursor: pointer;
  transition: all .35s ease-in-out;
}

.header-style-10 .header-search-icon svg {
  color: currentColor;
}

.header-style-10 .header-search-icon svg path {
  fill: currentColor;
}

.header-style-10 .header-search-icon>span {
  display: flex;
  align-items: center;
}

.header-style-10 .header-search-icon.active .search-icon-open,
.header-style-10 .header-search-icon .search-icon-close {
  display: none;
}

.header-style-10 .header-search-icon.active .search-icon-close {
  display: block;
}

@media (hover: hover) {
  .header-style-10 .header-search-icon:hover {
    color: var(--header-text-color-hover);
  }
}

.header-style-10 .header-menu {
  flex: 1;
  padding: 0 var(--gutter-xs);
}

@media (max-width: 1199px) {
  .header-style-10 .header-menu>.menu-list>li {
    padding-left: 7px;
    padding-right: 7px;
  }
}

@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 .off-canvas-navbar-toggle-buttons svg {
  color: var(--text-header-color);
}

.off-canvas-navigation-wrapper .off-canvas-navbar-toggle-buttons svg path {
  fill: currentColor;
}

.off-canvas-navigation-wrapper .navbar-toggle-hamburger {
  display: flex;
  align-items: center;
}

.off-canvas-navigation-wrapper .navbar-toggle-close {
  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);
  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;
}

.header-mobile {
  padding: 8px 0 0;
  background: var(--header-bg-mobile-color);
  position: relative;
  box-shadow: 0 0 3px rgba(201, 201, 201, 0.75);
}

.header-mobile .header-mobile_top {
  justify-content: space-between;
  padding: 5px 15px 10px;
  display: flex;
}

.header-mobile .header-mobile_top .header-logo {
  margin-top: 5px;
  width: 50%;
}

.header-mobile .header-hamburger {
  display: flex;
  align-items: center;
  margin: 0;
  -webkit-margin-end: var(--gutter-sm);
  margin-inline-end: var(--gutter-sm);
}

.header-mobile .header-hamburger svg {
  color: var(--header-mobile-text-color);
}

.header-mobile .header-hamburger svg path {
  fill: currentColor;
}

.header-mobile .header-icons {
  display: flex;
}

.header-mobile .header-icons ul {
  display: flex;
}

.header-mobile .header-icons ul li {
  display: flex;
  align-items: center;
  list-style: none;
  cursor: pointer;
  -webkit-margin-start: var(--gutter-xs);
  margin-inline-start: var(--gutter-xs);
}

.header-mobile .header-icons ul li svg {
  width: 24px;
  height: 24px;
  color: var(--header-mobile-text-color);
}

.header-mobile .header-icons ul li svg path {
  fill: currentColor;
}

.header-mobile .number {
  position: absolute;
  right: -8px;
  bottom: -5px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-color-mobile-number-icon);
  color: var(--color-mobile-number-icon);
  font-size: 12px;
  font-weight: var(--font-bold);
}

.header-mobile .m-icon-search.active .mis-open,
.header-mobile .m-icon-search .mis-close {
  display: none;
}

.header-mobile .m-icon-search.active .mis-close {
  display: block;
}

.header-mobile .header-search {
  position: relative;
  left: 0;
  top: 100%;
  right: 0;
  -webkit-animation: mmfadeIn .35s ease-in-out;
  animation: mmfadeIn .35s ease-in-out;
  display: none;
  margin-top: 0;
  padding: var(--gutter-xxs) 0;
  background: #000;
  z-index: 9;
}

.header-mobile .header-search.active {
  display: block;
}

.header-mobile .header-search search-form {
  margin: 0 auto;
  padding-left: var(--gutter-xs);
  padding-right: var(--gutter-xs);
  max-width: 100%;
  width: 100%;
}

.header-mobile .header-search form {
  height: 42px;
  border: none;
  border-radius: 0;
}

@media (min-width: 768px) {
  .jdgm-rev-widg__header .jdgm-form-wrapper {
    margin: 16px 30% 20px 20%;
  }

  .header-mobile .header-search search-form {
    max-width: 760px;
  }
}



.header-mobile .header-search form input {
  height: 42px;
  border: 2px solid #f79a2a;
  padding: 0 0 0 30px;
  width: 82%;
  border-radius: 25px 0 0 25px;
}

.header-mobile .header-search form button {
  position: unset;
  border: 2px solid #f79a2a;
  width: 60px;
  background-color: #f79a2a;
  border-radius: 0 25px 25px 0;
}

#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: #fff;
  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;
}

.header-mobile_drawer .mobile-layout-bar .drawer-close svg {
  color: var(--body-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 {
  font-size: 16px;
  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;
  -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);
}

.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;
}

.labels-wrapper {
  position: absolute;
  left: 80%;
  top: 0;
  z-index: 1;
}

.labels-wrapper .menu-label {
  padding: 0 6px;
  border-radius: 2px;
  font-weight: var(--font-body-weight);
  font-size: 11px;
}

.labels-wrapper .label-1 {
  color: var(--menu-label-color-1);
  background: var(--menu-label-bg-1);
}

.labels-wrapper .label-2 {
  color: var(--menu-label-color-2);
  background: var(--menu-label-bg-2);
}

.labels-wrapper .label-3 {
  color: var(--menu-label-color-3);
  background: var(--menu-label-bg-3);
}

.header-bottom-lr {
  flex: 1;
  display: flex;
  justify-content: space-between;
  position: relative;
  -webkit-padding-start: var(--gutter-xs);
  padding-inline-start: var(--gutter-xs);
}

.header-bottom-lr .header-bottom_right {
  display: none;
  color: var(--text-header-color);
  font-weight: var(--font-bold);
  padding: 13px 0;
  -webkit-padding-start: var(--gutter-xs);
  padding-inline-start: var(--gutter-xs);
}

@media (min-width: 1200px) {
  .header-bottom-lr .header-bottom_right {
    display: flex;
    align-items: center;
  }
}

.header-menu {
  width: 100%;
  height: 100%;
}

.header-menu picture {
  visibility: hidden;
  opacity: 0;
}

.header-menu>.menu-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.header-menu>.menu-list li {
  list-style: none;
}

.header-menu>.menu-list>li {
  padding: 0 3px;
  display: inline-block;
  align-items: center;
  position: relative;
}

.header-menu>.menu-list>li:last-child {
  -webkit-padding-end: 0;
  padding-inline-end: 0;
}

.header-menu>.menu-list>li.highlight>.menu-item_wrapper>a,
.header-menu>.menu-list>li.highlight>.menu-item_wrapper svg {
  color: var(--price-sale-color);
}

.header-menu>.menu-list>li>.menu-item_wrapper>a,
.header-menu>.menu-list>li>a {
  padding: 14px 0;
  transition: all .35s ease-in-out;
  font-size: var(--nav-font-size);
  font-weight: var(--font-bold);
  color: var(--nav-link-color);
  position: relative;
  display: flex;
  align-items: center;
}

.header-menu>.menu-list>li>.menu-item_wrapper {
  display: flex;
  align-items: center;
}

.header-menu>.menu-list>li>.menu-item_wrapper svg {
  color: var(--nav-link-color);
  transition: all .35s ease-in-out;
}

.header-menu>.menu-list>li>.menu-item_wrapper svg path {
  fill: currentColor;
}

.header-menu>.menu-list>li .dropdown-menu {
  position: absolute;
  left: 0;
  top: 100%;
  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;
  padding: 5px 0;
  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 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;
  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%;
}

@media (hover: hover) {

  .header-menu>.menu-list>li .dropdown-menu--sublinks li:hover>.menu-item_wrapper>a,
  .header-menu>.menu-list>li .dropdown-menu--sublinks li:hover>.menu-item_wrapper svg,
  .header-menu>.menu-list>li .dropdown-menu--sublinks li:hover>a {
    color: var(--nav-dropdown-link-hover-color);
  }

  .header-menu>.menu-list>li .dropdown-menu--sublinks li:hover>.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;
}

@media (hover: hover) {

  .header-menu>.menu-list>li:hover>.menu-item_wrapper>a,
  .header-menu>.menu-list>li:hover>.menu-item_wrapper svg,
  .header-menu>.menu-list>li:hover>a {

    color: var(--nav-link-hover-color);
  }

  .header-menu>.menu-list>li:hover>.dropdown-menu {
    display: block;
  }
}

.template-index .header-bottom_vertical-menu .vertical-menu-head {
  border-radius: 10px 10px 0 0;
}

.template-index .header-bottom_vertical-menu .vertical-menu-head.open {
  border-radius: 10px;
}

.template-index .header-container.header-style-1 .header-vertical-menu,
.template-index .header-container.header-style-2 .header-vertical-menu,
.template-index .header-container.header-style-7 .header-vertical-menu {
  display: block;
}

.template-index .header-container.header-style-1 .header-vertical-menu.open,
.template-index .header-container.header-style-2 .header-vertical-menu.open,
.template-index .header-container.header-style-7 .header-vertical-menu.open,
.template-index .header-sticky .header-container.header-style-7 .header-vertical-menu {
  display: none;
}

.template-index .header-sticky .header-container.header-style-7 .header-vertical-menu.open {
  display: block;
  margin-top: 24px;
}

.template-index .header-style-8 .header-bottom_vertical-menu .vertical-menu-head.open {
  border-radius: 10px 10px 0 0;
}

.header-bottom_vertical-menu {
  width: 285px;
  display: flex;
  align-items: center;
  position: relative;
  -webkit-padding-end: var(--gutter-xs);
  padding-inline-end: var(--gutter-xs);
}

.header-bottom_vertical-menu .vertical-menu-head {
  display: flex;
  align-items: center;
  width: 100%;
  background: var(--main-color);
  color: var(--body-color);
  padding: var(--gutter-xxs) var(--gutter-sm);
  line-height: 25px;
  font-weight: var(--font-bold);
  border-radius: 10px;
  cursor: pointer;
}

.header-bottom_vertical-menu .vertical-menu-head svg {
  flex: 0 0 16px;
  width: 16px;
  color: inherit;
}

.header-bottom_vertical-menu .vertical-menu-head svg path {
  fill: currentColor;
}

.header-bottom_vertical-menu .vertical-menu-head svg:first-child {
  -webkit-margin-end: var(--gutter-xxs);
  margin-inline-end: var(--gutter-xxs);
}

.header-bottom_vertical-menu .vertical-menu-head svg:last-child {
  display: none;
  -webkit-margin-start: var(--gutter-xxs);
  margin-inline-start: var(--gutter-xxs);
}

.header-bottom_vertical-menu .vertical-menu-head.open {
  border-radius: 10px 10px 0 0;
}

@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 {
  position: absolute;
  left: 0;
  top: 100%;
  width: calc(100% - var(--gutter-xs));
  background: var(--nav-dropdown-background);
  border-radius: 0 0 10px 10px;
  z-index: 9;
  -webkit-animation: mmfadeIn .35s ease-in-out;
  animation: mmfadeIn .35s ease-in-out;
  display: none;
}

.header-vertical-menu.open {
  display: block;
}

.header-vertical-menu .labels-wrapper {
  left: 100%;
  top: 0;
}

.header-vertical-menu picture {
  visibility: hidden;
  opacity: 0;
}

.header-vertical-menu>.menu-list {
  padding-bottom: 12px;
  position: relative;
}

.header-vertical-menu>.menu-list li {
  list-style: none;
}

.header-vertical-menu>.menu-list li.highlight>a {
  font-weight: var(--font-bold);
}

.header-vertical-menu>.menu-list>li {
  margin: 0 13px;
  border-bottom: 1px solid var(--body-border-color);
  -webkit-padding-start: 5px;
  padding-inline-start: 5px;
}

.header-vertical-menu>.menu-list>li:last-child {
  border-bottom: none;
}

@media (hover: hover) {
  .header-vertical-menu>.menu-list>li:hover {
    background: var(--second-bg-color);
  }

  .header-vertical-menu>.menu-list>li:hover>.menu-item_wrapper a,
  .header-vertical-menu>.menu-list>li:hover>a {
    font-weight: var(--font-bold);
  }

  .header-vertical-menu>.menu-list>li:hover>.dropdown-menu {
    display: block;
  }
}

.header-vertical-menu>.menu-list .menu-item_wrapper {
  display: flex;
  justify-content: space-between;
}

.header-vertical-menu>.menu-list a {
  padding: 7.4px 0;
  font-size: var(--nav-font-size);
  color: var(--nav-dropdown-link-color);
  position: relative;
  display: inline-block;
}

.header-vertical-menu>.menu-list .svg_element-ui {
  flex: 0 0 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--nav-dropdown-link-color);
  -webkit-margin-start: var(--gutter-xxs);
  margin-inline-start: var(--gutter-xxs);
}

.header-vertical-menu>.menu-list .svg_element-ui svg {
  width: 10px;
  height: 10px;
}

.header-vertical-menu>.menu-list .dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  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);
}

@media (hover: hover) {

  .header-vertical-menu>.menu-list .dropdown-menu li:hover .menu-item_wrapper>a,
  .header-vertical-menu>.menu-list .dropdown-menu li:hover .menu-item_wrapper svg {
    color: var(--nav-dropdown-link-hover-color);
  }

  .header-vertical-menu>.menu-list .dropdown-menu li:hover .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;
  }
}

.header-search search-form {
  display: block;
  position: relative;
}

.header-search search-form .search-results_list {
  display: none;
}

.header-search search-form[data-status=loading] .search-results .search-results_loading {
  display: block;
}

.header-search search-form[data-status=loading] .search-results_empty,
.header-search search-form[data-status=loading] .search-results_list {
  display: none;
}

.header-search search-form[data-status=show] .search-results_list {
  display: flex;
}

.header-search search-form[data-status=show] .search-results_empty,
.header-search search-form[data-status=show] .search-results_loading {
  display: none;
}

.header-search search-form.is-visible .search-results {
  display: block;
}

.header-search form {
  display: flex;
  border: 3px solid var(--color-orange);
  border-radius: 25px;
  position: relative;
}

@media screen and (max-width: 1600px) {
  .header-search form {
    border: 2px solid var(--color-orange);
  }
}

.header-search form input {
  border: none;
  width: 100%;
  height: 38px;
  border-radius: 25px;
  -webkit-padding-end: 65px;
  padding-inline-end: 65px;
}

.header-search form button {
  position: absolute;
  top: -2px;
  right: -3px;
  bottom: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  padding: 0;
  border-radius: 0 25px 25px 0;
  background: var(--color-orange);
  color: var(--text-number-icon);
  border: 1px solid var(--color-orange);
}

.header-search form button svg {
  color: inherit;
}

.header-search form button svg path {
  fill: #fff;
}

.header-search form button.pending .svg-search,
.header-search form button .svg-loading {
  display: none;
}

.header-search form button.pending .svg-loading {
  display: block;
}

.header-search .search-results {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  margin-top: var(--gutter-xxs);
  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;
}

.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;
}

.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(--btn1-fw);
}

.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);
}

@media (min-width: 1441px) {
  .fix-container .header-action-list>div:not(:last-child) {
    -webkit-margin-end: 35px;
    margin-inline-end: 35px;
  }
}

.header-action-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-action-list>div:not(:last-child) {
  -webkit-margin-end: var(--gutter-lg);
  margin-inline-end: var(--gutter-lg);
}

@media (min-width: 1200px) {
  .header-action-list>div:not(:last-child) {
    -webkit-margin-end: 35px;
    margin-inline-end: 35px;
  }
}

@media (min-width: 1441px) {
  .header-action-list>div:not(:last-child) {
    -webkit-margin-end: 55px;
    margin-inline-end: 55px;
  }
}

.header-action-list>div>a {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--text-header-color);
}

@media (hover: hover) {
  .header-action-list>div>a:hover {
    color: var(--color-orange);
  }

  .header-action-list .number:hover {
    background: #ffffff;
  }

  .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;
  }
}

.header-action-list .number {
  position: absolute;
  right: -9px;
  bottom: -10px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-orange);
  color: var(--color-black);
  font-size: 12px;
  font-weight: var(--font-bold);
}

.header-action-list .header-cart .header-cart_icon {
  display: flex;
  -webkit-margin-end: var(--gutter-xxs);
  margin-inline-end: var(--gutter-xxs);
}

.header-action-list .header-cart svg {
  color: currentColor;
  fill: currentColor;
}

.header-action-list .header-cart svg path {
  fill: currentColor;
}

.header-action-list .header-cart .header-action-item_label {
  font-weight: var(--font-bold);
  color: var(--text-header-color);
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  padding-bottom: 0 !important;
}

body,
html {
  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);
  display: flex;
  overflow-x: hidden;
  flex-direction: column;
}

@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.newsletter-popup-modal #newsletter-popup {
  display: none !important;
}

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

[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(--color-black);
  transition: all .35s ease-in-out;
}

a:focus {
  outline: none;
}

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: 700;
}

#admin-bar-iframe,
.hide {
  display: none !important;
}

dl,
ol,
ul {
  margin: 0;
  padding: 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 {
  color: #a60000;
}

.errors {
  margin: 0 0 var(--gutter-md);
}

.errors ul {
  list-style: none;
}

.note .errors {
  color: red;
  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(--color-gray);
  -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: 80px;
}

.select-group {
  position: relative;
}

.select-group select {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -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;
  font-weight: var(--font-bold);
  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-1 {
  font-size: var(--btn1-fs);
  font-weight: var(--btn1-fw);
  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(--btn2-fw);
  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;
    background: var(--btn2-hover-bg-cl);
    border-color: var(--btn2-hover-border-cl);
  }
}

a.btn-2 {
  color: var(--btn2-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(--btn1-fw);
  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;
}

.overlay-ui {
  position: absolute;
  left: 0;
  top: 0;
}

.product-info .product-details_price .price-sale {
  font-size: 32px;
  font-weight: bold;
}

.f-break {
  width: 100vw !important;
  position: relative;
  left: calc(-50vw - -50%);
  flex: 0 0 100vw;
  max-width: 100vw;
}

@media (max-width: 767px) {
  .product-info .product-details_price .price-sale {
    font-size: 25px;
  }

  .f-break-mobile {
    width: 100vw !important;
    position: relative;
    left: calc(-50vw - -50%);
    flex: 0 0 100vw;
    max-width: 100vw;
  }
}

.placeholder-svg {
  background: rgba(var(--main-color-rgba), 0.1);
  display: flex;
}

.svg-element-ui {
  display: flex;
  align-items: center;
  justify-content: center;
}

.position-absolute {
  position: absolute;
}

.d-grid>div {
  min-width: 0;
}

.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;
  }
}

.section-wrapper,
.tab-heading {
  position: relative;
}

.tab-heading {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  align-items: center;
  overflow-y: hidden;
  overflow-x: auto;
}


.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;
  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 {
  padding: 0 0 14px;
}

.tab-heading.tab-heading-2: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: 700;
  font-size: 28px;
  border-radius: 13px;
}

@media (min-width: 1000px) {
  .tab-heading.tab-heading-2 li a {
    padding: 2px 19px;
  }
}

.tab-heading.tab-heading-2 li a:after,
.tab-heading.tab-heading-2 li a:before {
  content: none;
}

.tab-heading.tab-heading-2 li a.active,
{
border-color: var(--main-color);
}

@media (hover: hover) {
  .tab-heading.tab-heading-2 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-right {
    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%);
  z-index: 8;
}

.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: #f79a2a;
  width: 30px;
  border-radius: 4px;
}

.tns-inner .tns-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.slider-container:not(.slider-initialized) {
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: -35px;
  padding-bottom: 35px;
}

.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;
}

.section-breadcrumb {
  /* background: var(--breadcrumb-bg-color); */
  /* background: var(--second-bg-color); */
  margin: 0px 0 0;
  padding: var(--heading-size-h1) 0;
}

/* @media (min-width: 768px) {
  .section-breadcrumb {
    margin-top: var(--gutter-md);
  }
} */

.breadcrumb-list {
  list-style: none;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
}

.breadcrumb-list li a {
  color: var(--breadcrumb-color-1);
  white-space: nowrap;
  font-size: var(--body-font-size);
}

@media (hover: hover) {
  .breadcrumb-list li a:hover {
    color: var(--body-link-hover);
  }
}

.breadcrumb-list li.active,
.breadcrumb-list li.active a {
  color: var(--breadcrumb-color-2);
}

.breadcrumb-list li.svg-element-ui {
  padding: 0 8px;
}

.breadcrumb-list li svg {
  width: 10px;
  height: 10px;
  color: var(--breadcrumb-color-1);
}

.page-template {
  /* margin-top: var(--gutter-md);
  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;
}

.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 h1,
.article-template_content h2,
.article-template_content h3,
.article-template_content h4,
.article-template_content h5,
.article-template_content h6,
.page-default .page-body h1,
.page-default .page-body h2,
.page-default .page-body h3,
.page-default .page-body h4,
.page-default .page-body h5,
.page-default .page-body h6,
.product-tabs .tab-item h1,
.product-tabs .tab-item h2,
.product-tabs .tab-item h3,
.product-tabs .tab-item h4,
.product-tabs .tab-item h5,
.product-tabs .tab-item h6 {
  margin-bottom: var(--gutter-xs);
}

.article-template_content>ol,
.article-template_content>ul,
.page-default .page-body>ol,
.page-default .page-body>ul,
.product-tabs .tab-item>ol,
.product-tabs .tab-item>ul {
  margin-bottom: var(--gutter-sm);
}

.article-template_content ol,
.article-template_content ul,
.page-default .page-body ol,
.page-default .page-body ul,
.product-tabs .tab-item ol,
.product-tabs .tab-item ul {
  -webkit-padding-start: 22px;
  padding-inline-start: 22px;
}

.article-template_content ol li:not(:last-child),
.article-template_content ul li:not(:last-child),
.page-default .page-body ol li:not(:last-child),
.product-tabs .tab-item ol li:not(:last-child),
.product-tabs .tab-item ul li:not(:last-child) {
  margin-bottom: 3px;
}

.article-template_content>div,
.page-default .page-body>div {
  margin-bottom: var(--gutter-sm);
}

.article-template_content blockquote,
.page-default .page-body blockquote,
.product-tabs .tab-item blockquote {
  display: flex;
  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,
.page-default .page-body blockquote p,
.product-tabs .tab-item blockquote p {
  margin: 0;
}

.article-template_content table,
.page-default .page-body 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) {
  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 {
  line-height: 1.5;
  padding: 7px 5px;
}

.section-wrapper:not(.no-padding) .slider-list.row {
  margin: -15px;
}

.section-wrapper:not(.no-padding) .slider-list.row>div {
  padding: 15px;
}

.announcement-bar .tns-outer .tns-ovh {
  margin-bottom: 0;
  padding-bottom: 0;
}

.announcement-bar .announcement-item p:last-child {
  margin: 0;
}

table.product_comparison_template .product-col .product-price {
  justify-content: center;
}

#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;
}

.tab-contents iframe {
  max-width: 100%
}

/* @media (min-width: 992px) {
  .electro-mode-switcher {
    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);
  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 {
  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);
  }
}


.container {
  width: 100%;
  max-width: 100%;
  /* padding-right: 15px;
  padding-left: 15px; */
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .container {
    max-width: 66vw;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 66vw;
  }
}

@media (min-width: 1441px) {
  .fix-container .container {
    max-width: 1270px;
  }
}

.remind-message .container {
  max-width: 66vw;
}

@media (max-width: 1600px) {
  .remind-message .container {
    max-width: 1126px;
  }
}

@media (max-width: 960px) {
  .remind-message .container {
    padding: 0px 15px 0px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* 2026 Container - wider max-width for 2026 sections */
.container-2026 {
  width: 100%;
  max-width: 66vw;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1600px) {
  .container-2026 {
    max-width: 1126px;
  }
}

@media (max-width: 792px) {
  .container-2026 {
    max-width: 100%;
    padding: 60px 3% 0;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* 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: 10px;
  padding-left: 10px;
}

.col-12.col-lg-3 {
  padding-left: 0px !important;
}

.col-12.col-lg-9 {
  padding-right: 0px !important;
}

.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-4-1 {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .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-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: var(--heading-size-h1);
  font-weight: var(--heading-1-weight);
}

.h2,
h2 {
  font-size: var(--heading-size-h2);
  font-weight: var(--heading-2-weight);
}

.h3,
h3 {
  font-size: var(--heading-size-h3);
  font-weight: var(--heading-3-weight);
}

.h4,
h4 {
  font-size: var(--heading-size-h4);
  font-weight: var(--heading-4-weight);
}

.h5,
h5 {
  font-size: var(--heading-size-h5);
  font-weight: var(--heading-5-weight);
}

.h6,
h6 {
  font-size: var(--heading-size-h6);
  font-weight: var(--heading-6-weight);
}

.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: var(--section-heading-fs);
  font-weight: var(--section-heading-fw);
  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);
}

.section-header {
  position: relative;
}

.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;
}

.section-header .subheading a svg {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
}

@media (min-width: 768px) {
  .controls-position-1 .section-header .subheading {
    right: 55px;
    margin-top: -5px;
  }
}

.page-title {
  font-weight: var(--font-body-weight);
  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;
}

@media (min-width: 1025px) {
  .tns-outer .tns-ovh {
    padding-bottom: 35px;
    margin-bottom: -35px;
  }
}

product-card {
  height: 100%;
  display: flex;
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: var(--gutter-xxs);
  background: var(--product-bg-color);
  width: 100%;
}

@media (min-width: 480px) {
  .product-card {
    padding: var(--gutter-xs);
  }
}

@media (min-width: 1200px) {
  .product-card {
    padding: 20px 20px 40px;
  }
}

/* .product-card:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: var(--body-border-color);
  width: 1px;
  height: 70%;
  transform: translateY(-50%);
} */

@media (min-width: 1025px) {
  .product-card:after {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    right: 0;
    bottom: -30px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 #c6c6c6;
    background: var(--product-bg-color);
    border: 1px solid var(--body-border-color);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all .35s ease-in-out;
  }
}

.product-card .product-card_media {
  margin-bottom: var(--gutter-xs);
  position: relative;
}

.product-card .product-card_media>a {
  display: block;
}

.product-card img {
  -o-object-fit: contain;
  object-fit: contain;
}

.product-card .product-vendor {
  color: var(--body-color-2);
  font-size: var(--product-card-vendor-fs);
  font-weight: var(--font-body-weight);
  margin-bottom: var(--gutter-xxs);
  font-family: var(--body-font);
}

.product-card .product-vendor a {
  font-size: var(--product-card-title-fs);
}

@media (hover: hover) {
  .product-card .product-vendor:hover {
    color: var(--main-color);
  }
}

.product-card .product-card_title {
  color: var(--product-card-title-cl);
  font-size: calc(14 / 16 * 1rem);
  font-weight: 500;
  line-height: 1.4;
}

.product-card .product-card_title a {
  color: inherit;
  text-overflow: ellipsis;
}

@media (hover: hover) {
  .product-card .product-card_title:hover {
    color: var(--body-link-hover);
  }
}

.product-card.balance-row-1 .product-card_title>a {
  -webkit-line-clamp: 1;
}

.product-card.balance-row-1 .product-card_title>a,
.product-card.balance-row-2 .product-card_title>a {
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: -o-ellipsis-lastline;
}

.product-card.balance-row-2 .product-card_title>a {
  -webkit-line-clamp: 2;
  min-height: 39px;
}

.product-card.balance-row-3 .product-card_title>a {
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: -o-ellipsis-lastline;
  /* min-height: 40px; */
}

.product-card.effect-switch .product-card_media a>.image__style {
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}

.product-card.effect-switch .product-card_media .product-card_media_behind {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}

.product-card.effect-overlay .product-card_media a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 0;
  z-index: 1;
  transition: all .35s ease-in-out;
}

.product-card .list-view-content {
  display: none;
}

.product-card .short-description {
  display: none;
  margin-top: 23px;
}

.product-card .short-description ul li {
  list-style: none;
  color: var(--body-color-2);
  margin-bottom: 3px;
  display: flex;
}

.product-card .short-description ul li:before {
  content: "";
  border: 1px solid var(--body-color-2);
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  margin-top: 5px;
  -webkit-margin-end: var(--gutter-xxs);
  margin-inline-end: var(--gutter-xxs);
}

.secion-related-products .section-wrapper .section-body .slider-wrapper .tns-ovh .slider-list .slider-item .product-card .product-buttons {
  background: #202020;
  margin: 0 auto;
  border-radius: 8px;
  position: inherit;
  padding: 7px var(--gutter-xs) 6px;
}

.search-results_inner .product-card .product-buttons,
.section-product-tab-v1 .section-wrapper .section-body .tab-content slider-component .slider-list .product-card .product-buttons {
  background: #202020;
  margin: 0 auto;
  border-radius: 8px;
  position: inherit;
  padding: 11px var(--gutter-xs) 10px;
}

.search-results_inner .product-card .product-buttons:hover,
.section-product-tab-v1 .section-wrapper .section-body .tab-content slider-component .slider-list .product-card .product-buttons:hover {
  background: #404040;
}



.product-card .product-buttons {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  border: 1px solid var(--body-border-color);
  border-top: none;
  background: var(--product-bg-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 var(--gutter-xs) 12px;
  z-index: 2;
  border-radius: 0 0 5px 5px;
  transform: translate(0);
  visibility: visible;
  opacity: 1;
  transition: all .35s ease-in-out;
}

.product-wishlist {
  display: none;
}

.product-card .product-buttons .product-card_quick-view,
.product-card .product-buttons .product-wishlist {
  display: none;
  max-width: 75%;
  padding: 0 4px;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.product-card .product-buttons .product-card_quick-view span,
.product-card .product-buttons .product-wishlist span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1;
}

.product-card .product-buttons .product-card_quick-view svg,
.product-card .product-buttons .product-wishlist svg {
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}

.product-card .product-buttons .product-wishlist [data-arn-action] {
  display: flex;
  align-items: center;
}

@media (hover: hover) {
  .product-card .product-buttons .product-wishlist [data-arn-action]:hover {
    color: var(--body-link-hover);
  }

  .product-card .product-buttons .product-wishlist [data-arn-action]:hover svg {
    fill: currentColor;
    color: currentColor;
  }
}

.product-card .product-buttons .product-card_quick-view {
  color: var(--product-bg-color);
}

/* @media (max-width: 1024px) {
  .tab-heading.tab-heading-3 li a{
    font-size:16px;}} */

.product-card .product-buttons .product-card_quick-view svg {
  color: currentColor;
  fill: currentColor;
}


@media (min-width: 1025px) {
  .product-card:hover {
    background: white;
    z-index: 5;
  }

  .product-card:hover:after {
    top: 0;
    visibility: visible;
    opacity: 1;
  }

  .product-card:hover.effect-switch .product-card_media a>.image__style {
    visibility: hidden;
    opacity: 0;
  }

  .product-card:hover.effect-switch .product-card_media .product-card_media_behind {
    visibility: visible;
    opacity: 1;
  }

  .product-card:hover.effect-overlay .product-card_media a:before {
    height: 100%;
  }

  .product-card:hover .product-card_actions .btn-add-to-cart {
    background: var(--button-cart-hover-bg);
    color: var(--button-cart-hover-cl);
  }
}

.product-card_footer {
  margin-top: auto;
}

.product-card_price_action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1025px) {
  .product-card_price_action {
    /* border-top: 1px solid var(--body-border-color); */
    padding: 7px 15px 30px;
  }
}

.product-price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-weight: var(--font-bold);
  color: #f98e27;
  font-size: 24px;
}

/* .product-price .price-sale {
  font-size: var(--product-card-price-sale-fs);
  color: var(--price-sale-color);
  -webkit-padding-end: 5px;
  padding-inline-end: 5px; } */

@media (min-width: 768px) {
  .product-price .price-sale {
    -webkit-padding-end: 7px;
    padding-inline-end: 7px;
  }
}

@media (min-width: 1200px) {
  .product-price .price-sale {
    -webkit-padding-end: 12px;
    padding-inline-end: 12px;
  }
}

.product-price .price,
.product-price .price-compare {
  -webkit-padding-end: 5px;
  padding-inline-end: 5px;
}

.product-price .price-compare {
  font-size: var(--product-card-price-compare-fs);
  color: var(--price-compare-color);
}

.product-card_labels {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 1;
}

.product-card_labels .label {
  font-size: 13px;
  font-weight: var(--font-bold);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  color: #fff;
  background: #e00;
  width: 72px;
  height: 20px;
  border-radius: 0 3px 3px 0;
}

.product-info_action {
  padding: 0 8px;
}

.product-card_labels .label:not(:last-child) {
  margin-bottom: 5px;
}

.product-card_labels .label.product-label-2 {
  color: var(--hot-lb-cl);
  background: var(--hot-lb-bgcl);
}

.product-card_labels .label.product-label-1 {
  color: var(--new-lb-cl);
  background: var(--new-lb-bgcl);
}

.catalog-mode .product-card_actions,
.product-card_actions {
  display: none;
}

@media (min-width: 992px) {
  .product-card_actions {
    display: none;
  }
}

.product-card_actions .btn-add-to-cart {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: var(--button-cart-hover-bg);
  color: var(--button-cart-cl);
  cursor: pointer;
}

@media (min-width: 1200px) {
  .product-card_actions .btn-add-to-cart {
    background: var(--button-cart-bg);
  }
}

.product-card_actions .btn-add-to-cart .text {
  display: none;
}

.product-card_actions .btn-add-to-cart svg {
  color: currentColor;
}

.product-card_actions .btn-add-to-cart svg circle {
  stroke: currentColor;
}

.product-card_actions .btn-add-to-cart svg path {
  fill: currentColor;
}

.product-card_actions .btn-add-to-cart .svg-loading {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.product-card_actions .btn-add-to-cart.pending svg:not(.svg-loading) {
  color: transparent;
}

.product-card_actions .btn-add-to-cart.pending .svg-loading {
  display: block;
}

.tns-slider>.slider-item.tns-slide-active:first-of-type .product-card:before,
.tns-slider>.slider-item:not(.tns-slide-active)+.tns-slide-active .product-card:before,
.tns-slider>.slider-item:not(.tns-slide-active) .product-card:before {
  content: none;
}

@media (min-width: 768px) and (max-width: 991px) {

  .row .col-md-2:nth-child(6n+1)>product-card .product-card:before,
  .row .col-md-3:nth-child(4n+1)>product-card .product-card:before,
  .row .col-md-4:nth-child(3n+1)>product-card .product-card:before,
  .row .col-md-5th:nth-child(5n+1)>product-card .product-card:before,
  .row .col-md-6:nth-child(odd)>product-card .product-card:before,
  .row .col-md-7th:nth-child(7n+1)>product-card .product-card:before,
  .row .col-md-12>product-card .product-card:before {
    content: none !important;
  }
}

@media (min-width: 992px) {

  .row .col-lg-2:nth-child(6n+1)>product-card .product-card:before,
  .row .col-lg-3:nth-child(4n+1)>product-card .product-card:before,
  .row .col-lg-4:nth-child(3n+1)>product-card .product-card:before,
  .row .col-lg-5th:nth-child(5n+1)>product-card .product-card:before,
  .row .col-lg-6:nth-child(odd)>product-card .product-card:before,
  .row .col-lg-7th:nth-child(7n+1)>product-card .product-card:before,
  .row .col-lg-12>product-card .product-card:before {
    content: none !important;
  }
}

.product-media {
  position: relative;
}

.product-media .tns-outer .tns-ovh {
  padding-bottom: 0;
  margin-bottom: 0;
}

.product-media .image__style {
  padding-top: 100% !important;
}

.product-media .image__style img {
  cursor: pointer;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-media .external-video {
  position: relative;
  padding-top: 100%;
  display: block;
}

.product-media iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

/* .product-media .label-save-price {
  position: absolute;
  left: 0;
  top: 10px;
  font-weight: var(--font-bold);
  font-size: 11px;
  text-transform: uppercase;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background: var(--sale-lb-bgcl);
  color: var(--sale-lb-cl); } */
.a-column11 {
  display: flex;
  align-items: center;
}

.a-column11 img {
  width: 70px
}

.product-media .product-media_main {
  position: relative;
}

.product-media .product-media_main .slider-controls {
  position: static;
}

.product-media .product-media_main .slider-controls button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.product-media .product-media_main .slider-controls button.slider-prev-button {
  left: 0;
}

.product-media .product-media_main .slider-controls button.slider-next-button {
  right: 0;
}

.product-media .product-media_thumbnails {
  margin-top: var(--gutter-xxs);
}

.product-media .product-media_thumbnails .item {
  border: 1px solid var(--body-border-color);
  position: relative;
}

.product-media .product-media_thumbnails .item svg {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.product-media .product-media_thumbnails .item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: transparent;
}

.product-media .product-media_thumbnails .item.item-external {
  padding-top: 100%;
}

.product-media .product-media_thumbnails .item.item-external img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-media .product-media_thumbnails .tns-nav-active .item:after {
  background: var(--bg-number-icon);
}

.product-info .product-details_inventory {
  margin-bottom: 8px;
  font-size: calc(var(--body-font-size) - 1px);
  display: flex;
  align-items: center;
}

.product-info .product-details_inventory>span {
  color: var(--body-color-2);
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}

.product-info .product-details_inventory .product-details_inventory_status {
  font-weight: var(--font-bold);
  color: #5bb300;
}

.product-info .product-details_inventory .inventory {
  display: none;
}

.product-info .product-details_inventory[data-status=in-stock] .inventory_in-stock {
  display: block;
}

.product-info .product-details_inventory[data-status=out-stock] .inventory_out-stock {
  display: block;
  color: #ed462f;
}

.product-info .product-details_inventory[data-status=coming-stock] .inventory_coming-stock,
.product-info .product-details_inventory[data-status=items-stock] .inventory_items-stock,
.product-info .product-details_inventory[data-status=low-stock] .inventory_low-stock {
  display: block;
}

.product-info .product-details_price .price-compare {
  font-size: var(--body-font-size);
  color: var(--price-compare-color);
}

.product-info .product-form_quantity {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.product-info .product-form_quantity_wrapper {
  margin-bottom: var(--gutter-xs);
  -webkit-margin-end: var(--gutter-xs);
  margin-inline-end: var(--gutter-xs);
}

@media (min-width: 576px) {
  .product-info .product-form_quantity_wrapper {
    -webkit-margin-end: var(--gutter-lg);
    margin-inline-end: var(--gutter-lg);
  }
}

.product-info .btn-add-to-cart {
  position: relative;
  padding: 12px var(--gutter-sm);
  margin-bottom: var(--gutter-xs);
  color: var(--btn1-hover-cl);
}

@media (min-width: 576px) {
  .product-info .btn-add-to-cart {
    padding-left: var(--gutter-xlg);
    padding-right: var(--gutter-xlg);
  }
}

.product-info .btn-add-to-cart .svg-loading {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: currentColor;
}

.product-info .btn-add-to-cart .svg-loading circle {
  stroke: currentColor;
}

.product-info .btn-add-to-cart svg path {
  fill: currentColor;
}

.product-info .btn-add-to-cart span {
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
}

.product-info .btn-add-to-cart[disabled] {
  cursor: not-allowed;
  opacity: .8;
}

@media (min-width: 1025px) {
  .product-info .btn-add-to-cart[disabled]:hover {
    color: var(--btn1-hover-cl);
    background: var(--btn1-bg-cl);
    border-color: var(--btn1-border-cl);
  }
}

.product-info .btn-add-to-cart.pending {
  pointer-events: none;
}

.product-info .btn-add-to-cart.pending>span,
.product-info .btn-add-to-cart.pending svg:first-of-type {
  color: transparent;
}

.product-info .btn-add-to-cart.pending .svg-loading {
  display: block;
}

.product-info .product-form_dynamic-checkout {
  margin-bottom: var(--gutter-xs);
}

.product-info .shopify-payment-button__button {
  padding: 0;
  height: 48px;
  line-height: 1.3;
  font-size: var(--btn1-fs);
  font-weight: var(--btn1-fw);
  color: var(--btn1-hover-cl);
  background: var(--btn1-hover-bg-cl) !important;
  border: var(--btn2-border-width) solid var(--btn1-hover-border-cl);
  border-radius: 25px;
  -webkit-animation: none;
  animation: none;
  transition: none;
  display: flex;
  transition: background .25s ease-in-out, color .25s ease-in-out, border .25s ease-in-out;
  align-items: center;
  justify-content: center;
}

.product-info .shopify-payment-button__button *,
.product-info .shopify-payment-button__button a,
.product-info .shopify-payment-button__button div,
.product-info .shopify-payment-button__button span {
  background: transparent !important;
  border-color: transparent !important;
}

@media (min-width: 1025px) {
  .product-info .shopify-payment-button__button:hover {
    text-decoration: none;
    color: var(--btn1-cl);
    background: var(--btn1-hover-bg-cl) !important;
    border-color: var(--btn1-hover-border-cl);
  }
}

@media (min-width: 1025px) {
  .product-info .shopify-payment-button__button[disabled]:hover {
    cursor: not-allowed;
    opacity: .6;
    color: var(--btn1-hover-cl);
    background: var(--btn1-hover-bg-cl) !important;
    border: var(--btn2-border-width) solid var(--btn1-hover-border-cl);
  }
}

.product-info .shopify-payment-button__button--hidden {
  display: none;
}

.product-info .product-wishlist-compare {
  display: flex;
  align-items: center;
  margin-bottom: var(--gutter-sm);
}

.product-info .product-wishlist-compare>a {
  display: flex;
  align-items: center;
}

.product-info .product-wishlist-compare>a svg {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}

.product-info .product-wishlist-compare>a:not(:last-child) {
  -webkit-margin-end: var(--gutter-lg);
  margin-inline-end: var(--gutter-lg);
}

[data-arn-action=add] {
  color: var(--body-color-2);
}

[data-arn-action=add] svg {
  fill: var(--body-color-2);
}

[data-arn-action=add].arn_added {
  color: var(--body-link-hover);
}

[data-arn-action=add].arn_added svg {
  fill: var(--body-link-hover);
}

@media (hover: hover) {
  [data-arn-action=add]:hover {
    color: var(--body-link-hover);
  }

  [data-arn-action=add]:hover svg {
    fill: currentColor;
    color: currentColor;
  }
}

.product-info_details {
  padding-top: var(--gutter-sm);
}

@media (min-width: 992px) {
  .product-info_details {
    padding-top: 0;
  }
}

.product-info_details .product-info_title {
  padding-bottom: var(--gutter-xxs);
  margin-bottom: var(--gutter-sm);
  border-bottom: 1px solid var(--body-border-color);
}

.product-info_details .product-details_vendor {
  font-size: calc(var(--body-font-size) - 2px);
  margin-bottom: 3px;
  display: inline-block;
  color: var(--body-color-2);
}

.product-info_details .product-details_title {
  font-weight: 500;
  font-size: 25px;
  color: #000;
  margin: 0 0 13px;
  padding: 0;
}

.product-info_details .product-info_reviews {
  margin: 0 0 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.product-info_details .product-details_sku {
  /*   display: none; */
  color: var(--body-color-2);
  font-size: calc(var(--body-font-size) - 1px);
  display: none;
  align-items: center;
  margin-bottom: 4px;
}

.product-info_details .product-details_sku .js-sku {
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
}

.product-info_details .short-description {
  color: var(--body-color-2);
  margin-bottom: var(--gutter-sm);
  padding-bottom: var(--gutter-sm);
  border-bottom: 1px solid var(--body-border-color);
}

.product-info_details .short-description ul li {
  list-style: none;
  display: flex;
  margin-bottom: 3px;
}

.product-info_details .short-description ul li:before {
  content: "";
  display: block;
  flex: 0 0 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--body-color-2);
  margin-top: 6px;
  -webkit-margin-end: var(--gutter-xxs);
  margin-inline-end: var(--gutter-xxs);
}

.product-info_details .product-details_price {
  margin-bottom: var(--gutter-md);
}

.product-info_details .product-details_price .product-details_price-inner {
  display: flex;
}

.product-info_details .product-details_price .price-compare {
  -webkit-margin-start: var(--gutter-sm);
  margin-inline-start: var(--gutter-sm);
}

.product-info_details .product-countdown {
  margin-bottom: var(--gutter-lg);
}

.product-info_details .product-countdown .offer-text {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px;
}

.product-info_details .product-countdown .countdown-html {
  justify-content: flex-start;
}

.product-info_details .product-countdown .countdown-html .countdown-section {
  border: 2px solid var(--main-color);
  border-radius: 5px;
  background: transparent;
  padding: var(--gutter-xxs) 6px;
}

@media (min-width: 768px) {
  .product-info_details .product-countdown .countdown-html .countdown-section {
    padding: var(--gutter-xxs);
  }
}

.product-info_details .product-countdown .countdown-html .countdown-section:after {
  content: none;
}

.product-info_details .product-countdown .countdown-html .countdown-section:not(:last-child) {
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}

@media (min-width: 768px) {
  .product-info_details .product-countdown .countdown-html .countdown-section:not(:last-child) {
    -webkit-margin-end: var(--gutter-xxs);
    margin-inline-end: var(--gutter-xxs);
  }
}

.product-info_details .product-countdown .countdown-html .countdown-value {
  background: transparent;
  color: var(--body-color);
  padding: 0;
}

@media (min-width: 768px) {
  .product-info_details .product-countdown .countdown-html .countdown-value {
    font-size: 30px;
  }
}

.product-info_details .product-countdown .countdown-html .countdown-text {
  text-transform: capitalize;
  font-size: var(--body-font-size);
}

.product-info_details .people-in-cart {
  margin-bottom: var(--gutter-xs);
  display: flex;
  align-items: center;
}

.product-info_details .people-in-cart .img-user {
  flex: 0 0 42px;
  -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;
  -webkit-margin-end: var(--gutter-xxs);
  margin-inline-end: var(--gutter-xxs);
}

.product-info_details .people-in-cart .people-block-text span {
  font-weight: var(--font-bold);
}

.product-info_details .shipping-time>div:not(:last-child) {
  margin-bottom: var(--gutter-xxs);
}

.product-info_details .shipping-time .deadline strong {
  color: var(--main-color);
}

.share-links ul {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.share-links ul li {
  list-style: none;
}

.share-links ul li a {
  border-radius: 2px;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.share-links ul li a svg {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  color: #fff;
}

.share-links ul li a svg path {
  fill: currentColor;
}

.share-links ul li a.google {
  background: #dd4b39;
}

.rating-links {
  display: flex;
  align-items: center;
  color: var(--body-color-2);
}

.rating-links a {
  color: inherit;
  font-size: calc(var(--body-font-size) - 1px);
}

@media (hover: hover) {
  .rating-links a:hover {
    color: var(--body-link-hover);
  }
}

.rating-links .spr-badge {
  cursor: pointer;
}

.rating-links .rating-inner {
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}

.rating-links .spr-badge-caption {
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
}

.rating-links .spr-badge-caption:before {
  content: "(";
  -webkit-margin-end: 2px;
  margin-inline-end: 2px;
}

.rating-links .spr-badge-caption:after {
  content: ")";
  -webkit-margin-start: 2px;
  margin-inline-start: 2px;
}

.spr-icon {
  color: var(--rating-star-color);
}

.loox-rating .loox-icon,
.spr-icon.spr-icon-star-empty {
  color: var(--rating-star-empty-color);
}

.loox-rating .loox-icon {
  -webkit-margin-end: 2px;
  margin-inline-end: 2px;
}

.loox-rating .loox-icon.loox-star {
  color: var(--rating-star-color);
}

quantity-input {
  width: 140px;
  height: 34px;
  border: 1px solid var(--body-border-color);
  border-radius: 15px;
  display: flex;
  align-items: center;
  padding: 0 var(--gutter-xs);
  -webkit-padding-end: 12px;
  padding-inline-end: 12px;
}

quantity-input input {
  border: none;
  font-size: var(--body-font-size);
  text-align: start;
  border-radius: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 0;
  order: 1;
}

quantity-input svg {
  color: var(--body-color);
  width: 14px;
  height: 14px;
}

quantity-input svg path {
  fill: currentColor;
}

quantity-input quantity-input-minus,
quantity-input quantity-input-plus {
  width: 20px;
  flex: 0 0 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
}

@media (min-width: 1025px) {

  quantity-input quantity-input-minus:hover svg,
  quantity-input quantity-input-plus:hover svg {
    color: var(--body-link-hover);
  }
}

quantity-input quantity-input-minus {
  order: 3;
}

quantity-input quantity-input-plus {
  order: 2;
}

.contact-form .product-subscribe {
  margin-bottom: 14px;
}

.contact-form label {
  font-size: var(--body-font-size);
  margin-bottom: var(--gutter-xxs);
}

.contact-form label p {
  margin: 0;
}

.contact-form .product-subscribe_form .product-subscribe_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.contact-form .product-subscribe_form .product-subscribe_wrapper input {
  flex: 0 0 100%;
  display: block;
  width: 100%;
}

@media (min-width: 576px) {
  .contact-form .product-subscribe_form .product-subscribe_wrapper input {
    flex: 1;
    height: auto;
  }
}

.contact-form .product-subscribe_form .product-subscribe_wrapper .btn {
  min-width: 203px;
  width: 100%;
  flex: 0 0 auto;
  margin-top: var(--gutter-xs);
}

@media (min-width: 576px) {
  .contact-form .product-subscribe_form .product-subscribe_wrapper .btn {
    width: auto;
    flex: 0 0 auto;
    margin-top: 0;
    -webkit-margin-start: 12px;
    margin-inline-start: 12px;
  }
}

.contact-form .product-subscribe_message {
  display: none;
  align-items: center;
}

.contact-form .product-subscribe_message .product-subscribe_message_icon {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(18, 160, 92, 0.1);
  -webkit-margin-end: 8px;
  margin-inline-end: 8px;
}

.contact-form .product-subscribe_message .product-subscribe_message_icon svg {
  color: #12a05c;
}

.contact-form .product-subscribe_message .product-subscribe_message_heading {
  font-size: calc(var(--body-font-size) + 4px);
  margin-bottom: 3px;
}

.contact-form .posted-successfully .product-subscribe_form {
  display: none;
}

.contact-form .posted-successfully .product-subscribe_message {
  display: flex;
}

.swatch-group {
  display: flex;
  flex-direction: column;
  margin-bottom: var(--gutter-xs);
}

.swatch-group .swatch-group_title {
  min-width: 80px;
  -webkit-margin-end: var(--gutter-xxs);
  margin-inline-end: var(--gutter-xxs);
}

.swatch-group .swatch-group_inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

.swatch-group .select-group {
  min-width: 140px;
}

.swatch-group .select-group select {
  width: 100%;
  height: 34px;
  padding-top: 0;
  padding-bottom: 0;
}

.swatch-group .swatch-group_wrapper {
  width: 100%;
  position: relative;
  margin: 0 0 5px;
}

/*.swatch-group .swatch-group_wrapper p {
  position: absolute;
  left: 50%;
  bottom: 100%;
  font-size: 9px;
  margin: 0;
  padding: 5px var(--gutter-xs);
  text-align: center;
  background: #f5f5f5;
  color: #000;
  transform: translate(-50%);
  text-transform: capitalize;
  z-index: 9;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.47);
  visibility: hidden;
  opacity: 0;
  transition: all .35s ease-in-out; }

.swatch-group .swatch-group_wrapper p:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 10px; }

.swatch-group .swatch-group_wrapper p:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #f5f5f5;
  transform: translate(-50%); }

@media (hover: hover) {
  .swatch-group .swatch-group_wrapper:hover p {
    visibility: visible;
    opacity: 1; } }*/

.swatch-group .input-group {
  position: relative;
  border-radius: 5%;
}

.swatch-group .input-group input {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  background: transparent;
  padding: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.swatch-group .input-group input:checked~label {
  border-color: #f98e27;
  /* background-color: #faebd7; */
  font-weight: 600;
  /* color: #F98800; */
  outline: 2px solid #faebd7;
}


.swatch-group .swatch-style-color .swatch-group_wrapper input:checked~label,
.swatch-group .input-group.package-variant-group input:checked~label {
  background-color: unset;
  color: #333e48;
}

.swatch-group .input-group input[disabled] {
  cursor: not-allowed;
}

.swatch-group .input-group input[disabled]:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to top left, transparent calc(50% - 1px), #d4d4d4, transparent calc(50% + 1px));
}

.swatch-group .input-group label {
  width: 100%;
  height: 100%;
  min-height: 45px;
  padding: 6px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  border: 1px solid var(--body-border-color);
}

@media (hover: hover) {
  .swatch-group .input-group:hover label {
    border: 1px solid #faebd7;
  }

  .swatch-group .input-group:hover input[disabled]~label {
    border: 1px solid var(--body-border-color);
  }
}

/* .swatch-group .swatch-style-color .input-group label {
  background: currentColor; } 

.swatch-group .swatch-style-image .input-group label {
  width: 35px;
  height: 35px; }*/

.sidebar-none .swatch-group .swatch-style-image .image__style {
  width: 70px;
  padding-top: 70px !important;
}

.product-extended-template .swatch-group .swatch-style-image .image__style {
  width: 55px;
  padding-top: 55px !important;
}

.swatch-group .swatch-style-image .image__style img {
  -o-object-fit: contain;
  object-fit: contain;
}

.pagination-holder {
  margin: var(--gutter-lg) auto 0;
  padding-top: var(--gutter-md);
  padding-bottom: 50px;
  /* border-top: 1px solid var(--body-border-color); */
}

.pagination-holder .pagination {
  list-style: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-holder .pagination li {
  margin: 0 4px;
}

.pagination-holder .pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 35px;
  min-height: 35px;
  color: var(--body-link);
  font-size: var(--body-font-size);
  font-weight: var(--font-body-weight);
  border-radius: 50%;
  border: 1px solid var(--body-border-color);
}

.pagination-holder .pagination li a.next,
.pagination-holder .pagination li a.prev {
  border: none;
  min-height: auto;
  min-width: auto;
}

.pagination-holder .pagination li a.next svg,
.pagination-holder .pagination li a.prev svg {
  color: inherit;
}

.pagination-holder .pagination li a.next svg path,
.pagination-holder .pagination li a.prev svg path {
  fill: currentColor;
}

@media (hover: hover) {
  .pagination-holder .pagination li:hover a {
    color: var(--btn1-cl);
    background: var(--btn1-bg-cl);
    border-color: var(--main-color);
  }

  .pagination-holder .pagination li:hover a.next,
  .pagination-holder .pagination li:hover a.prev {
    color: var(--body-link-hover);
  }
}

.pagination-holder .pagination li.active a {
  color: var(--btn1-cl);
  background: var(--btn1-bg-cl);
  border-color: var(--main-color);
  font-weight: var(--font-bold);
}

.pagination-holder .pagination li.disabled a {
  display: none;
}

.pagination-holder .pagination li:first-child {
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
}

@media (hover: hover) {
  .pagination-holder .pagination li:first-child:hover a {
    background: transparent;
    border-color: transparent;
  }
}

.pagination-holder .pagination li:last-child {
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
}

@media (hover: hover) {
  .pagination-holder .pagination li:last-child:hover a {
    background: transparent;
    border-color: transparent;
  }
}

.footer {
  margin-top: -40px;
}

.footer .newsletter-container {
  position: relative;
  margin-bottom: -10px;
}

.footer .newsletter-container .newsletter-inner {
  padding: var(--gutter-xs);
  border-radius: 10px;
}

@media (min-width: 768px) {
  .footer .newsletter-container .newsletter-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.footer .newsletter-container .newsletter-title {
  display: flex;
  align-items: center;
  font-weight: var(--font-body-weight);
}

@media (min-width: 768px) {
  .footer .newsletter-container .newsletter-title {
    -webkit-padding-end: var(--gutter-sm);
    padding-inline-end: var(--gutter-sm);
  }
}

.footer .newsletter-container .newsletter-title svg {
  color: #fff;
  -webkit-margin-end: 7px;
  margin-inline-end: 7px;
}

.footer .newsletter-container .newsletter-title svg path {
  fill: currentColor;
}

.section-wrapper .block-widget_title {
  font-size: calc(18 / 16 * 1rem);
}

.section-footer-widget .d-grid {
  justify-items: center;
}

.search-results_inner product-card section footer .product-card_actions form,
.slider-list .slider-item product-card section footer .product-card_actions form {
  display: none;
}

#main-collection-product-grid product-card section footer .product-buttons {
  background: #3b3b3b;
  margin: 0 auto;
  border-radius: 8px;
  position: inherit;
  padding: 11px var(--gutter-xs) 10px;
  width: 90%;
}

@media (min-width: 992px) {
  .section-collection-template .section-body .col-sidebar {
    flex: 0 0 21%;
    max-width: 21%;
  }
}


#main-collection-product-grid product-card section footer .product-card_actions form {
  display: none;
}

.self_subscribe {
  height: 42px;
  padding: 5px 30px 6px;
  font-weight: 400;
  font-size: 20px;
  background: #ff9900;
  line-height: 30px;
  color: #fff;
  cursor: pointer;
  border: 1px solid #333e48;
  border-radius: 25px;
}

.footer .newsletter-container .subtext {
  padding: 8px 0 6px;
  -webkit-padding-end: var(--gutter-sm);
  padding-inline-end: var(--gutter-sm);
  display: none;
}

.footer .newsletter-container .subtext p {
  font-size: 23px;
  margin: 0;
}

.footer .newsletter-container form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {

  .footer .newsletter-container form button {
    margin-top: 0;
    flex: 0 0 auto;
    border-radius: 0 25px 25px 0;
  }

  .footer .newsletter-container form.klaviyo_styling input,
  .footer .newsletter-container form input {
    flex: 1;
    border: 1px solid var(--body-border-color);
    border-radius: 25px 0 0 25px;
  }

  .section-footer-widget .widget-address {
    padding-top: 26px;
  }

  .footer .newsletter-container form {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .footer .newsletter-container form {
    width: 40%;
  }
}

.footer .newsletter-container form.klaviyo_styling {
  max-width: none;
}

.footer .newsletter-container form.klaviyo_styling input,
.footer .newsletter-container form input {
  border: none;
  flex: 0 0 100%;
  height: 42px;
}

.footer .newsletter-container form .newsletter-form__field-wrapper {
  width: 100%;
}

.footer .newsletter-container form .field {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.footer .newsletter-container form button {
  padding: 6px 35px;
  height: 42px;
  font-family: var(--body-font);
  font-size: var(--body-font-size);
  font-weight: var(--font-body-weight);
  border-radius: 25px;
  background: var(--btn1-hover-bg-cl);
  color: var(--btn1-hover-cl);
  border: 1px solid var(--btn1-hover-border-cl);
  flex: 0 0 100%;
  margin-top: var(--gutter-xs);
}

.footer-content {
  margin-top: var(--gutter-xlg);
}

.section-footer-widget {
  padding-top: 92px;
  padding-bottom: 20px;
}

.section-footer-widget .widget-phone {
  display: flex;
  align-items: center;
}

.section-footer-widget .widget-phone .icon svg {
  margin-top: 5px;
  color: #333e48;
}

.section-footer-widget .widget-phone .text-1 {
  font-weight: 300;
  font-size: calc(var(--body-font-size) - 1px);
}

.section-footer-widget .widget-phone .text-2 {
  font-weight: 600;
  font-size: calc(var(--body-font-size) + 4px);
}

.section-footer-widget .widget-phone .text-2>a {
  color: inherit;
}

.section-footer-widget .widget-address {
  padding: var(--gutter-sm) 0 0;
}

.section-footer-widget .widget-address .address-text {
  padding-bottom: 3px;
}

.section-footer-widget .widget-social svg {
  color: inherit;
}

.section-footer-widget .widget-social svg path {
  fill: currentColor;
}

.section-footer-widget .widget-social ul li {
  display: flex;
  align-items: center;
}

.section-footer-widget .widget-social ul li:not(:last-child) {
  -webkit-margin-end: var(--gutter-sm);
  margin-inline-end: var(--gutter-sm);
}

.section-footer-widget .block-menu .block-widget_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .hiwonder-forms-widget {
    position: relative;
    background: #f3f3f3;
  }

  .product-card_vendor-title {
    /* margin-bottom: 5px; */
    padding: 0 var(--gutter-xs);
  }

  .close-forms-widget {
    position: absolute;
    top: 7%;
    right: 2%;
    color: var(--heading-color);
    transition: color 0.2s ease-in-out;
    cursor: pointer;
    padding: 0;
    overflow: visible;
    background: none;
    border: none;
    border-radius: 0;
    z-index: 999;
  }

  .close-forms-widget .icon {
    display: inline-block;
    height: 2em;
    width: 2em;
    fill: currentColor;
    vertical-align: middle;
    background: none;
    pointer-events: none;
    overflow: visible;
  }

  .mailmunch-forms-widget-984725 {
    position: relative;
    max-width: 500px;
    margin: auto;
  }

  .section-footer-widget .block-menu .block-widget_title.hide-title {
    visibility: hidden;
    opacity: 0;
  }
}

.section-footer-widget .block-menu .block-widget_title .icon {
  flex: 0 0 16px;
  display: flex;
  align-items: center;
  transition: all .35s ease-in-out;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
}

.hk_banner {
  position: relative;
}

.hk_banner>.hk_title {
  position: absolute;
  top: 38%;
  right: 5%;
  color: #fafafa;
  font-size: 48px;
  font-family: Roboto-regular;
  font-weight: normal;
}

.content>span {
  font-size: 18px;
  line-height: 2;
}

.contentemail>img {
  margin-top: 5px;
  width: 24px;
  margin-right: 15px;
}


.contentemail .itemtwo {
  display: inline-block;
  max-width: 655px;
  width: 105%;
  font-size: 18px;
  font-weight: normal;
  font-family: proxima nova, lucida grande, lucida sans unicode, lucida sans, Geneva, Verdana, sans-serif;
}

.hk_href {
  float: right;
  background: #f99000;
  text-align: center;
  padding: 8px;
  border-radius: 20px;
}

.hk_href>a {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .page-template>.container>.page-header>.page-title {
    display: none;
  }

  .section-footer-widget .block-menu .block-widget_title .icon {
    display: none;
  }
}

.section-footer-widget .block-menu .block-widget_title .icon svg {
  color: currentColor;
}

.section-footer-widget .block-menu .block-widget_title .icon svg path {
  fill: currentColor;
}

.section-footer-widget .block-menu ul {
  margin: var(--gutter-sm) 0 0;
  display: none;
}

@media (min-width: 768px) {
  .section-footer-widget .block-menu ul {
    margin-top: 20px;
    display: block;
  }
}

.section-footer-widget .block-menu ul li {
  font-weight: 300;
  list-style: none;
  margin: 0 0 8px;
  font-size: 1rem;
}

/* @media (hover: hover) {
  .section-footer-widget .block-menu ul li a:hover {
    font-weight: var(--font-bold); } } */

.section-footer-widget .block-menu .block-wrapper.active .block-widget_title .icon {
  transform: rotate(180deg);
}

.section-footer-widget .block-menu .block-wrapper.active .menu-list {
  display: block;
}

#section-footer .section-wrapper {
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 992px) {
  #section-footer .section-wrapper {
    justify-content: space-between;
  }
}

.copyright {
  padding-bottom: var(--gutter-xxs);
  text-align: center;
  flex: 0 0 100%;
}

@media (min-width: 992px) {
  .copyright {
    flex: 0 0 auto;
    padding-bottom: 0;
    text-align: start;
  }
}

.copyright a {
  color: inherit;
}

.footer__payment {
  flex: 0 0 100%;
}

@media (min-width: 992px) {
  .footer__payment {
    flex: 0 0 auto;
  }
}

.footer__payment ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

/* body, label {
    cursor: -webkit-image-set(url('/cdn/shop/files/fadc05bf43990b7aadce098240c9152c.png?v=1733990761') 2x), auto !important;
    cursor: image-set("/cdn/shop/files/fadc05bf43990b7aadce098240c9152c.png?v=1733990761" 2x), auto !important;
}
a:hover, textarea, input, select, button, summary, .product-media .image__style img {
    cursor: -webkit-image-set(url("/cdn/shop/files/2.1png.png?v=1733990764") 2x), auto !important;
    cursor: image-set("/cdn/shop/files/2.1png.png?v=1733990764" 2x), auto !important;
} */
.countdown__inner {
  display: flex;
  text-align: center;
}

.countdown__inner>div {
  display: flex;
  flex-direction: column;
}

.countdown__inner>div>span {
  padding: 1vw;
  margin-right: 5px;
  background-color: #1f7445;
  border-radius: 8px;
  color: #fed03c;
  font-size: 22px;
  font-weight: 600;
}

.countdown__inner>div>label {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-top: 6px;
}

.aboutuscontent>h1 {
  margin-bottom: 0 !important;
  margin-top: 80px;
  line-height: 85px;
  color: #000;
  font-family: proxima nova, lucida grande, lucida sans unicode, lucida sans, Geneva, Verdana, sans-serif;
  font-weight: normal;
  font-size: 40px;
}

.contentemail>.itemone {
  white-space: nowrap;
  width: 115px;
  font-family: proxima nova, lucida grande, lucida sans unicode, lucida sans, Geneva, Verdana, sans-serif;
  font-weight: 600;
  margin-right: 3.4%;
  display: inline-block;
}

.contentemail>span {
  font-size: 18px;
  line-height: 2;
}

.contentemail>span {
  font-size: 18px;
  line-height: 2;
}

.payment-method {
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.payment-method-images {
  display: flex;
  flex-direction: row;
  gap: 8px;
  width: 100%;
  max-width: 350px;
}

.payment-method-images div {
  font-size: 0;
  width: 20%;
}

.payment-method-images svg {
  width: 100%;
  height: 26px;
  border-radius: 3px;
}

@media (min-width: 992px) {
  .footer__payment ul {
    justify-content: flex-end;
  }
}

.footer__payment ul li {
  list-style: none;
  display: flex;
  margin-bottom: 5px;
}

.footer__payment ul li:not(:last-child) {
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}

.foot-Subscribe2022 {
  display: none;
}

@media (max-width: 991px) {

  .product-info_details .product-details_title {
    font-size: 20px;
  }

  .section-product-tab-v1 .section-wrapper .section-body .tab-content slider-component .slider-list .product-card .product-buttons {
    background: #505050;
    padding: 5px 0px 6px;
  }

  .self_subscribe {
    display: none;
  }

  .product-price>.price>.priceRange {
    font-size: 17px
  }

  .product-card .product-buttons .product-card_quick-view {
    padding: 0;
    font-size: 13px;
    font-weight: 400;
  }

  .product-card .product-card_title {
    font-size: 13px;
  }

  .product-card {
    padding: 0 20px;
  }

  .section-footer-widget {
    padding-top: 30px;
  }

  .section-footer .section-footer-widget .block-widget {
    width: 100%
  }
}

:root .hiwonder-forms-widget .wrap {
  /* 正统slide效果 */
  position: absolute;
  bottom: 0;
}

.hiwonder-forms-widget {
  height: 0px;
  overflow: hidden;
  -webkit-transition: height 0.6s;
  -moz-transition: height 0.6s;
  -o-transition: height 0.6s;
  transition: height 0.6s;
}



@media (max-width: 767px) {
  .remind-module .remind-text {
    flex-direction: column;
    line-height: 0.8;
  }

  .remind-module .remind-text .guarantee {
    font-size: 17px;
  }

  .remind-module .remind-text span {
    display: block;
    margin-bottom: 5px;
    padding-top: 5px;
  }

  .hk_banner>.hk_title {
    font-size: 20px;
  }

  .contentemail .itemtwo {
    font-size: 13px;
  }

  .aboutuscontent span {
    line-height: 24px;
    font-size: 13px;
  }

  h1.page-title {
    font-weight: 600;
    font-size: 27px;
  }

  .a-column11 img {
    width: 45px
  }

  .aboutuscontent>h1 {
    line-height: 50px;
    font-size: 17px;
    margin-top: 0;
  }

  #main-collection-product-grid product-card section footer .product-buttons {
    padding: 6px 0 6px;
  }

  #main-collection-product-grid .product-card {
    padding: 0 20px 15px;
  }

  .block-information .block-wrapper {
    margin: 14px 6px 0 0px;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: normal;
    justify-content: normal;
  }

  .section-footer-widget .widget-phone {
    padding: 5px 0;
  }

  .section-footer-widget .block-information .section-wrapper .copyright {
    padding: 7px 0 10px 0;
  }

  #section-footer-widget .d-grid {
    grid-gap: 16px !important;
  }

  .copyright {
    text-align: left;
  }

  .footer .newsletter-container .newsletter-inner {
    padding: 0;
  }

  .foot-Subscribe2022 {
    display: flex;
    background: #202020;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }

  .subscribe-content {
    display: none;
  }

  .row .col-2:nth-child(6n+1)>product-card .product-card:before,
  .row .col-3:nth-child(4n+1)>product-card .product-card:before,
  .row .col-4:nth-child(3n+1)>product-card .product-card:before,
  .row .col-5th:nth-child(5n+1)>product-card .product-card:before,
  .row .col-6:nth-child(odd)>product-card .product-card:before,
  .row .col-12>product-card .product-card:before {
    content: none !important;
  }

  .section-footer_item>.product-tabs ul.nav-controls li {
    padding: 13px;
    margin-right: 4px;
    font-size: 14px;
    font-weight: 400;
  }

  .footer .newsletter-container .newsletter-title svg {
    margin: 5px;
    width: 30px;
    height: 30px;
  }

  .footer .newsletter-container .newsletter-title {
    justify-content: center;
  }

  .newsletter-title>span {
    font-size: 18px
  }

  .payment-method-images {
    gap: 12px;
  }

  .payment-method-images svg {
    height: 35px;
  }
}

.header-mobile>.container {
  margin: 0;
  padding: 0;
}

.aboutuscontent>p {
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: -40px;
}

/*   tab v3 */
#shopify-section-template--18190735802455__d73a84ee-286d-4bf2-acda-382324488feb .tab-content .tab-pane.show a.product-link {
  display: inline-block;
}

@media (min-width: 768px) {

  #section-header-style-3 .header-mobile_top .header-logo img {
    width: 155px;
  }

  .footer .newsletter-container .subtext {
    display: block;
  }

  .hk_banner>img {
    position: relative;
    top: -88px;
    left: -30%;
  }

  .hiwonder-forms-widget {
    position: relative;
    background: #f3f3f3;
  }

  .text p {
    max-height: 5em !important;
  }


  /*  顶部标题*/

  #col-main>.page-heading {
    display: none;
  }

  .hk_banner>img {
    min-width: 160%;
    backface-visibility: hidden;
  }

  .firstcontent {
    margin-top: -80px;
  }
}

/* 产品选项图修改 */
.swatch-group_wrapper .color-text {
  margin-left: 16px;
}

span.image__style.position-relative {
  width: 100%
}

.swatch-group .swatch-style-color .convention {
  width: 26%;
}

.swatch-group .input-group label.custom-color img {
  border-radius: 5px;
}

.swatch-group .swatch-style-color .convention .input-group,
.swatch-group .input-group.package-variant-group {
  height: unset;
}

.swatch-group .convention .input-group label.custom-color {
  width: unset;
  height: unset;
  padding: unset;
}

.swatch-group .swatch-style-color .defaultProductcolor {
  width: auto;
}

.swatch-group .swatch-style-color .productcolor label,
.swatch-group .swatch-style-color .defaultProductcolor label {
  justify-content: normal;
}

.swatch-group .swatch-style-color .swatch-group_wrapper .color-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50) inset;
}

.swatch-group .input-group.package-variant-group label {
  justify-content: normal;
}

.swatch-style-image .package-variant span {
  margin-right: 12px;
  font-size: 12px;
}

.product-extended-template form .product-page__package-variant__content {
  font-size: 13;
  flex: 1;
}

.popup-quick-view .swatch-group .swatch-style-image .image__style {
  width: 55px;
  padding-top: 55px !important;
}

@media (max-width: 767px) {
  .swatch-group .input-group.package-variant-group label {
    padding: 2px 12px;
  }
}

.label-save-price {
  font-size: 13px;
  font-weight: var(--font-bold);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  color: #fff;
  background: #e00;
  width: 72px;
  height: 22px;
  border-radius: 3px;
  margin-left: 10px;
}