.products{
  margin-left: 15px;
  margin-right: 15px;
}
.products .title{
  text-transform: uppercase;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}
.products__wrapper{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.products__wrapper .product__single{
  width: calc(25% - 20px);
  text-align: center;
  justify-content: space-between;
  flex-direction: column;
  display: flex;
  margin: 0 10px 35px 10px;
  /* min-height: 320px; */
  transition: .4s;
}
@media all and (max-width: 991px){
  .products__wrapper .product__single{
    width: calc(50% - 20px);
  }
}
@media all and (max-width: 480px){
  .products__wrapper .product__single{
    width: calc(100% - 20px);
  }
}
@media all and (max-width: 575px){
  .products__wrapper .product__single img{
    max-height: 200px;
  }
}
@media all and (min-width: 576px){
  .products__wrapper .product__single img{
    max-height: 265px;
  }
}
.products__wrapper .product__single img{
  transition: .4s;
  width: 100%;
  height: 100%;
  margin-bottom: 7px;
}
.products__wrapper .product__single:hover img{
  transform: scale(1.05);
}
.products__wrapper .product__single:hover .product__title{
  color: #ffcb08;
}
.products__wrapper .product__single:hover .button__more,
.all__products:hover{
  background: #ffcb08;
  border-color: #ffcb08;
  color: #fff;
}
.products__wrapper .product__content{
  min-height: 115px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.products__wrapper .product__title{
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #666666;
}
.products__wrapper .button__more,
.all__products{
  padding: 8px 30px;
  font-size: 11px;
  color: #666666;
  border: 1px solid #666666;
  display: block;
  transition: .4s;
  width: fit-content;
  margin: 15px auto 0 auto;
}

.all__products{
  font-size: 18px;
}


.navcls{
  text-align: center;
}


.single__product{
  margin-top: 40px;
}
.single__product .single__product__image img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.single__product .product__title{
  font-size: 38px;
  color: #333333;
  text-transform: uppercase;
  padding-right: 25px;
}

@media all and (max-width: 991px){
  .single__product .product__title{
    margin-top: 15px;
  }
  .single__product{
    margin-top: 60px;
  }
}

.single__product .product__title h1{
  margin-top: 0px;
}
.single__product .product__description .description{
  font-weight: bold;
  margin-bottom: 10px;
}
.single__product .product__description{
  padding: 15px 0;
  font-size: 16px;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
}

.single__product .product__under__description{
  font-size: 16px;
  margin-top: 15px;
}
.single__product .product__category p{
  margin-bottom: 0px;
  margin-right: 5px;
  font-weight: bold;
}
.single__product .product__category a{
  color: #666;
  margin-right: 5px;
  margin-left: 5px;
}
.single__product .product__category a:hover{
  color: #ffcb08;
}
.single__product .product__category{
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.pagination__product{
  margin: 15px auto 0 auto;
}
.pagination__product .page-numbers.current,
.pagination__product .page-numbers:hover{
  background-color: #333333;
  border-color: #333333;
}

.price__wrapper{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px dotted #ddd;
}

.price__wrapper span{
  font-size: 27px;
  font-weight: bold;
}

.price__wrapper .availability.in-stock{
  position: initial!important;
}
.price__wrapper .availability.in-stock span{
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  display: block;
  background: #6dbe14;
  text-transform: uppercase;
  padding: 3px 6px;
  font-weight: bold;
}

.price__wrapper .availability.in-stock span:before {
  content: "\f14a";
  font-family: FontAwesome;
  font-size: 12px;
  font-weight: normal;
  margin-right: 5px;
}

.product__variant tbody{
  background: transparent;
  transition: .3s;
}
.product__variant table:hover tbody{
  background: #eaeaea;
}
.product__variant{
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
}
.product__variant table{
  border-bottom: 1px solid #ccc;
  /* margin-bottom: 5px; */
}
.product__variant table tr td:nth-child(1){
  width: 20px;
  padding-right: 20px;
}
.product__variant table tr td{
  padding: 10px 5px;
}
.category__sidebar .title{
  text-transform: uppercase;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  margin-bottom: 22px;
}
.category__sidebar__terms .parent__ul{
  padding-left: 0;
}
.category__sidebar__terms li{
  list-style: none;
  font-size: 13px;
}
.category__sidebar__terms .child__ul a li{
  font-size: 14px;
}
.category__sidebar__terms .parent{
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 7px;
  letter-spacing: 0.7px;
}
.category__sidebar__terms .child__ul a{
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
}
.category__sidebar__terms .child__li::before{
  content: '\f105';
  color: #999;
  font-family: FontAwesome;
  font-size: 16px;
  height: inherit;
  line-height: 16px;
  padding-right: 8px;
  position: relative;
  vertical-align: text-bottom;
  font-weight: bold;
}
.category__sidebar__terms .parent-has-child{
  cursor: pointer;
}

.category__sidebar__terms .child__ul{
  padding-left: 10px;
  display: none;
}

.category__sidebar__terms .child__ul.active-category{
  display: block;
}

.category__sidebar__terms .child__ul.active-child{
  display: block;
}

.category__sidebar__terms a{
  color: #000000;
}

.category__sidebar__terms .parent__ul .parent__wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.category__sidebar__terms .parent__ul .parent__wrapper img{
  margin-top: -2px;
  cursor: pointer;
}

.category__sidebar__terms .parent__wrapper a{
  width: 100%;
}

.category__sidebar__terms .parent__wrapper.active-category--color a{
  color: #ffc000;
}

.minus{
  display: none;
}
.active-cat .plus{
  display: none;
}
.active-cat .minus{
  display: block;
}

.category__sidebar__terms .childrens__ul{
  display: none;
}

#main-menu li.menu-item .mgk-popup{
  left: 0px!important;
} 

.header-top{
  display: none;
}

@media all and (min-width: 992px){
  .desktop__hide{
    display: none;
  }
}

@media all and (max-width: 991px){
  .mobile__hide{
    display: none!important;
  }
}

.fa.fa-bars::before{
  content: url('https://hurtownia.komandor.pl/pomorskie/wp-content/uploads/2021/05/mobile-menu.png');
}

.accordion-menu .arrow:before{
  content: url('https://hurtownia.komandor.pl/pomorskie/wp-content/uploads/2021/05/add2.png')!important;
}
footer .footer-column a:before{
  content: url('https://hurtownia.komandor.pl/pomorskie/wp-content/uploads/2021/05/next2.png')!important;
}

.price__wrapper .availability.in-stock span:before{
  display: none;
}

.sidebar .widget.widget_recent_entries li a:before, .sidebar .widget.widget_recent_comments li:before, .sidebar .widget.widget_categories li a:before, .sidebar .widget.widget_pages li a:before, .sidebar .widget.widget_nav_menu li a:before, .sidebar .widget.widget_archive li a:before, .sidebar .widget.widget_meta li a:before,.category__sidebar__terms .child__li:before{
  content: url('https://hkslask.mmdev.org/wp-content/uploads/2021/03/next2.png')!important;
}
.mm-toggle-wrap{
  display: block!important;
}

.services_box p.services_content{
  height: 0px;
}

@media all and (min-width: 768px){
  .menu-item.desktop--hide{
    display: none!important;
  }
}