.theme-2020 .section-why-buy .advantages-list li {
  color: var(--color--neutrals-3);
}

.theme-2020 .bg-news {
  background: none;
}

.theme-2020 .bg-experience {
  background: none;
}

.theme-2020 .btn:not(.zoom-tool) {
  transition: background-color 250ms;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0;
  color: var(--color--neutrals-0);
  border: none;
  box-shadow: none;
  transition: color 250ms, border-color 250ms;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: var(--atom-height);
  padding: 0 var(--gap--8);
  overflow: hidden;
  color: white;
  text-decoration: none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
}

@media (min-width: 768px) {
  .theme-2020 .btn:not(.zoom-tool) {
    min-width: 160px;
  }
}

.theme-2020 .btn.btn-border, .theme-2020
.btn.btn-dark.btn-border {
  padding: 0;
  border: none;
  background: none;
}

.theme-2020 .btn .text, .theme-2020
.btn.btn-dark.btn-border .text, .theme-2020
.hero .btn-holder .btn-dark .text {
  transition: transform 300ms, background-color 200ms;
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  justify-content: space-between;
  height: var(--atom-height);
  text-transform: initial;
  background-color: #25F6D6;
  padding: 0 var(--gap--4);
  font-weight: 400;
  font-size: inherit;
  justify-content: center;
  color: var(--color--neutrals-0);
  background-color: var(--color--action);
  position: relative;
  z-index: 2;
  color: inherit;
  font-family: var(--font--special);
  font-size: inherit;
}

.theme-2020 .btn:hover .text, .theme-2020
.hero .btn-holder .btn-dark:hover .text {
  background-color: var(--color--hover) !important;
}

.theme-2020 .btn .text:before, .theme-2020
.btn .text:after {
  content: initial;
}

.theme-2020 .cart__trigger {
  color: var(--color--neutrals-0) !important;
}

.theme-2020 .cart__batch {
  background-color: var(--color--neutrals-0);
}

.theme-2020 ::selection {
  color: var(--color--neutrals-0);
  background: var(--color--action);
}

.theme-2020 ::-moz-selection {
  color: var(--color--neutrals-0);
  background: var(--color--action);
}

.theme-2020 .color-light {
  color: var(--color--neutrals-0);
}

a {
  color: var(--color--action);
}

a:hover, a:focus {
  color: var(--color--hover);
  text-decoration: underline;
}

.theme-2020 .controlbtn {
  background: transparent;
  box-shadow: none;
}

.controlbtn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: 50%;
  background-color: var(--color--neutrals-0);
  opacity: .2;
  content: '';
}

.controlbtn:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border: 2px solid var(--color--neutrals-0);
  border-radius: 50%;
  opacity: .4;
  content: '';
}

.theme-2020 .controlbtn .ico {
  background-color: var(--color--neutrals-0);
}

.theme-2020 .controlbtn .ico:before {
  transform: translateX(2px);
  display: block;
  color: var(--color--neutrals-7);
}

.theme-2020 .features-key {
  margin-top: var(--gap--4);
  margin-bottom: var(--gap--4);
}

.theme-2020 .features-key .jogwheel {
  background: none;
}

.theme-2020 .features-key .jogwheel .mask {
  display: none;
}

@media (min-width: 768px) {
  .features-key ul {
    background: var(--color--neutrals-8);
    border-color: var(--color--neutrals-8);
  }
}

@media (min-width: 768px) {
  .theme-2020 .features-key ul li {
    margin-top: var(--gap--13);
  }
}

@media (min-width: 768px) {
  .theme-2020 .features-key ul li:first-child {
    margin-top: 0;
  }
}

.theme-2020 .features-key ul:after {
  display: none;
}

.theme-2020 .features-key .feature {
  background: var(--color--neutrals-7);
}

@media (min-width: 768px) {
  .theme-2020 .features-key .feature {
    opacity: .3;
    background: transparent;
  }
}

.theme-2020 .features-key .feature h3 {
  font-weight: 300;
}

@media (min-width: 768px) {
  .theme-2020 .features-key .feature.active {
    opacity: 1;
  }
}

.theme-2020 .features-key a {
  color: var(--color--action);
}

.theme-2020 .features-key a:hover, .theme-2020
.features-key a:focus {
  color: var(--color--hover);
}

@media (min-width: 768px) {
  .theme-2020 .features-key .feature .head {
    margin-bottom: var(--gap--8);
  }
}

@media (min-width: 768px) {
  .theme-2020 .features-key .viewmaster {
    transition: 500ms;
  }
}

