@import url('https://fonts.googleapis.com/css?family=Inter:400,600,700,800&subset=latin-ext');
body,h1,h2,h3,h4,h5,h6,p,a,span,label,input,li,ul,ol,div{
    font-family: 'Inter', sans-serif;
    color: #000;
    font-size: 16px;
}

body{
    margin: 0;
    padding: 0;
}


::selection {
  background: var(--green); /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: var(--green); ; /* Gecko Browsers */
  color: #fff ;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(172, 45, 73, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(172, 45, 73, 0.6);
  outline: 0 none;
}

.content-width{
    max-width: 1320px;
    margin: 0 auto;
}

.no-padding {
    padding: 0;
    margin: 0;
}

h1{
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
}

h2{
    font-size: 18px;
    margin: 30px 0;
    color: #333333;
    margin-left: 10px;
}

h3{
    font-weight: 100;
    font-size: 20px;
    margin: 20px 0;
}

h4{
    font-size: 24px;
    margin: 30px 0;
}

p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--gray);
}

ul,li{
    font-weight: 100;
    font-size: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.clear{
    clear: both;
}




/* HOMEPAGE-CONTENT */

#pagecontent{
    background: transparent;
    margin-bottom: 50px;
}

#pagecontent .hp-desc{
    padding: 80px 0;
}

#pagecontent .content .homepage-slider .swiper-slide{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    height: 500px;
}

#pagecontent .content .homepage-slider .swiper-pagination-bullet{
    height: 10px;
    width: 70px;
    border-radius: 2px;
    background: rgba(255,255,255,0.8)
}

#pagecontent .content .homepage-slider .slider-button-next{
    position: absolute;
    margin-top: -280px;
    right: 30px;
    z-index: 21;
    color: #b1e806;
    cursor: pointer;
}

#pagecontent .content .homepage-slider .slider-button-prev{
    position: absolute;
    margin-top: -280px;
    left: 30px;
    z-index: 21;
    color: #b1e806;
    cursor: pointer;
}


#pagecontent .content .homepage-slider .slidercontent{
	max-width: 400px;
	background: rgba(0,0,0,0.7);
	padding: 15px;
	margin-left: 100px;
	margin-top: 200px;
	
}

#pagecontent .content .homepage-slider .slidercontent h2{
	color: #fff;
	margin: 0;
	font-size: 22px;
	font-weight: 800;
}

.catlistcol{
    border: 2px solid #f2f2f2;
    margin-top: 0;
    padding: 0 0 15px 0;
}

.catlistcol h2{
    background: #f2f2f2;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin: 0 0 15px 0;
    padding: 8px;
}

.catlistcol ul{
    padding-left: 15px;
}

.catlistcol ul li,
.catlistcol ul li a{
    font-size: 13px;
	transition: all 0.25s;
}

.catlistcol ul li.active a{
    color: #b1e806;
    font-weight: bold;
}

.catlistcol ul li a:hover{
	text-decoration: none;
	color: #b1e806;
}
 
#pagecontent .content .categorylist{
    border: 2px solid #F2F2F2;
    border-top: 6px solid #b1e806;
    margin-top: 50px;
    padding-bottom: 30px;
}

#pagecontent .content .categorylist h2{
    background: #f2f2f2;
    padding: 30px 0;
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}


#pagecontent .content .categorylist .category-item{
    cursor: pointer;
    margin-bottom: 30px;
}

#pagecontent .content .categorylist .category-item svg{
    width: 120px;
}

#pagecontent .content .categorylist .category-item .st0{
    fill: #323232 !important;
    transition: all 0.25s;
}

#pagecontent .content .categorylist .category-item:hover .st0{
    fill: #b1e806 !important;
    transform: scale(1.1);
}

#pagecontent .content .categorylist .category-item p{
    color: #323232;
    font-weight: 800;
    margin: 0;
    transition: all 0.25s;
    font-size: 13px;
    margin-top: -10px;
}

#pagecontent .content .categorylist .category-item:hover p{
    color: #b1e806;
}

#pagecontent .description img{
    max-width: 100% !important;
}


