:root {
	--bz-font-family: "Rubik";
}

.bz-more {
  display: flex;
  font-family: var(--bz-font-family);
  line-height: 45px;
  overflow: hidden;
  padding: 0 3em;
  text-align: center;
  transition: all 0.3s ease, background-color 0.01s ease, color 0.01s ease;
  max-width: 180px;
  margin: 0 auto;
  font-weight: 500;
  color: #fff;
  font-size: 13px;
  justify-content: center;
  border-radius: 8px;
  background-color: #000;
  text-overflow: ellipsis;
	cursor: pointer;
	margin-top: 1em;
	opacity: 0;
	visibility: hidden;
}
.bz-more.bz-active {
	visibility: visible;
	opacity: 1;
}
.bz-more:hover {
	background-color: #111;
	color: #f0f0f0;
}
.bz-more.xhr {
  -webkit-animation: rotate 1.5s linear infinite;
          animation: rotate 1.5s linear infinite;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  background-color: transparent;
  border: 0.3em solid #e1e1e1;
  border-radius: 1.5em;
  border-top-color: #e11b23;
  box-sizing: border-box;
  height: 3em;
  color: transparent;
  padding: 0;
  cursor: not-allowed;
  pointer-events: none;
  width: 3em;
}

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

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-slide {
    width: auto;
}

.bz-filter-custom > ul > li[data-slug='pa_marka'] ul li {
	text-align: left;
}

.bz-filter-custom > ul > li[data-slug='pa_marka'] ul li small {
	opacity: .4;
	margin-left: 5px;
	font-size: 11px;
	font-weight: 400;
}

.swiper-scrollbar.swiper-scrollbar-horizontal{bottom: 0; height: 8px;}
.swiper-scrollbar-drag{background: none;}
.swiper-scrollbar-drag:after{content: ""; width: 8px; height: 8px; border-radius: 3; background: #CCC; position: absolute; top: 0; left: 50%; margin: 0 0 0 -20px;}
.mobile-whatsapp {
    margin: 0 15px;
    padding: 15px 0;
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    background-color: #2bb640;
    visibility: hidden;
    justify-content: center;
    z-index: 103;
    font-family: var(--bz-font-family);
    font-size: 13px;
    text-decoration: none;
}

.mobile-whatsapp:focus,.mobile-whatsapp:visited {
    outline: none;
}

.mobile-whatsapp .mfh {
    margin: 0 1em;
}

.mobile-whatsapp i {
    margin-right: 1em;
}

.bz-thumb-exist:before {
	    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.05);
    z-index: 1;
}

.bz-grid-item[data-page]:before {
    content: attr(data-page);
    position: absolute;
    cursor: pointer;
    width: 60px;
    color: #999;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 56px;
    right: calc(100% - 25px);
    font-size: 13px;
    z-index: 10;
    clip: rect(0rem,21rem,12rem,0px);
    display: inline-block;
}

.bz-thumb-exist:after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 90%);
    z-index: 1;
}


.bz-filter-container {
    position: relative;
    z-index: 15;
	font-family: var(--bz-font-family);
	font-size: 13px;
	display: flex;
	flex-direction: column;
}

.bz-filter-container label {
	cursor: inherit;
}


.bz-badge {
    position: absolute;
    top: 0;
    z-index: 3;
    right: 0;
    width: 100%;
    display: block;
    font-size: 13px;
    padding: 0px;
    overflow: hidden;
    height: 100px;
}


.bz-badge span {
    color: #fff;
    float: left;
    transform: rotate(-45deg);
    left: -67px;
    top: 25px;
    position: relative;
    text-align: center;
    width: 200px;
    font-size: 11px;
    font-weight: 500;
    margin: 0;
    background-color: #27AE60;
}


.bz-badge-set span {
	background-color: #e11a22;
}


.bz-container {
	color: #000;
	line-height: normal;
}