@media (min-width: 768px) {
  .theme-2020 .features-key .viewmaster .picture-wrap {
    background: var(--color--neutrals-7);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.16);
  }
}

.theme-2020 .features-other h4 {
  margin-bottom: var(--gap--1);
  font-size: var(--h5);
  font-weight: 500;
}

.theme-2020 .features-other .picture {
  border: 1px solid var(--color--neutrals-2);
}

.theme-2020 .features-other p {
  margin-top: var(--gap--1);
}

.theme-2020 .features-other li {
  margin-bottom: var(--gap--8);
}

@media (max-width: 767px) {
  .theme-2020 .features-key .feature .body {
    background-color: var(--color--neutrals-1);
    color: inherit;
  }
}

.theme-2020 .filters .filter-trigger-list {
  margin-bottom: var(--gap--2);
  padding: 0;
  background: none;
}

.theme-2020 .filters .filter-trigger-list li a {
  display: block;
  background: var(--color--neutrals-0);
  box-shadow: none;
  font-family: var(--font--main);
  font-weight: 500;
  font-size: 13px;
  text-transform: none;
  background-color: var(--color--neutrals-0);
  color: var(--color--neutrals-8);
  border: 1px solid var(--color--neutrals-8);
}

.theme-2020 .filters .filter-trigger-list li a.selected {
  background-color: var(--color--action);
  color: var(--color--neutrals-0);
  border: none;
}

.theme-2020 .filters p {
  background: none;
}

.theme-2020 .filters .folder__content .filter-trigger-list:before {
  border-bottom-color: transparent;
}

.theme-2020 .folder__toggle-all {
  color: var(--color--action) !important;
  text-decoration: none !important;
}

.theme-2020 .folder__toggle-all:before {
  border-color: var(--color--neutrals-2);
  color: var(--color--action);
}

.theme-2020 .folder_bigbold .folder__trigger {
  font-family: var(--font--main);
  color: inherit;
  font-size: 20px;
  font-weight: 700;
  background-color: var(--color--neutrals-0);
  border: 1px solid var(--color--neutrals-2);
}

.theme-2020 .folder_bigbold .folder__trigger.js-folder__header--is-open {
  color: inherit;
  border-bottom: none;
}

.theme-2020 .folder_bigbold .folder__trigger .ico {
  border: none;
  color: var(--color--action);
  background-color: var(--color--neutrals-2);
  box-shadow: none;
}

.theme-2020 .folder_bigbold .folder__trigger .ico:after {
  content: initial;
}

.theme-2020 .folder_bigbold .folder__content {
  border: 1px solid var(--color--neutrals-2);
  border-top: none;
  background-color: var(--color--neutrals-0);
}

.theme-2020 .ftable {
  border: none;
}

.theme-2020 .ftable:not(.ftable-updates) .thead {
  display: none;
}

.theme-2020 .ftable-updates .thead {
  color: var(--color--neutrals-5);
  background: var(--color--neutrals-2);
}

.theme-2020 .ftable-updates .new .td.desc {
  border: none;
}

.theme-2020 .ftable .td, .theme-2020
.ftable .th {
  border-left: none;
}

.theme-2020 .ghostbtn {
  height: auto;
  color: var(--color--action);
}

.theme-2020 .ghostbtn-large {
  height: auto;
}

.theme-2020 .ghostbtn:not(.btn-buy-now):after {
  content: initial;
}

.theme-2020 .ghostbtn .text {
  color: var(--color--action);
  border-color: var(--color--action);
  text-transform: none;
}

.theme-2020 .ghostbtn-light .text {
  color: var(--color--neutrals-0);
}

.theme-2020 a:hover .ghostbtn .text, .theme-2020
.ghostbtn:hover .text, .theme-2020
.ghostbtn:focus .text, .theme-2020
.ghostbtn:active .text {
  color: var(--color--neutrals-0);
  border-color: var(--color--action);
  background: var(--color--action);
}

.theme-2020 a:hover .ghostbtn-back:before, .theme-2020
.ghostbtn-back:hover:before, .theme-2020
.ghostbtn-back:focus:before, .theme-2020
.ghostbtn-back:active:before {
  color: var(--color--action);
}

.theme-2020 .ghostbtn-forw:not(.btn-buy-now) .text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--atom-height);
  color: var(--color--neutrals-10);
  border: 1px solid var(--color--neutrals-10);
  border-radius: 0;
}

.theme-2020 .ghostbtn-forw:not(.btn-buy-now):hover .text {
  color: var(--color--neutrals-0);
  background-color: var(--color--neutrals-10);
  border: 1px solid var(--color--neutrals-10);
}