#brandlist{
    padding: 60px;
}

#brandlist .content-width{
    max-width: 1200px;
}


#brandlist .branddiv{
    border: 1px solid #f2f2f2;
    padding: 120px 30px 60px 30px;
}

#brandlist .branddiv h2{
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    padding: 30px;
    top: -43px;
    background: #fff;
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    left: 50%;
    margin-left: -225px;
}

#brandlist .branddiv .branditem{
    margin-bottom: 30px;
}

#brandlist .branddiv .branditem img{
    max-width: 100%;
	max-height: 150px;
}

#pagecontent .content .product-content{
    padding: 15px;
}

#static .content{
    padding: 0 0 50px 0;
}

.breadcrumb{
    padding-left: 0;
    background: transparent !important;
}

.breadcrumb>li,
.breadcrumb>li>a{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: var(--gray);
}

#pagecontent .content .product-content h1{
    font-size:30px;
    margin: 0 0 30px 0;
}

#pagecontent .content .product-content .oldprice{
    font-size: 22px;
    text-decoration: line-through;
    text-decoration-color: #b1e806;
}

#pagecontent .content .product-content .price{
    font-size: 22px;
    color: #b1e806;
    font-weight: 800;
}

#pagecontent .content .product-content .vat{
    font-style: italic;
    font-size: 13px;
}

#pagecontent .content .product-content .factoryid{
    font-size: 13px;
}

#pagecontent .content .product-content .deliver{
    font-size: 13px;
}

#pagecontent .content .product-content .tobasket{
    margin: 30px 0;
    border: 2px solid #b1e806;
    color: #b1e806;
    font-weight: 800;
    transition: all 0.25s;
}

#pagecontent .content .product-content .tobasket:hover, #pagecontent .content .product-content .tobasket:focus{
    background: #b1e806;
    color: #fff;
}

#pagecontent .content .product-content h2{
    margin: 20px 0;
    font-weight: 600;
}

#pagecontent .content .product-content .desc{
    font-size: 13px; 
}

#pagecontent .content .product-content .offer{
    font-style: italic;
    border: 2px solid #323232;
    transition: all 0.25s;
    font-weight: 600;
}

#pagecontent .content .filters .pricefilter, #pagecontent .content .filters .typefilter, #pagecontent .content .filters .factoryfilter{
    border: 2px solid #f2f2f2;
    padding: 0;
    margin-bottom: 30px;
}

#pagecontent .content .filters h3{
    font-size: 15px;
    font-weight: 800;
    text-align: center;
    width: 100%;
    background: #f2f2f2;
    padding: 8px 0;
    margin: 0;
}

#pagecontent .content .filters svg{
    width: 50px;
    left: 45px;
}

#pagecontent .content .withoutfiltertitle{
    font-size: 24px;
    font-weight: 800;
    top: 12px;
    margin: 0 0 15px 0;
	text-align: center;
}

#pagecontent .othercategories{
    padding: 0;
    margin-bottom: 30px;
    margin-top: 30px;
}

#pagecontent .othercategories .subcategory-item{
    margin-bottom: 30px;
}

#pagecontent .othercategories .subcategory-item .inner{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    height: 300px;
}

#pagecontent .othercategories .subcategory-item .inner img{
	height: 300px;
    width: 100%;
    object-fit: cover;
	margin: 0 auto;
}

#pagecontent .othercategories .subcategory-item .layer{
    background: rgba(0,0,0,0.25);
    height: 100%;
    top: 0;
    width: calc(100% - 30px);
    position: absolute;
    z-index: 1;
    transition: all 0.25s;
}

#pagecontent .othercategories .subcategory-item:hover .layer{
    background: rgba(0,0,0,0.1);
}

#pagecontent .othercategories .subcategory-item .imagediv p{
    display: inline-block;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    margin-top: -110px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
    z-index: 2;
    position: relative;
}

#pagecontent .prodlist .cat-description p,
#pagecontent .prodlist .cat-description a,
#pagecontent .prodlist .cat-description span{
		font-family: inherit !important;
		font-size: 14px !important;
		line-height: 1.5 !important;
		font-weight: 400 !important;
}

