@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}
@media (min-width: 768px) {
  .container {
    width: 730px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 990px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1230px;
  }
}
@media (min-width: 1700px) {
  .container {
    width: 1470px;
  }
}
body {
  font-family: 'Space Grotesk', sans-serif;
  background: #fff;
  color: #000;
  font-size: 1.6rem;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  body {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  body {
    font-size: 1.2rem;
  }
}
a {
  color: #000;
}
a:hover {
  color: #356de8;
}
h1 {
  font-size: 5rem;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  h1 {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  h1 {
    font-size: 3rem;
  }
}
h2 {
  font-size: 3.2rem;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  h2 {
    font-size: 2.4rem;
  }
}
.button {
  color: #ffffff;
  border: 0;
  border-radius: 0;
  position: relative;
  padding: 15px 40px;
}
.button:hover {
  border-color: #df192b;
}
.button.small {
  padding-left: 30px;
  padding-right: 30px;
}
.button.small.active {
  border-color: #df192b;
  color: #df192b;
}
.button.inversed:hover {
  color: #df192b;
}
.button.micro {
  padding: 10px 22px;
  width: auto;
}
.button.dark {
  background: transparent;
}
.button.dark::before {
  border-color: #97121d;
}
.button.dark:hover {
  background: transparent;
  color: #df192b;
}
.button.buy {
  background: transparent;
}
.button.buy strong {
  position: relative;
  z-index: 1;
}
.button.buy::before {
  background-color: #df192b;
}
.button.micro {
  padding: 10px 32px;
}
li.bullet-li {
  font-size: 1.8rem;
}
li.bullet-li::before {
  background-image: url('img/icons/bullet-li.png');
  background-size: contain;
  width: 13px;
  height: 17px;
}
.compare.checkbox::before {
  background: #df192b;
}
.compare.checkbox.checked {
  color: #df192b;
}
.checkbox-wrapper span.checkbox {
  top: 4px;
}
.checkbox-wrapper span.checkbox::after {
  background-color: #df192b;
}
.select {
  border-color: #131313;
}
.select span::after {
  background-image: url('img/icons/dropdown.png');
}
.select ul {
  background: #0d0d0d;
  border-color: #666666;
}
.select ul li {
  border-top: #202020;
}
.select ul li:hover {
  background: #252525;
}
.header {
  font-family: 'microsquare';
}
.header .container.first {
  padding-top: 9px;
  padding-bottom: 9px;
}
.header .nav > ul > li > .sub-menu > li.new-line {
  width: 100% !important;
  text-align: right;
  margin-top: 10px;
}
.header .nav > ul > li > .sub-menu > li.new-line a:before {
	display: none;
}
.header .nav > ul {
  display: flex;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .header .nav > ul {
    align-items: flex-start;
    flex-direction: column;
  }
}
.header .nav > ul > li {
  padding: 0 15px;
}
@media only screen and (min-width: 1700px) {
  .header .nav > ul > li {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .header .nav > ul > li {
    padding: 0 10px;
    font-size: 1.4rem;
  }
}
.header .nav > ul > li.multirow > .sub-menu {
  justify-content: flex-start;
  padding-bottom: 25px;
}
.header .nav > ul > li.multirow > .sub-menu > li {
  width: 25%;
}
.header .nav > ul > li.multirow > .sub-menu > li > a {
  margin-bottom: 8px;
  position: relative;
}
.header .nav > ul > li.multirow > .sub-menu > li > a::before {
  content: "";
  position: absolute;
  left: -20px;
  background: url('img/icons/bullet-li.png') no-repeat scroll center center transparent;
  background-size: contain;
  width: 10px;
  top: 4px;
  height: 14px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .header .nav > ul > li.multirow > .sub-menu > li > a::before {
    top: 15px;
    left: -40px;
  }
}
.header .nav > ul > li.multirow > .sub-menu > li.break {
  width: 100%;
  font-size: 0;
  height: 0;
  overflow: hidden;
}
.header .nav > ul > li.multirow > .sub-menu > li.break a {
  display: none;
}
.header .nav > ul > li.multirow > .sub-menu > li.break a::before {
  display: none;
}
.header .nav > ul > li.multirow > .sub-menu > li.mobile-back a::before {
  display: none;
}
.header .nav > ul > li:hover > a,
.header .nav > ul > li.current-menu-item > a,
.header .nav > ul > li.current_page_ancestor > a {
  color: #df192b;
}
.header .nav > ul > li > .sub-menu > li:hover > a,
.header .nav > ul > li > .sub-menu > li.current-menu-item > a,
.header .nav > ul > li > .sub-menu > li.current-category-ancestor > a {
  color: #df192b;
}
.header .logo {
  height: 84px;
}
.header .logo a {
  display: block;
  height: 84px;
}
.header .logo .logo-img:nth-child(1) {
  width: auto;
  height: 84px;
  margin-right: 0;
}
.header .logo .logo-img:nth-child(2) {
  width: auto;
  height: 84px;
}
.header .product-menu h2 {
  line-height: 47px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .header .product-menu h2 {
    line-height: 30px;
  }
}
.header .product-menu a:hover {
  color: #df192b;
}
.header .product-menu a.buy span {
  color: #df192b;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .header .product-menu a {
    font-size: 1rem;
  }
}
.header .product-menu .container {
  border-color: #df192b;
}
.header .product-menu .container::before {
  background: linear-gradient(90deg, #141414 0%, #df192b 100%);
}
.header .product-menu .container::after {
  background: linear-gradient(270deg, #141414 0%, #df192b 100%);
}
.header .top-nav {
  background-color: #0d0d0d;
}
.header.fixed .logo {
  font-size: 0;
}
.header.fixed .logo a {
  font-size: 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .header .logo {
    top: 5px;
    left: 10px;
  }
  .header .logo .logo-img:first-child {
    display: none;
  }
  .header .logo .logo-img:last-child {
    display: block;
    width: 84px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .breadcrumbs {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .breadcrumbs {
    font-size: 1.2rem;
  }
}
.page-category h1 {
  margin-top: 10px;
}
.select {
  border-color: #666666;
}
.select .span::after {
  top: 11px;
}
.product-page .new {
  color: #df192b;
}
.product-page .text-wrapper h1 {
  font-size: 3.2rem;
  color: #df192b;
}
@media only screen and (max-width: 767px) {
  .product-page .text-wrapper h1 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-page .text-wrapper h1 {
    font-size: 1.8rem;
  }
}
.product-page .text-wrapper ul:not(.picker_select_list) li:hover a {
  color: #df192b;
}
.product-page .text-wrapper ul li::before {
  width: 14px;
  height: 18px;
}
@media only screen and (min-width: 1700px) {
  .product-page .text-wrapper ul li::before {
    top: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .product-page .text-wrapper ul li {
    font-size: 1.4rem;
  }
  .product-page .text-wrapper ul li::before {
    width: 8px;
    height: 12px;
    top: 8px;
    left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-page .text-wrapper ul li {
    font-size: 1.4rem;
  }
  .product-page .text-wrapper ul li::before {
    width: 8px;
    height: 12px;
    top: 5px;
    left: 5px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .product-page .text-wrapper ul li {
    font-size: 1.6rem;
  }
  .product-page .text-wrapper ul li::before {
    top: 6px;
  }
}
.product-page .types-switch {
  position: relative;
  z-index: 2;
}
.product-page .types-switch > span {
  font-size: 1.2rem;
  padding-top: 0;
}
.product-page .types-switch .select {
  font-size: 1rem;
}
.product-page .types-switch .select span {
  padding-right: 25px;
}
.product-page .picker-wrapper ul li.selected {
  background: #ea4151;
}
.product-page .picker-wrapper ul li.selected:hover a {
  color: #ffffff;
}
.product-page .color-switch > span {
  font-size: 1.2rem;
}
.product-page .color-switch .color {
  border-color: #666666;
}
.product-page .galleries-wrapper .product-gallery {
  background: #202020;
}
.product-page .galleries-wrapper .thumbnails-gallery {
  padding-top: 3px;
}
@media only screen and (max-width: 767px) {
  .product-page .galleries-wrapper .thumbnails-gallery {
    height: auto;
  }
}
.product-page .galleries-wrapper .thumbnails-gallery .swiper-container {
  padding-top: 1px;
  padding-bottom: 1px;
}
@media only screen and (max-width: 767px) {
  .product-page .galleries-wrapper .thumbnails-gallery .swiper-container {
    position: static;
  }
}
.product-page .galleries-wrapper .thumbnails-gallery .swiper-slide::after {
  border: 1px solid #202020;
  opacity: 1;
}
.product-page .galleries-wrapper .thumbnails-gallery .swiper-slide.active::after {
  border-bottom: 2px solid #df192b;
}
.product-page .galleries-wrapper .thumbnails-gallery .swiper-slide:empty::after {
  border-color: transparent;
}
.product-page .galleries-wrapper .thumbnails-gallery .swiper-nav {
  background-color: rgba(223, 25, 43, 0.8);
  top: 5px;
  height: calc(100% - 1px);
}
.product-page .galleries-wrapper .thumbnails-gallery .swiper-nav:hover {
  background-color: #df192b;
}
.product-page .galleries-wrapper .thumbnails-gallery .swiper-nav.prev {
  background-image: url('img/icons/arrows_left.png');
}
.product-page .galleries-wrapper .thumbnails-gallery .swiper-nav.next {
  background-image: url('img/icons/arrows_right.png');
}
@media only screen and (max-width: 767px) {
  .product-page .galleries-wrapper .thumbnails-gallery .swiper-nav {
    height: calc(100% - 5px);
    top: 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-page .galleries-wrapper {
    height: 292px;
  }
}
.module-half-half .row {
  background: #131313;
}
.module-half-half .row.flip .description::after {
  left: auto;
  right: 0;
}
.module-half-half .description {
  position: relative;
  color: #ffffff;
}
.module-half-half .description .text h2 {
  font-size: 2.8rem;
  color: #ffffff;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .module-half-half .description .text h2 {
    font-size: 2.4rem;
  }
}
.module-half-half .description .text p {
  font-size: 1.6rem;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .module-half-half .description .text p {
    font-size: 1.3rem;
  }
}
.pair .module-half-half {
  background-color: #0d0d0d;
}
.pair .module-half-half .description {
  background-color: #131313;
}
.pair .second-half .description::after {
  left: auto;
  right: 0;
}
.module_slides {
  margin-bottom: 30px;
}
.module_slides .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #df192b;
  border-color: #97121d;
}
.module-support {
  background-color: #0d0d0d;
}
.module-set ul li {
  color: #ffffff;
  border-color: #666666;
}
.module-download ul a.button {
  padding-left: 40px;
  padding-right: 40px;
}
.module_modes {
  margin-bottom: 30px;
}
.module_modes .row > div {
  display: flex;
}
.module_modes .text {
  align-self: center;
}
.module_modes .text .option {
  width: 26%;
}
.module_modes .text .option.active .button {
  border-color: #df192b;
}
.module-infographic {
  background-color: #0d0d0d;
}
.module_video_picker {
  background-color: #0d0d0d;
  color: #ffffff;
}
.module_video_picker .text .option span {
  max-width: none;
}
.module_video_picker .text .option.active span {
  border-color: #df192b;
}
.module_rgbpicker {
  background: #0d0d0d;
}
.module_rgbpicker .line {
  background: #666666;
}
.module_rgbpicker .line::after {
  border-right-color: #666666;
}
.module_rgbpicker .color-modes h3 {
  color: #ffffff;
}
.module_rgbpicker .color-modes a {
  color: #ffffff;
}
.module_rgbpicker .color-picker::after {
  background-image: url('img/hand.png');
}
.module-specifications ul.table-wrapper li {
  border-color: #666666;
}
.module-specifications ul.full ul li {
  border-color: #666666;
}
.module-specifications ul li span:first-child {
  color: #aaaaaa;
}
.module_shops .row {
  background: #0d0d0d;
}
.module_shops h2 {
  font-size: 2.4rem;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 25px;
}
.module_shops .row.no-gutters {
  background-color: #0d0d0d;
  border-top: 3px solid #df192b;
}
.module_shops .shops .shop-wrap {
  border: 1px solid #414141;
  background: linear-gradient(180deg, #bbb 0%, #292929 100%);
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module_shops .shops .button.micro {
    padding: 8px 30px;
    font-size: 1rem;
  }
}
.module_shops .shops .more {
  background: linear-gradient(180deg, transparent 0%, #0d0d0d 50%);
}
.module_shops .shops .more .button.inverted {
  background: transparent;
  padding: 11px 60px 10px;
}
.module_shops .shops .more .button.inverted:hover {
  color: #ffffff;
}
.module-text {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .module-text {
    font-size: 1.3rem;
  }
}
.product-tile .image-wrapper .image-block {
  background: #131313;
}
.product-tile .new,
.product-tile .archived {
  color: #df192b;
}
.module-pagination {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .module-pagination {
    font-size: 1.4rem;
  }
}
.module-pagination a:hover {
  color: #df192b;
}
.module-pagination .next,
.module-pagination .prev {
  color: #ffffff;
}
.module-home-categories .text h3 {
  font-size: 5rem;
}
.module-home-categories .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background: #de212e;
}
.search-heading {
  background-color: #0d0d0d;
}
.notfound h1 {
  background: #0d0d0d;
}
.compare-overlay {
  background-color: #0d0d0d;
}
.compare-overlay .wrapper {
  background: transparent;
}
.compare-overlay table {
  color: #ffffff;
}
.compare-overlay .close {
  background-image: url('img/close.png');
}
.module-legacy {
  background-color: #202020;
}
.module-legacy .legacy-list li {
  border-color: #666666;
}
.module-about-us {
  color: #ffffff;
}
.module-about-us p {
  color: #ffffff;
}
.module-about-us input[type=submit] {
  border: 2px solid #df192b;
}
.module-rma .button:empty {
  display: none;
}
.module-rma .desc ul {
  color: #ffffff;
}
.module-rma .forms-list li {
  background-color: #202020;
}
.module-support .container .row {
  background-image: url('img/spcg-webpage-bottom.jpg');
  background-size: cover;
  background-color: #202020;
  background-position: center;
  height: 420px;
}
@media only screen and (min-width: 1700px) {
  .module-support .container .row {
    height: 510px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .module-support .container .row {
    height: 340px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-support .container .row {
    height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .module-support .container .row {
    height: 0;
    padding-bottom: 35%;
  }
}
#rewards div {
  width: 100%;
}
#rewards label.desc {
  width: 30%;
  display: inline-block;
}
#rewards input[type=text],
#rewards input[type=email] {
  width: 69%;
  background: #f0f0f0;
  border-radius: 3px;
  margin: 0;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}
#rewards input[type=date] {
  background: #f0f0f0;
  border-radius: 3px;
  margin: 0;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}
#rewards input[type=file] {
  max-width: 100%;
}
#rewards .iheader {
  display: block;
  font-size: 18px;
  border-bottom: 1px solid #000;
  padding: 5px;
  text-indent: 10px;
  margin: 5px 0 15px;
  font-weight: 400;
}
#rewards p {
  font-style: italic;
  color: #999;
  font-size: 0.9em;
  padding-left: 30%;
  width: 100%;
  margin-bottom: 10px;
}
#rewards .wpcf7-form-control-wrap {
  display: inline-block;
  vertical-align: top;
  width: 69%;
}
#rewards .row div[class^="col"] {
  margin-bottom: 20px;
}
#rewards input[type=submit] ~ .agree {
  display: none;
}
#rewards input[type=submit][disabled] {
  opacity: 0.5;
}
#rewards input[type=submit][disabled] ~ .agree {
  display: inline-block;
  color: red;
}
#rewards input[type=submit] {
  border: 2px solid #df192b;
}
.footer {
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .footer {
    font-size: 1.4rem;
  }
}
body.negative {
  color: #050505;
  background: #ffffff;
}
body.negative a {
  color: #050505;
}
body.negative a:hover {
  color: #de212e;
}
body.negative .header {
  background: #dcdcdc;
  font-family: 'microsquare';
}
body.negative .header .container,
body.negative .header .product-menu {
  background: #dcdcdc !important;
  color: #000000 !important;
}
body.negative .header .container a,
body.negative .header .product-menu a {
  color: #000000;
}
body.negative .header .container a:hover,
body.negative .header .product-menu a:hover {
  color: #de212e;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  body.negative .header .nav {
    background: #dcdcdc;
  }
}
body.negative .header .nav > ul {
  display: flex;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  body.negative .header .nav > ul {
    align-items: flex-start;
    flex-direction: column;
  }
}
body.negative .header .nav .search .form-container {
  background: #dcdcdc;
}
body.negative .header .nav .search form input {
  border-bottom: 2px solid #8a8a8a;
  color: #8a8a8a;
}
body.negative .header .nav .search form button:hover {
  color: #de212e;
}
body.negative .header .nav > ul > li > a {
  color: #6f6f6f;
}
body.negative .header .nav > ul > li > a:hover {
  color: #de212e;
}
body.negative .header .nav > ul > li .sub-menu {
  background: #dcdcdc;
}
body.negative .header .nav > ul > li .sub-menu::before,
body.negative .header .nav > ul > li .sub-menu::after {
  background: #dcdcdc;
}
body.negative .header .nav > ul > li.multirow > .sub-menu {
  justify-content: flex-start;
  padding-bottom: 25px;
}
body.negative .header .nav > ul > li.multirow > .sub-menu > li {
  width: 25%;
}
body.negative .header .nav > ul > li.multirow > .sub-menu > li > a {
  margin-bottom: 8px;
  position: relative;
}
body.negative .header .nav > ul > li.multirow > .sub-menu > li > a::before {
  content: "";
  position: absolute;
  left: -20px;
  background: url('img/icons/bullet-li.png') no-repeat scroll center center transparent;
  background-size: contain;
  width: 10px;
  top: 4px;
  height: 14px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  body.negative .header .nav > ul > li.multirow > .sub-menu > li > a::before {
    top: 15px;
    left: -40px;
  }
}
body.negative .header .nav > ul > li.multirow > .sub-menu > li.break {
  width: 100%;
  font-size: 0;
  height: 0;
  overflow: hidden;
}
body.negative .header .nav > ul > li.multirow > .sub-menu > li.break a {
  display: none;
}
body.negative .header .nav > ul > li.multirow > .sub-menu > li.break a::before {
  display: none;
}
body.negative .header .nav > ul > li.multirow > .sub-menu > li.mobile-back a::before {
  display: none;
}
body.negative .header .product-menu .container {
  border-color: #df192b;
}
body.negative .header .product-menu .container::before {
  background: linear-gradient(90deg, #dfdfdf 0%, #df192b 100%);
}
body.negative .header .product-menu .container::after {
  background: linear-gradient(270deg, #dfdfdf 0%, #df192b 100%);
}
body.negative .breadcrumbs a {
  color: #b6b6b6;
}
body.negative .breadcrumbs a:hover {
  color: #de212e;
}
body.negative .footer {
  background: #dcdcdc;
  color: #6f6f6f;
  line-height: 30px;
}
body.negative .footer svg * {
  fill: #6f6f6f;
}
body.negative .module-half-half .row {
  background-color: #e6e6e6;
}
body.negative .module-half-half .description {
  color: #000000;
}
body.negative .module-half-half .description::after {
  background-color: #de212e;
}
body.negative .module-half-half .text h2 {
  color: #000000;
}
body.negative .module-half-half .text p {
  color: #000000;
}
body.negative .pair .module-half-half {
  background: #ffffff;
}
body.negative .pair .module-half-half .description {
  background-color: #e6e6e6;
}
body.negative .module_modes .row {
  background: #ffffff;
  border: 2px solid #dfdfdf;
}
body.negative .module_modes .text h2 {
  color: #000000;
}
body.negative .module_modes .text .option .button {
  color: #999999;
}
body.negative .module_modes .text .option.active .button {
  color: #000000;
}
body.negative .module-set ul li {
  color: #000000;
}
body.negative .module_shops h2 {
  color: #de212e;
  margin-bottom: 15px;
}
body.negative .module_shops .row.no-gutters {
  background-color: #ffffff;
}
body.negative .module_shops .row.no-gutters .row {
  background: #ffffff;
}
body.negative .module_shops .shops .shop-wrap {
  background: linear-gradient(180deg, #efefef 0%, #bfbfbf 100%);
  border: 1px solid #999;
}
body.negative .module_shops .shops .more {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
}
body.negative .module_shops .shops .more .button.inverted:hover {
  color: #000000;
}
body.negative .module_shops .shops .button.micro:hover {
  color: #000000;
}
body.negative .module-support {
  background: #ffffff;
}
body.negative .module-support .container .row {
  background-image: url('img/spcg-webpage-bottom2.jpg');
  background-color: #e6e6e6;
}
body.negative .select {
  border-color: #e6e6e6;
}
body.negative .select span::after {
  background-image: url('img/icons/dropdown_negative.png');
}
body.negative .select ul {
  background: #ffffff;
  border-color: #e6e6e6;
}
body.negative .select ul li {
  border-top: #202020;
}
body.negative .select ul li:hover {
  background: #dcdcdc;
}
body.negative .select ul li.selected:hover {
  background: #ea4151;
}
body.negative .product-tile .image-wrapper .image-block {
  background: #f3f3f3;
}