.section-product-combine .theme-2020 .ghostbtn-light.ghostbtn-forw:not(.btn-buy-now) .text {
  color: var(--color--neutrals-0);
  border-color: var(--color--neutrals-0);
}

.theme-2020 .section-product-combine .ghostbtn-light.ghostbtn-forw:not(.btn-buy-now) .text {
  color: var(--color--neutrals-8);
  border-color: var(--color--neutrals-8);
}

.theme-2020 .feature .ghostbtn-light.ghostbtn-forw:not(.btn-buy-now) .text {
  color: var(--color--neutrals-0);
  border-color: var(--color--neutrals-0);
  background-color: transparent;
}

.theme-2020 a:hover .ghostbtn-light.ghostbtn-forw:not(.btn-buy-now) .text, .theme-2020
.ghostbtn-light.ghostbtn-forw:not(.btn-buy-now):hover .text, .theme-2020
.ghostbtn-light.ghostbtn-forw:not(.btn-buy-now):focus .text, .theme-2020
.ghostbtn-light.ghostbtn-forw:not(.btn-buy-now):active .text {
  color: var(--color--neutrals-8);
  border-color: var(--color--neutrals-0);
  background-color: var(--color--neutrals-0);
}

.theme-2020 .section-product-combine a:hover .ghostbtn-light.ghostbtn-forw:not(.btn-buy-now) .text, .theme-2020 .section-product-combine
.ghostbtn-light.ghostbtn-forw:not(.btn-buy-now):hover .text, .theme-2020 .section-product-combine
.ghostbtn-light.ghostbtn-forw:not(.btn-buy-now):focus .text, .theme-2020 .section-product-combine
.ghostbtn-light.ghostbtn-forw:not(.btn-buy-now):active .text {
  color: var(--color--neutrals-0);
  border-color: var(--color--action);
  background-color: var(--color--action);
}

.theme-2020 .feature a:hover .ghostbtn-light.ghostbtn-forw:not(.btn-buy-now) .text, .theme-2020 .feature
.ghostbtn-light.ghostbtn-forw:not(.btn-buy-now):hover .text, .theme-2020 .feature
.ghostbtn-light.ghostbtn-forw:not(.btn-buy-now):focus .text, .theme-2020 .feature
.ghostbtn-light.ghostbtn-forw:not(.btn-buy-now):active .text {
  color: var(--color--neutrals-8);
  border-color: var(--color--neutrals-0);
  background-color: var(--color--neutrals-0);
}

.theme-2020 a:hover .ghostbtn-forw:not(.btn-buy-now):after, .theme-2020
.ghostbtn-forw:not(.btn-buy-now):hover:after, .theme-2020
.ghostbtn-forw:not(.btn-buy-now):focus:after, .theme-2020
.ghostbtn-forw:not(.btn-buy-now):active:after {
  content: initial;
}

.theme-2020 a:hover .ghostbtn:after, .theme-2020
.ghostbtn:hover:after, .theme-2020
.ghostbtn:focus:after, .theme-2020
.ghostbtn:active:after {
  color: var(--color--action);
}

.theme-2020 .ghostbtn-forw:not(.btn-buy-now) .text {
  padding: 0 15px !important;
}

.theme-2020 .ghostbtn-forw:not(.btn-buy-now) .text .ico-element {
  position: static;
  color: inherit;
}

.theme-2020 .btn-buy-now .text .ico-element {
  color: inherit;
}

.theme-2020 .hero .btn-holder .btn-buy-now:after {
  color: var(--color--action);
}

.theme-2020 .gridCard {
  background-color: var(--color--neutrals-8);
}

.theme-2020 .grid__item--main .gridCard {
  border-color: var(--color--action);
}

.theme-2020 .grid__item--high .gridCard, .theme-2020
.grid__item--small .gridCard.gridCard--dark {
  color: var(--color--neutrals-8);
  border: 1px solid var(--color--neutrals-2);
  background-color: var(--color--neutrals-1);
}

.theme-2020 .grid__item--high:hover .gridCard, .theme-2020
.grid__item--small .gridCard.gridCard--dark:hover {
  color: var(--color--neutrals-8);
  background-color: var(--color--neutrals-2);
}

.theme-2020 .grid__item--high .gridCard__symbol, .theme-2020
.grid__item--small .gridCard__symbol {
  transition: color 300ms;
  color: var(--color--neutrals-3);
}

.theme-2020 .grid__item--high:hover .gridCard__symbol, .theme-2020
.grid__item--small:hover .gridCard__symbol {
  color: var(--color--neutrals-4);
}