#pagecontent .leadimage{
    padding: 15px 0;
}

#pagecontent .content .product-list{
    padding: 15px 0 0;
}

#pagecontent .content .product-list .product-list-item{
    margin-bottom: 15px;
    padding: 0 25px;
}

#pagecontent .content .product-list .product-list-item .inner{
    transition: all 0.25s;
    border: 1px solid transparent;
    padding: 25px;
}

#pagecontent .content .product-list .product-list-item .inner:hover, #pagecontent .content .product-list .product-list-item .inner:focus{
    border: 1px solid #ccc !important;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(209,209,209,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(209,209,209,1);
    box-shadow: 0px 0px 15px 0px rgba(209,209,209,1);
}

#pagecontent .content .product-list .product-list-item .inner .image{
	height: 200px;
}

#pagecontent .content .product-list .product-list-item .inner .image img{
	max-width: 100%;
	max-height: 150px;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


#pagecontent .content .product-list .product-list-item .inner .prodname{
    font-size: 12px;
    text-align: center; 
    text-transform: uppercase;
    margin-bottom: 2px;
	height: 80px;
}

#pagecontent .content .product-list .product-list-item .inner .id{
    font-weight: 800;
    font-size: 12px;
    text-align: center;
}

#pagecontent .content .product-list .product-list-item .inner .price{
    font-weight: 800;
    font-size: 15px;
    text-align: center;
}

#pagecontent .content .product-list .product-list-item .inner select.form-control{
    border-radius: 0;
    box-shadow: none;
}

#pagecontent .content .product-list .product-list-item .inner .btn-success{
    background: var(--green);
    color: #fff;
    border-color: var(--green);
    height: 34px;
    border-radius: 0;
    padding-top: 2px;
}


/* AWESOME CHECKBOXES */

.filters .checkbox {
  padding-left: 20px;
}
.filters .checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.filters .checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.filters .checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.filters .checkbox input[type="checkbox"],
.filters .checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.filters .checkbox input[type="checkbox"]:focus + label::before,
.filters .checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.filters .checkbox input[type="checkbox"]:checked + label::after,
.filters .checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.filters .checkbox input[type="checkbox"]:disabled + label,
.filters .checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.filters .checkbox input[type="checkbox"]:disabled + label::before,
.filters .checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.filters .checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.filters .checkbox.checkbox-inline {
  margin-top: 0;
}

.filters .checkbox-primary input[type="checkbox"]:checked + label::before,
.filters .checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #b1e806;
  border-color: #b1e806;
}
.filters .checkbox-primary input[type="checkbox"]:checked + label::after,
.filters .checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.filters .checkbox-danger input[type="checkbox"]:checked + label::before,
.filters .checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #b1e806;
  border-color: #b1e806;
}
.filters .checkbox-danger input[type="checkbox"]:checked + label::after,
.filters .checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.filters .checkbox-info input[type="checkbox"]:checked + label::before,
.filters .checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.filters .checkbox-info input[type="checkbox"]:checked + label::after,
.filters .checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.filters .checkbox-warning input[type="checkbox"]:checked + label::before,
.filters .checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.filters .checkbox-warning input[type="checkbox"]:checked + label::after,
.filters .checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.filters .checkbox-success input[type="checkbox"]:checked + label::before,
.filters .checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.filters .checkbox-success input[type="checkbox"]:checked + label::after,
.filters .checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.filters .checkbox.checkbox-sm label::before {
  width: 30px;
  height: 30px;
  top: -13px;
}
.filters .checkbox.checkbox-sm label::after {
  width: 30px;
  height: 30px;
  padding-left: 4px;
  font-size: 20px;
  left: 1px;
  top: -13px;
}
.filters .checkbox.checkbox-sm label {
  padding-left: 18px;
  top: 13px;
}
.filters .checkbox.checkbox-md label::before {
  width: 34px;
  height: 34px;
  top: -17px;
}
.filters .checkbox.checkbox-md label::after {
  width: 34px;
  height: 34px;
  padding-left: 4px;
  font-size: 24px;
  left: 1px;
  top: -18px;
}
.filters .checkbox.checkbox-md label {
  padding-left: 22px;
  top: 17px;
}
.filters .checkbox.checkbox-lg label::before {
  width: 46px;
  height: 46px;
  top: -28px;
}
.filters .checkbox.checkbox-lg label::after {
  width: 46px;
  height: 46px;
  padding-left: 4px;
  font-size: 36px;
  left: 1px;
  top: -31px;
}
.filters .checkbox.checkbox-lg label {
  padding-left: 34px;
  top: 32px;
}

