/*html {
  font-size: 16px;
}*/
*{
   font-family: 'Nunito', sans-serif !important;
}
html, body {
    font-family: 'Nunito', sans-serif !important;
    box-sizing: border-box;
    scroll-behavior: smooth;
}


.top {
    background: url("../img/bg-header.jpg?v2.0")no-repeat center center;
    background-size: cover;
}

.top {
    /* background-size: cover; */
    background-repeat: no-repeat;
    min-height: 630px;
    position: relative;
}

.top .top-title {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-content: center;
    -webkit-align-content: center;
    text-align: center;
    height: 600px;
}

.top .logo-area {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
    padding: 0 50px;
    margin: 30px 0;
}

.top .logo-area img.logo-x { height: 50px; }
.top .logo-area img.logo-s { height: 40px;}

@media(max-width: 567px) {
    h1 {
        font-size: 24px !important;
        padding: 24px 0;
    }
    
    h2 { font-size: 20px !important; }

}

@media(max-width: 1200px) {
    h1 {
        font-size: 35px;
        padding: 20px 0;
    }
    
    h2 { font-size: 28px; }
    .section img { max-width: 100%; }
    .top .logo-area img.logo-x { height: 30px; }
    .top .logo-area img.logo-s { height: 25px;}
    .product-card .product-text { padding-top: 10px;}
    .product-text {padding: 0 10px;}
    .section-5 .product-text { padding: 0 10px; }
    .section-6 .product-text { padding: 0 10px; }
    .section-6 { height: auto; }
    .product-card .product-text { padding-bottom: 5px ;}
    .product-card { padding-bottom: 10px ;}
    .section .product-simple, .section .product-card { margin: 20px 0;}
}

@media(max-width: 768px) {
    .top .logo-area { padding: 0 20px;}
    .top .logo-area img.logo-x { height: 24px; }
    .top .logo-area img.logo-s { height: 20px;}
}

