/** Shopify CDN: Minification failed

Line 1632:2 Expected identifier but found "<"
Line 1632:37 Expected identifier but found "-->"
Line 3847:3 Unexpected "}"
Line 5197:2 Expected identifier but found "<"
Line 5197:46 Expected identifier but found "-->"

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

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

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

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

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

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

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

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

@-webkit-keyframes animation-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: var(--topbar-bg-color);
  padding: 6px 0;
  display: none; }

@media (min-width: 992px) {
  .topbar-container {
    display: block; } }
mao-paypal-price {
  color: #000;
  font-weight: 800;
  
  }
.topbar-container.border-bottom-true {
  border-bottom: 1px solid #fed700; 
  background-color: #26262500;
}

.topbar-container .topbar-wrapper {
  justify-content: space-between;
  display: flex; }

.topbar-container .topbar-block {
  display: flex; }

.topbar-container .topbar-block.topbar_left .icon svg {
  color: var(--main-color); }

.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: 15px;
  width: 1px;
  background: rgba(var(--topbar-text-color-rgba), 0.1);
  transform: translateY(-50%); }

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

.topbar-container ul.topbar-items > li .text > a, .topbar-container ul.topbar-items > li > a {
  color: inherit;
font-weight: 600;}

.topbar-container ul.topbar-items > li > a {
  display: flex;
  align-items: center; }

.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;
  font-weight: bold;
  }

.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);
  font-weight: bold;
  
}
  .sb-menu-list a.active {
    font-weight: bold;/* Imposta il testo in grassetto per il link attivo */
  }
  .menu-item-dropdown.active .child-list {
    display: block !important; /* Imposta la tendina come visibile */
  }


@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 1s;
  animation: animation-header-sticky 1s;
  box-shadow: 0 0 6px rgba(32, 33, 36, 0.15); }

.header-sticky .off-canvas-navigation-wrapper {
  display: none; }

.header-sticky .header-container .header-desk .header-top {
  padding: var(--gutter-xxs) 0; }

.header-sticky .header-bottom {
  display: none; }

.header-container {
  background-color: var(--header-bg-color); }

.header-top {
  padding: 20px 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%;
  align-content: center;
  padding: 0 var(--gutter-xs);
  -webkit-margin-end: auto;
  margin-inline-end: auto;
margin: 0;
}

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

.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;
height: 100%;}

.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(--body-bg-color); }

.header-style-3.nav-border-true .header-bottom {
  border-top: 1px solid var(--nav-bg-nav-link-hover); }

.header-style-3 .header-bottom {
  background: var(--main-color); }

.header-style-3 .header-bottom_wrapper {
  position: relative;
}

.header-style-3 .header-menu > .menu-list > li {
  border-inline-end-width: 1px;
  border-inline-end-style: solid;
  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 {
    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; } }

@media (min-width: 1441px) {
  .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: 9px;
  padding-bottom: 9px;
  background: var(--main-color); }

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

.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: var(--gutter-xxs) 0;
  background: var(--header-bg-mobile-color);
  position: relative;
  box-shadow: 0 0 8px rgba(201, 201, 201, 0.75); }

.header-mobile .header-mobile_top {
  display: flex; }

.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;
  -webkit-margin-start: auto;
  margin-inline-start: auto; }

.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: 22px;
  height: 22px;
  color: var(--header-mobile-text-color); }

.header-mobile .header-icons ul li svg path {
  fill: currentColor; }

.header-mobile .number {
  position: absolute;
  right: -5px;
  bottom: -10px;
  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: absolute;
  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: var(--body-bg-color);
  box-shadow: 0 0 8px rgba(201, 201, 201, 0.75);
  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%; }

@media (min-width: 768px) {
  .header-mobile .header-search search-form {
    max-width: 760px; } }

.header-mobile .header-search form {
  border: none;
  border-radius: 0; }

.header-mobile .header-search form input {
  border-radius: 0;
  -webkit-padding-end: var(--gutter-lg);
  padding-inline-end: var(--gutter-lg);
  -webkit-padding-start: 0;
  padding-inline-start: 0; }