.filters .radio {
  padding-left: 20px;
}
.filters .radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.filters .radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.filters .radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.filters .radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.filters .radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.filters .radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.filters .radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.filters .radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.filters .radio.radio-inline {
  margin-top: 0;
}

.filters .radio-primary input[type="radio"] + label::after {
  background-color: #b1e806;
}
.filters .radio-primary input[type="radio"]:checked + label::before {
  border-color: #b1e806;
}
.filters .radio-primary input[type="radio"]:checked + label::after {
  background-color: #b1e806;
}

.filters .radio-danger input[type="radio"] + label::after {
  background-color: #b1e806;
}
.filters .radio-danger input[type="radio"]:checked + label::before {
  border-color: #b1e806;
}
.filters .radio-danger input[type="radio"]:checked + label::after {
  background-color: #b1e806;
}

.filters .radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.filters .radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.filters .radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.filters .radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.filters .radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.filters .radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.filters .radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.filters .radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.filters .radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

.filters input[type="checkbox"].styled:checked + label:after,
.filters input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
.filters input[type="checkbox"] .styled:checked + label::before,
.filters input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
.filters input[type="checkbox"] .styled:checked + label::after,
.filters input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

.filters .radio.radio-sm label::before {
  width: 30px;
  height: 30px;
  top: -13px;
}
.filters .radio.radio-sm label::after {
  width: 22px;
  height: 22px;
  padding-left: 4px;
  font-size: 20px;
  left: 4px;
  top: -9px;
}
.filters .radio.radio-sm label {
  padding-left: 18px;
  top: 13px;
}
.filters .radio.radio-md label::before {
  width: 34px;
  height: 34px;
  top: -17px;
}
.filters .radio.radio-md label::after {
  width: 26px;
  height: 26px;
  padding-left: 4px;
  font-size: 24px;
  left: 4px;
  top: -13px;
}
.filters .radio.radio-md label {
  padding-left: 22px;
  top: 17px;
}
.filters .radio.radio-lg label::before {
  width: 46px;
  height: 46px;
  top: -28px;
}
.filters .radio.radio-lg label::after {
  width: 36px;
  height: 36px;
  padding-left: 4px;
  font-size: 36px;
  left: 5px;
  top: -23px;
}
.filters .radio.radio-lg label {
  padding-left: 34px;
  top: 32px;
}

#basketInfoQuantity, #basketInfoFullPriceBrutto{
    color: #fff;
    transition: all 0.25s;
}

.basketbar:hover #basketInfoQuantity, .basketbar:hover #basketInfoFullPriceBrutto{
    color: #b1e806;
}

#basket-panel h4{
    font-size: 16px;
    margin: 0;
}

/* EDIT 20200214 */

.cat-description p{
	font-size: 12px;
}

.cat-description img{
	max-width: 100%;
}

#pagecontent .content .product-list .product-list-item .inner{
	border: 1px solid #f2f2f2;
}

#pagecontent .content .product-list .product-list-item .inner .oldprice{
	text-decoration: line-through;
	font-size: 12px;
	text-align: center;
	margin-bottom: 0;
}

#pagecontent .content .product-list .product-list-item .inner .saletag{
	height: 40px;
	width: 30px;
	background: #F40D0D;
	color: #fff;
	position: absolute;
	text-align: center;
	font-weight: 900;
	font-size: 22px;
	z-index: 21;
	margin-top: -1px;
    top:0;
	text-align: center;
	padding-top: 3px;
}


/* NEW STYLES */

