.t-store__prod-popup__info {
  display: grid;
}
.t-store__prod-popup__btn-wrapper {
	order: 3!important;
}
.js-product-controls-wrapper {
	order: 4!important;
}
.t-descr {
	order: 2!important;
}
.t-slds__thumbsbullet-wrapper .t-slds__thumbsbullet:nth-child(n+4) {
    display: none!important;
}
.t-slds__thumbsbullet-wrapper {
    margin-top: 30px;
}





.js-store-prod-text a{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:10px 18px;
    margin-right:12px;
    margin-top:18px;
    margin-bottom:15px;

    border-radius:100px;

    font-size:13px;
    font-weight:700;
    letter-spacing:0.2px;
    text-decoration:none !important;

    transition:all .25s ease;
}

/* Первая кнопка */
.js-store-prod-text a:first-of-type{
    background:#bc574b;
    color:#fff !important;
}

/* Кнопка "Вернуть в каталог" */
.js-store-prod-text a:last-of-type{
    background:#111111;
    color:#ffffff !important;
}

/* Hover */
.js-store-prod-text a:hover{
    transform:translateY(-2px);
    opacity:0.92;
}

/* Иконки */
.js-store-prod-text a:first-of-type:before{
    content:"\1F50D";
    margin-right:8px;
    font-size:14px;
}

.js-store-prod-text a:last-of-type:before{
    content:"←";
    margin-right:8px;
    font-size:15px;
    font-weight:700;
}

.t706__cartwin_showed{
    z-index:999999999;
}

</style>