/* Как добавить кнопки в карточку товара в Тильда mo-ti.ru */

.js-catalog-prod-all-textt a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 600;
}
.js-catalog-prod-all-text a:first-of-type {
    background-color: #566d90;
    color: #ffffff !important;
    display: inline-block;
    border-radius: 30px;
    padding: 13px 25px;
}

.js-catalog-prod-all-text a:last-of-type {
    background-color: #EEEEEE;
    color: #191919 !important;
    display: inline-block;
    border-radius: 30px;
    padding: 10px 20px;
    border: 1px solid #191919;
    /*background-color: #bc574b;
    /*color: #ffffff !important;
    /*display: inline-block;
    /*border-radius: 30px;
    padding: 13px 25px;*/
}

@media screen and (max-width: 480px) { 
    .js-catalog-prod-all-text a:first-of-type {
        padding: 15px 20px;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        margin-bottom: 20px;
    }
    .js-catalog-prod-all-text a:last-of-type {
        padding: 10px 20px;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
}

    
.js-catalog-prod-all-text a:last-of-type:before {
    /*content: "ⓘ";*/
    /*margin-right: 10px;*/
}

.t706__cartwin_showed {
    z-index: 999999999;
}