:root{
    --green: #AFCA15;
    --gray: #929292;

}

body{
    background: #fff;
}

.no-padding{
    padding: 0 !important;
}

.middle{
    display: flex;
    align-items: center;
}

.bg{
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

header{
    background: #fff;
}

header .bannerContainer{
    background: var(--green);
    padding: 10px 0;
}

header .bannerContainer p{
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

header .bannerContainer p span{
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

header .bigContainer{
    padding: 15px 0;
}

header .bigContainer ul.contactInfos,
header .bigContainer ul.userFunctions{
    padding: 0;
    margin: 0;
    list-style: none;
}

header .bigContainer ul.contactInfos li,
header .bigContainer ul.userFunctions li{
    display: inline-block;
    margin-right: 10px;
}

header .bigContainer ul.contactInfos li a,
header .bigContainer ul.userFunctions li a{
    color: var(--gray);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

header .bigContainer ul.contactInfos li a i,
header .bigContainer ul.userFunctions li a i{
    color: var(--green);
}

header .bigContainer .input-group{
    margin-top: 10px;
}

header .bigContainer input.form-control{
    height: 40px;
    box-shadow: none;
    border-color: #000;
}

header .bigContainer .input-group-btn .btn{
    height: 40px !important;
    border-radius: 0;
    border-left: none;
    border-color: #000;
    color: var(--green);
}

header .basketDiv {
    cursor: pointer;
}

header .basketDiv i{
    margin-top: 14px;
    position: absolute;
}

header .basketDiv #basketInfoQuantity{
    position: absolute;
    background: var(--green);
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-left: 18px;
}

header .basketDiv ul{
    padding-left: 45px;
    padding-top: 10px;
}

header .basketDiv ul li#basketInfoFullPriceBrutto{
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

header .navbar .dropdown{
    position: static;
}

header .navbar .dropdown-menu{
    width: 100%;
    padding: 40px 0;
}

header .navbar .dropdown-menu h5{
    color: var(--green);
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    height: 40px;
}


header .navbar .dropdown-menu .dropdownBanner{
    margin-top: 30px;
}

header .navbar{
    background: #000;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

header .navbar .navbar-brand{
    display: none;
}

header .navbar .navbar-nav{
    width: 100%;
  text-align: center;
}

header .navbar .navbar-nav > li{
    float: none;
    display: inline-block;
}

header .navbar .navbar-nav > li a{
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.25s;
}

header .navbar .navbar-nav > li a:hover,
header .navbar .navbar-nav > li a:focus,
header .navbar .navbar-nav > li a:active{
    color: var(--green);
}

header .navbar .dropdown-menu li{
    line-height: 1.7;
}

header .navbar .dropdown-menu li a{
    color: var(--gray);
    text-transform: none;
    line-height: 16px;
    font-weight: 300;
    font-size: 15px;
}

header .navbar .dropdown-menu li a:hover{
    text-decoration: none;
    color: #000;
}



/* FOOTER */


footer{
    background:#323232;
    padding: 60px 0 80px;
}

footer .footerbrand{
    margin-bottom: 50px;
}

footer h3{
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 15px 0;
}

footer ul>li, footer ul>li>a{
    font-size: 13px;
    color: #fff;
    line-height: 1.7;
    transition: all 0.25s;
}

footer ul>li>a:hover, footer ul>li>a:focus{
    color: var(--green);
    text-decoration: none;
}

footer .madeby{
    padding: 30px 0 0 0;
}

footer .madeby a{
    color: #fff;
    transition: all 0.25s;
    font-size: 13px;
}

footer .madeby a:hover, footer .madeby a:focus{
    color: var(--green);;
    text-decoration: none;
}

footer ul.socials li{
    background: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 63px;
    width: 63px;
    transition: all 0.25s;
    transform: rotate(-45deg);
    margin-left: 30px;
    float: right;
}

footer ul.socials li i{
    transform: rotate(45deg);
}

footer ul.socials li:hover{
    background: rgba(255,255,255,0.1);
}

/* FŐOLDAL */

.homepage-slider{
    position: relative;
}

.homepage-slider .swiper-slide{
    height: 700px;
    display: flex;
    align-items: center;
    padding-left: 160px;
}

.homepage-slider .navButtons{
    position: absolute;
    z-index: 21;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    top: calc(50% - 30px);
    transform: rotate(45deg);
    cursor: pointer;
    transition: all 0.25s;
}

.homepage-slider .navButtons:hover{
    background: rgba(255,255,255,0.2)
}

.homepage-slider .button-next{
    right: 50px;
}

.homepage-slider .button-next svg{
    transform: rotate(-45deg);
}

.homepage-slider .button-next:hover{
    right: 45px;
}

.homepage-slider .button-prev{
    left: 50px;
}

.homepage-slider .button-prev:hover{
    left: 45px;
}

.homepage-slider .button-prev svg{
    transform: rotate(135deg);
}

.homepage-slider .swiper-slide .sliderContent{
    background: rgba(0,0,0,0.4);
    padding: 30px 50px;
    display: inline-block;
    max-width: 600px;
    
}

.homepage-slider .swiper-slide .sliderContent h2{
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
    font-size: 30px;
}

.swiper-pagination-bullet-active{
    background: var(--green)
}

#hpAbout{
    padding: 100px 0;
}

#hpAbout h2{
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    margin: 0;
}

#hpAbout h5{
    color: var(--green);
    margin: 0;
}

#hpAbout p{
    color: var(--gray);
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
}