@media (min-width: 320px) {
  html {
    font-size: calc(16px + 2 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  html {
    font-size: 18px;
  }
}

h6,
.h6 {
  font-size: 16px;
}

@media (min-width: 320px) {
  h6,
  .h6 {
    font-size: calc(16px + 8 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  h6,
  .h6 {
    font-size: 24px;
  }
}

h5,
.h5 {
  font-size: 18px;
}

@media (min-width: 320px) {
  h5,
  .h5 {
    font-size: calc(18px + 10 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  h5,
  .h5 {
    font-size: 28px;
  }
}

h4,
.h4 {
  font-size: 20px;
}

@media (min-width: 320px) {
  h4,
  .h4 {
    font-size: calc(20px + 12 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  h4,
  .h4 {
    font-size: 32px;
  }
}

h4,
.h4 {
  font-size: 22px;
}

@media (min-width: 320px) {
  h4,
  .h4 {
    font-size: calc(22px + 14 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  h4,
  .h4 {
    font-size: 36px;
  }
}

h3,
.h3 {
  font-size: 24px;
}

@media (min-width: 320px) {
  h3,
  .h3 {
    font-size: calc(24px + 16 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  h3,
  .h3 {
    font-size: 40px;
  }
}

h2,
.h2 {
  font-size: 26px;
}

@media (min-width: 320px) {
  h2,
  .h2 {
    font-size: calc(26px + 18 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 44px;
  }
}

h1,
.h1 {
  font-size: 28px;
}

@media (min-width: 320px) {
  h1,
  .h1 {
    font-size: calc(28px + 20 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 48px;
  }
}

hr {
  opacity: 0.05;
}

.rounded {
  border-radius: 16px !important;
  overflow: hidden;
}

.page-wrapper iframe {
  margin: 0 !important;
  padding: 0 !important;
  margin-top: -20px !important;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  background: #000;
  color: #fff;
  position: relative;
  overflow-x: hidden;
}

section.products {
  position: relative;
  background: #000;
}

.btn {
  padding: 6px 24px 7.5px 24px;
  border-radius: 56px;
  transition: all 200ms ease-in-out;
}

.btn {
  font-size: 14px;
}

@media (min-width: 320px) {
  .btn {
    font-size: calc(14px + 2 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  .btn {
    font-size: 16px;
  }
}

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn.btn-primary {
  background: #44d62c;
  border: none;
}

.btn.btn-primary:hover {
  background: #3cc326;
}

.btn.btn-primary:active {
  transform: scale(0.98);
  background: #35ad22;
}

.btn.btn-outline-primary {
  color: #44d62c;
  border: 2px solid #44d62c;
  font-weight: 600;
}

.btn.btn-outline-primary:hover {
  background: transparent;
  border: 2px solid #288319;
  color: #288319;
}

.link.link-primary {
  color: #44d62c;
  transition: all 150ms ease-in-out;
}

.link.link-primary:hover {
  color: #35ad22;
}

.hero {
  background: #000;
  min-height: 240px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-content: center;
  align-items: center;
}
@media(max-width:991px)
{
/*	.hero img
	{
		max-width:180%;
	}*/
}

.tabs-tab-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabs-tab-list li {
  margin: 0;
  justify-content: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
	padding: 0 20px;
  min-height: 100px;
  width: 100%;
}



.tabs-tab-list li a {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tabs-trigger {
  justify-content: center;
  align-content: center;
  align-items: center;
	display: flex;
  height: 120px;
  width: 100%;
  border: 2px solid #343434;
  border-radius: 8px;
  transition: all 150ms ease-in-out;
}

.tabs-trigger .product__category--name {
  opacity: 0;
  position: absolute;
  top: 0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  transition: all 150ms ease-in-out;
}

.tabs-trigger svg {
  object-fit: contain;
  position: absolute;
  z-index: -1;
  transition: all 150ms ease-in-out;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tabs-trigger svg path,
.tabs-trigger svg rect {
  fill: #565656;
}

.tabs-trigger:hover {
  color: #000;
}

.tabs-trigger.is-selected,
.tabs-trigger.is-selected:hover,
.tabs-trigger.is-selected:focus {
  border-color: #44d62c;
  background: #44d62c;
  color: #000;
  transition: all 150ms ease-in-out;
}

.tabs-trigger.is-selected .product__category--name,
.tabs-trigger.is-selected:hover .product__category--name,
.tabs-trigger.is-selected:focus .product__category--name {
  opacity: 1;
  position: absolute;
  z-index: 1;
  top: 58px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
}

.tabs-trigger.is-selected .product__category--name,
.tabs-trigger.is-selected:hover .product__category--name,
.tabs-trigger.is-selected:focus .product__category--name {
  font-size: 14px;
}

@media (min-width: 320px) {
  .tabs-trigger.is-selected .product__category--name,
  .tabs-trigger.is-selected:hover .product__category--name,
  .tabs-trigger.is-selected:focus .product__category--name {
    font-size: calc(14px + 2 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  .tabs-trigger.is-selected .product__category--name,
  .tabs-trigger.is-selected:hover .product__category--name,
  .tabs-trigger.is-selected:focus .product__category--name {
    font-size: 16px;
  }
}

.tabs-trigger.is-selected svg,
.tabs-trigger.is-selected:hover svg,
.tabs-trigger.is-selected:focus svg {
  z-index: 1;
  top: 36px;
}

.tabs-trigger.is-selected svg path,
.tabs-trigger.is-selected svg rect,
.tabs-trigger.is-selected:hover svg path,
.tabs-trigger.is-selected:hover svg rect,
.tabs-trigger.is-selected:focus svg path,
.tabs-trigger.is-selected:focus svg rect {
  fill: #000;
}

.tabs-trigger:active {
  outline: none;
}

.tabs-panel {
  display: block;
  margin: 0;
  padding: 0;
}

.tabs-panel:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.tabs-panel:not(:last-child) {
  border-bottom: none;
}

.tabs-panel .content {
  margin-top: 10px;
  padding: 20px;
}

@media (max-width: 768px) {
  .tabs-panel.is-hidden {
    display: none !important;
  }
}

.tabs-panel.is-hidden .content {
  display: none;
}

.tabs-panel:active,
.tabs-panel:focus {
  outline: none;
}

.is-initialized.tabs-allowed .tabs-panel {
  display: inherit;
}

.accordion-tabs {
  margin: 60px 24px;
}

.accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 15px 20px;
}

@media (max-width: 768px) {
  .accordion-trigger {
    display: none !important;
  }
}

@media (min-width: 40em) {
  .tabs-allowed .accordion-trigger {
    display: none;
  }
  .tabs-allowed .tabs-trigger {
    display: flex;
    flex-direction: column;
  }
  .tabs-allowed .tabs-panel {
    display: none;
  }
  .tabs-allowed .tabs-panel.is-hidden {
    display: none;
  }
  .tabs-allowed .tabs-tab-list {
    margin-bottom: 0px;
  }
}

.accordion-trigger-icon {
  display: inline-block;
  float: right;
  width: 22px;
  height: 22px;
}

.accordion-trigger-icon svg {
  margin: 0;
}

[aria-expanded="true"] .vert {
  display: none;
}

.label--open,
.label--close {
  display: block;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.label--close {
  display: none;
}

.is-open .label--open {
  display: none;
}

.is-open .label--close {
  display: block;
}

.product__family {
  padding: 32px;
  background: #141414;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-content: flex-start;
  align-items: flex-start;
  border-radius: 8px;
  line-height: 1.2;
	margin-bottom: 120px;
  box-sizing: border-box;
  border: 2px solid transparent;
  transition: all 150ms ease-in-out;
  position: relative;
}

.product__family a {
  text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-items: flex-end;
	width: 100%;
}

.product__family:hover {
  border: 2px solid #44d62c;
}

.product__family--image {
  position: absolute;
    top: -120px;
    right: -20px;
    height: 320px;
    padding-bottom: 10px;
    z-index: 1;
    width: initial !important;
}
.product__family--image.klawa
{
	right: -45px;
}

.product__family--name {
  color: #858585;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 3;
}

.product__family--name {
  font-size: 15px;
}

.product__family--vendor {
  color: #fff;
  padding-top: 18px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}

.product__family--vendor {
  font-size: 16px;
}

@media (min-width: 320px) {
  .product__family--vendor {
    font-size: calc(16px + 4 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  .product__family--vendor {
    font-size: 20px;
  }
}

.product__family--model {
  color: #fff;
	padding-top: 20px;
  position: relative;
  z-index: 3;
	width: 60%;
}

.product__family--model {
  font-size: 18px;
}

.product__family--price
{
	font-size: calc(16px + 4 * (100vw - 320px) / 704);
	color: #fff;
}
.product__family--price .product-oldprice
{
	font-size: 15px;
	color: #858585;
	text-decoration: line-through;
	position: relative;
	top: -3px;
}
.product__family:hover .product__family--price .product-newprice
{
	color: #44d62c;
}

.product__family--bottom {
    padding: 20px 0 0;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-content: baseline;
    align-items: center;
}

@media (min-width: 320px) {
  .product__family--model {
    font-size: 24px;
	  width: 100%;
  }
}

@media (min-width: 1024px) {
  .product__family--model {
    font-size: 20px;
  }
}

@media (min-width:976px) and (max-width:1360px)
{
	.product__family--image
	{
		position: relative;
		top: auto;
		right:auto;
		height: 340px;
		display: inline-block;
		align-self: center;
		padding-bottom: 10px;
		z-index: 1;
		width: initial !important;
	}
	.product__family--image.klawa {
		right: 0;
		margin-left: -80px;
	}
}

.product__family--rating {
  color: #44d62c;
  padding-top: 6px;
  padding-bottom: 16px;
  position: relative;
  z-index: 3;
}

.product__family--rating {
  font-size: 12px;
}

.product__family .btn {
  position: relative;
  z-index: 3;
}

.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.owl-carousel .owl-stage-outer .owl-stage {
  overflow: visible;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item {
  overflow: visible;
  filter: grayscale(1);
  opacity: 0.5;
  transition: all 150ms ease-in-out;
  pointer-events: none;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item.active {
  opacity: 1;
  filter: none;
  pointer-events: all;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin-top: -40px;
}

.owl-carousel .owl-nav button {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  color: #0f0f0f;
  padding: 0;
  margin: 0;
  border-radius: 64px;
  font-weight: 600;
  transition: all 150ms ease-in-out;
}

.owl-carousel .owl-nav button {
  font-size: 18px;
}

.owl-carousel .owl-nav button.disabled {
  opacity: 0;
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 0;
  left: -24px;
  background: #44d62c;
}

.owl-carousel .owl-nav button.owl-prev:hover {
  background: #35ad22;
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 0;
  right: -24px;
  background: #44d62c;
}

.owl-carousel .owl-nav button.owl-next:hover {
  background: #35ad22;
}

.owl-carousel .owl-nav button i {
  color: #000;
}

.owl-carousel.tabs-tab-list .owl-nav {
  margin-top: -24px;
}

.owl-carousel.tabs-tab-list .owl-nav button {
  background: #5c5c5c;
}

.razer__trademark {
  color: #44d62c;
  font-size: 1.4rem;
}

.logo-vendor {
  height: 100px;
  max-width: 100%;
}
