.items.manufacturer .item {
    margin-right: 12px !important;
}
.items.manufacturer .item:nth-child(3n) {
    margin-right: 12px !important;
}
.items.manufacturer .item:nth-child(4n) {
    margin-right: 0 !important;
}
.vendor-detail {
    margin-bottom: 10px;
}
@media (max-width: 768px) {
  .page-wrap .slider-wrapper {
    display: none !important;
  }
}



.header .right-content #cart {
    background: url(http://vesisib.ru/local/assets/images/cart.png) top 13px left no-repeat;
    background-size: 35px 35px;
    padding: 22px 0 10px 48px;
    margin-left: 25px;
    letter-spacing: 0px;
    font-size: 15px;
    width: auto;
    min-height: 75px;
    text-align: left;
}

.header #cart-big {
  display: flex;
}

.footer {
    padding-top: 25px;
    padding-bottom: 25px;
	}

.footer-block {
  display: flex;
}

.made {
  padding-left: 20px;
}

.made img {
  margin-bottom: 15px;
}

.carusel {
   padding-top: 23px;
}

.content .items {
display: flex;
flex-wrap: wrap;
}

.content .items .item {
    display: flex;
    align-items: center;
    flex-direction: column;
   justify-content: space-between;
}

.content .items .item .description {
  padding-left: 5px;
 padding-right: 5px;
}

.content .items .item .item-content {
    display: flex;
    height: 100%;
    flex-direction: column;

}

.content .items .item .description {
  display: flex;
  flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

@media screen and (max-width: 991.98px) {

.header #cart {
    background: url(http://vesisib.ru/local/assets/images/cart.png) left top no-repeat;
    background-size: 20px 20px;
    width: 130px;
    padding-left: 25px;
    padding-right: 10px;
    padding-top: 0;
}


.header > section {
    max-wdith: 900px !important;
	}

}


@media screen and (max-width: 767.98px) {
	.header-mobile__search .search-form {
		margin-bottom: 7px;
		margin-top: 0px;
	}

   .header-mobile__item {
		display: flex;
		flex-direction: column;
	}

	.menu-toggle-link {
		padding: 3px 0px 10px 0;
        height: inherit;
	}

 .header-mobile  {
     flex-direction: column;
     max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
	}

    .header-mobile__in {
		 max-width: inherit;
		margin-left: 0;
		margin-right: 0;
		width: auto;
	}

 .filters {
     max-width: 245px;
     position: relative;
     margin-top: 5px;
	}

    .filters .smartfilter {
     width: 240px;
	}

   .filters h5 {
   		 display:none;
    }

   .filters .smartfilter {
 		display:none;
	}

  .header-mobile__item.header-mobile__basket {
     padding-right: 0px;
	}

 .header-mobile__item.header-mobile__menu  {
      margin-right: 20px;
	}

 .filters-btn  {
   font-weight: bold;
     padding: 5px 14px;
   padding-left: 22px;
    background: #fff url('http://vesisib.ru/local/assets/images/filter-icon.png') left 5px top 3px no-repeat;
    border:none;
    margin-left: auto;
    margin-right: auto;
    display: block;
	}

.filters .line {
   margin-bottom: 0;
	}

}


@media screen and (max-width: 575.98px) {

.header-mobile__item {
    padding-left: 10px;
    padding-right: 0;
}

.header #cart {
    position: relative;
    background: none;
    max-width: 130px;
    width: 100%;
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 0;
}

.header #cart:before {
      position:absolute;
  	  left: 38px;
   	  top: -24px; 
      content: "";
      display: block;
      background: url(http://vesisib.ru/local/assets/images/cart.png) center center no-repeat;
      background-size: 20px 20px;
      width: 20px;
      height: 20px;

	}

.footer .footer-block div {
   border: none;
	}

.footer-block .logo,
.footer-block .copyrights,
.footer-block .contacts,
.footer-block .social {
    width: 50%;
	}

.footer-block .logo {
     text-align: center;
	}

.made {
   text-align: center;
	}

.made a {
    display: inline-block;
    float: none;
	}

.header-phones__lines {
    align-items: center;
}

.header-phones__h {
    text-align: center;
	}

.header-mobile__search {
    max-width: 180px;
    width: 100%;
}

.footer .social img {
    margin-right: 6px;
}

.header #cart {
    margin-top: 25px;
	}

.header-mobile__menu {
    margin-left: 0;
	}

.filters .smartfilter {
    width: 195px;
}

.header #cart:before {
    left: 18px;
	}

.filters .line > span {
    font-size: 15px;
	}

.header-phones__item a {
    font-size: 16px;text-decoration: none;color: #000;
}

}