.theme-2020 .grid__item--high .gridCard__meta {
  color: var(--color--neutrals-5);
}

.theme-2020 .gridCard__title {
  font-family: var(--font--main);
  font-size: var(--h--3);
  font-weight: 500;
}

.theme-2020 .grid__item--small .gridCard__title {
  font-size: var(--h--5);
}

.theme-2020 .grid__item--high .gridCard__title {
  font-size: var(--h--5);
  font-weight: 700;
}

.theme-2020 .gridCard__tagline {
  padding-left: 0;
  font-family: var(--font--main);
  font-size: var(--p--1);
  font-weight: 300;
  text-transform: uppercase;
  border: none;
}

.theme-2020 .brands .gridCard__tagline {
  margin-top: var(--gap--2);
  font-size: var(--p--1);
  font-weight: 400;
  line-height: 1.47;
  text-transform: none;
}

.theme-2020 .gridCard__visual {
  background-color: var(--color--neutrals-8);
}

.theme-2020 h1,
.theme-2020 h2,
.theme-2020 h3,
.theme-2020 h4,
.theme-2020 h5,
.theme-2020 h6 {
  margin-bottom: var(--gap--4);
  font-family: var(--font--special);
  color: inherit;
  font-weight: 300;
}

.theme-2020 h1:after,
.theme-2020 h2:after,
.theme-2020 h3:after,
.theme-2020 h4:after,
.theme-2020 h5:after,
.theme-2020 h6:after {
  content: initial;
}

.theme-2020 h1,
.theme-2020 .h1 {
  margin-bottom: var(--gap--5);
  font-size: var(--h--1);
  font-weight: 300;
}

.theme-2020 h2,
.theme-2020 .h2 {
  margin-bottom: var(--gap--5);
  font-size: var(--h--2);
  font-weight: 300;
}

.theme-2020 h3,
.theme-2020 .h3 {
  font-size: var(--h--3);
  font-weight: 500;
}

.theme-2020 h4,
.theme-2020 .h4 {
  font-size: var(--h--4);
  font-weight: 500;
}

.theme-2020 h5,
.theme-2020 .h5 {
  font-size: var(--h--5);
  font-weight: 500;
}

.theme-2020 .help-cta, .theme-2020
.help-cta.color-light {
  color: inherit;
  background-color: var(--color--neutrals-0);
}

.theme-2020 .help-cta__title.color-light {
  color: inherit;
}

.theme-2020 .sticky_hero {
  background-color: var(--color--neutrals-8);
}

@media (min-width: 768px) {
  .theme-2020 .sticky_hero .content {
    top: 10px;
  }
}

.theme-2020 .sticky_hero .head .desc {
  padding-left: 0;
}

.theme-2020 .sticky_hero .head .desc:before {
  content: initial;
}

.theme-2020 .hero .head .name, .theme-2020
.hero .head .desc {
  font-family: var(--font--main);
}

.theme-2020 .hero .btn-holder {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  width: auto;
}

.theme-2020 .hero .btn-holder .btn {
  flex: 0 1 auto;
  margin: 0;
  margin-left: var(--gap--4);
}

@media (max-width: 767px) {
  .theme-2020 .hero .btn-holder .btn {
    color: var(--color--neutrals-0);
  }
}

.theme-2020 .hero .btn-holder .btn:not(:last-child):first-child .text {
  color: var(--color--neutrals-0);
  border: 1px solid var(--color--neutrals-0);
  background-color: transparent;
}

.theme-2020 .hero .btn-holder .btn:not(:last-child):first-child:hover .text {
  color: var(--color--neutrals-8);
  border-color: var(--color--neutrals-0);
  background-color: var(--color--neutrals-0) !important;
}

.theme-2020 .hero .btn-holder .btn:last-child {
  margin-left: 0;
}

@media (max-width: 767px) {
  .theme-2020 .hero-compact .btn-holder .btn .text {
    display: none;
  }
}

.theme-2020 .heroSelector:after {
  background-color: var(--color--neutrals-1);
}

.theme-2020 .heroMain__tagline {
  border: none;
  font-weight: 500;
}

.theme-2020 .heroMain__cta {
  display: flex;
}

.theme-2020 .heroSelector__inner {
  background-color: var(--color--neutrals-1);
}

.theme-2020 .is-active .heroSelector__item__content {
  border-color: var(--color--neutrals-4);
}

.theme-2020 .is-active .heroSelector__item__content:after {
  border-bottom-color: var(--color--neutrals-4);
}

