.ui-product-wrp{
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 50px;
}
.ui-product-img{
    width: 152px;
    display: flex;
    flex: 1 0 152px; 
    height: 152px;
    justify-content: center;
    align-items: center;
}
.ui-product-img img{
    max-width: 100%;
    max-height: 100%;
}
.ui-product-center{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.ui-product-r{
    width: 300px;
    display: flex;
    flex: 1 0 300px; 
    flex-direction: column;
}
.product.clearfix{
    display: none;
}
.ui-product-center-title{
    line-height: 25px;
    max-width: 780px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.product-top-row__item.product__articul{
    line-height: 21px;
    font-size: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.product-top-row__item.product__articul .copy-art.js-copy-text-art{
    display: flex;
    margin-left: 7px;
}
.product-top-row__item.product__articul .ui-alert-info{
    right: -8px;
    top: 21px;
}
.product-top-row__item.product__articul b{
    font-weight: 600;
}
.ui-product-center-btns .ui-btn-default{
    width: fit-content;
    height: 36px;
    gap: 10px;
}


.ui-counter-basket-wrp{
    display: flex;
    width: 100%;
    gap: 10px;
}
.ui-btn-to-basket-wrp{
    width: 100%;
}
.ui-btn-to-basket-wrp .ui-btn-midle{
    width: 100%;
}
.ui-item-counter{
    width: 125px;
}
.ui-item-counter .bootstrap-touchspin{
    border: 2px solid #E4E4E4;
    border-radius: 8px;
    background-color: #fff;
    height: 40px;
    display: flex;
}
.ui-item-counter .bootstrap-touchspin:hover{
    border-color: #AEAEAE;
}
.ui-item-counter .input-group-btn{
    height: 36px;
     background-color: transparent;
}
.ui-item-counter .bootstrap-touchspin-down, .ui-item-counter .bootstrap-touchspin-up{
    background-color: #fff;
    border: none;
    height: 36px;
    width: 40px;
    padding: 0 !important;
    margin: 0;
    border-radius: 8px;
    background-color: transparent;
    color: transparent;
}
.ui-item-counter .bootstrap-touchspin-down{
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='2' viewBox='0 0 10 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 2C9.55228 2 10 1.55228 10 1C10 0.447716 9.55228 0 9 0H1C0.447715 0 0 0.447716 0 1C0 1.55228 0.447715 2 1 2H9Z' fill='%23202020'/%3E%3C/svg%3E%0A");
}
.ui-item-counter .bootstrap-touchspin-up{
    background-position: center;
    background-repeat: no-repeat;
   background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 1C6 0.447715 5.55228 0 5 0C4.44771 0 4 0.447715 4 1L4 4.00003H1C0.447715 4.00003 0 4.44775 0 5.00003C0 5.55232 0.447715 6.00003 1 6.00003H4V9C4 9.55228 4.44771 10 5 10C5.55228 10 6 9.55228 6 9L6 6.00003H9C9.55228 6.00003 10 5.55232 10 5.00003C10 4.44775 9.55228 4.00003 9 4.00003H6V1Z' fill='%23202020'/%3E%3C/svg%3E%0A");
}
.ui-item-counter .bootstrap-touchspin-down:hover, .ui-item-counter .bootstrap-touchspin-up:hover {
    background-color: transparent;
}
.ui-item-counter .js-input-spin{
 height: 36px;
 font-size: 16px;
 font-weight: 700;
 color: #000;
     width: 41px;
}

.ui-price-wrp{
    display: flex;
    align-items: flex-end;
}
.ui-price-current{
    line-height: 35px;
    color: #000;
    font-size: 28px;
    font-weight: 700;
}
.ui-currency{
     line-height: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: 600;
}
.ui-price-old{
    font-size: 18px;
    color: #666666;
    line-height: 25px;
    position: relative;
     font-weight: 600;
     margin-left: 12px;
}
.ui-price-old .ui-currency{
    font-weight: 400;
}
.ui-price-old::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    background-color: #FA6405;
}
.ui-price-old.deactive{
    opacity: 0;
    visibility: hidden;
}
.ui-measure-title{
    line-height: 22px;
    font-size: 15px;
    color: #666666;
    display: flex;
    align-items: flex-end;
    margin-left: 5px;
}
.copy-art.js-copy-text-art{
    position: relative;
}
.b-breadcrumbs__item span {
    display: block;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ui-discount-block{
    line-height: 21px;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 400;
}
.ui-discount-block .__orange{
    color: #FA6405;
}
.ui-btn-to-basket-wrp .in-basket{
    background-image: unset;
}
.ui-product-buy-block .table-list-discounts {
    margin-top: 20px;
    height: fit-content;
    visibility: visible;
    margin-bottom: 15px;
    min-height: 21px;
}

.ui-product-buy-block .js-total-discount{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    line-height: 21px;
    padding-top: 0px;
    border: none;    
}
.ui-product-buy-block .js-total-discount .__orange{
    color: var(--main-oragnge);
}