    .t-popup__container-animated {
  -webkit-transition: opacity  .4s ease;
	-moz-transition: opacity  .4s ease;
	transition: opacity  .4s ease;
}

.t-popup {
        -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.t-checkbox__indicator {
    border: 1px solid #000;
}
.t-checkbox__indicator:after {
    width: 5px;
    height: 10px;
    border-width: 0 1px 1px 0;
}

@media screen and (max-width: 960px) {
.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
    margin-bottom: 20px
}
}
.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #2BB742;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #2BB742;
    color: #ffffff !important;
}

.t706__cartwin_showed {
    z-index: 999999999;
}

   @media (min-width: 992px) {
    .t-store__card__mark {
        font-weight: 600;
    font-size: 10px;
    font-family: 'Uni',Arial,sans-serif;
    display: table-cell;
    width: 70px;
    height: 20px;
    border-radius: 2px;
    background-color: #111;
    color: #fff;
    box-sizing: border-box;
    padding: 0 0px;
    }}
    @media (max-width: 991px) {
    .t-store__card__mark {
        font-weight: 800;
    font-size: 8px;
    font-family: 'Uni',Arial,sans-serif;
    display: table-cell;
    width: 48px;
    height: 14px;
    border-radius: 2px;
    background-color: #111;
    color: #fff;
    box-sizing: border-box;
    padding: 0 0px;
    }}
    .t-store__prod-snippet__container {
        padding-top: 30px;
    }