.theme-2020 .heroMain__visual {
  background-color: var(--color--neutrals-8);
}

.theme-2020 #wrapper .bgc--neutrals-3-5 {
  background-color: var(--color--neutrals-0);
}

.theme-2020 #wrapper .bgc--neutrals-3-6 {
  border-top: 1px solid var(--color--neutrals-2);
  background-color: var(--color--neutrals-1);
}

@media (min-width: 768px) {
  .theme-2020 .image-gallery .colors {
    border: 3px solid var(--color--neutrals-1);
    border-top: none;
  }
}

.theme-2020 .image-gallery .colors a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 3px solid var(--color--neutrals-3);
}

@media (min-width: 768px) {
  .theme-2020 .image-gallery .colors a {
    width: 40px;
    height: 40px;
    border: 6px solid var(--color--neutrals-3);
  }
}

.theme-2020 .image-gallery .colors p:before, .theme-2020
.image-gallery .colors p:after {
  height: 3px;
  background: var(--color--neutrals-1);
}

.theme-2020 .image-gallery-thumbs:before {
  background: var(--color--neutrals-2);
}

.theme-2020 .image-gallery-thumbs .js-folder__header {
  display: none;
}

.theme-2020 .image-gallery-thumbs .folder__content {
  display: block;
  margin-left: 0;
}

.theme-2020 .image-gallery-thumbs .ghostbtn {
  margin-right: 0;
  padding-right: 0;
}

.theme-2020 .image-thumb .head {
  border: 1px solid var(--color--neutrals-2);
}

.theme-2020 .zoom-thumb .head:before {
  background: var(--color--neutrals-3);
}

.theme-2020 .zoom-thumb:hover .ico {
  color: var(--color--neutrals-10);
}

.theme-2020 .krossbanner {
  border: 1px solid var(--color--neutrals-2);
  background-color: var(--color--neutrals-8);
}

.theme-2020 .krossbanner a:before {
  background: rgba(25, 25, 25, 0.7);
}

.theme-2020 .news-feature .box:hover, .theme-2020
.news-feature .box:focus, .theme-2020
.news-feature .box:active, .theme-2020
.news-feature.high:hover .box, .theme-2020
.news-feature.high:focus .box, .theme-2020
.news-feature.high:active .box {
  background: var(--color--neutrals-1);
}

.theme-2020 .news-feature .box {
  background: var(--color--neutrals-1);
}

.theme-2020 .news-feature .title {
  color: var(--color--neutrals-8);
}

.theme-2020 .news-feature .desc {
  color: var(--color--neutrals-8);
}

.theme-2020 .news-overview {
  padding-top: 0;
}

@media (min-width: 768px) {
  .theme-2020 .news-overview {
    background: none;
  }
}

.theme-2020 .news-overview-header {
  padding-top: var(--gap--10);
  margin-bottom: var(--gap--5);
  color: inherit;
}

.theme-2020 .news-overview-header:before {
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  color: inherit;
  background-color: var(--color--neutrals-1);
  border-bottom: 1px solid var(--color--neutrals-2);
}

.theme-2020 .news-item .box {
  padding-top: 20px;
  color: inherit;
  border: 1px solid var(--color--neutrals-2);
  background-color: var(--color--neutrals-1);
}

.theme-2020 .news-item .body {
  background-color: var(--color--neutrals-1);
}

.theme-2020 .news-item .date {
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 20px;
  padding: 4px;
  color: var(--color--neutrals-8) !important;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid var(--color--neutrals-2);
  background-color: var(--color--neutrals-1);
}

.theme-2020 .news-item .title {
  color: inherit;
  font-weight: 500;
}

.theme-2020 .news-item .tags {
  color: var(--color--neutrals-6);
}

.theme-2020 .news-item.high.has-image .date {
  color: var(--color--neutrals-0);
}

.theme-2020 .news-item.high.has-image .title {
  color: var(--color--neutrals-10);
}

.theme-2020 .news-item.has-image .desc {
  color: inherit;
}

.theme-2020 .news-item.has-video .image:before {
  content: initial;
}

.theme-2020 .news-item.is-update .image:not(.news-image) {
  mix-blend-mode: difference;
}

.theme-2020 .product-combine .product {
  transition: background-color 300ms;
  background-color: var(--color--neutrals-0);
}

.theme-2020 .section:not(.search-wrap) .product-combine h2, .theme-2020 .section:not(.search-wrap)
.product-combine h4, .theme-2020 .section:not(.search-wrap)
.product-combine h5, .theme-2020 .section:not(.search-wrap)
.product-combine p {
  color: var(--color--neutrals-8) !important;
}

