.js-store-prod-text a {
    display: inline-block;
    padding: 10px 18px;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 35px;
    font-weight: 700;
}
.js-store-prod-text a:first-of-type {
    background-color: #ff7575;
    color: #ffffff !important;
}
.js-store-prod-text a:second-of-type {
    background-color: #52b997;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #52b997;
    color: #ffffff !important;
} 

.t706__cartwin_showed {
    z-index: 999999999;
}
.js-store-prod-text a:first-of-type:hover{
	color: #ffffff !important;
	background-color: #ff8787;
}

.js-store-prod-text a:first-of-type:hover a{
	color: #ffffff !important;
}
.js-store-prod-text a:last-of-type:hover{
	color: #ffffff !important;
	background-color: #68c4a7;
}

.js-store-prod-text a:last-of-type:hover a{
	color: #ffffff !important;
}