.header-mobile .header-search form button {
  background: transparent;
  border-radius: 0;
  border: none;
  width: 20px;
  color: var(--body-color); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-mobile_drawer .menu-item_wrap label {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  flex: 0 0 25px;
  -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: 30%;
  top: 0;
  z-index: 1;
  width: max-content;}

.labels-wrapper .menu-label {
  padding: 0 6px;
  border-radius: 6px;
  font-weight: var(--font-body-weight);
  font-size: 12px; }

.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);  
  padding: 13px 0;
  -webkit-padding-start: var(--gutter-xs);
  padding-inline-start: var(--gutter-xs); 
  <-- font-weight: var(--font-bold); -->
}

@media (min-width: 1200px) {
  .header-bottom-lr .header-bottom_right {
    display: flex;
    align-items: center; } }

.header-menu {
  height: 100%; }

.header-menu picture {
  visibility: hidden;
  opacity: 0; }

.header-menu > .menu-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;

   }

.header-menu > .menu-list li {
  list-style: none;
  
}

.header-menu > .menu-list > li {

  display: inline-block;
  align-items: center;
  position: relative;
margin-left: 1em;
    margin-right: 1em;
}

.header-menu > .menu-list > li:first-child {
  -webkit-padding-start: 0;
  padding-inline-start: 0; }

.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, .header-menu > .menu-list > li.highlight > a {
  color: var(--price-sale-color); }

.header-menu > .menu-list > li > .menu-item_wrapper > a, .header-menu > .menu-list > li > a {
  padding: 13px 0;
  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%; }

.header-menu > .menu-list > li .dropdown-menu--sublinks li.open > .menu-item_wrapper > a, .header-menu > .menu-list > li .dropdown-menu--sublinks li.open > .menu-item_wrapper svg, .header-menu > .menu-list > li .dropdown-menu--sublinks li.open > a {
  color: #cc3300; 
font-weight: bold;}

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


.active-link {
  font-weight: bold; /* Imposta il testo in grassetto per il link attivo */
}

.open-dropdown {
  display: block !important; /* Assicura che la tendina sia aperta */
}



.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; 
  height: 100%;
}

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

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

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

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

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

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

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

.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: 12px 0 12px 0;
  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 > a > span {
  font-weight: 700;
}

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

.header-vertical-menu > .menu-list > li.open {
  background: var(--second-bg-color); }

.header-vertical-menu > .menu-list > li.open > .menu-item_wrapper a, .header-vertical-menu > .menu-list > li.open > a {
  font-weight: var(--font-bold); }

.header-vertical-menu > .menu-list > li.open > .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;
  background: var(--nav-dropdown-background);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  -webkit-animation: mmfadeIn .35s ease-in-out;
  animation: mmfadeIn .35s ease-in-out;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 10px 10px;
  padding: 12px 0;
  width: 270px; }

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

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

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

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

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

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

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

.header-vertical-menu > .menu-list .dropdown-menu li.open .menu-item_wrapper > a, .header-vertical-menu > .menu-list .dropdown-menu li.open .menu-item_wrapper svg {
  color: #cc3300; }

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

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

@media (hover: hover) {
  .header-vertical-menu > .menu-list .dropdown-menu .menu-list > li:hover > a {
    font-weight: bold;
    color: #cc3300; } }

.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: 2px solid var(--bg-number-icon);
  border-radius: 25px;
  position: relative; }

.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(--bg-number-icon);
  color: var(--text-number-icon);
  border: 1px solid var(--bg-number-icon); }

.header-search form button svg {
  color: inherit; }

.header-search form button svg path {
  fill: currentColor; }

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

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

.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(--bg-number-icon);
  color: var(--text-number-icon);
  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;
  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;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

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

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

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

:focus {
  outline: none; }

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

a:focus {
  outline: none; }

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

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

p {
  margin: 0 0 20px; }

p:empty {
  margin: 0; }

strong {
  font-weight: 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;
  font-weight: 800;
}

.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%;
    width: 640px;
    height: 100%;
    position: relative;
    padding-top: 25%;
}

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

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