#hpProducts h2,
#factories h2,
#blog h2{
    font-weight: 700;
    font-size: 50px;
    line-height: 61px;
    color: var(--gray)
}

#hpProducts .item{
    height: 315px;
    overflow: hidden !important;
    margin-bottom: 30px;
    position: relative;
}

#hpProducts .bigItem{
    height: 660px !important;
}

#hpProducts .item img{
    object-fit: cover;
    object-position: right bottom !important;
    transition: transform .5s ease-in-out;
}

#hpProducts .item:hover img{
    transform: scale(1.1);
    
}

#hpProducts .item .layer{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 1;
    top: 0;
    transition: background-color .5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hpProducts .item:hover .layer{
    background: rgba(0,0,0,0.1);
}

#hpProducts .item .name{
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 2;
}

#hpProducts .item .name h3{
    color: #fff;
    margin: 0;
    font-size: 35px;
}

#whyus{
    padding: 80px 0;
}

#whyus h5,
#feedback h5{
    color: var(--green);
    font-size: 16px;
    margin:0;
}

#whyus h2,
#feedback h2{
    font-size: 35px;
    color: #000;
    margin: 0 0 50px;
    font-weight: 700;
}

#whyus h4{
    font-size: 16px;
    font-weight: 400;
    color: var(--gray);
}

#feedback .feedback-slider{
    height: auto;
}

#feedback .swiper-slide{
    background: #fff;
    display: block;
    padding: 15px;
    height: auto;
    position: relative;
} 

#feedback .swiper-slide .inner{
    border: 1px solid var(--gray);
    padding: 25px;
    height: 100%;
    display: flex;
    align-items: center;
}

#feedback .swiper-slide .inner h3{
    text-align: center;
    margin: 50px 0 0;
    font-size: 16px;
    font-weight: 600;
}

#feedback .swiper-slide .inner .fa-star{
    color: var(--green);
}

#feedback .swiper-slide .inner p{
    color: var(--gray);
    font-weight: 400;
}

#feedback .button-prev svg{
    transform: rotate(180deg);
}

#feedback .feedback-slider{
    position: relative;
}

#feedback .navButtons{
    cursor: pointer;
    position: absolute;
    top: calc(50% - 30px);
    z-index: 23;
}

#feedback .button-prev{
    left: -80px;
}

#feedback .button-next{
    right: -80px;
}

#factories{
    padding: 80px 0;
}

#factories h2{
    color: var(--gray)
    
}


#factories .item{
    padding: 15px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#factories .item img{
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 200px;

}

/* KATEGÓRIA SZŰRŐ */

#categoryPage .filters{
    padding: 15px;
    border: none;
}