.bz-container label {
	margin-bottom: inherit;
	font-weight: inherit;

}


.bz-filter-container *{user-select:none}
.bz-filter-container *::-webkit-scrollbar-track{visibility:hidden}
.bz-filter-container *::-webkit-scrollbar{width:6px;background:#fff}
.bz-filter-container *::-webkit-scrollbar-thumb{border-radius:6px;background-color:#CCC}

.bz-filter {
	border-radius: 8px;
	border: 1px solid #e5e5e5;

	box-sizing: border-box;
	display: flex;
	align-items: center;
	z-index: 11;
	padding: 15px 35px;
	position: relative;
	border-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}


.bz-filter-summary {
}

.bz-filter-summary h3 {
	margin: 0;
	font: inherit;
	font-size: 14px;
	font-weight: 500;
}

.bz-filter-summary p {
	color: #707070;
	margin: 0;
}

.bz-filter-summary p b {
	font-weight: 500;
}

.bz-filter-actions {
	position: relative;
	z-index: 1;
	display: flex;
	margin-left: auto;
	padding: 0 35px;
	padding-right: 0;
	border-left: 1px solid #e5e5e5;
}

.bz-filter-bt {
	min-width: 160px;
	background-color: #f0f0f0;
	border-radius: 8px;
	display: flex;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	cursor: pointer;
}

.bz-filter-bt.bz-active {
	background-color: #e0e0e0;
}

.bz-filter-bt-icon {
	padding: 0 15px;
	opacity: .5;
}

.bz-filter-bt-text label {
	opacity: .5;
}

.bz-filter-bt-text span {
	display: block;
	font-weight: 500;
}

.bz-filter-bt[data-bt="sort_by"] {
	margin-left: 8px;
}

.bz-filter-overview {
	display: flex;
	margin-top: 1em;
	margin-bottom: 1em;
}

.bz-filter-clear {
	display: none;
	border-radius: 8px;
	padding: 0 15px;
	height: 50px;
	margin-right: 1em;
	background-color: #e11d25;
	color: #fff;
	display: none;
	align-items: center;
	justify-content: center;
}

.bz-filter-selected {
	display: flex;
}

.bz-filter-selected label {
	position: relative;
	border-radius: 8px;
	background-color: #f0f0f0;
	padding: 10px 20px;
	height: 50px;
	box-sizing: border-box;
	margin-right: 1em;
	padding-right: 45px;
	overflow: hidden;
}

.bz-filter-selected label:last-child {
	margin-right: 0;
}

.bz-filter-selected label:before {
	content: attr(data-title);
	display: block;
	opacity: .4;
}

.bz-filter-selected label span {
	font-weight: 500;
}

.bz-filter-selected label small {
	opacity: .5;
	margin-left: 5px;
}

.bz-filter-selected label:after {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	content: "\f00d";
	background-color: #f0f0f0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #888;
	padding: 0 8px;
	font-family: "FontAwesome";
	transition: all .3s;
	border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.bz-filter-selected label:hover:after {
	left: 0;
	opacity: .9;
}

.bz-filter-sort {
	position: absolute;
	top: 100%;
	right: 0px;
	margin-top: 1em;
	border-radius: 8px;
	box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	min-width: 200px;
	visibility: hidden;
	opacity: 0;
}

.bz-filter-sort:before {
	bottom: 100%;
	right: 35px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}

.bz-filter-sort.bz-active {
	visibility: visible;
	opacity: 1;
}

.bz-filter-sort ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bz-filter-sort ul li:first-child {
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

.bz-filter-sort ul li:last-child {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.bz-filter-sort ul li {
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
	font-weight: 400;
	cursor: pointer;
	transition: all .3s;
	display: flex;
	color: #666;
	align-items: center;
}

.bz-filter-sort ul li.bz-check {
	color: #111;
	font-weight: 500;
	cursor: inherit;
}

.bz-filter-sort ul li.bz-check:after {
	margin-left: auto;
	content: "\f00c";
	font-family: "FontAwesome";
}

.bz-filter-sort ul li:last-child {
	border-bottom: 0;
}

.bz-filter-sort ul li:hover {
	background-color: #f9f9f9;
}

/* Taxonomy */
.bz-filter-taxonomy {
	top: 100%;
	margin-top: 1em;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: 10;
}
.bz-filter-taxonomy.bz-active {
	visibility: visible;
	opacity: 1;
}
.bz-filter-tx {
	min-width: 310px;
	position: absolute;
	background-color: #fff;
	padding: 5px;
	box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	transition: all .4s ease;
}

.bz-filter-tx:before {
	bottom: 100%;
	left: 35px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}

.bz-filter-tx ol {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: 50% 50%;
}

.bz-filter-tx ol li {
	display: flex;
	border-radius: 8px;
	padding: 10px 15px;
	cursor: pointer;
}

.bz-filter-tx ol li i {
	color: #555;
	margin-top: 1px;
}

.bz-filter-tx ol li div {
	margin-left: 5px;
}

.bz-filter-tx ol li div:before {
	content: attr(data-title);
	display: block;
	opacity: .5;
}

.bz-filter-tx ol li:hover {
	background-color: #f9f9f9;
}

.bz-filter-tx ol li div span {
	font-weight: 500;
}

.bt-filter-tx-selected div span {
	color: #2980B9;
}

.bt-filter-tx-selected div small {
	opacity: .5;
}

.bz-filter-custom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border-radius: 8px;
	background-color: #fff;
	z-index: 1;
	opacity: 0;
	display: none;
	overflow: hidden;
	flex-direction: column;
}

.bz-filter-custom-head {
	display: flex;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}

.bz-filter-custom-head span {
	opacity: .5;
	padding-left: 15px;
}

.bz-filter-custom-head button {
	margin-left: auto;
	padding: 0 15px;
	border: 0;
	font: inherit;
	background: none;
	cursor: pointer;
}

.bz-filter-custom ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 100%;
	overflow-y: scroll;
}

.bz-filter-custom > ul {
	padding: 10px 0;
}

.bz-filter-custom > ul > li:before {
	content: attr(data-title);
	padding: 10px 15px;
	display: block;
	font-weight: 500;
	opacity: .5;
	font-size: 11px;
}

.bz-filter-custom > ul > li.bz-focus:before {
	opacity: 1;
	color: #CCC;
}

.bz-filter-custom > ul > li.bz-focus:after {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: red;
	left: 7px;
	top: 14px;
}

.bz-filter-custom > ul > li {
	padding-right: 5px;
	position: relative;
}

.bz-filter-custom > ul > li ul li:hover {
	cursor: pointer;
	background-color: #f9f9f9;
}

.bz-filter-custom > ul > li ul li.bz-active {
	background-color: #f5f5f5;
}

.bz-filter-custom > ul > li ul {
	display: flex;
	justify-content: center;
	padding: 0 15px;
}

.bz-filter-custom > ul > li ul li {
	position: relative;
	text-align: center;
	border: 1px solid #eee;
	padding: 10px 15px;
	padding-left: 20px;
	font-weight: 500;
	border-radius: 8px;
}

.bz-filter-custom > ul > li.bz-typ0 li {
	border-radius: 100%;
	width: 45px;
	height: 45px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 1em;
}

.bz-filter-custom > ul > li.bz-typ0 li:last-child {
	margin-right: 0;
}

.bz-filter-custom > ul > li.bz-typ1 li {
	border-radius: 0;
	border-left: 0;
	width: 100%;
}

.bz-filter-custom > ul > li.bz-typ1 ul li:first-child {
	border-left: 1px solid #eee;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.bz-filter-custom > ul > li.bz-typ1 ul li:last-child {
	border-right: 1px solid #eee;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.bz-filter-custom > ul > li.bz-typ2 ul,
.bz-filter-custom > ul > li.bz-typ3 ul {
	display: grid;
	grid-gap: 5px;
	overflow: hidden;
	overflow-y: scroll;
	max-height: 209px;
}

.bz-filter-custom > ul > li.bz-typ2 ul {
	grid-template-columns: 50% 50%;
}

.bz-filter-custom > ul > li.bz-typ3 ul {
	grid-template-columns: 25% 25% 25% 25%;
}

/*.bz-filter-custom > ul > li ul li {
	border-radius: 8px;
	padding: 10px 15px;
	border: 1px solid #eee;
	text-align: center;
	font-weight: 500;
}*/

.container {
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

.intro {
	position: relative;
	padding-left: 35px;
    padding-top: 20px;
    border-radius: 10px;
    height: 190px;
    box-sizing: border-box;
    background-color: #1e2126;
    background-position: top right;
    background-repeat: no-repeat;
    margin-top: 35px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.intro:after {
	content: "";
	position: absolute;
	right: 35px;
	bottom: 15px;
	width: 150px;
	height: 150px;
	background-image: url(../images/tire.png);
	z-index: 15;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.intro .a1 {
	display: block;
}

.intro .a2 {
	font-weight: 500;
	display:block;
	margin-top: 1em;
}

body.bz-mask-filter .bzfilter-mask {
	display: block;
}

body.bz-mask-filter .bz-filter {
	border-color: #fff;
	background-color: #fff;
	box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
}

body.bz-mask-filter .bz-filter-container > .bz-filter-overview .bz-filter-selected label {
	box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}


.bzfilter-mask {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,.2);
	z-index: 10;
	display: none;
}

.intro p {
	font-size: 16px;
	margin-top: 5px;
}

.intro {
	font-family: var(--bz-font-family);
	padding-right: 350px;
}

.intro h1 {
	font-weight: 700;
	margin: 0;
	color: #e1161f;
}

.intro p {
	font-family: Montserrat;
	font-weight: 500;
	color: #fff;
}

.bz-search input {
    width: 100%;
    box-sizing: border-box;
	font: inherit;
    line-height: 37px;
    background: none;
    padding: 0;
    border: 0;
}

.bz-search:after {
	content: "\f002";
	font-family: "FontAwesome";
	color: #CCC;
}

.bz-search input::placeholder {
	color: #CCC;
}

.bz-search input:focus {
	outline: none;
}

.bz-search {
	display: flex;
	align-items: center;
	margin: 0 12px;
	margin-bottom: 5px;
	border: 1px solid #eee;
    border-radius: 8px;
    padding: 0 15px;
    margin-right: 19px;
	background-color: #f9f9f9;
}

.bz-filter-load {
	padding-right: 15px;
}

.bz-filter-results {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 1;
}

.bz-filter-load div {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #CCC;
	color: #fff;
}

.bz-filter-load div.check {
	background-color: #27AE60;
}
.bz-filter-load div.check:before {
	content: "\f00c";
	font-family: "FontAwesome";
}

.bz-filter-load div.warning {
	background-color: #F1C40F;
}
.bz-filter-load div.warning:before {
	content: "\f633";
	font-family: "FontAwesome";
}

.bz-filter #nprogress .spinner-icon {
	width: 30px;
	height: 30px;
	border-top-color: #e11720;
	border-left-color: #e11720;
}

.bz-filter #nprogress .spinner {
	left: 35px;
	top: 25px;
}

.bz-filter #nprogress .bar {
	background: #e11720;
}

.bz-filter #nprogress .peg {
	box-shadow: 0 0 10px #e11720, 0 0 5px #e11720;
}

.bz-products {
	font-family: var(--bz-font-family);
}

.bz-products ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-gap: 15px;
	grid-template-columns: 20% 20% 20% 20% 20%;
}

.bz-product {
	text-decoration: none;
	color: inherit;
	text-align: center;

}

.bz-product:hover {
	text-decoration: none;
}



.bz-product:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,.5);
	z-index: 10;
	visibility: hidden;
}

