 .t-store__prod-popup__text a {
    padding: 10px 22px 10px 22px; /* — отступы внутри кнопки*/
    margin-right: 8px; /* — отступ справа от кнопки до соседней кнопки*/
    margin-bottom: 10px; /* — отступ снизу от кнопки*/
    transition: background-color .3s !important;
    align-items: center;
    text-align: center;
    max-width: 300px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    border: 2px solid black;
}



.t-store__prod-popup__text a[href*="t.me/morganajewels"] {
    color: black !important; /* — цвет надписи*/
    background-color: transparent; /* — цвет фона кнопки*/
}


.t-store__prod-popup__text a[href*="t.me/morganajewels"]:hover {
    background-color: transparent; /* — цвет фона при наведении*/
}

.t-store__prod-popup__text a[href*="#order"] {
    color: black !important; /* — цвет надписи*/
    background-color: transparent; /* — цвет фона кнопки*/
}
.t-store__prod-popup__text a[href*="#order"]:hover {
    background-color: transparent; /* — цвет фона при наведении*/
}

.t706__cartwin_showed {
    z-index: 999999999;
}