.theme-2020 .product-combine .product .visual-wrap:after {
  content: initial;
}

.theme-2020 .product-combine .product .content-wrap {
  padding: var(--gap--3) var(--gap--5) var(--gap--5);
  background-color: var(--color--neutrals-1);
}

.theme-2020 .product-combine .product:hover .content-wrap {
  background-color: var(--color--neutrals-0);
}

.theme-2020 .product-combine .product .content-wrap p.desc {
  padding-left: 0;
}

.theme-2020 .product-combine .product .content-wrap p.desc:after {
  content: initial;
}

.theme-2020 .product-combine .product .content-wrap h1, .theme-2020
.product-combine .product .content-wrap .h1, .theme-2020
.product-combine .product .content-wrap h2, .theme-2020
.product-combine .product .content-wrap .h2, .theme-2020
.product-combine .product .content-wrap h3, .theme-2020
.product-combine .product .content-wrap .h3, .theme-2020
.product-combine .product .content-wrap h4, .theme-2020
.product-combine .product .content-wrap .h4, .theme-2020
.product-combine .product .content-wrap h5, .theme-2020
.product-combine .product .content-wrap .h5, .theme-2020
.product-combine .product .content-wrap h6, .theme-2020
.product-combine .product .content-wrap .h6 {
  font-weight: 400;
}

.theme-2020 .product-combine .product:hover .content-wrap h1, .theme-2020
.product-combine .product:hover .content-wrap .h1, .theme-2020
.product-combine .product:hover .content-wrap h2, .theme-2020
.product-combine .product:hover .content-wrap .h2, .theme-2020
.product-combine .product:hover .content-wrap h3, .theme-2020
.product-combine .product:hover .content-wrap .h3, .theme-2020
.product-combine .product:hover .content-wrap h4, .theme-2020
.product-combine .product:hover .content-wrap .h4, .theme-2020
.product-combine .product:hover .content-wrap h5, .theme-2020
.product-combine .product:hover .content-wrap .h5, .theme-2020
.product-combine .product:hover .content-wrap h6, .theme-2020
.product-combine .product:hover .content-wrap .h6 {
  color: var(--color--neutrals-0);
}

.theme-2020 .product-combine .product-accessories {
  width: auto;
  height: auto;
  margin: -2px;
}

.theme-2020 .product-combine .product-accessories .item {
  padding: 2px;
}

.theme-2020 .product-combine .product-accessories .item.item-2 .visual-wrap {
  background-color: var(--color--neutrals-0) !important;
}

.theme-2020 .product-combine .product-accessories .item.item-3 .visual-wrap {
  background-color: var(--color--neutrals-0) !important;
}

.theme-2020 .product-combine .product-accessories .item.item-4 .visual-wrap {
  background-color: var(--color--neutrals-0) !important;
}

@media (max-width: 991px) {
  .product-combine .equalizer-item {
    display: block;
  }
}

.theme-2020 .product-grid {
  background: none;
}

.theme-2020 .product-grid .product .desc {
  padding-left: 0;
}

.theme-2020 .product-grid .product .name {
  font-weight: 400;
}

.theme-2020 .product-grid .product .desc {
  font-family: var(--font--main);
  font-weight: 500;
}

.theme-2020 .product-grid .product .desc:before {
  content: initial;
}

.theme-2020 .product-grid .product .head .image {
  background-color: var(--color--neutrals-0) !important;
}

.theme-2020 .product-grid .product, .theme-2020
.product-grid .product {
  transition: background-color 500ms;
  background-color: var(--color--neutrals-1);
}

.theme-2020 .product-grid .product:hover, .theme-2020
.product-grid .product:focus {
  background-color: var(--color--neutrals-0);
}

.theme-2020 .product-grid .product .product-info .colors span {
  border-radius: 50%;
}

.theme-2020 .product-grid .product.new, .theme-2020
.product-grid .product.new .price, .theme-2020
.product-grid .product.new .name, .theme-2020
.product-grid .product.new .desc, .theme-2020
.product-grid .product.new .longdesc, .theme-2020
.product-grid .product.new p {
  color: var(--color--neutrals-8);
}

.theme-2020 .product-grid .product.new {
  border-color: var(--color--neutrals-4);
  box-shadow: 0 0 0 1px var(--color--neutrals-4);
}

.theme-2020 .product-grid .product.new .badge {
  color: var(--color--neutrals-0);
  font-family: var(--font--main);
  font-weight: 400;
  text-transform: uppercase;
  background-color: var(--color--neutrals-7);
}