.bz-product:after {
	content: "\f002";
	font-family: "FontAwesome";
	position: absolute;
	width: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	text-align: center;
	border-radius: 100%;
	background-color: #e1161f;
	color: #fff;
	top: 95px;
	left: 50%;
	font-size: 13px;
	margin-top: -16px;
	margin-left: -16px;
	z-index: 11;
	font-weight: 600;
	visibility: hidden;
}


.bz-product:hover:before,
.bz-product:hover:after {
	visibility: visible;
}

.bz-thumb {
	position: relative;
	width: 198px;
	height: 198px;
	margin: 0 auto;
	border-radius: 8px;
	overflow: hidden;
	flex-basis: 0;
}

.bz-thumb .bz-attribute {
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 8px;
	right: 8px;
	display: flex;
	background-color: #fff;
	z-index: 2;
	border-radius: 8px;
}
.bz-thumb .bz-attribute > span {
	padding: 8px 10px;
}
.bz-thumb .bz-attribute > span.rft {
	font-weight: 500;
	font-size: 12px;
	border-right: 1px solid #eee;
}
.bz-thumb .bz-attribute > span.sea {
	font-size: 13px;
}

.bz-thumb .bz-depth {
	display: flex;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 10px;
	z-index: 2;
}

.bz-thumb .bz-depth em:before {
	position: absolute;
	color: #fff;
	content: attr(data-total);
	font-weight: 500;
	background-color: red;
	border-radius: 100%;
	width: 14px;
	height: 14px;
	display: flex;
	font-size: 9px;
	align-items: center;
	justify-content: center;
	right: -7px;
	top: -7px;
}