#categoryPage .filtersInner{
    background: #f9f9f9;
    padding: 15px;
    
}

#categoryPage .filters .inner{
    border: none;
    margin-bottom: 0;
    border-bottom: 1px solid var(--green);
    padding: 10px 0;
    position: relative;
}

#categoryPage .filters .inner:last-child{
    border-bottom: none;
}

#categoryPage .filters .inner h2{
    background: none;
    text-align: left !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    margin: 0;
    padding:0
}

#categoryPage .filters .inner ul{
    padding: 0;
    margin: 0;
}

#categoryPage .filters .inner .fa-angle-down{
    position: absolute;
    right: 0;
    top: 11px;
}

#categoryPage .filters .inner .btn-light,
#productPage .productPageContent .btn-default{
    background: var(--green);
    color: #fff;
    border-radius: 0;
    border-color: var(--green);
}

#categoryPage .categoryContent img{
    width: 100% !important;
    height: auto;
    object-fit: cover;
    margin-bottom: 40px;
}

#pagecontent .categoryContent img {
    width: 100%;
    max-width: 100%;
    max-height: 500px;
    object-fit: cover;
}

.sliderImages .category-slider .swiper-slide{
    height: 700px;
}



/* PRODUCT */

#productPage .productPageContent{
    padding: 30px 0
}

#productPage .productPageContent p.factory{
    color: var(--green);
    margin: 0;
    text-transform: uppercase;
}

#productPage .productPageContent p.factoryid{
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

#productPage .productPageContent h1{
    margin: 0;
}

#productPage .productPageContent .price{
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    color: #AFCA15;
    margin-top: 30px;
}

#productPage .productPageContent select.form-control{
    border-radius: 0;
    box-shadow: none;
}

#productPage .productPageContent p.saleOffer{
    margin-top: 30px;
    display: block;
}


#productPage .productPageContent .btn-default{
    text-transform: uppercase;
    font-weight: 600;

}

#productPage .collapseBtn{
    width: 100%;
    position: relative;
    display: block;
    color: #000;
    font-size: 25px;
}

#productPage .collapseBtn:hover,
#productPage .collapseBtn:focus{
    text-decoration: none;
}

#productPage .collapseBtn i{
    right: 0;
    position: absolute;
}

#productPage .well{
    background: transparent;
    border: none;
    padding-left: 0;
    box-shadow: none;
}

#productPage .collapseItem{
    border-top: 1px solid var(--gray);
    padding: 20px;
}


/* BLOG */

#blog{
    padding-bottom: 50px;
}

#blog .bloglist {
    display: flex;
    flex-wrap: wrap;
}

#blog .item{
    margin-bottom: 30px;
}

.form-horizontal .control-label{
    font-size: 14px;
    font-weight: 300;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    padding-top: 0;
}


