.container 
{
	max-width: 100vw;
  	width: 1280px;
  	padding: 0;
  	margin: 0 auto;
  	padding: 0 15px; 
}
.container.small 
{
	width: 576px; 
}

.row 
{
	margin: 0 -15px;
  	height: 100%;
  	display: flex; 
}
.row .wrap 
{
	flex-wrap: wrap; 
}
  .row.flex-end > div {
    display: flex;
    justify-content: flex-end; }

.col-1 {
  padding: 0 15px;
  width: calc(100% / 12); }

.col-2 {
  padding: 0 15px;
  width: calc((100% / 12) * 2); }

.col-3 {
  padding: 0 15px;
  width: 25%; }

.col-4 {
  padding: 0 15px;
  width: calc((100% / 12) * 4); }

.col-5 {
  padding: 0 15px;
  width: calc((100% / 12) * 5); }

.col-6 {
  padding: 0 15px;
  width: 50%; }

.col-7 {
  padding: 0 15px;
  width: calc((100% / 12) * 7); }

.col-8 {
  padding: 0 15px;
  width: calc((100% / 12) * 8); }

.col-9 {
  padding: 0 15px;
  width: 75%; }

.col-10 {
  padding: 0 15px;
  width: calc((100% / 12) * 10); }

.col-11 {
  padding: 0 15px;
  width: calc((100% / 12) * 11); }

.col-12 {
  padding: 0 15px;
  width: 100%; }

@media (min-width: 1024px) {
  .col-md-1 {
    padding: 0 15px;
    width: calc(100% / 12); }
  .col-md-2 {
    padding: 0 15px;
    width: calc((100% / 12) * 2); }
  .col-md-3 {
    padding: 0 15px;
    width: 25%; }
  .col-md-4 {
    padding: 0 15px;
    width: calc((100% / 12) * 4); }
  .col-md-5 {
    padding: 0 15px;
    width: calc((100% / 12) * 5); }
  .col-md-6 {
    padding: 0 15px;
    width: 50%; }
  .col-md-7 {
    padding: 0 15px;
    width: calc((100% / 12) * 7); }
  .col-md-8 {
    padding: 0 15px;
    width: calc((100% / 12) * 8); }
  .col-md-9 {
    padding: 0 15px;
    width: 75%; }
  .col-md-10 {
    padding: 0 15px;
    width: calc((100% / 12) * 10); }
  .col-md-11 {
    padding: 0 15px;
    width: calc((100% / 12) * 11); }
  .col-md-12 {
    padding: 0 15px;
    width: 100%; } }

@media screen and (max-width: 1320px) {
  .container {
    max-width: 100vw;
    width: 960px;
    padding: 0 15px;
    margin: 0 auto; } }

@media screen and (max-width: 1024px) {
  .container {
    padding: 0 30px; } }

@media screen and (max-width: 324px) {
  .container {
    padding: 0 20px; } }

* {
  box-sizing: border-box; }

html, body {
  font-family: ARIAL;
  margin: 0;
  padding: 0;
  font-size: 16px;
  background: #FAFAFA; }

body {
  position: relative;
  max-width: 100vw;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6, p, a, figure, input, textarea, form, fieldset {
  margin: 0;
  padding: 0; }

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

h1, h2 {
  font-family: ARIAL
  font-size: 24px;
  color: #212121;
  margin: 0;
  line-height: 1.3em;
  margin: 0 0 16px 0; }

h3 {
  font-family: ARIAL
  font-size: 18px;
  color: #212121;
  margin: 0 0 16px 0;
  line-height: 1.5em; }

h4 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 8px 0; }

p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 16px 0;
  line-height: 1.7em; }
  p:last-of-type {
    margin-bottom: 0; }

