body div {
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.breadcrumb {
  font-size: 12px;
  margin: 0;
}
.breadcrumb a {
  color: #EC9E46;
}
.well {
    margin-bottom: 5px;
    padding: 5px;
  	border-top: 1px solid #dedede;
}
@media (max-width: 1024px){
    .ba-hamburger-menu .open-menu i:after {
     content: "меню";
     float: left;
     font-family: Montserrat;
     font-weight: 600;
     font-size: 16px;
     margin-top: 2px;
     margin-right: 10px;
    }
}
/*выравниваю цены в карточках по центру*/
.ba-blog-post .ba-blog-post-add-to-cart-wrapper{
  justify-content: center;
}
/*слайдер с дверями на главной*/
#item-16224535640 ul.carousel-type .ba-slideshow-img{
background-size: contain;
}

/*анимация каталога*/
.image1 {
 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
 }
 
.image:hover .image1{
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 }