.bz-thumb .bz-depth em[data-tread="8"]:before {
	background-color: #84bc03;
}

.bz-thumb .bz-depth em[data-tread="7"]:before {
	background-color: #1ABC9C;
}



.bz-thumb .bz-depth em[data-tread="5"]:before {
	background-color: #BDC3C7;
}

.bz-thumb .bz-depth em {
	position: relative;
	font: inherit;
	margin-right: 1em;
	padding: 3px 5px;
	border-radius: 4px;
	background-color: #fff;
	text-align: center;
	color: #666;
	font-weight: 500;
	font-size: 10px;
}

.bz-thumb .bz-depth em.bz-opacity {
	color: rgba(0,0,0,.5);
}

.bz-thumb .bz-depth em.bz-opacity:before {
	background-color: #CCC;
}

.bz-thumb .bz-depth em:after {
	content: "mm";
	opacity: .7;
	font-size: 9px;
}

.bz-thumb img {
	max-width: 100%;
}

.bz-product .bz-summary {
	margin-top: 10px;
}

.bz-product .bz-summary span {
	display: block;
}

.bz-product-depth {
	opacity: .5;
	font-size: 11px;
}

.bz-product-brand {
	opacity: .7;
    font-weight: 600;
    font-size: 13px;
}

.bz-product-model {
	opacity: .6;
    font-weight: 400;
    font-size: 13px;
}