.theme-2020 .product-grid .product .foot {
  display: none;
}

.theme-2020 .product-grid .product .head .image img {
  width: auto;
}

.theme-2020 .productcat-grid-v2 .productcat {
  border: 1px solid var(--color--neutrals-2);
}

.theme-2020 .productcat-grid-v2 .productcat .title {
  color: var(--color--neutrals-8) !important;
}

.theme-2020 .second-nav {
  border-bottom: 1px solid var(--color--neutrals-3);
  box-shadow: none;
}

.theme-2020 .second-nav .second-nav-tabbar .btn-buy-now {
  margin-top: 6px;
}

.theme-2020 .second-nav .second-nav-tabbar li a {
  color: var(--color--neutrals-10);
  opacity: .6;
}

.theme-2020 .second-nav .second-nav-tabbar li a:hover, .theme-2020
.second-nav .second-nav-tabbar li a:focus, .theme-2020
.second-nav .second-nav-tabbar li a:active {
  box-shadow: inset 0 -4px 0 var(--color--action);
}

.theme-2020 .second-nav .second-nav-tabbar li a:hover, .theme-2020
.second-nav .second-nav-tabbar li.active a {
  color: var(--color--neutrals-10);
  opacity: 1;
  box-shadow: inset 0 -4px 0 var(--color--action);
}

.theme-2020 .second-nav .second-nav-dropdown a {
  color: var(--color--action);
}

.theme-2020 .second-nav .second-nav-dropdown a:hover, .theme-2020
.second-nav .second-nav-dropdown a:focus, .theme-2020
.second-nav .second-nav-dropdown a:active {
  padding-left: 0;
  color: var(--color--hover);
}

.theme-2020 .second-nav .second-nav-dropdown li.active a:before {
  background-color: var(--color--action);
}

.theme-2020 .sectionHeader__title {
  text-transform: uppercase !important;
}

.theme-2020 .section-product-features {
  background-color: transparent;
}

.theme-2020 .section-product-info {
  margin-top: var(--gap--6);
}

@media (min-width: 768px) {
  .theme-2020 .section-product-info {
    margin-top: var(--gap--10);
  }
}

@media (min-width: 768px) {
  .theme-2020 .section-product-features {
    margin-top: var(--gap--20);
  }
}

.theme-2020 .section-product-combine {
  background-color: var(--color--neutrals-2);
}

@media (min-width: 768px) {
  .theme-2020 .section-product-combine {
    padding-top: var(--gap--15);
    padding-bottom: var(--gap--15);
  }
}

.theme-2020 .news-featured {
  margin-top: var(--gap--12);
}

@media (min-width: 768px) {
  .theme-2020 .news-featured {
    margin-top: var(--gap--24);
  }
}

.section-product-support .section {
  padding-left: 0;
  padding-right: 0;
}

.section-product-support h2 {
  margin-left: -7px;
  margin-right: -7px;
}

.theme-2020 .section-product-support .h3 {
  font-weight: 300;
}

.theme-2020 .section-highlight {
  background-color: var(--color--neutrals-8) !important;
}

.theme-2020 .section-highlight a {
  text-decoration: underline;
}

.theme-2020 .section.bg-light-2 {
  background-color: var(--color--neutrals-0);
}

.theme-2020 .select__header .selectboxit-container {
  border-bottom: 2px solid var(--color--action);
}

.theme-2020 .select__header .selectboxit-container .selectboxit-list {
  border: 1px solid var(--color--neutrals-2);
  border-top: 2px solid var(--color--action);
  background-color: var(--color--neutrals-1);
}

.theme-2020 .select__header .selectboxit-container .selectboxit-btn .selectboxit-arrow-container {
  color: var(--color--neutrals-0);
  background: var(--color--action);
}

.theme-2020 .select__header .selectboxit-container .selectboxit-list .selectboxit-selected a .selectboxit-option-icon-container, .theme-2020
.select__header .selectboxit-container .selectboxit-list a:hover .selectboxit-option-icon-container, .theme-2020
.select__header .selectboxit-container .selectboxit-list a:focus .selectboxit-option-icon-container {
  background: var(--color--action);
}

.theme-2020 .select__header .selectboxit-container .selectboxit-list li {
  border-bottom: 2px solid var(--color--neutrals-2);
}

.theme-2020 .select__header .selectboxit-container .selectboxit-list li:last-child {
  border-bottom: none;
}

.theme-2020 .select__header .selectboxit-container .selectboxit-list a {
  color: var(--color--neutrals-8);
  font-size: 17px;
  font-weight: 400;
}