form {
  display: block;
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

input {
  height: 47px; }

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

.select-group {
  position: relative; }

.select-group select {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -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;
    color: var(--btn2-hover-cl);
    background: var(--btn2-hover-bg-cl);
    border-color: var(--btn2-hover-border-cl); } }

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

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

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

.shopify-challenge__container .shopify-challenge__button.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  text-decoration: none;
  height: auto;
  padding: 13px var(--gutter-lg);
  margin-top: var(--gutter-sm);
  cursor: pointer;
  font-family: var(--body-font);
  font-size: var(--btn1-fs);
  font-weight: var(--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; }

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

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

.placeholder-svg {
  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 {
  padding: 0 0 7px;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  align-items: center;
  overflow-y: hidden;
  overflow-x: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1025px) {
  .section-header + .section-body .tab-heading.align-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: #dc3545; }

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

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

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

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

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

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

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

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

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

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

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

.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);
  margin: 8px 0 0;
  padding: var(--gutter-xxs) 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: 1%;
  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: 0;
  bottom: 25%;
  margin: 20px 6px;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10;
  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), .page-default .page-body ul 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, .product-tabs .tab-item > 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, .product-tabs .tab-item table {
  border: 1px solid var(--body-border-color); }

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

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

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

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

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

.announcement-bar .tns-outer .tns-ovh {
  margin-bottom: 0;
  padding-bottom: 0; }

.announcement-bar .announcement-item p:last-child {
  margin: 0; }

#section-sections--21852157837646__announcement_bar_zLQGf4 {
    padding: 5px !important;
background-color: #fed700 !important;}

   }

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

@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); } }

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-grid {
  display: grid; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1.1;
  color: var(--body-color);
  font-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: var(--gutter-xs) var(--gutter-sm); } }

.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 {
  color: inherit;
  font-size: inherit; }

@media (hover: hover) {
  .product-card .product-vendor:hover {
    color: var(--main-color); } }

.product-card .product-card_title {
  color: #525252;
  font-size: 0.8em;
  <-- font-size: var(--product-card-title-fs);-->
  
  margin-bottom: 7px;
  line-height: 1.4; }

.product-card .product-card_title a {
  color: inherit;
}

@media (hover: hover) {
  .product-card .product-card_title:hover {
    color: #cc3300; 
   } }

.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: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: -o-ellipsis-lastline;
  min-height: 59px; }

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

.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: -1;
  border-radius: 0 0 5px 5px;
  transform: translateY(20px);
  visibility: hidden;
  opacity: 0;
  transition: all .35s ease-in-out; }

.product-card .product-buttons .product-card_quick-view, .product-card .product-buttons .product-wishlist {
  max-width: 50%;
  padding: 0 4px;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-size: calc(var(--body-font-size) - 1px);
  font-weight: var(--font-body-weight);
  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(--body-color-2); }

@media (max-width: 1024px) {
  .product-card .product-buttons .product-card_quick-view {
    display: none; } }

.product-card .product-buttons .product-card_quick-view svg {
  color: currentColor;
  fill: currentColor; }

@media (hover: hover) {
  .product-card .product-buttons .product-card_quick-view:hover {
    color: var(--body-link-hover); } }

@media (min-width: 1025px) {
  .product-card:hover {
    z-index: 5; }
  .product-card:hover:after {
    top: 0;
    visibility: visible;
    opacity: 1; }
  .product-card:hover .product-card_price_action {
    border-bottom-color: var(--body-border-color); }
  .product-card:hover .product-buttons {
    z-index: 2;
    transform: translate(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-bottom: 1px solid transparent;
    padding-bottom: 9px; } }

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

.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; 
          font-weight: 600;} }

.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);
text-decoration: line-through;
    text-decoration-color: #b41b18;}