.bz-product-size {
    font-size: 16px;
	font-weight: 600;
}

.bz-product-price {
	font-weight: 500;
	font-size: 14px;
	color: #2980B9;
}

.bz-product-price em {
	font: inherit;
	font-family: Arial;
	font-size: 12px;
	font-weight: 600;
}

.bz-grid-item{
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
	height:290px}
.bz-grid-item,
.bz-grid-sizer {width:calc(20% - 16px);}
.bz-gutter-sizer{width:20px}

.test {
	font-family: var(--bz-font-family);
	font-weight: 600;
	color: #333;
	overflow: hidden;
	height: 68px;
	background-image: url(/wp-content/themes/bizimlastik/images/lastik-8.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	bottom: -100px;
	right: 0;
	background-color: #fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	z-index: 2;
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: 0 -3px 10px 3px rgba(0, 0, 0, 0.1);
	backdrop-filter: saturate(200%) blur(6px);
	-webkit-backdrop-filter: saturate(200%) blur(6px);
}


.test span {
	position: relative;
	display: block;
	top: 43px;
	text-align: center;
	font-size: 13px;
}
.test span em {
	position: relative;
	font: inherit;
}
.test span em.current {
	color: #666;
}

.test span em.current.act {
	color: #C0392B;
}

.test span em.current:before {
	/*content: "";
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: red;
	position: absolute;
	left: 50%;
	margin-left: -2px;
	top: -5px;*/
}
body.fixed-filter .bz-filter-container {
	min-height: 100px;
}
body.fixed-filter .bz-filter {
	display: flex;
	position: fixed;
	top: 0;
	border: 0;
	left: 0;
	right: 0;
	box-shadow: 0 1px 1.25rem 0.0625rem rgba(0,0,0,.1);
	border-radius: 0;
    background-color: rgba(255, 255, 255, 0.90);
    backdrop-filter: saturate(200%) blur(6px);
    -webkit-backdrop-filter: saturate(200%) blur(6px);
}
body.overview-fix .bz-filter-overview.swiper-container {
	width: auto;
}
body.fixed-filter .bz-filter-nprogress {
	border-radius: 0;
}
body.fixed-filter.admin-bar .bz-filter {
    top: 32px;
}


@media (max-width: 1200px) {
	
	.bz-product:after {top:79px}
	.bz-thumb {
	    width: 160px;
	    height: 160px;
	}
	.bz-grid-item {
		height: 245px;
	}
}

.bz-filter-nprogress {
	position: absolute;
	left: -1px;
	right: -1px;
	top: 0;
	bottom: 0;
	z-index: 0;
	overflow: hidden;
}


body.overview-fix .bz-filter-overview {
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 35px;
}

body.overview-fix .bz-filter-actions {
	margin-left: inherit;
}


@media (max-width: 992px) {
	.bz-grid-item,
	.bz-grid-sizer {width:calc(25% - 16px);}
	.bz-filter-summary p{display:none}
	.bz-filter #nprogress .spinner{top:19px}

	.intro {
		padding-right: 260px;
	}
	.intro h1 {
		font-size: 20px;
	}
	.intro p {
		font-size: 16px;
		font-weight: 400;
	}
	.bz-product:after {top:78px}
}

@media (max-width: 768px) {
	.bz-grid-item {
		margin-bottom: 35px;
		height: 230px;
	}
	.bz-thumb {
		width: 165px;
	    height: 165px;
	}
	.bz-product .bz-summary {
		margin-top: 5px;
	}
	.bz-filter {
		align-items: inherit;
		flex-direction: column;
	}
	.bz-filter-results {
		padding-top: 8px;
		padding-bottom: 16px;
	}
	.bz-filter-load {
		padding: 0 15px;
	}
	.bz-filter-actions {
		border-left: 0;
		padding: 0;
		margin-left: inherit;
	}
	.bz-filter-summary p{display:block}
	.bz-filter-bt{width:100%}
.bz-filter #nprogress .spinner{top:18px;left:23px}
}

@media (max-width: 640px) {
	.intro{
		border-radius: 8px;
		margin-bottom: 1em;
	}
	.bz-filter-nprogress {
		border-radius: 8px;
		top: -1px;
	}
	.bz-filter {
		border-radius: 8px;
	border: 1px solid #e5e5e5;
	}
	.intro:after{display:none}
	.intro .a1{display:block}
	.intro .a2{font-size:14px}
    .whatsapp{display:none}
    .bz-more{margin-bottom:35px}
    .bz-grid-item[data-page]:before{right: calc(100% - 30px);}
	.bz-product:after {top:76px}
	.mobile-whatsapp{visibility:visible;}
	.bz-grid-item,
	.bz-grid-sizer {width:calc(33.33333333% - 16px);}
    body.fixed-filter.admin-bar .bz-filter {top: 0px}
    .bz-filter{padding:8px;}
    .bz-filter-bt{min-width:auto}
	.intro {
		padding-right: 0;
		height: inherit;
		padding: 35px;
		background: #1e2126;
	}
	.intro h1 {
		font-size: 20px;
	}
	.intro h1, .intro p {
		text-align: center;
	}
	.bz-product-price {
		font-size: 13px;
		font-weight: 600;
		margin-top: 0;
	}
	.bz-product-price em {
		margin-right: 0;
	}

	.bz-filter-overview {
		order: -1;
		margin-top: 0;
		margin-bottom: 1em;
	}
	
	.bz-products {
	    margin-top: 1em;
	}

	.bz-filter-sort {
		right: 0px;
	}

	.bz-product-brand {
		font-size: 12px;
		margin-top: 5px;
	}

	.bz-product-model {
		font-size: 13px;
	}

	.bz-product-size {
		font-size: 16px;
	}

	/*.bz-filter-taxonomy {
		background-color: rgba(0,0,0,.5);
		position: fixed;
		left: 0;
		bottom: 0;
		right: 0;
		top: 0;
		margin-top: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}


	.bz-filter-tx {
		position: relative;
		top: inherit;
		left: inherit;
	}*/
}

@media (max-width: 540px) {
	.bz-grid-item,
	.bz-grid-sizer {width:calc(50% - 10px);}
}

.bz-filter-custom > ul > li ul li.bz-active {
	position: relative;
}

.bz-filter-custom > ul > li ul li.bz-active span {
	color: #555;
}

.bz-filter-custom > ul > li ul li:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	top: 50%;
	border-radius: 100%;
	margin-top: -3px;
	background-color: #f5f5f5;
	left: 8px;
}

