div.inner-sale.rounded1{
    display: none !important;
}
div.sku_props.ce_cmp_hidden{
    display: none !important;
}

li[title='-']{
    display: none !important;
}
#bx-soa-order .bx-soa-section .bx-soa-section-title-container {
    background: #fafafa !important;
}

/**/
	.product-info-headnote__article { display: none!important;}
  /*.product-info-headnote__inner > div {display: none;}*/
  footer .bottom-menu .wrap + .wrap {margin-top: 8px}
  .mb-5 {margin-bottom: 50px}

  .header-banner {
      background: #642d28;
      text-align: center;
      padding: 12px;
      color: #fff;
  }

    @media (max-width: 991px) {
        .header-banner {
            font-size: 13px;
            line-height: 16px;
        }
    }
    .menu-item.dropdown a[href="/company/"] ~ .dropdown-menu li:first-of-type {
        display: none;
    }
    .detail-news1 .detailimage.image-wide img {
        margin: 0;
    }
/**/

.compact-catalog .item .stickers.custom-font{
    display: inline-block!important;
    font-size: 14px;

}
.stickers.image-stickers *{
    text-align: none;
}
.catalog_item .stickers.image-stickers{
    left: auto;
    right: -47px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: 0;
}
.stickers.image-stickers::after{
    content: '';
    display: none !important;
}
.sticker.sticker-image{
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: flex-end;
}

.sticker.sticker-image img{
    position: relative;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}


.modal-body .items .item .image {
    float: left;
    width: 80px;
    max-height: 80px;
    height: auto;
    line-height: 1;
    text-align: center;
  }
  
  .modal-body .items .item .body-info {
    margin: -7px 0;
    padding: 0 0 0 104px;
    position: relative;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 80px;
  }
  .modal-body .items .item{
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
  }
  .modal-body .items .item .bottom > .prices {
    margin: 0px 0 0;
    width: 250px;
  }

  .modal-body .items .item .bottom > div {
    display: inline-block;
    vertical-align: top;
    padding: 0 16px;
  }

.modal-header{
    position: relative;
}

.modal-header .close{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

#popup_basket .modal-footer{
    padding-bottom: 30px;
}
.section-gallery-wrapper .section-gallery-wrapper__item:first-child img{
    transform: scale(1.25);
}
.catalog_item .image_wrapper_block{
    overflow: hidden;
}
.basket-checkout-block-share{
    display: none;
}