.product-card_labels {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 1; }

.product-card_labels .label {
  font-size: 10px;
  font-weight: var(--font-bold);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  color: #fff;
  background: var(--menu-label-bg-3);
  width: 45px;
  height: 45px;
  border-radius: 50%; }

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

.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 (max-width: 767px) {
  .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; } }

@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 {
  -o-object-fit: contain;
  object-fit: contain; }

.product-media .external-video {
  position: relative;
  padding-top: 100%;
  display: block; }

.product-media .import-video {
  position: relative;

  display: block; }

.product-media iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.product-media .label-save-price .promo-label {
    /* font-size: 10px; Regola la dimensione del testo di "PROMO" */
    margin-top: -2px; /* Aggiusta la spaziatura tra la percentuale e "PROMO" */
    /*line-height: 1; Riduci l'altezza della linea per un posizionamento compatto */
    /* white-space: nowrap; Impedisce la divisione del testo */
}

.product-media .label-save-price {
  position: absolute;
  left: 0;
  top: 10px;
  font-weight: var(--font-bold);
  font-size: 22px;
  text-transform: uppercase;
  text-align: center; /* Centra il testo */
  line-height: 1;
  padding: 20px 0 0 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: block;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background: var(--menu-label-bg-3);
  color: #fff; }

.new-tag {
  position: absolute;
  left: 0px;
  top: 70px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background: #009cde; /* Cambia il colore di sfondo a verde */
  color: #fff; /* Cambia il colore del testo a bianco */
}
.new-tag-special {
    position: absolute;
  left: 8;
  top: 70px;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background: #009cde; /* Cambia il colore di sfondo a verde */
  color: #fff; /* Cambia il colore del testo a bianco */
}
.free-shipping-tag {
   position: absolute;
  right: 0;
  top: 0;
  font-weight: 800;
  font-size: 14px;
  color: #ffffff00;
  text-transform: uppercase;
  width: 6em;
  height: 6em;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background-image: url("/cdn/shop/files/FREE_SHPPING_ITALY.svg?v=1732275355");
  background-position: center;
  background-repeat: no-repeat;
}
.free-shipping-tag-special {
   position: absolute;
  right: 0%;
  top: 70px;
  font-weight: 800;
  font-size: 14px;
  color: #ffffff00;
  text-transform: uppercase;
  width: 80px;
  height: 80px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background-image: url("/cdn/shop/files/FREE_SHPPING_ITALY.svg?v=1732275355");
  background-position: center;
  background-repeat: no-repeat; }

.free-shipping-tag-special-label {
    position: absolute;
    right: 0px;
    top: 20px;
    color: #ffffff00;
    text-transform: uppercase;
    width: 50px;
    height: 50px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background-image: url("/cdn/shop/files/FREE_SHPPING_ITALY.svg?v=1732275355");
    background-position: center;
    background-repeat: no-repeat; }

.product-info .free-shipping-tag_price {
    position: relative;
    font-weight: var(--font-bold);
    font-size: 0.6em;
    width: 3.4375em; /* 55px diviso per 16px (dimensione del font radice) */
    height: 3.4375em; /* 55px diviso per 16px (dimensione del font radice) */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: #333e48;
    padding-top: 0.875em; /* 14px diviso per 16px (dimensione del font radice) */
    left: 0.3125em; /* 5px diviso per 16px (dimensione del font radice) */
    bottom: 0.3125em; /* 5px diviso per 16px (dimensione del font radice) */
    text-align: center;
    background-image: url("/cdn/shop/files/Spedizione_gratuita.svg?v=1715416074");
    background-position: center;
    background-repeat: no-repeat;
}


.auto-tag-special-label {
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #ffffff00;
    text-transform: uppercase;
    width: 35px;
    height: 35px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background-image: url("/cdn/shop/files/colombo-distribuzione-srl-auto-elettriche.png?v=1730286687");
    background-position: center;
    background-repeat: no-repeat; }

.product-info .auto-tag-special-label {
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #ffffff00;
    text-transform: uppercase;
    width: 35px;
    height: 35px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background-image: url("/cdn/shop/files/colombo-distribuzione-srl-auto-elettriche.png?v=1730286687");
    background-position: center;
    background-repeat: no-repeat; }

.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(--main-color); }