.bz-filter-custom > ul > li ul li.bz-active:before {
	/*content: "\f00c";
	font-family: "FontAwesome";
	color: #27AE60;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	display: flex;
	align-items: center;
	font-weight: 900;
	font-size: 10px;*/
	content: "";
    /* font-family: "FontAwesome"; */
    background: rgb(246, 70, 93);
    position: absolute;
    top: 50%;
    bottom: 2px;
    margin-top: -3px;
    height: 6px;
    border-radius: 100%;
    width: 6px;
    /* border-top-left-radius: 8px; */
    /* border-bottom-left-radius: 8px; */
    left: 8px;
    display: flex;
    align-items: center;
    font-weight: 900;
    font-size: 10px;
}

.bz-filter-custom > ul > li.bz-typ0 ul li.bz-active:before {
	display: none;
}

.bz-filter-custom > ul > li.bz-typ0 li:before {
	visibility: hidden;
}

/* brand-swiper  */
		.brand-swiper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px; 

background: linear-gradient(90deg, rgba(30,33,38,1) 0%, rgba(0,212,255,0) 100%);

    z-index: 5; 
}
		.brand-swiper:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100px; 

background: linear-gradient(90deg, rgba(0,212,255,0) 0%, rgba(30,33,38,1) 100%);



    z-index: 5; 
}
				.brand-swiper {
					font-family: Rubik;
					position: absolute;
					right: 0;
					bottom: 15px;
					width: 540px;
					overflow: hidden;
				}

				.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}


.brand-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}

.brand-swiper .swiper-slide {
  text-align: center;
  font-size: 14px;
  opacity: .5;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
  padding: 0 50px;
}

@-webkit-keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

@keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

@media (max-width: 1200px) {
	.brand-swiper {
		width: 400px;
	}
}

@media (max-width: 768px) {
	.intro {
		padding-bottom: 50px;
	}
	.brand-swiper:before, .brand-swiper:after {
		display: none;
	}
}