@charset "UTF-8";
@import "./fonts/stylesheet.css"; /*** 

====================================================================
	Reset
====================================================================

***/
html {
  scroll-behavior: smooth;
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

button:focus {
  outline: none;
}

input.error {
  -webkit-box-shadow: 0 0 5px rgba(255, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(255, 0, 0, 0.2);
}

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

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*** 
  ====================================================================
      Global Settings
  ====================================================================
   ***/
body {
  font-family: "Metropolis";
  font-size: 14px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  background: #faf7f4;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
}

.auto__container {
  position: relative;
  max-width: 1630px;
  margin: 0 auto;
  padding: 0 48px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

h1 {
  font-family: "Metropolis";
  font-weight: 800;
  font-size: 55px;
  line-height: 62px;
  text-align: center;
  text-transform: capitalize;
  color: #1b0c09;
}

h2 {
  font-family: "Metropolis";
  font-weight: 700;
  font-size: 35px;
  line-height: 1;
  text-align: center;
  text-transform: capitalize;
  color: #1b0c09;
}
h2.sm {
  font-size: 30px;
}
h2.lh40 {
  line-height: 40px;
}
h2.lh50 {
  line-height: 50px;
}

h3 {
  font-family: "Metropolis";
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  text-transform: capitalize;
  color: #ff9900;
}

h4 {
  font-family: "Metropolis";
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  color: #1b0c09;
}

h5 {
  font-family: "Metropolis";
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  color: #1b0c09;
}
h5.big {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-align: unset;
  color: #17bebb;
}
h5.fw500 {
  font-weight: 500;
  text-transform: capitalize;
  color: #1b0c09;
}

h6 {
  font-family: "Metropolis";
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
}
h6.uniq {
  line-height: 1;
  font-weight: 500;
  color: #1b0c09;
  text-align: center;
}
h6.fw400 {
  font-weight: 400;
}

p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #1b0c09;
}
p.sm {
  font-size: 15px;
}
p.xsm {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-transform: capitalize;
  color: #e7d7d2;
}

main {
  padding-top: 81px;
}

.button {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  font-family: "Metropolis";
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.button__row {
  max-width: 474px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.button__row .button {
  /*width: calc(50% - 10px);*/ /* TODO: Enable again to enable "pre-built keyboard" button */
}
.button.primary {
  padding: 22px 0 20px 0;
  background: #ea6e44;
  border-radius: 10px;
  color: #fff;
}
.button.primary:hover {
  background: #bd5f3f;
}
.button.primary.large {
  padding: 12px 0;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  border-radius: 7px;
}
.button.primary.large.stock {
  background: none;
  color: #5e4945;
  border: 1px solid rgba(132, 139, 147, 0.3);
}
.button.primary.large.stock:hover {
  background: #1b0c09;
  border: 1px solid #1b0c09;
  color: #fff;
}
.button.secondary {
  background: none;
  padding: 20px 0;
  border: 1px solid #3e130c;
  border-radius: 10px;
  color: #1b0c09;
}
.button.secondary:hover {
  background: #1b0c09;
  color: #fff;
}
.button.notify {
  padding: 19px 0 18px;
  background: none;
  max-width: 177px;
  border: 1px solid #fff;
  border-radius: 10px;
}
.button.notify:hover {
  background: #fff;
  color: #1b0c09;
}
.button.reddit {
  background: #f2eadf;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  border-radius: 7px;
  width: unset;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: unset;
  color: #000;
  border: 1px solid #f2eadf;
}
.button.reddit.black {
  background: #525252;
  border: 1px solid #525252;
}
.button.reddit:hover {
  border: 1px solid #ea6e44;
}
.button.reddit svg {
  width: 17px;
  height: 17px;
  margin-right: 7px;
}
.button.selectbtn {
  width: 130px;
  padding: 12px 26px;
  background: #ea6e44;
  border-radius: 7px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #fff;
}
.button.selectbtn:hover {
  background: #bd5f3f;
}
.button.selectbtn svg {
  width: 14px;
  height: 14px;
  color: #fff;
  margin-right: 12px;
}
.button.buy {
  width: unset;
  padding: 12px 20px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #fff;
  background: #17a398;
  border-radius: 7px;
}
.button.buy:hover {
  background: #08665e;
}
.button.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #fff;
  font-size: 18px;
  padding: 15px 0;
  background: #252323;
  border-radius: 7px;
  margin-bottom: 25px;
}
.button.filter svg {
  width: 25px;
  height: 25px;
  color: #fff;
  margin-right: 15px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.button.filter:hover {
  color: #ea6e44;
}
.button.filter:hover svg {
  color: #ea6e44;
}

.rate {
  position: relative;
  width: 110px;
}
.rate.large {
  width: 140px;
}
.rate.large .rate__filled img {
  width: 140px;
}
.rate__stars {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rate__stars img {
  width: 100%;
}
.rate__filled {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rate__filled img {
  width: 110px;
}

.select {
  cursor: pointer;
  position: relative;
  font-family: "Metropolis";
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  text-transform: capitalize;
  color: #1b0c09;
}
.select.active .select__options {
  opacity: 1;
  max-height: 300px;
}
.select__selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.select__selected-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}
.select__selected-inner-image {
  width: 30px;
  height: 30px;
  border-radius: 22px;
  overflow: hidden;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.select__selected-inner-image img {
  width: 100%;
}
.select__selected svg {
  width: 12px;
  height: 8px;
  color: #848b93;
}
.select__options {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  padding: 20px 15px;
  z-index: 101;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 134px;
  max-height: 0;
  opacity: 0;
  overflow-y: auto;
  background: #f6f3ec;
  border: 1px solid rgba(132, 139, 147, 0.3);
  border-radius: 7px;
}
.select__options::-webkit-scrollbar {
  display: none;
}
.select__options-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.select__options-item:hover {
  color: #ea6e44;
}
.select__options-item:last-child {
  margin-bottom: 0;
}
.select__options-item-image {
  width: 30px;
  height: 30px;
  border-radius: 22px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
.select__options-item-image img {
  width: 100%;
}
.select__options-item-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.select__options-item-icon svg {
  color: #ea6e44;
  width: 13px;
  height: 9px;
}

.input {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(132, 139, 147, 0.3);
}
.input.searchInp h5.big {
  margin-bottom: 10px;
}
.input h5.big {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: #1b0c09;
  margin-bottom: 23px;
}
.input:last-child {
  margin-bottom: 0;
}
.input__price {
  width: 100%;
  margin-bottom: 15px;
}
.input__price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.input__price-row span {
  width: calc(50% - 5px);
}
.input__price-row:first-child {
  margin-bottom: 10px;
}
.input__price-row input {
  width: calc(50% - 5px);
  padding: 11px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(132, 139, 147, 0.3);
  border-radius: 10px;
  background: none;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #1b0c09;
}
.input__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
.input__colors-item {
  cursor: pointer;
  width: calc(16% - 0px);
  margin: 10px 5px;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  color: #1b0c09;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
}
.input__colors-item-color {
  border-radius: 5px;
  margin: 0 auto 5px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.input__colors-item-color input {
  width: 100%;
  height: 100%;
  position: absolute;
  background: none;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}
.input__colors-item-color input:hover + label {
  border: 2px solid #fff;
}
.input__colors-item-color input:hover + label::before {
  opacity: 1;
  border: 2px solid rgba(132, 139, 147, 0.3);
  visibility: visible;
}
.input__colors-item-color input:checked + label {
  border: 2px solid #fff;
}
.input__colors-item-color input:checked + label::before {
  opacity: 1;
  border: 2px solid #ea6e44;
  visibility: visible;
}
.input__colors-item-color label {
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.input__colors-item-color label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-ransform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 5px;
  opacity: 0;
  /*-webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;*/
  visibility: hidden;
}
.orange {
  background: #ff9900;
  border: 2px solid #ff9900;
}
.red {
  background: #ff3d00;
  border: 2px solid #ff3d00;
}
.blue {
  background: #316fe7;
  border: 2px solid #316fe7;
}
.green {
  background: #36df70;
  border: 2px solid #36df70;
}
.black {
  background: #414141;
  border: 2px solid #414141;
}
.yellow {
  background: #dfd836;
  border: 2px solid #dfd836;
}
.purple {
  background: #b336df;
  border: 2px solid #b336df;
}
.pink {
  background: #df36a6;
  border: 2px solid #df36a6;
}
.brown {
  background: #8a4308;
  border: 2px solid #8a4308;
}
.white {
  background: #ffffff;
  border: 2px solid #ffffff;
}
.silver {
  background: #d8d8d8;
  border: 2px solid #d8d8d8;
}
.gold {
  background: #d8b800;
  border: 2px solid #d8b800;
}
.transparent {
  background: transparent;
  border: 2px solid #d8d8d8;
}
.clear {
  background: transparent;
  border: 2px solid #d8d8d8;
}
.grey {
  background: grey;
  border: 2px solid grey;
}
.gray {
  background: gray;
  border: 2px solid gray;
}
.cyan {
  background: #36cbdf;
  border: 2px solid #36cbdf;
}
.red-and-white {
  background-image: linear-gradient(to left, #ff3d00 0%, #ff3d00 100%),
  linear-gradient(to left, #fff 0%, #fff 100%), 
  linear-gradient(to bottom, #fff 0%, #fff 100%);

  background-size: 100% 50%, 100% 50%, 100% 100%;
  background-position: 0 0, 0 100%, 0 0;
  background-repeat: no-repeat;
}
.green-and-black {
  background-image: linear-gradient(to left, #36df70 0%, #36df70 100%),
  linear-gradient(to left, #414141 0%, #414141 100%), 
  linear-gradient(to bottom, #414141 0%, #414141 100%);

  background-size: 100% 50%, 100% 50%, 100% 100%;
  background-position: 0 0, 0 100%, 0 0;
  background-repeat: no-repeat;
}
.red-and-black {
  background-image: linear-gradient(to left, #ff3d00 0%, #ff3d00 100%),
  linear-gradient(to left, #414141 0%, #414141 100%), 
  linear-gradient(to bottom, #414141 0%, #414141 100%);

  background-size: 100% 50%, 100% 50%, 100% 100%;
  background-position: 0 0, 0 100%, 0 0;
  background-repeat: no-repeat;
}
.brown-and-red {
  background-image: linear-gradient(to left, #8a4308 0%, #8a4308 100%),
  linear-gradient(to left, #ff3d00 0%, #ff3d00 100%), 
  linear-gradient(to bottom, #ff3d00 0%, #ff3d00 100%);

  background-size: 100% 50%, 100% 50%, 100% 100%;
  background-position: 0 0, 0 100%, 0 0;
  background-repeat: no-repeat;
}
.brown-and-black {
  background-image: linear-gradient(to left, #8a4308 0%, #8a4308 100%),
  linear-gradient(to left, #414141 0%, #414141 100%), 
  linear-gradient(to bottom, #414141 0%, #414141 100%);

  background-size: 100% 50%, 100% 50%, 100% 100%;
  background-position: 0 0, 0 100%, 0 0;
  background-repeat: no-repeat;
}
.input__checkbox {
  max-height: 205px;
  overflow: auto;
}
.input__checkbox::-webkit-scrollbar {
  width: 3px;
}
.input__checkbox::-webkit-scrollbar-track {
  background: none;
}
.input__checkbox::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
}
.input__checkbox-item {
  height: 21px;
  position: relative;
  padding-left: 31px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input__checkbox-item:last-child {
  margin-bottom: 0;
}
.input__checkbox-item span {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #1b0c09;
}
.input__checkbox-item input {
  width: 100%;
  height: 100%;
  position: absolute;
  background: none;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}
.input__checkbox-item input:checked + label {
  border: 1px solid #ea6e44;
  background: #ea6e44;
}
.input__checkbox-item input:checked + label::before {
  opacity: 1;
  visibility: visible;
}
.input__checkbox-item label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  /*-webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;*/
}
.input__checkbox-item label::before {
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 9px;
  content: "";
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  visibility: hidden;
  /*-webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;*/
}
.input__checkbox-item:hover label {
  border: 1px solid #ea6e44;
}

.rangeSlider {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}
.rangeSlider__price {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #1b0c09;
}
.rangeSlider__price span {
  font-weight: 600;
}
.rangeSlider__input {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 3px;
  background: rgba(132, 139, 147, 0.3);
  outline: none;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
.rangeSlider__input::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 5;
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: #ea6e44;
  border-radius: 50%;
}
.rangeSlider__input::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 5;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: #ea6e44;
  border-radius: 50%;
}
.rangeSlider.sound {
  padding-bottom: 0;
}
.rangeSlider.sound .rangeSlider__slider {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#fec606), to(#d33257));
  background: linear-gradient(90deg, #fec606 0%, #d33257 100%);
  border-radius: 7px;
  height: 11px;
}
.rangeSlider.sound .rangeSlider__slider input {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  height: 11px;
  width: calc(75% + 20px);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: none;
}
.rangeSlider.sound .rangeSlider__slider input::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 5;
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: #fff;
  border: 2px solid #ea6e44;
  border-radius: 50%;
}
.rangeSlider.sound .rangeSlider__slider input::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 5;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: #fff;
  border: 2px solid #ea6e44;
  border-radius: 50%;
}
.rangeSlider.sound .rangeSlider__slider-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rangeSlider.sound .rangeSlider__slider-item {
  cursor: pointer;
  width: 33.33%;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  color: #1b0c09;
  white-space: nowrap;
}
.rangeSlider.sound .rangeSlider__slider-item.active {
  color: #ea6e44;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
}
.rangeSlider.sound .rangeSlider__slider span {
  position: absolute;
  top: 50%;
  width: 1px;
  height: 6px;
  background: rgba(0, 0, 0, 0.25);
}
.rangeSlider.sound .rangeSlider__slider span:nth-child(2) {
  left: 33.33%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.rangeSlider.sound .rangeSlider__slider span:nth-child(3) {
  left: 66.66%;
  transform: translate(-50%, -50%);
  -moz-ransform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.rangeSlider.sound .rangeSlider__slider span:nth-child(4) {
  left: 75%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.rangeSlider.activation {
  padding-bottom: 0;
}
.rangeSlider.activation .rangeSlider__slider {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#71ba51), color-stop(50.86%, #fec606), to(#e75926));
  background: linear-gradient(90deg, #71ba51 0%, #fec606 50.86%, #e75926 100%);
  border-radius: 10px;
  height: 11px;
}
.rangeSlider.activation .rangeSlider__slider input {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  height: 11px;
  width: calc(75% + 20px);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: none;
}
.rangeSlider.activation .rangeSlider__slider input::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 5;
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: #fff;
  border: 2px solid #ea6e44;
  border-radius: 50%;
}
.rangeSlider.activation .rangeSlider__slider input::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 5;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: #fff;
  border: 2px solid #ea6e44;
  border-radius: 50%;
}
.rangeSlider.activation .rangeSlider__slider-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rangeSlider.activation .rangeSlider__slider-items:last-child {
  margin-top: 8px;
}
.rangeSlider.activation .rangeSlider__slider-item {
  white-space: nowrap;
  cursor: pointer;
  width: 25%;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  color: #1b0c09;
}
.rangeSlider.activation .rangeSlider__slider-item.active {
  color: #ea6e44;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
}
.rangeSlider.activation .rangeSlider__slider span {
  position: absolute;
  top: 50%;
  width: 1px;
  height: 6px;
  background: rgba(0, 0, 0, 0.25);
}
.rangeSlider.activation .rangeSlider__slider span:nth-child(2) {
  left: 25%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.rangeSlider.activation .rangeSlider__slider span:nth-child(3) {
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-ransform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.rangeSlider.activation .rangeSlider__slider span:nth-child(4) {
  left: 75%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.breadcrumb ul {
  font-family: "Metropolis";
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  color: #5d5767;
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li a {
  font-family: "Metropolis";
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  color: #5d5767;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.breadcrumb ul li a:hover {
  color: #ea6e44;
}
.breadcrumb ul li:last-child::after {
  display: none;
}
.breadcrumb ul li::after {
  padding: 5px;
  content: ">";
}

@-webkit-keyframes header {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes header {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.range-slider {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
  text-align: center;
}
.range-slider input {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: -10px;
  width: 100%;
  z-index: 10;
  outline: none;
  height: 22px;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  background: none;
}
.range-slider input::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
  -webkit-appearance: none;
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ea6e44;
  position: relative;
  z-index: 10;
}
.range-slider input::-ms-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
  -webkit-appearance: none;
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ea6e44;
  position: relative;
  z-index: 10;
}
.range-slider input::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
  -webkit-appearance: none;
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ea6e44;
  position: relative;
  z-index: 10;
}
.range-slider input::-moz-focus-outer {
  border: 0;
}
.range-slider input:focus {
  outline: none;
}

.outputTwo {
  left: 100%;
}

.full-range,
.incl-range {
  width: 100%;
  height: 3px;
  left: 0;
  top: 0;
  position: absolute;
  background: rgba(132, 139, 147, 0.3);
}

.incl-range {
  background: #ea6e44;
}

.search {
  position: relative;
  width: 100%;
  margin-bottom: 23px;
}
.search input {
  width: 100%;
  padding: 11px 12px 11px 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(132, 139, 147, 0.3);
  border-radius: 10px;
  background: none;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #848b93;
}
.search svg {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 24px;
  height: 24px;
  color: #848b93;
}

.footer__row:first-child {
  background: #ea6e44;
}
.footer__row:nth-child(2) {
  background: #252323;
}
.footer__touch {
  padding: 70px 50px;
}
.footer__touch h2.lh50 {
  margin-bottom: 7px;
  color: #fff;
}
.footer__touch p.sm {
  color: #fff;
  margin-bottom: 28px;
}
.footer__touch-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__touch-email input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px 14px 20px;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #1b0c09;
  width: 100%;
  max-width: 484px;
  margin-right: 20px;
}
.footer__info {
  padding: 35px 0 23px;
  border-bottom: 1px solid rgba(132, 139, 147, 0.3);
}
.footer__info-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
.footer__info-social-link {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.footer__info-social-link:hover {
  border: 1px solid #ea6e44;
}
.footer__info-social-link:hover svg {
  color: #ea6e44;
}
.footer__info-social-link:last-child {
  margin-right: 0;
}
.footer__info-social-link svg {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  width: 24px;
  height: 24px;
  color: #fff;
}
.footer__info-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__info-link {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.footer__info-link:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}
.footer__info-link:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 15px;
  background: #fff;
}
.footer__info-link:hover {
  color: #ea6e44;
}
.footer__copy {
  padding: 38px 0;
}
.footer__copy-inner {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  text-transform: capitalize;
  color: #d6cee3;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  background: #faf7f4;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  border-bottom: 1px solid rgba(132, 139, 147, 0.3);
}
.header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-animation-name: header;
          animation-name: header;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}
.header__inner {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.header__inner-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__inner-logo {
  width: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__inner-logo img {
  width: 100%;
}

.nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-ransform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner-link {
  white-space: nowrap;
  position: relative;
  font-family: "Metropolis";
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: capitalize;
  color: #1b0c09;
  margin-right: 48px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.nav__inner-link.active::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -34px;
  background: #ea6e44;
  border-radius: 5px;
  width: 80px;
  height: 4px;
}
.nav__inner-link:hover {
  color: #ea6e44;
}
.nav__inner-dropdown {
  cursor: pointer;
  font-family: "Metropolis";
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: capitalize;
  color: #1b0c09;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.nav__inner-dropdown:hover {
  color: #ea6e44;
}
.nav__inner-dropdown.active .nav__inner-dropdown-content {
  opacity: 1;
  max-height: 300px;
}
.nav__inner-dropdown-link {
  display: block;
  margin-bottom: 15px;
  line-height: 1.2;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
}
.nav__inner-dropdown-link:last-child {
  margin-bottom: 0;
}
.nav__inner-dropdown-link:hover {
  color: #ea6e44;
}
.nav__inner-dropdown-title {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner-dropdown-title svg {
  width: 12px;
  height: 8px;
  color: #848b93;
  margin-left: 14px;
}
.nav__inner-dropdown-content {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  padding: 15px 20px;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 100%;
  max-height: 0;
  opacity: 0;
  overflow-y: auto;
  background: #f6f3ec;
  border: 1px solid rgba(132, 139, 147, 0.3);
  border-radius: 7px;
}
.nav__inner-dropdown-content::-webkit-scrollbar {
  display: none;
}

.burger {
  display: none;
}

.intro {
  padding: 90px 0 100px;
}
.intro__inner h1 {
  text-align: center;
  max-width: 1160px;
  margin: 0 auto 15px auto;
}
.intro__inner p {
  text-align: center;
  max-width: 732px;
  margin: 0 auto 40px auto;
}
.introSlider {
  width: 100%;
  max-width: 711px;
  margin: 0 auto 55px auto;
}
.introSlider .slick-prev {
  left: -175px;
  width: 35px;
  height: 35px;
}
.introSlider .slick-prev:hover::before {
  background: url("../../../images/prev-gray.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.introSlider .slick-prev.slick-disabled:before {
  opacity: 0.7;
}
.introSlider .slick-prev::before {
  opacity: 1;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url("../../../images/prev.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.introSlider .slick-next {
  right: -175px;
  width: 35px;
  height: 35px;
}
.introSlider .slick-next:hover::before {
  background: url("../../../images/next-gray.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.introSlider .slick-next.slick-disabled:before {
  opacity: 0.5;
}
.introSlider .slick-next::before {
  opacity: 1;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url("../../../images/next.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.introSlider__item-image {
  width: 100%;
  position: relative;
  padding-bottom: 49.42%;
}
.introSlider__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.intro .button__row {
  margin: 0 auto;
}

.compcat {
  padding-bottom: 100px;
}
.compcat__inner {
  text-align: center;
}
.compcat__inner h2 {
  margin-bottom: 7px;
}
.compcat__inner p.sm {
  margin-bottom: 30px;
}
.compcat__inner-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.compcat__inner-item {
  width: calc(16.6% - 20px);
  margin: 0 10px;
  text-align: center;
}
.compcat__inner-item:hover .compcat__inner-item-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.compcat__inner-item-image {
  display: block;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 100%;
}
.compcat__inner-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}

.hotbuilds {
  padding-bottom: 100px;
}
.hotbuilds__inner h2 {
  margin-bottom: 7px;
}
.hotbuilds__inner p.sm {
  margin-bottom: 30px;
}
.hotbuilds__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -19px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hotbuilds__item {
  width: calc(25% - 38px);
  margin: 0 19px;
}
.hotbuilds__item-image {
  width: 100%;
  position: relative;
  padding-bottom: 56.05%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.hotbuilds__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.hotbuilds__item .button.primary.large {
  margin-bottom: 8.5px;
}
.hotbuilds__item-source {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.hotbuilds__item-source p.sm {
  margin: 0 10px 0 0;
  line-height: 22px;
}

.newparts {
  padding-bottom: 100px;
}
.newparts__inner h2 {
  margin-bottom: 7px;
}
.newparts__inner p.sm {
  margin-bottom: 5px;
}
.newparts__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.newparts__item {
  width: calc(20% - 48px);
  margin: 25px 24px;
}
.newparts__item-inner {
  position: relative;
}
.newparts__item-image {
  width: 100%;
  position: relative;
  padding-bottom: 92.7083%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 5px;
  text-align: center;
  display: block;
}
.newparts__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.newparts__item-image img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.newparts__item-sponsored {
  z-index: 1;
  position: absolute;
  top: 20px;
  left: 12px;
  padding: 2px 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 7px;
  background: #ea6e44;
  font-family: "Metropolis";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.newparts__item-sponsored:hover {
  background: #bd5f3f;
}
.newparts__item-colors {
  position: absolute;
  bottom: 12px;
  left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newparts__item-color {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  margin-right: 8px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newparts__item-color:hover {
  border: 2px solid #ea6e44 !important;
}
.newparts__item-color:last-child {
  margin-right: 0;
}




.newparts__item-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.newparts__item-tag {
  cursor: pointer;
  padding: 7px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 11px;
  background: #f2eadf;
  border: 1px solid #f2eadf;
  font-family: "Metropolis";
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  color: #1b0c09;
  margin: 5px 8px 5px 0;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;

  width: calc(50% - 4px);
  margin: 5px 0;
}
.newparts__item-tag:nth-child(3) {
  width: 100%;
}
.newparts__item-tag:hover {
  border: 1px solid #ea6e44;
}
.newparts__item-tag:last-child {
  margin-right: 0;
}
.newparts__item h5 {
  padding: 0 20px;
  margin-bottom: 15px;
}

.weekbuild {
  background: #252323;
  padding: 60px 0;
}
.weekbuild__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.weekbuild__main {
  width: calc(56.7% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.weekbuild__main-title {
  width: 40%;
}
.weekbuild__main-title h2.lh50 {
  margin-bottom: 7px;
  color: #fff;
  text-align: left;
}
.weekbuild__main-title p.sm {
  color: #fff;
  text-align: left;
  text-transform: none;
}
.weekbuild__main-image {
  width: calc(60% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}
.weekbuild__main-image img {
  width: 100%;
}
.weekbuild__desc {
  width: 43.3%;
}
.weekbuild__desc-title {
  margin-bottom: 30px;
}
.weekbuild__desc-title h2.sm.lh40 {
  color: #fff;
  margin-bottom: 20px;
  text-align: left;
}
.weekbuild__desc-title-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.weekbuild__desc-title-btns-reddit {
  border: 1px solid rgba(132, 139, 147, 0.3);
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 20px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  text-transform: capitalize;
  color: #fff;
}
.weekbuild__desc-title-btns-reddit .button.reddit.black {
  margin-left: 10px;
}
.weekbuild__desc-title-btns .button.primary.large {
  max-width: 227px;
  margin-right: 17px;
}
.weekbuild__desc p.uniq {
  font-family: "Metropolis";
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #e7d7d2;
  margin-bottom: 6px;
  text-align: left;
}
.weekbuild__components-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.weekbuild__components-icon {
  position: absolute;
  bottom: 40px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weekbuild__components-icon svg {
  width: 20px;
  height: 20px;
  color: #17bebb;
}
.weekbuild__components-item {
  cursor: pointer;
  width: calc(50% - 20px);
  margin: 10px;
  border: 1px solid rgba(132, 139, 147, 0.3);
  border-radius: 10px;
  padding: 15px 20px 38px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.weekbuild__components-item:hover {
  border: 1px solid #17bebb;
}
.weekbuild__components-item h6 {
  position: absolute;
  bottom: 8px;
  left: 20px;
}
.weekbuild__components-item h5.big {
  margin-bottom: 5px;
}
.weekbuild__components-item p.xsm {
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.weekbuild__components-item p.xsm:nth-child(3) {
  padding-right: 25px;
}
.weekbuild__components-item.sm {
  width: calc(33.3% - 20px);
}

.builder {
  padding: 50px 0 100px;
}
.builder__inner {
  max-width: 1436px;
  margin: 0 auto;
}
.builder__inner h2.sm {
  margin-bottom: 15px;
}

.builder__tools {
  padding: 20px;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f6f3ec;
  border: 1px solid rgba(132, 139, 147, 0.3);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #191c26;
}
.builder__tools-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.builder__tools-link:hover svg {
  color: #bd5f3f;
}
.builder__tools-link svg {
  width: 22px;
  height: 22px;
  color: #ea6e44;
  margin-right: 7px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.builder__tools-others {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.builder__tools-markup {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 40px;
  margin-right: 40px;
}
.builder__tools-markup::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 50%;
  right: 0;
  background: rgba(132, 139, 147, 0.3);
  border-radius: 3px;
}
.builder__tools-markup-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.builder__tools-markup-btn {
  background: none;
  cursor: pointer;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.builder__tools-markup-btn:hover svg {
  color: #bd5f3f;
}
.builder__tools-markup-btn svg {
  width: 22px;
  height: 22px;
  color: #ea6e44;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.builder__tools-markup-btn:first-child {
  margin-left: 20px;
}
.builder__tools-markup-btn:last-child {
  margin-right: 0;
}
.builder__tools-history {
  background: none;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #191c26;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.builder__tools-history:hover svg {
  color: #bd5f3f;
}
.builder__tools-history::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 50%;
  right: 0;
  background: rgba(132, 139, 147, 0.3);
  border-radius: 3px;
}
.builder__tools-history svg {
  width: 22px;
  height: 22px;
  color: #ea6e44;
  margin-right: 7px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.builder__tools-newbuild {
  background: none;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #191c26;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.builder__tools-newbuild:hover svg {
  color: #bd5f3f;
}
.builder__tools-newbuild svg {
  width: 22px;
  height: 22px;
  color: #ea6e44;
  margin-right: 7px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.builder__infobox {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #191c26;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff4cd;
  border: 1px solid #ebbd9c;
  border-radius: 10px;
  margin-bottom: 50px;
}
.historyPopup{
  display: none;
  position: absolute;
  width: 80%;
  z-index: 100;
  top: 20rem;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.historyPopup table {
  width: 100%;
  border-collapse: collapse;
  background: #f6f3ec;
}
.historyPopup tr:first-child .historyPopup-icon span {
  top: calc(100% + 10px);
  bottom: unset;
  z-index: 2;
}
.historyPopup tr:first-child .historyPopup-icon span::before {
  bottom: calc(100% - 5px);
  top: unset;
}
.historyPopup tr:first-child td {
  line-height: 26px;
}
.historyPopup tr:last-child td {
  border: none;
}
.historyPopup tr:last-child td::before {
  display: none;
}
.historyPopup th {
  text-align: left;
  padding: 10px 20px;
  background: #252323;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}
.historyPopup th:nth-child(2) {
  padding: 10px 8px 10px 20px;
}
.historyPopup th:nth-child(3) {
  padding: 10px 20px 10px 0;
}
.historyPopup td {
  padding: 15px 20px;
  border-bottom: 1px solid rgba(132, 139, 147, 0.3);
  font-family: "Metropolis";
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #191c26;
}
.historyPopup td p {
  text-align: left;
  font-family: "Metropolis";
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #191c26;
}
.historyPopup td:nth-child(2) {
  padding: 15px 8px 15px 20px;
}
.historyPopup td:nth-child(3) {
  padding: 15px 20px 15px 0;
}
.historyPopup td:nth-child(6) {
  text-align: right;
}
.historyPopup td:nth-child(6) svg {
  cursor: pointer;
  color: #5d5767;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.historyPopup td:nth-child(6) svg:hover {
  color: #ea6e44;
}

.historyPopup td:first-child::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  background: rgba(132, 139, 147, 0.3);
}

.historyPopup td:last-child::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  background: rgba(132, 139, 147, 0.3);
}

.tableDiv{
  padding: 20px 0 20px 0;
  height: 600px;
  overflow-y: scroll;
  width: 100%;
  scrollbar-width: thin;
}

.tableDiv .headText{
  color: #191c26;
  text-align: left;
  display: inline-flex;
}
.tableDiv h3{
  color: #191c26;
  text-align: left;
  transform: translate(7.5px, -2px);
}
.historyPopup__close{
  display: block;
  color: #929292;
  margin-left: auto;
  margin-right: 20px;
  margin-top: -30px;
  margin-bottom: 20px;
  transform: scale(1.25);
  background-color: transparent;
}
.historyPopup__close:hover{
  cursor: pointer;
  color: #191c26;
}
.tableDiv a {
  text-decoration: none;
  color: #2c87c3;
  font-weight: 400;
}
.tableDiv td{
  width: 1%;

}
.tableDiv td:last-child{
  font-weight: 400;
  color: #929292;
}
.historyPopup table {
  width: 100%;
}
.historyPopup tr { 
  border: solid rgba(132, 139, 147, 0.3);
  border-width: 0px 1px 0px 1px;
}
.historyPopup tr:last-child { 
  border: solid rgba(132, 139, 147, 0.3);
  border-width: 0px 1px 1px 1px;
}
.historyPopup td { 
  border-bottom: 1px solid rgba(132, 139, 147, 0.3);
}
.historyPopup td:first-child { 
  border: none;
  position: relative;
}
.historyPopup td:last-child { 
  border: none;
  position: relative;
}
.historyPopup th:first-child{
  border-radius: 10px 0px 0px 0px;
}
.historyPopup th:last-child{
  border-radius: 0px 10px 0px 0px;
}
.builder__infobox svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  color: #17a398;
}
.builder__table {
  border: 1px solid rgba(132, 139, 147, 0.3);
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.builder__table-selected-inner {
  display: none;
}
.builder__table-title {
  display: none;
}
.builder__table-buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.builder__table-buy .button.buy {
  max-width: 78px;
}
.builder__table-buy-image {
  width: 70px;
  height: 20px;
  margin-right: 15px;
  margin-bottom: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.builder__table-buy-image img {
  width: auto;
  max-height: 50px;
  max-width: 90px;
}
.builder__table-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.builder__table-product-image {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 7px;
}
.builder__table-product-image img {
  width: 100%;
}
.builder__table-product-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Metropolis";
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: capitalize;
  color: #191c26;
}
.builder__table-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.builder__table-price svg {
  margin-right: 8px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  color: #5d5767;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.builder__table-price svg:hover {
  color: #ea6e44;
}
.builder__table-icon {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
}
.builder__table-icon span {
  background: #ea6e44;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: calc(100% + 10px);
  width: 400px;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.builder__table-icon span::before {
  content: "";
  position: absolute;
  top: calc(100% - 5px);
  left: 50%;
  background: #ea6e44;
  width: 10px;
  height: 10px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.builder__table-icon:hover span {
  opacity: 1;
  visibility: visible;
}
.builder__table-icon:hover svg {
  color: #a9a9a9 !important;
}
.builder__table-icon svg {
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.builder__table-icon.green svg {
  color: #17a398;
}
.builder__table-icon.red svg {
  color: #ff4500;
}
.builder__table table {
  width: 100%;
  border-collapse: collapse;
  background: #f6f3ec;
}
.builder__table tr:first-child .builder__table-icon span {
  top: calc(100% + 10px);
  bottom: unset;
  z-index: 2;
}
.builder__table tr:first-child .builder__table-icon span::before {
  bottom: calc(100% - 5px);
  top: unset;
}
.builder__table tr:first-child td {
  line-height: 26px;
}
.builder__table tr:last-child td {
  border: none;
}
.builder__table tr:last-child td::before {
  display: none;
}
.builder__table th {
  text-align: left;
  padding: 10px 20px;
  background: #252323;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}
.builder__table th:nth-child(2) {
  padding: 10px 8px 10px 20px;
}
.builder__table th:nth-child(3) {
  padding: 10px 20px 10px 0;
}
.builder__table td {
  padding: 15px 20px;
  border-bottom: 1px solid rgba(132, 139, 147, 0.3);
  font-family: "Metropolis";
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #191c26;
}
.builder__table td p {
  text-align: left;
  font-family: "Metropolis";
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #191c26;
}
.builder__table td:nth-child(2) {
  padding: 15px 8px 15px 20px;
}
.builder__table td:nth-child(3) {
  padding: 15px 20px 15px 0;
}
.builder__table td:nth-child(6) {
  text-align: right;
}
.builder__table td:nth-child(6) svg {
  cursor: pointer;
  color: #5d5767;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.builder__table td:nth-child(6) svg:hover {
  color: #ea6e44;
}
.builder__table td:first-child {
  border: none;
  position: relative;
}
.builder__table td:first-child::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  background: rgba(132, 139, 147, 0.3);
}
.builder__table td:last-child {
  border: none;
  position: relative;
}
.builder__table td:last-child::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  background: rgba(132, 139, 147, 0.3);
}
.builder__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #252323;
  border-radius: 10px;
  padding: 13px 20px;
}
.builder__total-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.builder__total-inner-text {
  font-family: "Metropolis";
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-right: 32px;
}
.builder__total-inner-text span {
  font-weight: 600;
  font-size: 20px;
  margin-left: 15px;
}
.builder__total-inner .button.buy {
  max-width: 186px;
}

.switchList {
  padding: 50px 0 0 0;
}
.switchList__inner-title {
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid rgba(94, 73, 69, 0.3);
}
.switchList__inner-title h2.sm {
  margin-bottom: 15px;
}
.switchList .button.filter {
  display: none;
}
.switchList__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.switchList__sidebar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 306px;
  background: #f6f3ec;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: rgba(132, 139, 147, 0.3);
}
.switchList__sidebar-inner {
  padding: 20px 20px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.switchList__sidebar-inner .input:nth-last-child(2) {
  margin-bottom: 0;
}
.switchList__main {
  width: calc(100% - 336px);
}
.switchList__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.switchList__item {
  width: calc(25% - 48px);
  margin: 25px 24px;
}
.switchList__item-link:hover h5 {
  color: #ea6e44;
}
.switchList__item-inner {
  position: relative;
}
.switchList__item-image {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 92.7083%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  text-align: center;
}
.switchList__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.switchList__item-image img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.switchList__item .button.primary {
  margin-bottom: 5px;
}
.switchList__item-sponsored {
  z-index: 1;
  position: absolute;
  top: 20px;
  left: 12px;
  padding: 2px 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 7px;
  background: #ea6e44;
  font-family: "Metropolis";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.switchList__item-sponsored:hover {
  background: #bd5f3f;
}
.switchList__item-colors {
  position: absolute;
  bottom: 12px;
  left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.switchList__item-color {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  margin-right: 8px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.switchList__item-color:hover {
  border: 2px solid #ea6e44 !important;
}
.switchList__item-color:last-child {
  margin-right: 0;
}
.switchList__item-color.black {
  background: #414141;
  border: 2px solid #414141;
}
.switchList__item-color.pink {
  background: #df36a6;
  border: 2px solid #df36a6;
}
.switchList__item-color.lightgreen {
  background: #36df5d;
  border: 2px solid #36df5d;
}
.switchList__item-color.yellow {
  background: #dfd836;
  border: 2px solid #dfd836;
}
.switchList__item-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.switchList__item-tag {
  padding: 7px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 11px;
  background: #f2eadf;
  border: 1px solid #f2eadf;
  font-family: "Metropolis";
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  color: #1b0c09;
  margin: 5px 8px 5px 0;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  cursor: pointer;

  min-width: calc(50% - 4px);
  margin: 5px 0;
}
.switchList__item-tag:nth-child(3) {
  width: 100%;
}
.switchList__item-tag:hover {
  border: 1px solid #ea6e44;
}
.switchList__item-tag:last-child {
  margin-right: 0;
}
.switchList__item h5 {
  padding: 0 20px;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.switchList__notfound {
  text-align: center;
  margin-top: 30px;
}
.switchList__notfound h5.big {
  color: #000;
}

.switchMain {
  padding: 50px 0 100px 0;
}
.switchMain__inner {
  max-width: 1436px;
  margin: 0 auto;
}
.switchMain__inner-title {
  margin-bottom: 50px;
  text-align: center;
}
.switchMain__inner-title h2.sm {
  margin-bottom: 15px;
}
.switchMain__inner-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.switchMain__content {
  margin-bottom: 15px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f6f3ec;
  border: 1px solid rgba(132, 139, 147, 0.3);
  border-radius: 10px;
}
.switchMain__content-outer {
  width: calc(50% - 50px);
}
.switchMain__content-outer .button.primary.large {
  margin: 0 auto;
  width: calc(100% - 40px);
}
.switchMain__content h2.lh50 {
  text-align: left;
  margin-bottom: 10px;
}
.switchMain__content h6.uniq {
  text-align: left;
  margin-bottom: 15px;
}
.switchMain__content-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.switchMain__content-rating .rate {
  margin-right: 10px;
}
.switchMain__content-rating h6.fw400 {
  color: #1b0c09;
}
.switchMain__sliders {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.switchMain__slider1 {
  margin-bottom: 15px;
}
.switchMain__slider1-item-image {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 78.708%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.switchMain__slider1-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.switchMain__slider2 .slick-list {
  margin: 0 -8px;
}
.switchMain__slider2-item {
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.switchMain__slider2-item-image {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 88.37%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.switchMain__slider2-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.switchMain__table-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 20px;
  margin-bottom: -10px;
}
.switchMain__table-image img {
  width: auto;
  max-height: 50px;
  max-width: 90px;
}
.switchMain__table-icon {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  position: relative;
  cursor: pointer;
}
.switchMain__table-icon span {
  white-space: pre-wrap;
  z-index: 2;
  background: #ea6e44;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: calc(100% + 10px);
  width: 300px;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.switchMain__table-icon span::before {
  content: "";
  position: absolute;
  top: calc(100% - 5px);
  left: 50%;
  background: #ea6e44;
  width: 10px;
  height: 10px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.switchMain__table-icon.green svg {
  color: #17a398;
}
.switchMain__table-icon.red svg {
  color: #ff4500;
}
.switchMain__table-icon:hover span {
  opacity: 1;
  visibility: visible;
}
.switchMain__table-icon:hover svg {
  color: #a9a9a9 !important;
}
.switchMain__table-icon svg {
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.switchMain__table table {
  border-spacing: 0;
  width: 100%;
}
.switchMain__table th {
  white-space: nowrap;
  text-align: left;
}
.switchMain__table thead tr:first-child th {
  background: #252323;
  padding: 15px 10px 15px 20px;
  font-family: "Metropolis";
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: #fff;
}
.switchMain__table thead tr:first-child th:first-child {
  border-radius: 10px 0 0 0;
}
.switchMain__table thead tr:first-child th:last-child {
  border-radius: 0 10px 0 0;
}
.switchMain__table thead tr:nth-child(2) th {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #1b0c09;
  background: #f2eadf;
  padding: 10px;
}
.switchMain__table thead tr:nth-child(2) th:first-child {
  padding: 10px 10px 10px 20px;
}
.switchMain__table thead tr:nth-child(2) th:last-child {
  padding: 10px 20px 10px 10px;
}
.switchMain__table tr:last-child td {
  border-bottom: 1px solid rgba(132, 139, 147, 0.3);
}
.switchMain__table tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
  border-bottom: 1px solid rgba(132, 139, 147, 0.3);
}
.switchMain__table tr:last-child td:first-child::before {
  display: none;
}
.switchMain__table tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
  border-bottom: 1px solid rgba(132, 139, 147, 0.3);
}
.switchMain__table tr:last-child td:last-child::before {
  display: none;
}
.switchMain__table td {
  font-family: "Montserrat";
  white-space: nowrap;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #1b0c09;
  background: #f6f3ec;
  padding: 15px 10px;
  border-bottom: 1px solid rgba(132, 139, 147, 0.3);
  vertical-align: middle;
}
.switchMain__table td:first-child {
  position: relative;
  border-left: 1px solid rgba(132, 139, 147, 0.3);
  border-bottom: none;
  padding: 15px 10px 15px 20px;
}
.switchMain__table td:first-child::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  background: rgba(132, 139, 147, 0.3);
}
.switchMain__table td:last-child {
  border-right: 1px solid rgba(132, 139, 147, 0.3);
  padding: 15px 20px 15px 10px;
  position: relative;
  border-bottom: none;
}
.switchMain__table td:last-child::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  background: rgba(132, 139, 147, 0.3);
}

.build {
  padding: 70px 0;
  background: #252323;
}
.build__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.build__title {
  width: 21%;
}
.build__title h2.sm.lh50 {
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
}
.build__title p.sm {
  color: #fff;
  text-align: left;
  text-transform: none;
}
.build__items {
  width: calc(79% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -18px;
}
.build__item {
  width: calc(33.3% - 36px);
  margin: 0 18px;
}
.build__item-image {
  width: 100%;
  position: relative;
  padding-bottom: 56%;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.build__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.build__item .button.primary {
  margin-bottom: 8px;
}
.build__item-reddit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  text-transform: capitalize;
  color: #fff;
}
.build__item-reddit .button.reddit.black {
  color: #fff;
  margin-left: 10px;
}

.tabs {
  padding: 135px 0 100px 0;
}
.tabs__inner {
  max-width: 1436px;
  margin: 0 auto;
}
.tabs__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(132, 139, 147, 0.3);
  margin-bottom: 20px;
}
.tabs__title-tab {
  cursor: pointer;
  position: relative;
  padding: 10px;
  margin-right: 70px;
}
.tabs__title-tab::before {
  position: absolute;
  bottom: -1.5px;
  left: 0;
  width: 0;
  height: 3px;
  background: #ea6e44;
  content: "";
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.tabs__title-tab:last-child {
  margin-right: 0;
}
.tabs__title-tab h5.big {
  font-weight: 500;
  text-transform: capitalize;
  color: #848b93;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.tabs__title-tab.active::before {
  width: 100%;
}
.tabs__title-tab.active h5.big {
  color: #1b0c09;
}
.tabs__review-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #252323;
  border-radius: 10px 10px 0px 0px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tabs__review-title h5.big.fw500 {
  color: #fff;
}
.tabs__review-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tabs__review-title a svg {
  margin-left: 5px;
  width: 23px;
  height: 23px;
  color: #fff;
}
.tabs__review-inner {
  background: #f6f3ec;
  border: 1px solid rgba(132, 139, 147, 0.3);
  border-radius: 0 0 10px 10px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tabs__review-rating {
  width: 16.5%;
}
.tabs__review-rating h5.big.fw500 {
  margin-bottom: 20px;
}
.tabs__review-rating-total {
  text-align: center;
  background: #fbf3e9;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 20px;
}
.tabs__review-rating-total h3 {
  margin-bottom: 15px;
}
.tabs__review-rating-total .rate {
  margin: 0 auto 10px auto;
}
.tabs__review-rating-total .rate__filled.star5 {
  width: 100%;
}
.tabs__review-rating-total .rate__filled.star4 {
  width: 80%;
}
.tabs__review-rating-total .rate__filled.star3 {
  width: 60%;
}
.tabs__review-rating-total .rate__filled.star2 {
  width: 40%;
}
.tabs__review-rating-total .rate__filled.star1 {
  width: 20%;
}
.tabs__review-rating-total h6.fw400 {
  color: #1b0c09;
}
.tabs__review-rating-info-item {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tabs__review-rating-info-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  min-width: 80px;
}
.tabs__review-rating-info-item-inner h4 {
  width: 15px;
}
.tabs__review-rating-info-item-inner svg {
  width: 22px;
  height: 22px;
  margin: 0 10px;
}
.tabs__review-rating-info-item-inner h6.fw400 {
  color: #1b0c09;
}
.tabs__review-rating-info-item-progress {
  background: #e5d7c2;
  border-radius: 5px;
  position: relative;
  width: 118px;
  height: 8px;
}
.tabs__review-rating-info-item-progress span {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  height: 8px;
  background: #ff9900;
  border-radius: 5px;
}
.tabs__review-comment {
  width: calc(83.5% - 30px);
}
.tabs__review-comment h5.big.fw500 {
  margin-bottom: 20px;
}
.tabs__review-comment-item {
  margin-bottom: 20px;
}
.tabs__review-comment-item:last-child {
  margin-bottom: 0;
}
.tabs__review-comment-item h5.big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  margin-bottom: 2px;
}
.tabs__review-comment-item h5.big svg {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  color: #17a398;
}
.tabs__review-comment-item p {
  text-align: left;
}
.tabs__review-comment-item p.xsm {
  color: #1b0c09;
  margin-bottom: 10px;
}
.tabs__review-comment-item .rate {
  margin-bottom: 15px;
}
.tabs__review-comment-item .rate__filled.star5 {
  width: 100%;
}
.tabs__review-comment-item .rate__filled.star4 {
  width: 80%;
}
.tabs__review-comment-item .rate__filled.star3 {
  width: 60%;
}
.tabs__review-comment-item .rate__filled.star2 {
  width: 40%;
}
.tabs__review-comment-item .rate__filled.star1 {
  width: 20%;
}
.tabs__spec {
  background: #f6f3ec;
  border: 1px solid rgba(132, 139, 147, 0.3);
  border-radius: 10px;
}
.tabs__spec-title {
  background: #252323;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tabs__spec-title.rounded {
  border-radius: 10px 10px 0px 0px;
}
.tabs__spec-title h5.big.fw500 {
  color: #fff;
}
.tabs__spec-tech {
  padding: 20px 20px 100px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tabs__spec-tech-col {
  width: calc(50% - 10px);
}
.tabs__spec-tech-col h5.big {
  color: #000;
  padding-bottom: 7px;
  max-width: 452px;
  border-bottom: 1px solid rgba(132, 139, 147, 0.3);
  margin-bottom: 13px;
}
.tabs__spec-tech-items {
  max-width: 452px;
}
.tabs__spec-tech-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.tabs__spec-tech-item:last-child {
  margin-bottom: 0;
}
.tabs__spec-tech-item h5.big {
  color: #1b0c09;
  width: calc(55% - 10px);
  max-width: unset;
  padding-bottom: 0;
  margin-bottom: 0 !important;
  border-bottom: none;
  text-align: left;
}
.tabs__spec-tech-item p {
  text-align: left;
  color: #000;
  width: calc(45% - 10px);
}
.tabs__spec-overview {
  padding: 20px 20px 33px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tabs__spec-overview-image {
  width: 100%;
  padding-bottom: 30.8%;
  position: relative;
  margin-bottom: 40px;
}
.tabs__spec-overview-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.tabs__spec-overview h5.big {
  margin-bottom: 15px;
}
.tabs__spec h5.big {
  color: #000;
}
.tabs__spec p {
  text-align: left;
  color: #000;
}
#aboutUsDiv{
  display: flex;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
#aboutUsImage{
  width: 35rem;
}
@media (max-width: 1680px) {
  .newparts__items {
    margin: 0 -10px;
  }
  .newparts__item {
    width: calc(20% - 20px);
    margin: 25px 10px;
  }
  .newparts__item-tags {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .newparts__item-tag {
    width: calc(50% - 4px);
    margin: 5px 0;
  }
  .newparts__item-tag:nth-child(3) {
    width: 100%;
  }
  .switchList__items {
    margin: -25px -10px 0 -10px;
  }
  .switchList__item {
    width: calc(25% - 20px);
    margin: 25px 10px;
  }
  .switchList__item-tags {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 1460px) {
  .newparts__item {
    width: calc(25% - 20px);
  }
  .switchList__sidebar {
    max-width: 280px;
  }
  .switchList__main {
    width: calc(100% - 310px);
  }
  .switchList__item {
    width: calc(33.3% - 20px);
    margin: 25px 10px;
  }
  .switchList__item:last-child {
    /*display: none; */
  }
  .switchMain__sliders {
    width: 40%;
  }
  .switchMain__content-outer {
    width: calc(60% - 30px);
  }
  .build__items {
    width: calc(79% - 10px);
  }
}
@media (max-width: 1600px) {/*1340px*/
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
  h2 {
    font-size: 30px;
  }
  h2.sm {
    font-size: 25px;
  }
  h2.lh40 {
    line-height: 35px;
  }
  h4 {
    font-size: 17px;
    line-height: 22px;
  }
  h5 {
    font-size: 15px;
    line-height: 22px;
  }
  h5.big {
    font-size: 16px;
  }
  .auto__container {
    padding: 0 30px;
  }
  main {
    padding-top: 72.06px;
  }
  .header__inner-logo {
    width: 180px;
  }
  .nav__inner-link {
    margin-right: 20px;
  }
  .footer__touch {
    padding: 50px 0;
  }
  .intro {
    padding: 60px 0 100px 0;
  }
  .introSlider {
    padding: 0 75px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .introSlider .slick-prev {
    left: -75px;
  }
  .introSlider .slick-next {
    right: -75px;
  }
  .weekbuild {
    padding: 40px 0;
  }
  .weekbuild__main {
    width: calc(56.7% - 30px);
  }
  .weekbuild__main-image {
    width: calc(60% - 30px);
  }
  .build {
    padding: 40px 0;
  }
  .tabs__review-rating {
    width: 17%;
  }
  .tabs__review-rating-total {
    padding: 15px;
  }
  .tabs__review-comment {
    width: calc(83% - 30px);
  }
}
@media (max-width: 1180px) {
  main {
    padding-top: 60.72px;
  }
  .nav__inner-link.active::before {
    bottom: -24px;
  }
  .header__inner-logo {
    width: 140px;
  }
  .newparts__item {
    width: calc(33.3% - 20px);
  }
  .newparts__item:last-child {
    display: none;
  }
  .weekbuild__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .weekbuild__main {
    width: 100%;
    margin-bottom: 30px;
  }
  .weekbuild__main-image {
    width: calc(60% - 50px);
  }
  .weekbuild__desc {
    width: 100%;
  }
  .builder__table {
    /* Handle on hover */
  }
  .builder__table table {
    min-width: 1180px;
  }
  .builder__table::-webkit-scrollbar {
    height: 8px;
  }
  .builder__table::-webkit-scrollbar-thumb {
    background: rgba(234, 110, 68, 0.5);
    border-radius: 10px;
  }
  .builder__table::-webkit-scrollbar-thumb:hover {
    background: rgba(234, 110, 68, 0.7);
  }
  .switchMain {
    padding: 50px 0;
  }
  .switchMain__inner-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .switchMain__sliders {
    max-width: 700px;
    margin: 0 auto 30px auto;
    width: 100%;
  }
  .switchMain__content-outer {
    width: 100%;
  }
  .build__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .build__title {
    width: 100%;
    margin-bottom: 27px;
  }
  .build__title h2.sm.lh50 {
    text-align: center;
  }
  .build__title p.sm {
    text-align: center;
  }
  .build__items {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  .build__item {
    width: calc(33.3% - 20px);
    margin: 0 10px;
  }
  .tabs__review-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tabs__review-rating {
    width: 100%;
    margin-bottom: 20px;
  }
  .tabs__review-rating-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tabs__review-rating-total {
    margin-right: 50px;
  }
  .tabs__review-rating-info {
    max-width: 400px;
  }
  .tabs__review-comment {
    width: 100%;
  }
  #aboutUsDiv{
    display: block;
  }
  #aboutUsImage{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .button {
    font-size: 16px;
  }
  .button.primary, .button.secondary {
    padding: 16.44px 0 17.56px 0;
  }
  .button.notify {
    font-size: 18px;
    padding: 16px 0;
  }
  .breadcrumb {
    margin-bottom: 30px;
  }
  .header__inner-side .burger {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header__inner-logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .nav {
    position: fixed;
    top: 60.72px;
    left: 0;
    width: 100%;
    height: calc(100% - 60.72px);
    z-index: 100;
    background: rgba(0, 0, 0, 0.4);
    transform: translate(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .nav.active {
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: column;
    position: absolute;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    top: 0;
    left: 0;
    width: 240px;
    padding: 0;
    z-index: 1;
    padding: 20px;
    height: calc(100% - 40px);
    overflow-y: auto;
    background: #faf7f4;
  }
  .nav__inner-dropdown {
    cursor: unset;
    border: none;
    display: block;
    text-align: left;
    width: unset;
    color: #000;
    margin-right: 0;
    font-size: 16px;
    line-height: 1;
  }
  .nav__inner-dropdown:hover {
    color: #000;
  }
  .nav__inner-dropdown-link {
    margin-bottom: 0;
    border: none;
    padding: 15px 15px 15px 20px;
    display: block;
    text-align: left;
    width: unset;
    color: #000;
    margin-right: 0;
    font-size: 16px;
    line-height: 1;
  }
  .nav__inner-dropdown-link.active {
    color: #ea6e44;
  }
  .nav__inner-dropdown-title {
    padding: 15px;
  }
  .nav__inner-dropdown-title svg {
    display: none;
  }
  .nav__inner-dropdown-content {
    opacity: 1;
    max-height: unset;
    position: static;
    background: none;
    padding: 0;
    border: none;
  }
  .nav__inner-link {
    border: none;
    padding: 15px;
    display: block;
    text-align: left;
    width: unset;
    color: #000;
    margin-right: 0;
    font-size: 16px;
    line-height: 1;
  }
  .nav__inner-link.active {
    color: #ea6e44;
  }
  .nav__inner-link.active::before {
    display: none;
  }
  .nav .btn {
    margin: 15px 0;
    text-align: center;
  }
  body.active {
    overflow: hidden;
  }
  .burger {
    cursor: pointer;
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 18px;
  }
  .burger::before {
    top: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger span {
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .burger::after {
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger.active::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .burger.active span {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .burger.active::after {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg);
  }
  .compcat__inner p.sm {
    margin-bottom: 12.5px;
  }
  .compcat__inner-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .compcat__inner-item {
    width: calc(33.3% - 20px);
    margin: 12.5px 10px;
  }
  .compcat__inner-item-image {
    margin-bottom: 10px;
  }
  .hotbuilds__inner p.sm {
    margin-bottom: 12.5px;
  }
  .hotbuilds__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hotbuilds__item {
    width: calc(50% - 38px);
    margin: 12.5px 19px;
  }
  .newparts__inner p.sm {
    margin-bottom: 12.5px;
  }
  .newparts__item {
    margin: 12.5px 10px;
  }
  .builder {
    padding: 30px 0 100px 0;
  }
  .builder__tools {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .builder__tools-link {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(132, 139, 147, 0.3);
  }
  .switchList {
    padding: 30px 0 0 0;
  }
  .switchList__item {
    width: calc(50% - 20px);
  }
  .switchList__item:last-child {
    display: block;
  }
  .switchMain {
    padding: 30px 0 50px 0;
  }
}
@media (max-width: 840px) {
  .newparts__item {
    width: calc(50% - 20px);
  }
  .newparts__item:last-child {
    display: block;
  }
  .newparts__item h5 {
    margin-bottom: 8px;
  }
  .newparts__item-image {
    margin-bottom: 4px;
  }
  .newparts__item-sponsored {
    top: 15px;
  }
  .weekbuild__main-image {
    width: calc(60% - 25px);
  }
  .switchList {
    padding: 30px 0 0 0;
  }
  .switchList .button.filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .switchList__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .switchList__sidebar {
    border: none;
    background: #faf7f4;
    display: none;
    max-width: unset;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    margin-bottom: 25px;
  }
  .switchList__sidebar .button.filter {
    margin-bottom: 0;
  }
  .switchList__sidebar.active {
    display: block;
  }
  .switchList__sidebar-inner {
    padding: 5px 0 0 0;
  }
  .switchList__main {
    width: 100%;
    display: none;
  }
  .switchList__main.active {
    display: block;
  }
  .switchList__items {
    margin: -12.5px -10px 0 -10px;
  }
  .switchList__item {
    margin: 12.5px 10px;
  }
  .switchList__item h5 {
    margin-bottom: 8px;
  }
  .switchList__item-image {
    margin-bottom: 4px;
  }
  .switchList__item-tags {
    margin-bottom: 4px;
  }
  .switchList__item-sponsored {
    top: 15px;
  }
  .tabs__spec-tech {
    padding: 20px 20px 50px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tabs__spec-tech-col {
    width: 100%;
    margin-bottom: 50px;
  }
  .tabs__spec-tech-col:last-child {
    margin-bottom: 0;
  }
  .tabs__spec-tech-col h5.big {
    max-width: unset;
  }
  .tabs__spec-tech-items {
    max-width: unset;
  }
  .tabs__spec-overview-image {
    padding-bottom: 110.52%;
  }
}
@media (max-width: 700px) {
  .historyPopup{
    display: none;
    position: absolute;
    width: 100%;
    z-index: 100;
    top: 20rem;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }
  .historyPopup a {
    max-width: 90px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .weekbuild__components-row:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .weekbuild__components-row:nth-child(2) .weekbuild__components-item {
    width: 100%;
    margin: 10px 0;
  }
  .builder__tools-link {
    margin-bottom: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(132, 139, 147, 0.3);
    max-width: 100%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .builder__tools-others {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .builder__tools-markup {
    width: 100%;
    margin: 0 0 13px 0;
    padding: 0 0 13px 0;
    border-bottom: 1px solid rgba(132, 139, 147, 0.3);
  }
  .builder__tools-markup::before {
    display: none;
  }
  .builder__tools-markup-btn {
    margin-right: 50px;
  }
  .builder__tools-markup-btn:first-child {
    margin-left: 30px;
  }
  .builder__tools-history {
    width: 50%;
    margin: 0;
    padding: 0;
  }
  .builder__tools-history::before {
    top: -13px;
    height: 55px;
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .builder__tools-newbuild {
    width: 50%;
    padding-left: 15px;
  }
  .switchMain__content {
    padding: 20px 20px 0 20px;
  }
  .switchMain__table {
    margin: 0 -20px;
  }
  .switchMain__table thead tr:first-child th:first-child {
    border-radius: 0;
  }
  .switchMain__table thead tr:first-child th:last-child {
    border-radius: 0;
  }
  .switchMain__table tr:last-child td {
    border: none;
  }
  .switchMain__table tr:last-child td:first-child {
    border: none;
  }
  .switchMain__table tr:last-child td:last-child {
    border: none;
  }
  .switchMain__table td .button.buy {
    margin-left: auto;
  }
  .switchMain__table td:first-child {
    border: none;
  }
  .switchMain__table td:last-child {
    border: none;
  }
  .switchMain__table td:nth-child(2), .switchMain__table td:nth-child(3), .switchMain__table td:nth-child(5) {
    display: none;
  }
  .switchMain__table th:nth-child(2), .switchMain__table th:nth-child(3), .switchMain__table th:nth-child(5) {
    display: none;
  }
  .build__item {
    width: 100%;
    margin: 12.5px 0;
  }
  .build__items {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  #aboutUsImage{
    width: 22.5rem;
  }
}
@media (max-width: 540px) {
  .auto__container {
    padding: 0 24px;
  }
  main {
    padding-top: 48.33px;
  }
  .select__options {
    width: 110px;
    padding: 15px 10px;
    border-radius: 5px;
  }
  .button.primary.large {
    font-weight: 500;
  }
  .header__inner {
    padding: 5px 0 8px 0;
  }
  .header__inner-logo {
    width: 121px;
  }
  .nav {
    top: 48.33px;
    height: calc(100% - 48.33px);
  }
  .footer__touch-email {
    display: block;
  }
  .footer__touch-email input {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .footer__copy {
    padding: 25px;
  }
  .footer__info {
    padding: 50px 0 25px 0;
  }
  .intro__inner h1 {
    margin: 0 auto 20px auto;
  }
  .intro__inner p {
    margin-bottom: 57px;
  }
  .introSlider {
    padding: 0 35px;
    margin: 0 auto 60px auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .introSlider .slick-prev {
    left: -35px;
    width: 25px;
    height: 25px;
  }
  .introSlider .slick-prev::before {
    width: 25px;
    height: 25px;
  }
  .introSlider .slick-next {
    right: -35px;
    width: 25px;
    height: 25px;
  }
  .introSlider .slick-next::before {
    width: 25px;
    height: 25px;
  }
  .compcat__inner-item {
    width: calc(50% - 20px);
  }
  .hotbuilds__items {
    margin: 0;
  }
  .hotbuilds__item {
    width: 100%;
    margin: 12.5px 0;
  }
  .newparts__item-color {
    width: 16px;
    height: 16px;
    margin-right: 7px;
  }
  .newparts__item-tags {
    margin-bottom: 4px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .newparts__item-tag {
    width: unset;
    margin: 4px 6px 4px 0;
    padding: 5px 8px;
    font-size: 11px;
  }
  .newparts__item-tag:nth-child(2) {
    display: none;
  }
  .newparts__item-tag:nth-child(3) {
    width: unset;
  }
  .newparts__item-sponsored {
    top: 15px;
  }
  .weekbuild {
    padding: 40px 0 35px 0;
  }
  .weekbuild__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .weekbuild__main-image {
    width: 100%;
  }
  .weekbuild__main-title {
    width: 100%;
    margin-bottom: 25px;
  }
  .weekbuild__main-title h2.lh50 {
    text-align: center;
  }
  .weekbuild__main-title p.sm {
    text-align: center;
  }
  .weekbuild__desc-title h2.sm.lh40 {
    margin-bottom: 25px;
  }
  .weekbuild__desc-title p.uniq {
    margin-bottom: 11px;
  }
  .weekbuild__components-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .weekbuild__components-row:nth-child(2) .weekbuild__components-item {
    margin: 5px 0;
  }
  .weekbuild__components-item {
    width: 100%;
    margin: 5px 0;
  }
  .builder__table {
    overflow: unset;
  }
  .builder__table table {
    min-width: unset;
  }
  .builder__table thead {
    display: none;
  }
  .builder__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .builder__table td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 20px 15px;
  }
  .builder__table td:first-child {
    border-bottom: 1px solid rgba(132, 139, 147, 0.3);
  }
  .builder__table td::before {
    display: none;
  }
  .builder__table td .button.selectbtn {
    margin-left: auto;
  }
  .builder__table td:nth-child(2) {
    padding: 20px 15px;
  }
  .builder__table td:nth-child(3), .builder__table td:nth-child(4), .builder__table td:nth-child(5), .builder__table td:nth-child(6) {
    display: none;
  }
  .builder__table-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .builder__table-cat {
    width: 100% !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: none !important;
  }
  .builder__table-cat::before {
    display: none;
  }
  .builder__table-cat p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .builder__table-selected {
    padding: 0 15px 20px 15px !important;
    width: 100% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .builder__table-selected-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
  }
  .builder__table-selected-col {
    width: 33.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .builder__table-selected-col:nth-child(2) svg {
    width: 15px;
    height: 15px;
  }
  .builder__table-selected-title {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #1b0c09;
    margin-bottom: 15px;
  }
  .builder__table-selected-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .builder__table-selected-price svg {
    width: 18px;
    height: 18px;
    color: #5d5767;
    margin-right: 10px;
  }
  .builder__table-selected-image {
    width: 62px;
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .builder__table-selected-image img {
    width: 100%;
  }
  .builder__table-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .builder__table-title svg {
    cursor: pointer;
    color: #5d5767;
    width: 20px;
    height: 20px;
    margin-right: 17px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .builder__table-title svg:hover {
    color: #ea6e44;
  }
  .builder__table-product-inner span {
    max-width: 275px;
  }
  .builder__total {
    padding: 15px;
  }
  .builder__total-inner {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .builder__total-inner .button.buy {
    padding: 12px 14px;
  }
  .builder__total-inner-text {
    font-size: 14px;
    margin-right: 10px;
  }
  .builder__total-inner-text span {
    display: block;
    font-size: 18px;
    margin-top: 8px;
    margin-left: 0;
  }
  .builder__tools {
    padding: 12px 15px;
  }
  .builder__tools-history::before {
    height: 49px;
  }
  .builder__infobox {
    padding: 10px 20px;
  }
  .switchList .button.filter {
    font-size: 16px;
    padding: 10px;
  }
  .switchList .button.filter svg {
    width: 20px;
    height: 20px;
  }
  .switchList__item-color {
    width: 16px;
    height: 16px;
    margin-right: 7px;
  }
  .switchList__item-tags {
    margin-bottom: 4px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .switchList__item-tag {
    width: unset;
    margin: 4px 6px 4px 0;
    padding: 5px 8px;
    font-size: 11px;
  }
  .switchList__item-tag:nth-child(2) {
    display: none;
  }
  .switchList__item-tag:nth-child(3) {
    width: unset;
  }
  .switchList__item-sponsored {
    top: 15px;
  }
  .switchMain__content h2.lh50 {
    font-size: 28px;
    line-height: 40px;
  }
  .switchMain__table td .button.buy {
    padding: 7px 14px;
  }
  .tabs__title-tab {
    margin-right: 93px;
  }
  .tabs__spec {
    margin: 0 -24px;
    border-radius: 0;
  }
  .tabs__spec-tech {
    padding: 20px 24px 50px 24px;
  }
  .tabs__spec-tech-item h5.big {
    width: calc(60% - 10px);
  }
  .tabs__spec-tech-item p {
    width: calc(40% - 10px);
  }
  .tabs__spec-overview {
    padding: 15px 24px;
  }
  .tabs__spec-title {
    padding: 15px 24px;
  }
  .tabs__spec-title.rounded {
    border-radius: 0;
  }
  .tabs__review {
    margin: 0 -24px;
    border-radius: 0;
  }
  .tabs__review-title {
    border-radius: 0;
  }
  .tabs__review-inner {
    padding: 15px 24px;
  }
  .tabs__review-rating {
    display: none;
  }
  .tabs__review-comment h5.big.fw500 {
    margin-bottom: 25px;
  }
}
@media (max-width: 440px) {
  .builder {
    padding: 30px 0 60px 0;
  }
  .builder__table-product-inner span {
    max-width: 205px;
  }
  .builder__tools-markup-btn {
    margin-right: 20px;
  }
}
@media (max-width: 390px) {
  .historyPopup a {
    max-width: 40px;
  }
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  h2.sm {
    font-size: 20px;
  }
  h2.lh40 {
    line-height: 30px;
  }
  h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .button.notify {
    max-width: unset;
  }
  .button__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .button__row .button {
    width: 100%;
  }
  .button__row .button.primary {
    margin-bottom: 20px;
  }
  main {
    padding-top: 42.36px;
  }
  .select__selected-inner {
    margin-right: 5px;
  }
  .select__selected-inner-image {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
  .header__inner-logo {
    width: 100px;
  }
  .nav {
    top: 42.36px;
    height: calc(100% - 42.36px);
  }
  .intro {
    padding: 40px 0 60px 0;
  }
  .introSlider {
    margin: 0 auto 30px auto;
  }
  .intro__inner p {
    margin-bottom: 30px;
  }
  .compcat {
    padding-bottom: 60px;
  }
  .compcat__inner-items {
    margin: 0 -5px;
  }
  .compcat__inner-item {
    width: calc(50% - 10px);
    margin: 10px 5px;
  }
  .hotbuilds {
    padding-bottom: 60px;
  }
  .hotbuilds__item {
    margin: 10px 0;
  }
  .newparts {
    padding-bottom: 60px;
  }
  .newparts__items {
    margin: 0;
  }
  .newparts__item {
    width: 100%;
    margin: 10px 0;
  }
  .newparts__item-tag {
    font-size: 14px;
  }
  .newparts__item-tag:nth-child(2) {
    display: block;
  }
  .weekbuild {
    padding: 30px 0;
  }
  .weekbuild__main {
    margin-bottom: 20px;
  }
  .weekbuild__main-title {
    margin-bottom: 20px;
  }
  .weekbuild__desc-title-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .weekbuild__desc-title-btns .button.primary.large {
    margin-right: 0;
    margin-bottom: 20px;
    max-width: unset;
  }
  .weekbuild__desc-title-btns-reddit {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .builder__table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .builder__table td {
    width: 100%;
  }
  .builder__table td p br {
    display: none;
  }
  .builder__table td:first-child {
    border: none;
    padding: 20px 15px 0 15px;
  }
  .builder__table td .button.selectbtn {
    margin: 0;
  }
  .builder__table-cat {
    padding: 20px 15px !important;
  }
  .builder__table-product-image {
    width: 50px;
    height: 50px;
  }
  .builder__table-product-inner {
    font-size: 14px;
  }
  .builder__table-product-inner span {
    max-width: 160px;
  }
  .builder__infobox {
    margin-bottom: 25px;
  }
  .builder__tools-history {
    width: 100%;
    margin: 0 0 13px 0;
    padding: 0 0 13px 0;
    border-bottom: 1px solid rgba(132, 139, 147, 0.3);
  }
  .builder__tools-history::before {
    display: none;
  }
  .builder__tools-newbuild {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .builder__tools-markup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .builder__tools-markup-btns {
    margin-top: 10px;
  }
  .builder__tools-markup-btn {
    margin-right: 10px;
  }
  .builder__tools-markup-btn:first-child {
    margin-left: 0;
  }
  .switchList__items {
    margin: 0;
  }
  .switchList__item {
    width: 100%;
    margin: 10px 0;
  }
  .switchList__item-tag {
    font-size: 14px;
  }
  .switchList__item-tag:nth-child(2) {
    display: block;
  }
  .switchMain__content {
    border-radius: 0;
  }
  .switchMain__content-outer {
    margin: 0 -24px;
    width: calc(100% + 48px);
  }
  .switchMain__table-image {
    width: 50px;
  }
  .switchMain__table thead tr:first-child th {
    padding: 15px 5px;
  }
  .switchMain__table thead tr:first-child th:first-child {
    padding: 15px 5px 15px 10px;
  }
  .switchMain__table thead tr:first-child th:last-child {
    padding: 15px 10px 15px 5px;
  }
  .switchMain__table thead tr:nth-child(2) th {
    font-size: 12px;
  }
  .switchMain__table thead tr:nth-child(2) th:first-child {
    padding: 10px 5px 10px 10px;
  }
  .switchMain__table thead tr:nth-child(2) th:last-child {
    padding: 10px 10px 10px 5px;
  }
  .switchMain__table td {
    font-size: 12px;
    padding: 15px 5px;
  }
  .switchMain__table td:first-child {
    padding: 15px 5px 15px 10px;
  }
  .switchMain__table td:last-child {
    padding: 15px 10px 15px 5px;
  }
  .tabs__title-tab {
    margin-right: 50px;
  }
  .tabs__spec-tech-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .tabs__spec-tech-item h5.big {
    width: 100%;
  }
  .tabs__spec-tech-item p {
    width: 100%;
  }
  .tabs__spec-tech-col {
    margin-bottom: 30px;
  }
}
@media (max-width: 360px) {
  .auto__container {
    padding: 0 16px;
  }
  .builder__tools {
    margin: 0 -16px 15px -16px;
    border-radius: 0;
  }
  .builder__infobox {
    margin: 0 -16px 25px -16px;
    border-radius: 0;
  }
  .builder__table {
    margin: 0 -16px 10px -16px;
    border-radius: 0;
  }
  .builder__total {
    width: 100%;
    border-radius: 0;
    padding: 16px;
    margin: 0 -16px;
  }
  .builder__total-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .builder__total-inner-text {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .builder__total-inner-text span {
    margin: 0;
    display: inline-block;
  }
  .switchMain {
    padding: 30px 0;
  }
  .switchMain__content-outer {
    margin: 0 -16px;
    width: calc(100% + 32px);
  }
  .switchMain__slider2 .slick-list {
    margin: 0 -4px;
  }
  .switchMain__slider2-item {
    padding: 0 4px;
  }
  .tabs__title-tab {
    margin-right: 20px;
  }
  .tabs__spec {
    margin: 0 -16px;
  }
  .tabs__spec-title {
    padding: 16px;
  }
  .tabs__spec-tech {
    padding: 16px 16px 30px 16px;
  }
  .tabs__spec-overview {
    padding: 16px;
  }
  .tabs__review {
    margin: 0 -16px;
  }
  .tabs__review h5.big.fw500 {
    margin-bottom: 15px;
  }
  .tabs__review-title {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .tabs__review-inner {
    padding: 16px;
  }
  .historyPopup {
    margin: 0;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: #000;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: grey;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.roundButton{
  box-sizing: border-box;

  width: 28px;
  height: 28px;
  left: 1190px;
  top: 560px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 16px;
  color: #191c26;
  font-family: "Metropolis";

  background: #E9E2DA;
  border: 1px solid rgba(132, 139, 147, 0.3);
}

.roundButton:hover{
  background: #c5bfb8;
  border: 1px solid rgba(132, 139, 147, 0.3);
}

.qntInput{
  text-align: center;
  -moz-appearance: textfield;
  background-color: #f6f3ec;
}

/* Chrome, Safari, Edge, Opera */
#qntInput::-webkit-outer-spin-button,
#qntInput::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.builder__table-qnt{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

.builder__table-qnt input{
  max-width: 40px;
  font-weight: 600;
  font-size: 16px;
  color: #191c26;
  font-family: "Metropolis";
}

.removeComponentTrashcan:hover {
  cursor: pointer;
  color: #ea6e44;
}