.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-sale {
  font-size: calc(var(--heading-size-h1) - 10px);
  color: #b41b18;
font-weight: 600;}

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

@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: #f2f2f2 !important;
  border: var(--btn2-border-width) solid var(--btn1-hover-border-cl);
  border-radius: 25px;
  -webkit-animation: none;
  animation: none;
  transition: none;
  display: flex;
  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-bg-cl) !important;
    border-color: var(--btn1-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: 5px; }

.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: 5px;
  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: var(--font-body-weight);
  font-size: 18px;
  margin: 0 0 5px;
  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 {
  color: var(--body-color-2);

  display: flex;
  align-items: center;
 }

.product-info_details .product-details_sku .js-sku {
  -webkit-margin-start: 5px;
  font-weight: 800;
  color: #333e48;
  font-size: 16px;
  margin-inline-start: 5px; }

.product-info_details .short-description {
  color: #65615e;
  font-size: small;
  margin-bottom: 5px;
  padding-bottom: 5px;
  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: 10px; 
width: auto;}

.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: 5px;
  font-weight: 600;
  font-size: 16px;
  text-decoration-thickness: 3px;
  text-decoration: line-through;
  text-decoration-color: #b41b18; 
}

.product-info_details .product-countdown {
  margin-bottom: var(--gutter-lg); }

.product-info_details .product-countdown .offer-text {
  font-size: calc(var(--body-font-size) + 2px);
    font-weight: 700;
  color: #dc3545;
  margin-bottom: 5px;
  display: block;

}
.product-info_details .days .countdown-section {
    justify-content: flex-start; 
   position: relative;
  border-radius: 5px;
  background: #eee;
  float: left;
  padding: var(--gutter-xxs) 0;
  color: #333e48;
  text-align: center;
  display: block;
  width: 4.7em;
  height: 5.7em;
  margin-right: 10px;
  font-size: 14px;
}

.product-info_details .days .countdown-section .countdown-value{
  background: transparent;
  color: #dc3545;
  font-size: 30px;
 }
.product-info_details .days .countdown-section .countdown-text{
  text-transform: capitalize;
  font-size: 12px; 
  color: #333e48;
  font-weight: 800;
  text-align: center;
  margin-top: 5px;
 }

.product-info_details .product-countdown .countdown-html {
  justify-content: flex-start; 

}

.product-info_details .product-countdown .countdown-html .countdown-section {
  position: relative;
  border-radius: 5px;
  background: #eee;
  float: left;
  padding: var(--gutter-xxs) 0;
  color: #333e48;
  font-size: 14px;
  text-align: center;
  display: block; 
}

@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: #dc3545;
  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: 12px; 
  color: #333e48;
  font-weight: 800;
  text-align: center;
  }

.product-info_details .people-in-cart {
  display: flex;
  align-items: center;
}

.shipping-time {
  display: flex;
  align-items: center;
font-size: 14px;}

.delivery-time{
  display: flex;
  align-items: center;
  text-align: 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-right: 0.2em;
 float: left;
text-align: center;}