a {
  text-decoration: none;
  color: #0a83d1;
  transition: 0.15s ease; }
  a:hover {
    color: #0b6fb3; }

.btn {
  background: none;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-decoration: none;
  -webkit-appearance: none;
  outline: none;
  transition: 0.15s;
  margin: 0;
  padding: 11px 16px;
  min-width: 102px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  font-size: 16px;
  cursor: pointer; }
  .btn.primary {
    background: #EFDA45;
    border: 1px solid #EFDA45; }
    .btn.primary:hover {
      background: #FFEC69;
      border: 1px solid #FFEC69;
      color: #212121; }
  .btn.secondary {
    background: #0a83d1;
    border: 1px solid #0a83d1;
    color: #fff; }
    .btn.secondary:hover {
      background: #0b6fb3;
      border: 1px solid #0b6fb3;
      color: #fff; }
  .btn.white {
    font-weight: 500; }
    .btn.white:hover {
      background-color: #F4F5F7;
      color: #212121; }
  .btn.gray {
    background-color: #F4F5F7;
    font-weight: 500; }
    .btn.gray:hover {
      background-color: #dee0e4;
      color: #212121; }
  .btn.more {
    padding: 24px 0 12px; }
    .btn.more:hover {
      opacity: 0.7; }
      .btn.more:hover svg {
        -webkit-transform: translateX(4px);
        transform: translateX(4px); }
  .btn svg {
    width: 16px;
    height: 16px;
    margin-left: 8px;
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }

.btn_group 
{
	margin-top: 25px;
  	/*display: flex;*/
  	justify-content: flex-start;
  	align-items: center; 
}

.btn_group .btn:not(:last-child) 
{
	margin-right: 16px; 
}
.btn_group .align_right 
{
	justify-content: flex-end; 
}

input[type="text"], input[type="number"], textarea, select {
  -webkit-appearance: none;
  padding: 11px 16px;
  font-size: 16px;
  color: #212121;
  outline: 0;
  border: 1px solid #CCD2D9;
  border-radius: 2px; }

fieldset {
  border: 0;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #EFF1F3; }

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

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #9FACBC; }

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #9FACBC; }

input::placeholder, textarea::placeholder {
  color: #9FACBC; }

.filter_checkbox label 
{
	display: flex;
  	padding: 6px 0;
  	/*cursor: pointer;*/ 
}

.filter_checkbox label .checkbox 
{
    width: 16px;
    height: 16px;
    border: 1px solid #CCD2D9;
    border-radius: 2px;
    margin-right: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.15s ease;
    background: #fff; 
}

.filter_checkbox label .checkbox svg 
{
	opacity: 0;
    transition: opacity 0.15s ease;
    stroke: #fff;
    stroke-width: 4px;
    width: 12px;
    height: 12px; 
}
.filter_checkbox label:hover .checkbox 
{
	border-color: #9FACBC; 
}
.filter_checkbox label:hover input:checked ~ .checkbox
{
	border-color: #0b6fb3;
    background: #0b6fb3; 
}
.filter_checkbox label:hover input:checked ~ .checkbox svg 
{
	opacity: 0.9; 
}
.filter_checkbox label input:checked ~ .checkbox 
{
	border-color: #0a83d1;
    background: #0a83d1; 
}
.filter_checkbox label input:checked ~ .checkbox svg 
{
	opacity: 1; 
}

.input_radio input[type="radio"] {
  display: none; }

.input_radio label {
  display: flex;
  align-items: center;
  padding: 6px 0;
  cursor: pointer;
  font-size: 15px; }
  .input_radio label .radio {
    width: 16px;
    height: 16px;
    border: 1px solid #CCD2D9;
    border-radius: 16px;
    margin-right: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.15s ease;
    background: #fff; }
  .input_radio label:hover .radio {
    border-color: #9FACBC; }
  .input_radio label:hover input:checked ~ .radio {
    border-color: #0b6fb3;
    background: #0b6fb3; }
  .input_radio label input:checked ~ .radio {
    border-color: #0a83d1;
    background: #0a83d1; }
  .input_radio label a {
    color: #0a83d1;
    transition: 0.15s ease;
    text-decoration: none; }
    .input_radio label a:hover {
      color: #0b6fb3; }

.input_group {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 12px; }
  .input_group label {
    width: 25%;
    font-size: 15px; }
  .input_group input[type="text"], .input_group textarea, .input_group input[type="email"], .input_group input[type="tel"], .input_group select {
    width: 75%;
    transition: border-color 0.1s ease; }
    .input_group input[type="text"]:hover, .input_group textarea:hover, .input_group input[type="email"]:hover, .input_group input[type="tel"]:hover, .input_group select:hover {
      border-color: #9FACBC; }
    .input_group input[type="text"]:focus, .input_group textarea:focus, .input_group input[type="email"]:focus, .input_group input[type="tel"]:focus, .input_group select:focus {
      border-color: #0a83d1; }
    .input_group input[type="text"]:disabled, .input_group textarea:disabled, .input_group input[type="email"]:disabled, .input_group input[type="tel"]:disabled, .input_group select:disabled {
      opacity: 0.6;
      cursor: not-allowed; }
      .input_group input[type="text"]:disabled:hover, .input_group textarea:disabled:hover, .input_group input[type="email"]:disabled:hover, .input_group input[type="tel"]:disabled:hover, .input_group select:disabled:hover {
        border-color: #CCD2D9; }
  .input_group textarea {
    height: 124px;
    resize: none;
    font-family: "Roboto", sans-serif; }
  .input_group .error {
    width: 100%;
    padding: 6px 24px 12px 25%;
    color: #CB3F3F;
    display: none;
    font-size: 13px;
    align-items: center; }
    .input_group .error svg {
      width: 12px;
      height: 12px;
      margin: 0 6px; }
  .input_group.has_error input[type="text"], .input_group.has_error textarea, .input_group.has_error input[type="email"], .input_group.has_error input[type="tel"], .input_group.has_error select {
    border-color: #CB3F3F; }
  .input_group.has_error .error {
    display: inline-flex; }
  .input_group.select {
    position: relative; }
    .input_group.select svg {
      position: absolute;
      stroke: #9FACBC;
      right: 16px;
      width: 16px;
      height: 16px; }
  .input_group.textarea {
    align-items: flex-start; }
    .input_group.textarea label {
      padding-top: 8px; }

.filter_price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%; }
  .filter_price input {
    width: 42%; }
  .filter_price span {
    width: 16%;
    color: #9FACBC;
    font-size: 13px;
    white-space: nowrap;
    text-align: center; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.loader {
  border: 6px solid #EFF1F3;
  border-radius: 50%;
  border-top: 6px solid #9FACBC;
  width: 48px;
  height: 48px;
  -webkit-animation: spin 1s cubic-bezier(0.73, 0.17, 0.19, 0.74) infinite;
  animation: spin 1s cubic-bezier(0.73, 0.17, 0.19, 0.74) infinite;
  margin: 120px auto 240px; }

.container.equipart {
  padding-top: 80px;
  padding-bottom: 80px; }

@media screen and (max-width: 960px) {
  body {
    display: flex;
    flex-direction: column;
    align-items: center; } }

@media screen and (max-width: 480px) {
  .input_group {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
    .input_group input[type="text"], .input_group textarea, .input_group input[type="email"], .input_group input[type="tel"], .input_group select {
      width: 100%; }
    .input_group label {
      margin-bottom: 8px;
      width: 100%; }
    .input_group .error {
      padding-left: 0px; }
    .input_group.select svg {
      top: 39px; }
    .input_group.no_label.select svg {
      top: 13px; } }

.navbar {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-top: 2px solid inherit;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  background: #fff;
  z-index: 10; }
  .navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
  .navbar .left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    flex: 1 1 100%; }
  .navbar .right {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .navbar .logo {
    height: 80px;
    padding: 2px 0;
    position: relative;
    margin-right: 24px;
    flex-shrink: 0; }
    .navbar .logo img {
      height: 100%;
      width: auto;
      padding: 6px 0; }
  .navbar .brands_toggle {
    margin-right: 16px;
    flex-shrink: 0; }
    .navbar .brands_toggle svg {
      transition: 0.4s cubic-bezier(0.75, 0.01, 0.01, 0.99); }
  .navbar .menu_toggle {
    display: none; }
.navbar .switcher 
{
	 position: relative;
    flex: 1 1 100%;
    display: flex;
    align-items: center; 
}
.navbar .switcher .brands_filter_wrapper 
{
	position: absolute;
    pointer-events: none;
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px);
    margin-left: 16px;
    opacity: 0;
    transition: 0.4s cubic-bezier(0.75, 0.01, 0.01, 0.99);
    display: flex;
    align-items: center; 
}
.navbar .switcher .brands_filter_wrapper svg.feather 
{
	position: absolute;
    right: 16px;
    stroke: #9FACBC;
    width: 20px;
    height: 20px; 
}
  .navbar nav.site {
    display: flex;
    position: absolute;
    pointer-events: all;
    opacity: 1;
    transition: 0.4s cubic-bezier(0.75, 0.01, 0.01, 0.99);
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
    .navbar nav.site a {
      color: #51647B;
      text-decoration: none;
      padding: 8px 16px;
      position: relative;
      transition: 0.15s; }
      .navbar nav.site a.active:after {
        content: '';
        position: absolute;
        width: calc(100% - 32px);
        left: 16px;
        height: 1px;
        bottom: 0;
        background: #9FACBC;
        border-radius: 4px; }
      .navbar nav.site a.active:hover {
        cursor: default;
        color: #51647B; }
      .navbar nav.site a:hover {
        color: #97a0ab; }
  .navbar .cart {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #212121;
    text-decoration: none;
    transition: 0.15s; }
    .navbar .cart .cart_icon {
      margin-right: 16px;
      position: relative;
      margin-top: 6px; }
      .navbar .cart .cart_icon .cart_amount {
        position: absolute;
        top: -8px;
        right: -8px;
        background-color: #0a83d1;
        color: #fff;
        font-size: 11px;
        font-weight: 500;
        display: block;
        width: 16px;
        height: 16px;
        border-radius: 16px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-align: center; }
    .navbar .cart:hover {
      color: #97a0ab; }

.navbar .brands {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 12;
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
  transition: 0.4s cubic-bezier(0.75, 0.01, 0.01, 0.99);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 40px; }
  .navbar .brands .popular {
    width: 280px; }
    .navbar .brands .popular ul {
      border-right: 1px solid #CCD2D9;
      margin-right: 60px; }
  .navbar .brands .all {
    width: calc(100% - 280px);
    padding-left: 60px; }
    .navbar .brands .all ul {
      -webkit-column-count: 3;
      column-count: 3; }
  .navbar .brands ul {
    margin-top: -4px; }
    .navbar .brands ul li {
      transition: 0.3s cubic-bezier(0, 0.71, 0.32, 1);
      margin: 0 -8px;
      max-width: 200px;
      border-radius: 2px; }
      .navbar .brands ul li a {
        text-decoration: none;
        padding: 4px 8px;
        color: #212121;
        display: block;
        transition: 0.15s; }
        .navbar .brands ul li a:hover {
          color: #0a83d1;
          background-color: rgba(227, 230, 235, 0.2); }

.navbar.filterd .all ul {
  -webkit-column-count: 1;
  column-count: 1; }
  .navbar.filterd .all ul li:nth-child(1) {
    -webkit-animation: fadeInFromBottom 0.2s ease-out forwards;
    animation: fadeInFromBottom 0.2s ease-out forwards;
    opacity: 1; }
  .navbar.filterd .all ul li:nth-child(2) {
    -webkit-animation: fadeInFromBottom 0.22s ease-out forwards;
    animation: fadeInFromBottom 0.22s ease-out forwards;
    opacity: 1; }
  .navbar.filterd .all ul li:nth-child(3) {
    -webkit-animation: fadeInFromBottom 0.24s ease-out forwards;
    animation: fadeInFromBottom 0.24s ease-out forwards;
    opacity: 1; }
  .navbar.filterd .all ul li:nth-child(4) {
    -webkit-animation: fadeInFromBottom 0.26s ease-out forwards;
    animation: fadeInFromBottom 0.26s ease-out forwards;
    opacity: 1; }
  .navbar.filterd .all ul li:nth-child(5) {
    -webkit-animation: fadeInFromBottom 0.28s ease-out forwards;
    animation: fadeInFromBottom 0.28s ease-out forwards;
    opacity: 1; }
  .navbar.filterd .all ul li:nth-child(6) {
    -webkit-animation: fadeInFromBottom 0.3s ease-out forwards;
    animation: fadeInFromBottom 0.3s ease-out forwards;
    opacity: 1; }
  .navbar.filterd .all ul li:nth-child(7) {
    -webkit-animation: fadeInFromBottom 0.32s ease-out forwards;
    animation: fadeInFromBottom 0.32s ease-out forwards;
    opacity: 1; }
  .navbar.filterd .all ul li:nth-child(8) {
    -webkit-animation: fadeInFromBottom 0.34s ease-out forwards;
    animation: fadeInFromBottom 0.34s ease-out forwards;
    opacity: 1; }
  .navbar.filterd .all ul li:nth-child(9) {
    -webkit-animation: fadeInFromBottom 0.36s ease-out forwards;
    animation: fadeInFromBottom 0.36s ease-out forwards;
    opacity: 1; }
  .navbar.filterd .all ul li:nth-child(10) {
    -webkit-animation: fadeInFromBottom 0.38s ease-out forwards;
    animation: fadeInFromBottom 0.38s ease-out forwards;
    opacity: 1; }
  .navbar.filterd .all ul li:nth-child(11) {
    -webkit-animation: fadeInFromBottom 0.4s ease-out forwards;
    animation: fadeInFromBottom 0.4s ease-out forwards;
    opacity: 1; }
  .navbar.filterd .all ul li:nth-child(12) {
    -webkit-animation: fadeInFromBottom 0.42s ease-out forwards;
    animation: fadeInFromBottom 0.42s ease-out forwards;
    opacity: 1; }
  .navbar.filterd .all ul li:nth-child(13) {
    -webkit-animation: fadeInFromBottom 0.44s ease-out forwards;
    animation: fadeInFromBottom 0.44s ease-out forwards;
    opacity: 1; }

@-webkit-keyframes fadeInFromBottom {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }

@keyframes fadeInFromBottom {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }

.mobile_nav {
  display: none; }
  .mobile_nav a {
    color: #212121;
    display: block;
    text-decoration: none;
    padding: 4px 8px;
    transition: color 0.15s; }
    .mobile_nav a:hover {
      color: #0a83d1; }

.menu_overlay {
  pointer-events: none;
  opacity: 0;
  transition: 0.4s cubic-bezier(0.75, 0.01, 0.01, 0.99);
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9; }

.brands_menu_open .menu_overlay {
  opacity: 0.4;
  transition: 0.4s cubic-bezier(0.75, 0.01, 0.01, 0.99);
  pointer-events: all; }

.brands_menu_open .brands_toggle svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.brands_menu_open .brands {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: 0.4s cubic-bezier(0.75, 0.01, 0.01, 0.99); }

.brands_menu_open nav.site {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateX(16px);
  transform: translateX(16px); }

.brands_menu_open .switcher .brands_filter_wrapper 
{
	pointer-events: all;
  	-webkit-transform: translateX(0px);
  	transform: translateX(0px);
  	opacity: 1; 
}

@media screen and (max-width: 1320px) 
{
	.navbar 
	{
    	position: static; 
    	background:#fff;
    }
    .navbar nav.site 
    {
      display: none; }
    .navbar .cart {
      margin-right: 48px; }
      .navbar .cart .cart_label {
        display: none; }
    .navbar .menu_toggle {
      min-width: initial;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      right: 16px;
      top: 16px; }
      .navbar .menu_toggle svg {
        width: 24px;
        height: 24px;
        margin: 0; } }

@media screen and (max-width: 640px) {
  .navbar .container 
  {
    position: static;
    background:#fff; 
  }
  .navbar .left {
    position: static; }
  .navbar .switcher {
    position: static; }
  .navbar .brands_toggle {
    display: none; }
  .navbar .mobile_nav {
    display: block; }
  .navbar .brands .popular {
    width: auto; }
    .navbar .brands .popular ul {
      border: 0;
      margin: 0; }
  .navbar .brands .all {
    padding: 0;
    width: auto; }
    .navbar .brands .all ul {
      -webkit-column-count: 1;
      column-count: 1; }
  .navbar .brands ul li {
    margin: 0;
    max-width: initial; }
  .navbar .menu_mobile {
    display: flex;
    position: absolute;
    opacity: 1;
    pointer-events: none;
    width: 70vw;
    left: 0;
    top: 0;
    height: 36vh;
    background: #eee;
    padding: 10px;
    -webkit-transform: translateX(-70vw);
    transform: translateX(-70vw);
    flex-direction: column;
    align-items: flex-start;
    z-index: 99;
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-behavior: smoothl;
    -webkit-overflow-scrolling: touch; }
    .navbar .menu_mobile h4 {
      padding: 0px 8px;
      margin: 24px 0 12px; }
  .menu_open {
    overflow-y: hidden; }
    .menu_open .menu_overlay {
      opacity: 0.3;
      z-index: 98;
      pointer-events: all; }
    .menu_open .navbar .menu_mobile {
      opacity: 1;
      pointer-events: all;
      -webkit-transform: translateX(0px);
      transform: translateX(0px); } }

.breadcrumbs {
  background: #fff; }
  .breadcrumbs ol {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EFF1F3; }
    .breadcrumbs ol li a {
      color: #9FACBC;
      padding: 19px 6px 15px;
      font-size: 13px;
      display: flex;
      align-items: center;
      text-decoration: none;
      transition: opacity 0.15s ease; }
      .breadcrumbs ol li a svg {
        stroke: #9FACBC;
        margin-left: 8px;
        width: 12px;
        height: 12px; }
      .breadcrumbs ol li a:hover {
        opacity: 0.7; }
    .breadcrumbs ol li:first-child a {
      margin-left: -6px; }
    .breadcrumbs ol li:last-child a {
      color: #212121; }
      .breadcrumbs ol li:last-child a svg {
        display: none; }

@media screen and (max-width: 480px) {
  .breadcrumbs::-webkit-scrollbar {
    display: none; }
  .breadcrumbs .container {
    white-space: nowrap;
    overflow-x: scroll;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; } }

header.home 
{
	height: 450px;
  	width: 100%;
  	overflow: hidden;
  	display: flex;
  	justify-content: center;
  	position: relative;
  	
}

header.home .header_image_wrapper 
{
	/*
	border-bottom-right-radius: 100%;
    border-bottom-left-radius: 50%;
    */
    height:100%;
    width: 200%;
    /*background: #f50;*/
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    z-index: 0; 
}

header.home .header_image_wrapper .header_image 
{
	width: 100vw;
    height: 100%;
    position: relative;
    background: url("../media/images/header-image.jpg");
}

header.home .header_image_wrapper .header_image:after 
{
	content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #f50;
    opacity: 0.85;
    position: absolute; 
}

header.home .header_content 
{
	width: 50%;
    height: 100%;
    /*display: flex;*/
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    z-index: 1;
    min-width: 600px; 
}
    
header.home .header_content h1 
{
	font-size: 40px;
    color: #fff;
    margin: 0 0 24px 0; 
}

header.home .header_content h2 
{
	font-size: 26px;
    color: #fff;
    margin: 0 0 24px 0; 
}

header.home .header_content p 	
{
	color: #fff;
}

header.models 
{
	background: #fff;
  	padding: 40px 0;
  	margin-bottom: 40px; 
}

header.models .container 
{
	display: flex;
    justify-content: space-between;
    align-items: center; 
}

header.models .brands_filter_wrapper 
{
    display: flex;
    align-items: center;
    position: relative;
    width: 385px;
    max-width: 100%;
    order: 1; 
}

header.models .brands_filter_wrapper input 
{
	width: 100%; 
}

header.models .brands_filter_wrapper svg.feather 
{
	position: absolute;
    right: 16px;
    stroke: #9FACBC;
    width: 20px;
    height: 20px; 
}

header.models .model_brand {
    order: 2;
    width: 140px;
    height: 120px; }
    header.models .model_brand .model_brand_image {
      width: 100%;
      height: 100%;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }

header.model {
  background: #fff;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  header.model h1 {
    display: flex;
    align-items: center; }
    header.model h1 .comment {
      font-size: 13px;
      line-height: 1.8em;
      font-family: "Roboto", sans-serif;
      color: #51647B;
      font-weight: 400;
      padding-left: 8px; }
  header.model .model_back {
    padding-top: 8px;
    padding-bottom: 8px; }
    header.model .model_back a {
      padding: 8px 0;
      text-decoration: none;
      color: #51647B;
      font-size: 13px;
      display: inline-flex;
      align-items: center;
      transition: opacity 0.15s ease; }
      header.model .model_back a svg {
        stroke: #9FACBC;
        width: 12px;
        height: 12px;
        margin-right: 4px;
        transition: -webkit-transform 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }
      header.model .model_back a:hover {
        opacity: 0.7; }
        header.model .model_back a:hover svg {
          -webkit-transform: translateX(-4px);
          transform: translateX(-4px); }
  header.model .model_image {
    height: 100%;
    max-height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 2px; }
  header.model .parts_amout {
    color: #51647B;
    margin-top: -8px;
    font-size: 15px;
    margin-bottom: 16px; }
  header.model .model_desc {
    overflow: hidden; }
    header.model .model_desc p:first-child {
      display: none; }
  header.model .btn.read_more {
    color: #0a83d1;
    transition: color 0.15s ease;
    padding: 0;
    font-weight: 400;
    min-width: initial; }
    header.model .btn.read_more:hover {
      color: #0b6fb3; }

@media screen and (max-width: 640px) {
  header.home {
    height: 540px; }
    header.home .header_content {
      min-width: initial;
      width: 100%; }
  header.models .container {
    justify-content: flex-start; }
  header.models .model_brand {
    order: 0; }
    header.models .model_brand .model_brand_image {
      background-position: 0px center; }
  header.models .model_left {
    max-width: calc(100% - 140px);
    padding-left: 24px; }
  header.model .model_image {
    height: 300px;
    max-height: initial;
    width: 100%;
    margin-bottom: 32px; } }

@media screen and (max-width: 480px) {
  header.models .model_brand {
    width: 80px;
    height: 80px; }
  header.models .model_left {
    max-width: calc(100% - 80px); }
  header.model {
    margin-bottom: 0; }
    header.model h1 {
      flex-wrap: wrap; }
      header.model h1 .comment {
        width: 100%;
        padding-left: 0px; }
    header.model .model_image {
      height: 200px; } }

@media screen and (max-width: 400px) {
  header.home .header_content h1 {
    font-size: 32px; } }

body > footer {
  background: #fff; }
  body > footer .usps {
    padding: 40px;
    border-bottom: 1px solid #CCD2D9;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    body > footer .usps .usp {
      height: 32px;
      display: flex;
      align-items: center;
      width: 25%; }
      body > footer .usps .usp img {
        height: 100%;
        width: auto;
        margin-right: 16px; }
  body > footer .footer_nav {
    padding: 40px 0;
    border-bottom: 1px solid #CCD2D9; }
    body > footer .footer_nav .brands ul {
      -webkit-columns: 3;
      columns: 3; }
    body > footer .footer_nav h4 {
      margin-bottom: 8px; }
      body > footer .footer_nav h4:not(:first-child) {
        margin-top: 32px; }
    body > footer .footer_nav a {
      font-size: 16px;
      color: #212121;
      text-decoration: none;
      padding: 4px 0;
      display: block;
      transition: color 0.15s ease;
      line-height: 1.2em; }
      body > footer .footer_nav a:hover {
        color: #0a83d1; }
      body > footer .footer_nav a:focus, body > footer .footer_nav a:active {
        color: #0b6fb3; }
  body > footer .footer_info {
    display: flex;
    justify-content: center;
    padding: 24px 0; }
    body > footer .footer_info .btn.equipart {
      margin-right: 20px; }
      body > footer .footer_info .btn.equipart img {
        height: 32px;
        width: auto;
        margin: -2px 16px -2px -4px; }
    body > footer .footer_info .btn.ideal {
      margin-left: 20px; }
      body > footer .footer_info .btn.ideal img {
        height: 44px;
        width: auto;
        margin: -11px 8px -11px -12px; }
  body > footer .footer_copy {
    background: #212121;
    padding: 24px 0;
    line-height: 1em; }
    body > footer .footer_copy .container {
      display: flex;
      align-items: center; }
    body > footer .footer_copy span {
      margin-right: 12px; }
    body > footer .footer_copy nav a, body > footer .footer_copy span {
      color: #9FACBC;
      font-size: 14px;
      font-weight: 400; }
    body > footer .footer_copy nav a {
      padding: 0 12px;
      border-left: 2px solid #374452;
      text-decoration: none;
      transition: color 0.15s ease; }
      body > footer .footer_copy nav a:hover {
        color: #5C6978; }

@media screen and (max-width: 1024px) {
  body > footer .footer_nav .brands ul {
    -webkit-columns: 2;
    columns: 2; } }

@media screen and (max-width: 800px) {
  body > footer .usps {
    flex-wrap: wrap;
    padding: 24px 0; }
    body > footer .usps .usp {
      width: 50%;
      margin-bottom: 12px;
      margin-top: 12px; }
  body > footer .footer_nav > div > div {
    width: 100%; }
  body > footer .footer_nav .brands {
    display: none; } }

@media screen and (max-width: 640px) {
  body > footer .footer_info {
    flex-direction: column; }
    body > footer .footer_info .btn {
      margin: 0;
      margin-top: 12px;
      margin-bottom: 12px; } }

@media screen and (max-width: 480px) {
  body > footer .usps .usp {
    width: 100%; }
  body > footer .footer_copy .container {
    flex-direction: column; }
  body > footer .footer_copy nav {
    margin-top: 12px; }
    body > footer .footer_copy nav a:first-child {
      border: 0; } }

.home_brands {
  padding-top: 25px; }
  .home_brands header {
    margin-bottom: 16px;
    display: flex;
    justify-content: center; }
  .home_brands .featured {
    margin-bottom: 30px; }
    .home_brands .featured .brand {
      height: 142px;
      display: flex;
      background: #fff;
      border-radius: 2px;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
      padding: 24px;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center; }
      .home_brands .featured .brand:hover {
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); }
      .home_brands .featured .brand:focus, .home_brands .featured .brand:active {
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); }
      .home_brands .featured .brand .brand_image {
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat; }
        .home_brands .featured .brand .brand_image.brand_alfa_romeo {
          background-image: url("../media/images/brands/logo-alfa@2x.png"); }
        .home_brands .featured .brand .brand_image.brand_audi {
          background-image: url("../media/images/brands/logo-audi@2x.png"); }
        .home_brands .featured .brand .brand_image.brand_bmw {
          background-image: url("../media/images/brands/logo-bmw@2x.png"); }
        .home_brands .featured .brand .brand_image.brand_opel {
          background-image: url("../media/images/brands/logo-opel@2x.png"); }
        .home_brands .featured .brand .brand_image.brand_nissan {
          background-image: url("../media/images/brands/logo-nissan@2x.png"); }
        .home_brands .featured .brand .brand_image.brand_ford {
          background-image: url("../media/images/brands/logo-ford@2x.png"); }
  .home_brands .all_brands > div {
    display: flex;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
    padding: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 32px 40px;
    width: 100%; }
  .home_brands .all_brands .search {
    width: 100%; }
    .home_brands .all_brands .search form {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .home_brands .all_brands .search form select {
        width: 100%; }
      .home_brands .all_brands .search form div {
        width: calc(58% - 60px);
        padding: 0; }
      .home_brands .all_brands .search form div:first-child {
        width: 30%; }
      .home_brands .all_brands .search form button {
        width: 12%; }
  .home_brands .all_brands .brands_list {
    padding-top: 32px;
    margin-top: 24px;
    border-top: 1px solid #EFF1F3;
    width: 100%; }
    .home_brands .all_brands .brands_list ul {
      -webkit-column-count: 5;
      column-count: 5;
      width: 100%;
      padding-right: 160px; }
      .home_brands .all_brands .brands_list ul li {
        transition: 0.3s cubic-bezier(0, 0.71, 0.32, 1);
        margin: 0 -8px 0 0;
        padding-right: 16px;
        display: block; }
        .home_brands .all_brands .brands_list ul li a {
          text-decoration: none;
          padding: 4px 8px;
          color: #212121;
          display: block;
          transition: 0.15s; }
          .home_brands .all_brands .brands_list ul li a:hover {
            color: #0a83d1; }

.home_content {
  margin: 100px 0 80px 0; }
  .home_content .row {
    justify-content: space-between;
    align-items: flex-start; }

@media screen and (max-width: 1024px) {
  .home_brands .featured .col-4 {
    margin-bottom: 24px; }
  .home_brands .all_brands .brands_list ul {
    padding-right: 0;
    -webkit-column-count: 3;
    column-count: 3; }
  .home_content {
    margin: 60px 0 80px 0; }
    .home_content .row {
      flex-wrap: wrap; } }

@media screen and (max-width: 640px) {
  .home_brands .featured {
    padding: 0; }
    .home_brands .featured .row.wrap {
      flex-wrap: nowrap;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
      scroll-behavior: smooth;
      width: 100vw;
      margin: 0; }
    .home_brands .featured .col-4 {
      flex: 0 0 35vw;
      padding: 0 6px; }
      .home_brands .featured .col-4:first-child {
        margin-left: 24px; }
      .home_brands .featured .col-4:last-child {
        margin-right: 24px; }
    .home_brands .featured .brand {
      padding: 12px; }
  .home_brands .all_brands .search form {
    flex-direction: column;
    align-items: flex-end; }
    .home_brands .all_brands .search form div {
      width: 100%;
      margin-bottom: 12px; }
      .home_brands .all_brands .search form div:first-child {
        width: 100%; }
  .home_brands .all_brands .brands_list ul {
    -webkit-column-count: 2;
    column-count: 2; } }

@media screen and (max-width: 400px) {
  .home_brands .all_brands .brands_list ul {
    -webkit-column-count: 1;
    column-count: 1; } }

.question_block {
  display: flex;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
  padding: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px; }
  .question_block h3 {
    font-size: 24px; }
  .question_block p {
    margin-bottom: 24px; }

.content h1 {
  margin: 16px 0 16px; }
  .content h1:first-child {
    margin-top: 0; }

.content h2 {
  margin: 16px 0 16px; }
  .content h2:first-child {
    margin-top: 0; }

.content h3 {
  margin: 24px 0 8px; }
  .content h3:first-child {
    margin-top: 0; }

.content ul {
  padding-left: 24px;
  margin-bottom: 16px; }

.content li {
  list-style-type: disc;
  line-height: 1.7em; }

.content span {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important; }

.content p {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important; }

.textpage {
  padding: 80px 0; }

.content.modal {
  display: flex;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
  padding: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px; }

@media screen and (max-width: 1024px) {
  .question_block {
    margin: 30px 15px 0; } }

section.models_list ul {
  -webkit-columns: 3;
  columns: 3;
  border-bottom: 1px solid #EFF1F3;
  padding-bottom: 60px; }
  section.models_list ul a {
    font-size: 16px;
    color: #212121;
    text-decoration: none;
    padding: 4px 0;
    display: block;
    transition: color 0.15s ease;
    line-height: 1.2em; }
    section.models_list ul a:hover {
      color: #0a83d1; }
    section.models_list ul a:focus, section.models_list ul a:active {
      color: #0b6fb3; }

section.models_list.filterd ul {
  -webkit-column-count: 1;
  column-count: 1; }
  section.models_list.filterd ul li:nth-child(1) {
    -webkit-animation: fadeInFromBottom 0.2s ease-out forwards;
    animation: fadeInFromBottom 0.2s ease-out forwards;
    opacity: 1; }
  section.models_list.filterd ul li:nth-child(2) {
    -webkit-animation: fadeInFromBottom 0.22s ease-out forwards;
    animation: fadeInFromBottom 0.22s ease-out forwards;
    opacity: 1; }
  section.models_list.filterd ul li:nth-child(3) {
    -webkit-animation: fadeInFromBottom 0.24s ease-out forwards;
    animation: fadeInFromBottom 0.24s ease-out forwards;
    opacity: 1; }
  section.models_list.filterd ul li:nth-child(4) {
    -webkit-animation: fadeInFromBottom 0.26s ease-out forwards;
    animation: fadeInFromBottom 0.26s ease-out forwards;
    opacity: 1; }
  section.models_list.filterd ul li:nth-child(5) {
    -webkit-animation: fadeInFromBottom 0.28s ease-out forwards;
    animation: fadeInFromBottom 0.28s ease-out forwards;
    opacity: 1; }
  section.models_list.filterd ul li:nth-child(6) {
    -webkit-animation: fadeInFromBottom 0.3s ease-out forwards;
    animation: fadeInFromBottom 0.3s ease-out forwards;
    opacity: 1; }
  section.models_list.filterd ul li:nth-child(7) {
    -webkit-animation: fadeInFromBottom 0.32s ease-out forwards;
    animation: fadeInFromBottom 0.32s ease-out forwards;
    opacity: 1; }
  section.models_list.filterd ul li:nth-child(8) {
    -webkit-animation: fadeInFromBottom 0.34s ease-out forwards;
    animation: fadeInFromBottom 0.34s ease-out forwards;
    opacity: 1; }
  section.models_list.filterd ul li:nth-child(9) {
    -webkit-animation: fadeInFromBottom 0.36s ease-out forwards;
    animation: fadeInFromBottom 0.36s ease-out forwards;
    opacity: 1; }
  section.models_list.filterd ul li:nth-child(10) {
    -webkit-animation: fadeInFromBottom 0.38s ease-out forwards;
    animation: fadeInFromBottom 0.38s ease-out forwards;
    opacity: 1; }
  section.models_list.filterd ul li:nth-child(11) {
    -webkit-animation: fadeInFromBottom 0.4s ease-out forwards;
    animation: fadeInFromBottom 0.4s ease-out forwards;
    opacity: 1; }
  section.models_list.filterd ul li:nth-child(n + 10) {
    -webkit-animation: fadeInFromBottom 0.4s ease-out forwards;
    animation: fadeInFromBottom 0.4s ease-out forwards; }

section.models_content {
  margin: 60px 0 80px 0; }
  section.models_content .row {
    justify-content: space-between;
    align-items: flex-start; }

@media screen and (max-width: 1024px) {
  section.models_list ul {
    -webkit-columns: 2;
    columns: 2; } }

@media screen and (max-width: 640px) {
  section.models_list ul {
    -webkit-columns: 1;
    columns: 1; } }

section.parts_wrapper {
  padding: 20px 0 20px 0; }

.product_list 
{
	padding-bottom: 16px;
  	border-bottom: 1px solid #EFF1F3; 
}
  .product_list .faded {
    width: 100%;
    color: #9FACBC;
    font-size: 15px;
    padding: 8px 0; }
  .product_list .product {
    display: flex;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
    padding: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: grid;
    grid-template-columns: 22% 56% 22%;
    grid-template-rows: auto;
    grid-template-areas: "image content options";
    margin-bottom: 24px; }
    .product_list .product .product_thumbnail_wrapper {
      grid-area: image;
      padding-right: 24px;
      height: 100%;
      width: 100%; }
      .product_list .product .product_thumbnail_wrapper .product_thumbnail {
        width: 100%;
        height: 100%;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        cursor: pointer; }
    .product_list .product .product_content {
      grid-area: content;
      padding-right: 60px; }
      .product_list .product .product_content .stock {
        font-size: 15px;
        margin-bottom: 8px; }
        .product_list .product .product_content .stock.out_of_stock {
          color: #9FACBC;
          display: block; }
          .product_list .product .product_content .stock.out_of_stock:hover {
            text-decoration: underline; }
        .product_list .product .product_content .stock.in_stock {
          color: #19C724;
          display: block; }
      .product_list .product .product_content .product_title {
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        color: #212121;
        margin-bottom: 16px;
        display: inline-block;
        line-height: 1.4em;
        height: 44px;
        cursor: pointer; }
        .product_list .product .product_content .product_title:hover {
          text-decoration: underline; }
      .product_list .product .product_content .equipart img {
        height: 24px;
        width: auto; }
    .product_list .product .product_options {
      grid-area: options;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .product_list .product .product_options .product_price {
        font-family: ARIAL
        font-size: 24px;
        margin-bottom: 4px; }
      .product_list .product .product_options .product_article_id {
        font-size: 15px;
        color: #51647B; }
      .product_list .product .product_options .btn {
        justify-self: flex-end;
        margin-top: 16px; }
        .product_list .product .product_options .btn svg {
          margin-right: 8px;
          margin-left: -4px; }

.filters .parts_filter_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 90%; }
  .filters .parts_filter_wrapper input {
    width: 100%; }
  .filters .parts_filter_wrapper svg.feather {
    position: absolute;
    right: 16px;
    stroke: #9FACBC;
    width: 20px;
    height: 20px; }

.filters .filter_group {
  margin-top: 0px; }
  .filters .filter_group h4 {
    margin-bottom: 12px; }

.product_popup {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s cubic-bezier(0.9, 0, 0.11, 0.99);
  max-height: 100%;
  overflow-y: auto; }
  .product_popup .popup_inner {
    display: flex;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
    padding: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 60px;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
    transition: 0.3s cubic-bezier(0.9, 0, 0.11, 0.99);
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-template-areas: "pheader . "
 "pimage poptions"
 "pimage pdesc"
 " . pdesc"; }
    .product_popup .popup_inner .popup_close {
      position: absolute;
      top: 36px;
      right: 36px;
      min-width: 0;
      background-color: rgba(239, 241, 243, 0);
      border-radius: 40px;
      padding: 12px;
      cursor: pointer;
      transition: background-color 0.15s ease; }
      .product_popup .popup_inner .popup_close svg {
        margin: 0;
        width: 16px;
        height: 16px; }
      .product_popup .popup_inner .popup_close:hover {
        background-color: #eff1f3; }
    .product_popup .popup_inner .popup_header {
      grid-area: pheader; }
      .product_popup .popup_inner .popup_header h3 {
        font-size: 24px;
        line-height: 1.3em;
        margin-bottom: 12px; }
      .product_popup .popup_inner .popup_header span {
        font-size: 16px;
        color: #9FACBC; }
    .product_popup .popup_inner .popup_back {
      display: none; }
    .product_popup .popup_inner .popup_image_wrapper {
      grid-area: pimage; }
      .product_popup .popup_inner .popup_image_wrapper .popup_image {
        min-height: 280px;
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
        width: 90%;
        margin: 0 auto; }
      .product_popup .popup_inner .popup_image_wrapper .no_image {
        margin: 24px 0; }
      .product_popup .popup_inner .popup_image_wrapper .popup_article_id {
        margin-top: 16px;
        font-size: 15px;
        color: #9FACBC; }
    .product_popup .popup_inner .popup_options {
      grid-area: poptions;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 0px 0px 40px;
      margin: 0 40px;
      margin-bottom: 40px;
      border-bottom: 1px solid #EFF1F3; }
      .product_popup .popup_inner .popup_options .stock {
        font-size: 15px;
        margin-bottom: 8px; }
        .product_popup .popup_inner .popup_options .stock.out_of_stock {
          color: #9FACBC;
          display: block; }
          .product_popup .popup_inner .popup_options .stock.out_of_stock:hover {
            text-decoration: underline; }
        .product_popup .popup_inner .popup_options .stock.in_stock {
          color: #19C724; }
      .product_popup .popup_inner .popup_options .product_price {
        font-family: ARIAL
        font-size: 24px;
        margin-bottom: 4px; }
      .product_popup .popup_inner .popup_options .product_article_id {
        font-size: 15px;
        color: #51647B; }
      .product_popup .popup_inner .popup_options .btn {
        justify-self: flex-end;
        margin-top: 16px; }
        .product_popup .popup_inner .popup_options .btn svg {
          margin-right: 8px;
          margin-left: -4px; }
    .product_popup .popup_inner .popup_desc {
      grid-area: pdesc;
      padding: 0 40px; }

.product_popup_active {
  height: 100vh;
  overflow: hidden; }
  .product_popup_active .product_popup {
    opacity: 1;
    pointer-events: all; }
    .product_popup_active .product_popup .popup_inner {
      -webkit-transform: translateY(0px);
      transform: translateY(0px); }

@media screen and (max-width: 1024px) {
  section.parts_wrapper .filters {
    display: none; }
  .product_list .product {
    grid-template-columns: 30% 40% 30%; }
  .product_popup .popup_inner {
    padding: 24px; }
    .product_popup .popup_inner .popup_close {
      top: 12px;
      right: 12px; } }

@media screen and (max-width: 640px) {
  .product_list .product {
    grid-template-areas: "image content"
 "image options";
    grid-template-columns: 50% 50%; }
    .product_list .product .product_content {
      padding-right: 0; }
      .product_list .product .product_content .product_title {
        height: auto; }
    .product_list .product .product_thumbnail_wrapper {
      padding-right: 32px; }
      .product_list .product .product_thumbnail_wrapper .product_thumbnail {
        background-position: top center; }
  .product_popup {
    padding: 0; }
    .product_popup .container {
      padding: 0;
      min-height: 100%; }
    .product_popup .popup_inner {
      padding: 40px 24px 24px;
      grid-template-columns: 60% 40%;
      grid-template-rows: auto;
      grid-template-areas: "pheader pheader"
 "pimage poptions"
 "pdesc pdesc"; }
      .product_popup .popup_inner .popup_options {
        justify-content: center;
        padding: 0px 0px 40px;
        margin: 0 auto;
        padding: 0;
        border-bottom: 0;
        height: 100%; }
      .product_popup .popup_inner .popup_image_wrapper {
        padding-right: 32px; }
        .product_popup .popup_inner .popup_image_wrapper .popup_image {
          min-height: 240px;
          background-position: center center; }
      .product_popup .popup_inner .popup_desc {
        padding: 40px 0 0; }
      .product_popup .popup_inner .popup_close {
        display: none; }
      .product_popup .popup_inner .popup_header h3 {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
      .product_popup .popup_inner .popup_back {
        display: inline-flex;
        padding: 12px;
        min-width: initial;
        margin-left: -12px; }
        .product_popup .popup_inner .popup_back svg {
          margin: 0;
          width: 24px;
          height: 24px;
          margin-top: 2px; } }

@media screen and (max-width: 480px) {
  .product_list .product {
    margin: 0 -20px;
    border-bottom: 1px solid #EFF1F3; }
  .product_popup .popup_inner {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-template-areas: "pheader"
 "pimage"
 "poptions"
 "pdesc"; }
    .product_popup .popup_inner .popup_image_wrapper {
      padding-right: 0px; }
      .product_popup .popup_inner .popup_image_wrapper .popup_article_id {
        display: none; }
      .product_popup .popup_inner .popup_image_wrapper .no_image {
        width: 100%;
        background-size: 60%;
        background-color: #f1f1f1;
        min-height: 200px; }
    .product_popup .popup_inner .popup_options {
      margin: 0;
      padding-bottom: 40px;
      border-bottom: 1px solid #EFF1F3; } }

/* CART STEPS */      
      
.cart_steps 
{
	padding: 60px 0; 
}
.cart_steps .steps 
{
	background: #EFF1F3;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden; 
}
.cart_steps .steps .step 
{
	flex-grow: 1;
    text-align: center;
    padding: 8px 0;
    color: #9FACBC;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    cursor: default; 
}
.cart_steps .steps .step.current 
{
	color: #212121; 
}
.cart_steps .steps .step.complete 
{
        color: #fff;
        background-color: #0a83d1;
        transition: 0.15s ease; }

.cart_table {
  margin: 32px 0 40px 0; }
  .cart_table header {
    display: flex;
    border-bottom: 1px solid #EFF1F3; }
    .cart_table header div {
      color: #9FACBC;
      font-size: 15px;
      font-weight: 400;
      width: 15%;
      padding: 8px 0; }
      .cart_table header div:first-child {
        width: 40%; }
  .cart_table .cart_item {
    display: flex;
    border-bottom: 1px solid #EFF1F3;
    height: 75px;
    align-items: center;
    position: relative; }
    .cart_table .cart_item div {
      width: 15%;
      padding: 8px 0; }
      .cart_table .cart_item div:first-child {
        width: 40%;
        padding-right: 16px; }
        .cart_table .cart_item div:first-child .car {
          display: block; }
.cart_table .cart_item .amount input[type="number"] 
{
	width: 80px;
    font-size: 15px; 
    padding-right:0px;
}
.cart_table .cart_item .amount input[type=number]::-webkit-inner-spin-button 
{
	height:40px;	
	/*-webkit-appearance: none;*/
   	/*opacity: 1;*/
}
    .cart_table .cart_item .btn.remove {
      position: absolute;
      right: -12px;
      padding: 12px;
      min-width: 0;
      background-color: rgba(239, 241, 243, 0);
      border-radius: 40px;
      transition: 0.15s ease; }
      .cart_table .cart_item .btn.remove svg {
        margin: 0;
        stroke: #9FACBC;
        transition: 0.15s ease; }
      .cart_table .cart_item .btn.remove:hover {
        background-color: #eff1f3; }
        .cart_table .cart_item .btn.remove:hover svg {
          stroke: #212121; }

.cart_options {
  margin-bottom: 80px; }
  .cart_options .row {
    display: flex;
    justify-content: flex-end; }

.payment_options {
  margin-bottom: 32px; }

.cart_total {
  margin-bottom: 16px; }
  .cart_total .cart_total_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0; }
    .cart_total .cart_total_row.last {
      margin-top: 10px;
      border-top: 1px solid #0a83d1;
      padding: 16px 0; }

.cart_empty {
  margin-bottom: 80px;
  text-align: center; }

@media screen and (max-width: 960px) {
  .cart_table header div,
  .cart_table .cart_item div {
    width: 20%; }
  .cart_table header div:nth-child(2),
  .cart_table .cart_item .article_id {
    font-size: 0;
    width: 0; } }

@media screen and (max-width: 640px) {
  .cart_steps {
    padding: 0;
    height: 0px;
    overflow: hidden;
    margin: 40px 0 0 0; }
    .cart_steps .steps {
      flex-direction: column;
      border-radius: 3px; }
      .cart_steps .steps .step {
        width: 100%;
        border-bottom: 1px solid #e6e9ec;
        padding: 8px 0;
        margin: 0 24px; }
        .cart_steps .steps .step:last-child {
          border-bottom: 0; }
  .cart_table {
    margin-top: 12px; }
    .cart_table header {
      display: none; }
    .cart_table .cart_item {
      display: grid;
      padding: 8px 0;
      grid-template-columns: 50% 50%;
      grid-template-rows: auto;
      grid-template-areas: "cart_item_desc cart_item_desc" "cart_item_amount cart_item_price";
      height: auto; }
      .cart_table .cart_item div {
        width: 100%; }
      .cart_table .cart_item .desc {
        grid-area: cart_item_desc;
        width: 90% !important;
        display: flex;
        flex-direction: column-reverse; }
        .cart_table .cart_item .desc .car {
          display: block;
          font-weight: 600; }
      .cart_table .cart_item .amount {
        grid-area: cart_item_amount; }
      .cart_table .cart_item .article_id {
        display: none; }
      .cart_table .cart_item .price {
        display: none; }
      .cart_table .cart_item .price_total {
        grid-area: cart_item_price;
        text-align: right; }
      .cart_table .cart_item .btn.remove {
        top: 0px;
        right: -12px; } }

.order_data .payment_type {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 12px; }
  .order_data .payment_type label {
    width: 25%; }
  .order_data .payment_type div {
    width: 75%;
    display: flex;
    align-items: center; }
    .order_data .payment_type div img {
      height: 40px; }

.order_data .container:last-child .btn_group {
  margin: 24px 0 80px 0; }

.order_overview {
  margin-bottom: 60px; }
  .order_overview .row {
    justify-content: space-between; }
  .order_overview .order_table {
    margin: 16px 0 40px 0; }
    .order_overview .order_table header {
      display: flex;
      border-bottom: 1px solid #EFF1F3; }
      .order_overview .order_table header div {
        color: #9FACBC;
        font-size: 15px;
        font-weight: 400;
        width: 15%;
        padding: 8px 0; }
        .order_overview .order_table header div:first-child {
          width: 70%; }
        .order_overview .order_table header div:last-child {
          text-align: right; }
    .order_overview .order_table .order_item {
      display: flex;
      border-bottom: 1px solid #EFF1F3;
      height: 75px;
      align-items: center;
      position: relative; }
      .order_overview .order_table .order_item div {
        width: 15%;
        padding: 8px 0;
        white-space: nowrap; }
        .order_overview .order_table .order_item div:first-child {
          width: 70%; }
        .order_overview .order_table .order_item div:last-child {
          text-align: right; }
        .order_overview .order_table .order_item div.desc {
          padding-right: 10%; }
  .order_overview .cart_total .cart_total_row span:last-child {
    white-space: nowrap; }
  .order_overview .cart_total .cart_total_row.last {
    padding: 16px 0 6px 0; }
  .order_overview .cart_total .note {
    font-size: 13px;
    color: #9FACBC;
    margin-top: 20px;
    display: inline-flex;
    align-items: center; }
    .order_overview .cart_total .note svg {
      width: 16px;
      height: 16px;
      stroke: #0a83d1;
      margin-right: 8px; }
  .order_overview .user_info div {
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .order_overview .user_info div span:first-child {
      flex: 0 0 40%; }
    .order_overview .user_info div span:last-child {
      flex: 0 0 60%; }

.order_payment 
{
	margin-bottom: 48px; 
}
.order_payment .data_row 
{
	padding: 0 0 16px;
    display: flex;
    align-items: center; 
    background:#fff;
}
.order_payment .data_row span 
{
	width: 45%;
    padding-right:5px;
    background:#fff;
}
.order_payment .data_row span:last-child 
{
	width: auto;
	padding-right:0px; 
	background:#fff;
}

.order-thanks {
  padding: 80px 0; }
  .order-thanks .container.small {
    width: 800px;
    display: flex;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
    padding: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 60px; }
    .order-thanks .container.small p {
      margin-bottom: 24px; }
  .order-thanks h1 {
    display: inline-flex;
    align-items: center; }
    .order-thanks h1 svg {
      stroke: #0a83d1;
      margin-right: 16px; }

@media screen and (max-width: 1024px) {
  .order_overview .row > div {
    margin-bottom: 24px; } }

.order-thanks.order-thanks--overview {
  padding-top: 0; }

.faq {
  padding: 60px 0; }
  .faq .row {
    justify-content: space-between; }

.faq_question {
  border-bottom: 1px solid #EFF1F3;
  overflow: hidden; }
  .faq_question .toggle {
    cursor: pointer;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 8px;
    transition: margin-bottom 300ms ease;
    color: #212121; }
    .faq_question .toggle:hover {
      background-color: #EFF1F3; }
    .faq_question .toggle svg {
      width: 16px;
      height: 16px;
      transition: 0.15s ease; }
      .faq_question .toggle svg line {
        transition: -webkit-transform 0.2s ease;
        transition: transform 0.2s ease;
        transition: transform 0.2s ease, -webkit-transform 0.2s ease;
        -webkit-transform-origin: center center;
        transform-origin: center center; }
      .faq_question .toggle svg:hover {
        opacity: 0.8; }
  .faq_question .content {
    font-size: 15px;
    line-height: 1.7em;
    padding: 0 8px; }
    .faq_question .content p, .faq_question .content span, .faq_question .content strong {
      font-size: 15px !important; }
  .faq_question.show .toggle {
    margin-bottom: 8px; }
  .faq_question.show svg line:first-child {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }

.info_page 
{
	padding: 60px 0;
  	position: relative; 
}
  .info_page .info_index {
    display: flex;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
    padding: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px; }
    .info_page .info_index ol {
      list-style: none;
      counter-reset: li;
      padding: 0px 0px 0px 6px; }
      .info_page .info_index ol li {
        counter-increment: li;
        display: flex;
        align-items: center; }
        .info_page .info_index ol li a {
          color: #212121;
          text-decoration: none;
          padding: 3px 0;
          display: block;
          transition: color 0.15s ease; }
        .info_page .info_index ol li:before {
          content: counters(li, ".") ".";
          color: #212121;
          margin-right: 8px;
          transition: color 0.15s ease; }
        .info_page .info_index ol li:hover a {
          color: #0a83d1; }
        .info_page .info_index ol li:hover:before {
          color: #0a83d1; }
  .info_page .content h2 {
    padding-left: 12px;
    border-left: 4px solid #0a83d1;
    color: #0a83d1;
    font-size: 20px;
    margin-bottom: 14px; }

@media screen and (max-width: 1024px) {
  .info_page {
    padding: 40px 0; }
    .info_page .info_index {
      margin-bottom: 40px;
      position: static !important; } }

.reviews header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0 40px; }

.reviews .review {
  display: flex;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
  padding: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
  padding: 32px 40px; }
  .reviews .review .review_head {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px; }
  .reviews .review .date {
    font-size: 15px;
    color: #9FACBC; }
  .reviews .review h3 {
    margin-bottom: 8px; }
  .reviews .review .reaction {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #EFF1F3;
    width: 100%; }
    .reviews .review .reaction h4 {
      margin-bottom: 3px;
      font-size: 15px; }
    .reviews .review .reaction p {
      color: #51647B;
      font-size: 15px; }

.reviews .review_average {
  display: flex;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
  padding: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px 40px; }
  .reviews .review_average h3 {
    font-size: 18px;
    margin: -4px 0 8px; }
  .reviews .review_average .rating_item {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    width: 100%; }
    .reviews .review_average .rating_item .star_rating {
      display: flex;
      align-items: center; }
    .reviews .review_average .rating_item .rating_detail 
    {
      margin-left: 24px; 
      /*background:#bea;*/
      width:35px;
      text-align:right;
    }

.star_rating,
.star_input {
  margin-left: -6px; }
  .star_rating span,
  .star_input span {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='rgb%28221%2C219%2C213%29'%3E%3Cpath fill-rule='evenodd' d='M4.52 11.896c-.633.281-1.199-.179-1.033-.855l.548-2.224a.443.443 0 0 0-.104-.343l-1.622-1.51c-.49-.455-.313-1.152.34-1.318l2.163-.549a.774.774 0 0 0 .384-.305l1.135-2.306c.299-.606 1.03-.618 1.335 0L8.8 4.792a.791.791 0 0 0 .385.305l2.162.55c.647.163.835.857.34 1.318l-1.621 1.51a.474.474 0 0 0-.105.342l.548 2.224c.168.684-.402 1.136-1.033.855l-2.217-.985a.822.822 0 0 0-.522 0l-2.217.985z'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-size: 28px;
    background-position: left 50%;
    display: block;
    width: 140px;
    height: 20px;
    position: relative; }
    .star_rating span span,
    .star_input span span {
      background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='rgb%28255%2C199%2C35%29'%3E%3Cpath fill-rule='evenodd' d='M4.52 11.896c-.633.281-1.199-.179-1.033-.855l.548-2.224a.443.443 0 0 0-.104-.343l-1.622-1.51c-.49-.455-.313-1.152.34-1.318l2.163-.549a.774.774 0 0 0 .384-.305l1.135-2.306c.299-.606 1.03-.618 1.335 0L8.8 4.792a.791.791 0 0 0 .385.305l2.162.55c.647.163.835.857.34 1.318l-1.621 1.51a.474.474 0 0 0-.105.342l.548 2.224c.168.684-.402 1.136-1.033.855l-2.217-.985a.822.822 0 0 0-.522 0l-2.217.985z'/%3E%3C/svg%3E");
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      width: 100%; }

.write_review {
  padding: 60px 0; }
  .write_review .container.small {
    width: 640px; }
  .write_review form {
    margin-top: 32px; }
  .write_review fieldset h3 {
    margin-bottom: 0px; }
  .write_review fieldset p {
    margin-bottom: 16px; }
  .write_review .input_group label {
    width: 35%; }
  .write_review .input_group input, .write_review .input_group textarea {
    width: 65%; }

.star_input_wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .star_input_wrapper label {
    width: 35%; }
  .star_input_wrapper .star_input {
    width: 65%;
    padding: 8px 0;
    display: flex;
    align-items: center; }
    .star_input_wrapper .star_input .desc {
      font-size: 13px;
      margin-left: 8px; }

@media screen and (max-width: 800px) {
  .reviews_wrapper {
    flex-direction: column-reverse; }
  .reviews .review_average {
    position: static !important;
    margin-bottom: 24px; } }

@media screen and (max-width: 480px) {
  .star_input_wrapper label {
    width: 50%; }
  .star_input_wrapper .star_input {
    width: 50%; }
    .star_input_wrapper .star_input .desc {
      display: none; }
  .write_review .input_group input, .write_review .input_group textarea {
    width: 100%; } }

    
.btn_ww
{
	min-width: 125px;
	padding: 0px 10px 0px 10px;
	height: 35px;
	color:#000;
	font-size:15px;
	font-weight:bold;
	border: none;
	/*background-image: url("../media/images/btn_ww.png"); */
	background: #bbb;
	border-radius: 10px;	
} 

.btn_ww:hover 
{
	opacity: 0.7;
}

.btn_ww span
{
	font-weight:bold;
	font-family: ARIAL;
	color: #66f;
  	font-size: 16px;
  	margin-left:0px;
  	padding:0px;
} 

.tblOnderdeel
{
	border: solid 1 px #000;
	white-space:nowrap;
}

.tblOnderdeel td
{
	text-align:right;
}
 