.theme-2020 .select__header .selectboxit-container .selectboxit-list .selectboxit-selected a, .theme-2020
.select__header .selectboxit-container .selectboxit-list a:hover, .theme-2020
.select__header .selectboxit-container .selectboxit-list a:focus {
  color: var(--color--neutrals-8);
  font-family: var(--font--main);
  font-weight: 500;
}

.theme-2020 .select__header .selectboxit-container .selectboxit-list a .selectboxit-option-icon-container {
  top: 3px;
  bottom: 3px;
  left: -3px;
  width: 3px;
  height: auto;
}

.theme-2020 .sharethis-wrap {
  display: none;
}

.simple-header.theme-2020,
.theme-2020 .simple-header {
  background: none;
  background-color: var(--color--neutrals-8);
}

.simple-header.theme-2020 h1,
.theme-2020 .simple-header h1 {
  color: var(--color--neutrals-0);
}

.theme-2020 .slick-list {
  border: 1px solid var(--color--neutrals-2);
  background-color: var(--color--neutrals-0);
}

.theme-2020 .news-featured .slick-list {
  border: none;
}

.theme-2020 .slick-dots li button:before {
  color: var(--color--neutrals-3);
}

.theme-2020 .slick-dots li.slick-active button:before {
  color: var(--color--action);
}

.theme-2020 .section-product-specs .container:before {
  content: initial;
}

.theme-2020 .specs-table {
  margin-top: 0;
}

.theme-2020 .specs-table__lbl {
  border-top: 1px solid var(--color--neutrals-2);
}

.theme-2020 .specs-table__lbl:after {
  width: 25px;
  height: 1px;
  right: -25px;
  border-color: var(--color--neutrals-2);
  border-radius: 0;
  border-right: none;
}

@media (max-width: 767px) {
  .theme-2020 .specs-table__lbl:after {
    display: none;
  }
}

.theme-2020 .specs-table__lbl .h6 {
  color: inherit;
  font-size: 16px;
  font-weight: normal;
}

.theme-2020 .specs-table__val .icon-check {
  font-size: 14px;
  color: var(--color--neutrals-10);
}

.theme-2020 .tilebtn {
  display: none;
}

.theme-2020 .timeline {
  background: none;
}

.theme-2020 .timeline:before, .theme-2020
.timeline:after, .theme-2020
.timeline .timeline-era:before {
  content: initial;
}

.theme-2020 .timeline .timeline-title {
  color: inherit;
}

.theme-2020 .title:before, .theme-2020
.title:after {
  content: initial !important;
}

.theme-2020 .video-inline {
  background-color: var(--color--neutrals-10);
}

.theme-2020 .video-inline .controlbtn {
  bottom: var(--gap--6);
  right: var(--gap--6);
  margin: 0;
}

.theme-2020 .video-thumb:hover .image:after
.touch .theme-2020 .video-thumb:active .image:after {
  background: var(--color--neutrals-10);
  opacity: .3;
}

.wt-table {
  background-color: #FFF;
}

.wt-table__row {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px;
  border-bottom: 2px solid #E6E7E8;
}

.theme-2020 .wt-table__row {
  border-bottom: 1px solid var(--color--neutrals-3);
}

.wt-table__row:first-child {
  border-top: 2px solid #E6E7E8;
}

.theme-2020 .wt-table__row:first-child {
  border-top: none;
}

@media (min-width: 900px) {
  .wt-table__row {
    justify-content: flex-end;
  }
}

.wt-table__divider {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}

.wt-table__cell {
  display: flex;
}

.wt-table__cell > * {
  flex: 1 1 auto;
}

@media (min-width: 900px) {
  .wt-table__cell {
    flex: 0 0 150px;
    justify-content: flex-end;
  }
}

.wt-table__cell:first-child {
  flex: 0 1 auto;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 8px;
  font-size: inherit;
}

@media (min-width: 900px) {
  .wt-table__cell:first-child {
    flex: 1;
    width: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
}

.wt-table__cell:nth-child(2) {
  justify-content: center;
  text-align: center;
}

.wt-table__icon {
  display: block;
  width: 15px;
  margin-right: 4px;
}

.theme-2020 .zoomtool .zoomtool__topbar .btn__action {
  color: var(--color--action);
}

.theme-2020 .scale-trigger {
  color: var(--color--neutrals-8);
}

.theme-2020 .zoomtool .zoomtool__topbar .zoomtool__scale .slider-wrap .slider .ui-slider-handle {
  border: 4px solid rgba(0, 125, 225, 0.2);
  background-color: var(--color--action);
}