.product-info_details .shipping-time .deadline strong {
  color: #ddbc0a; }

.share-links {
  margin-bottom: 1em; }

.share-links ul {
  display: flex;
  align-items: center; }

.share-links ul li {
  list-style: none; }

.share-links ul li:not(:last-child) {
  -webkit-margin-end: var(--gutter-xxs);
  margin-inline-end: var(--gutter-xxs); }

.share-links ul li a {
  color: #fff;
  border-radius: 1em;
  padding: 0.4em 0.57em;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center; 
  font-size: 0.9em;
}

.share-links ul li a svg {
  flex: 0 0 0.9em;
  width: 0.850em;
  height: 0.850em;
  color: currentColor;
  -webkit-margin-end: 0.45em;
  margin-inline-end: 0.45em; }

.share-links ul li a svg path {
  fill: currentColor; }

.share-links ul li a.facebook {
  background: #3b5998; }

.share-links ul li a.whatsapp {
  background: #25D366; }

.share-links ul li a.linkedin {
  background: #0e76a8; }

.share-links ul li a.instagram {
  background: #E1306C; }

  .share-links ul li a.tiktok {
  background: #353535; }
  .share-links ul li a.telegram {
  background: #0088cc; }
.share-links ul li a.email {
background: #b31b18;
    padding-left: 1.1rem;
    padding-right: 1.1rem; }

.share-links ul li a.twitter {
  background: #666; }

.share-links ul li a.google {
  background: #000; }

@media (hover: hover) {
  .share-links ul li a:hover {
color: #000;
    
    background-color: #fed700; } }

.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;
  align-items: center;
  margin-bottom: var(--gutter-xs); }

.swatch-group .swatch-group_title {
  color: #333e48;
  font-weight: 800;
  min-width: 125px;
  text-align: left;
  -webkit-margin-end: var(--gutter-xxs);
  margin-inline-end: var(--gutter-xxs);
  padding: 0  12px 0 0; /* Padding per spazio interno */
  position: relative; /* Necessario per posizionare la freccia */
  display: inline-block;
}

.swatch-group .swatch-group_title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  border: 8px solid transparent;
  border-left-color: #fed700;
  animation: slide 1s infinite; /* Aggiunge l'animazione */
}

@keyframes slide {
  0% {
    right: -15px;
    opacity: 1;
  }
  50% {
    right: -2px;
    opacity: 0.7; /* Riduce leggermente l’opacità per l’effetto scorrimento */
  }
  100% {
    right: -15px;
    opacity: 1;
  }
}

.swatch-group .swatch-group_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 85%; }

.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 {
  position: relative;
  margin: 0 0 5px;
  -webkit-margin-end: 5px;
  margin-inline-end: 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;
  height: 35px;
  min-width: 35px;
  border-radius: 50%;
  overflow: hidden; }

.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: 2px solid var(--main-color); }

.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%;
  padding: 2px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: calc(var(--body-font-size) - 1px);
  font-weight: var(--font-bold);
  margin: 0;
  border: 1px solid var(--body-border-color); }

@media (hover: hover) {
  .swatch-group .input-group:hover label {
    border: 2px solid var(--main-color); }
  .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; }

.swatch-group .swatch-style-image .image__style {
  width: 100%;
  padding-top: 100% !important; }

.swatch-group .swatch-style-image .image__style img {
  border-radius: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  cursor: pointer; }

.pagination-holder {
  margin: var(--gutter-lg) auto 0;
  padding-top: var(--gutter-md);
  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: auto; }

.footer .newsletter-container {
  position: relative;
  margin-bottom: -33px; }

.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;
  padding: 6px 0 var(--gutter-xs);
  font-weight: var(--font-body-weight); }

@media (min-width: 768px) {
  .footer .newsletter-container .newsletter-title {
    padding-bottom: 6px;
    -webkit-padding-end: var(--gutter-sm);
    padding-inline-end: var(--gutter-sm); } }

.footer .newsletter-container .newsletter-title svg {
  color: inherit;
  -webkit-margin-end: 7px;
  margin-inline-end: 7px; }

.footer .newsletter-container .newsletter-title svg path {
  fill: currentColor; }

.footer .newsletter-container .subtext {
  padding: 8px 0 6px;
  -webkit-padding-end: var(--gutter-sm);
  padding-inline-end: var(--gutter-sm);
  display: none; }

@media (min-width: 1200px) {
  .footer .newsletter-container .subtext {
    display: block; } }

.footer .newsletter-container .subtext p {
  margin: 0; }

.footer .newsletter-container form {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

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

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

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

@media (min-width: 768px) {
  .footer .newsletter-container form button {
    margin-top: 0;
    flex: 0 0 auto;
    border-radius: 0 25px 25px 0; } }

.footer-content {
  margin-top: var(--gutter-xlg); }

.section-footer-widget {
    padding-bottom: 10px; }

.section-footer-widget .widget-phone {
  display: flex;
  align-items: center;
  padding: var(--gutter-sm) 0 0; }

@media (min-width: 768px) {
  .section-footer-widget .widget-phone {
    padding-top: var(--gutter-xlg); } }

.section-footer-widget .widget-phone .icon {
  -webkit-padding-end: var(--gutter-sm);
  padding-inline-end: var(--gutter-sm); }

.section-footer-widget .widget-phone .icon svg {
  color: var(--main-color); }

.section-footer-widget .widget-phone .icon svg path {
  fill: currentColor; }

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

@media (min-width: 768px) {
  .section-footer-widget .widget-address {
    padding-top: 0px; } }

.section-footer-widget .widget-address .address-text {
  padding-bottom: 3px; }

.section-footer-widget .widget-social {
  padding: var(--gutter-sm) 0 0; }
.widget-social-icons list-inline d-flex align-items-center {
  
}
@media (min-width: 768px) {
  .section-footer-widget .widget-social {
    padding-top: 14px; } }

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

@media (min-width: 768px) {
  .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: var(--gutter-md);
    display: block; } }

.section-footer-widget .block-menu ul li {
  list-style: none;
  margin: 0 0 12px; }

@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;
font-weight: bold;}

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

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

#you-save {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
#you-save .money-saved {
    color: #3d9d0e;
    font-weight: 600;}
body .header .wishlist-target .st-wishlist-details-button {

    padding: 0;

    display: flex;

    position: relative;

    color: var(--header-mobile-text-color)

}



@media (min-width: 992px) {

    body .header .wishlist-target .st-wishlist-details-button {

        color:var(--text-header-color);

    }

}



body .header .wishlist-target .st-wishlist-details-button svg {

    width: 26px;

    height: 26px;

    color: inherit !important;

}



body .header .wishlist-target .st-wishlist-details-button .st-number {

    position: absolute;

    top: auto;

    right: -9px;

    bottom: -10px;

    width: 22px;

    height: 22px;

    border-radius: 50%;

    display: flex;

    transform: translate(0);

    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);

}



@media (min-width: 992px) {

    body .header .wishlist-target .st-wishlist-details-button .st-number {

        background:var(--bg-number-icon);

        color: var(--text-number-icon);

    }

}



body .product-card .product-buttons .product-wishlist {

    max-width: 50%;

    padding: 0 4px;

    display: flex;

    align-items: center;

    overflow: hidden;

    font-size: calc(var(--body-font-size) - 1px);

    font-weight: var(--font-body-weight);

    cursor: pointer;

}

body .product-card .product-buttons .st-wishlist-button {

    padding: 0;

}

body .product-card .product-buttons .product-card_quick-view svg {

    width: 24px;

    height: 24px;

    margin: 0 5px;

}

body .product-card .product-buttons .product-wishlist svg {

  margin: 0 5px;

}

@media (min-width: 1025px) {

   body .product-card .product-buttons .st-wishlist-button:hover {

       color: var(--body-link-hover);

    }

  body .product-card .product-buttons .st-wishlist-button:hover svg {

        color: currentColor;

  }

}

body .product-info .product-wishlist-compare>button {

    padding: 5;

}

body .product-card .product-buttons .product-card_quick-view span, 

body .product-card .product-buttons .product-wishlist span {

    display: none;

}

@media (min-width: 1025px) {

    body .product-info .product-wishlist-compare>button:hover {

        color: var(--body-link-hover) !important;

    }

}

body .product-info .product-wishlist-compare>button.st-is-added {
  color: var(--body-link-hover) !important;

}

body .product-info .st-wishlist-button .label:not(:empty) {

  margin: 0;

  margin-inline-start: 5px;

}