@media (max-width: 767px){
    .catlistcol .collapse.show { display: none !important; }
    .catlistcol .collapse.show.in { display: block !important; }
    
    header{
		padding-bottom: 0;
	}
	
    header .navbar-default{
        background: #f1f1f1 !important;
    }

	header .navbar-default .navbar-brand{
        display: block;
        padding-top: 0;
        padding-left: 5px;
    }

    .navbar-toggle{
        margin-right: 5px;
    }
    
    header .navbar-default .navbar-brand svg{
        height: 60px;
        width: 190px;
        margin-top:-5px;
    }

	#services-list{
		padding: 0; 
	}
	
    #services-list .service-item{
        margin-bottom: 15px; 
		padding: 3px;
    }
    
	#services-list .service-item p{
		font-size: 12px;
		min-height: 40px;
	}
	
    header .navbar-default{
        margin-top: 0;
        background: #323232;
        border-radius:0;
    }
    
    .navbar-brand{
        padding-top: 12px; 
    }
    
    .navbar-brand>img{
        max-height: 18px;
		margin-top: 3px;
    } 
    
    header .navbar-default .navbar-nav>li{
        display: block; 
    }
    
    .navbar-nav .open .dropdown-menu{
        text-align: center;
    }
    
    .navbar-default .navbar-nav .open .dropdown-menu>li>a{
        color: #fff;
    } 
    
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
        background: #fff;
    }
    
    .navbar-default .navbar-toggle{
        border-radius: 0;
        border: none;
        background: #fff;
    }
    
    header .navbar .navbar-nav > li a{
        color: #333;
    }

    .caret{
        color: #333 !important;
    }

    footer{
        text-align: center;
    } 
    
    footer img{
        width: 230px;
        margin: 0 auto 0 auto;
    }
    
    footer h3{
        margin-top: 50px;
    }
    
	#pagecontent .content{
		min-height: auto;
		padding: 15px 0;
		border-radius:0;
		margin-top: 0;
	}
	
    #pagecontent .content .homepage-slider .swiper-slide{
        height: 250px;
    }
    
	#pagecontent .content .homepage-slider .swiper-pagination-bullet{
		width: 30px;
	}
	
    #pagecontent .content .homepage-slider .slider-button-next, #pagecontent .content .homepage-slider .slider-button-prev{
        margin-top: -160px;
    }
    
	#pagecontent .content .homepage-slider .slidercontent{
		max-width: 210px;
		margin-left: 70px;
		margin-top: 70px;
	}

	#pagecontent .content .homepage-slider .slidercontent h2{
		font-size: 13px;
	}
	
    #pagecontent .othercategories .subcategory-item .imagediv p{
        font-size: 18px;
        line-height: 22px;
    }
	
    #brandlist .branddiv h2{
        margin-left: -150px; 
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #pagecontent .content .categorylist .category-item{
        min-height: 170px;
    }
    
	.static-content{
		padding: 0;
	}
	
	.static-content h1{
		font-size: 16px;
	}
	
	.static-content p,
	.static-content p span{
		font-size: 13px !important;
	}
	
	/* PRODUCTLIST */
	
	#pagecontent .content .filters h1{
		position: relative;
		font-size: 20px;
		font-weight: 800;
		top: 0;
		right: 0;
		margin: 5px 0 15px 0;
		text-align: center;
	}
	
	#pagecontent .content .othercategories .subcategory-item .inner p{
		font-size: 12px;
	}
	
	#pagecontent .content .felesleges{
		padding: 0;
	}
	
	#pagecontent .content .othercategories .subcategory-item .inner{
		padding: 5px;
	}
	
	#pagecontent .content .othercategories .subcategory-item{
		padding: 0 5px;
		margin-bottom: 10px;
	}
	
	#pagecontent .content .product-list{
		padding: 5px 15px;
	}
	
	#pagecontent .content .product-list .product-list-item .inner{
		border: 1px solid #f2f2f2;
	}

    #feedback .navButtons{
        display: none;
    }

    #hpProducts .bigItem{
        height: 330px !important;
    }

    #productPage .product-content{
        padding: 15px !important;
    }

    .breadcrumb>li, .breadcrumb>li>a{
        font-size: 10px;
    }

    .homepage-slider .button-prev {
        left: 15px;
    }

    .homepage-slider .button-next{
        right: 15px;
    }

    .homepage-slider .swiper-slide{
        padding-left: 0;
        height: 360px;
        background-size: contain !important;
        background-color: #FFFFFF !important;
    }

    .homepage-slider .swiper-slide .sliderContent{
        padding: 15px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .homepage-slider .swiper-slide .sliderContent h2{
        font-size: 18px;
        line-height: 24px;
        margin: 15px 0;
    }

    #hpAbout {
        padding: 60px 0;
    }

    #categoryPage{
        padding: 0 35px 0 15px;
    }

    footer .text-right{
        text-align: center !important;
    }

    footer ul.socials li{
        height: 40px;
        width: 40px;
        display: inline-flex;
        float: none;
    }

    .sliderImages .category-slider .swiper-slide{
        height: 200px;
    }
	
}

@media (min-width: 768px) and (max-width: 992px){
    #services-list .service-item{
        margin-bottom: 30px;
    }
}

@media (min-width: 993px) and (max-width: 1200px){
    
}

@media (min-width: 1201px) and (max-width: 1366px){
    
}

@media (min-width: 1367px){
  
}
