.t-store__card__btns-wrapper {
    flex-direction: column;
}
@media screen and (max-width: 670px){
.t-store__card__btn:nth-child(2) {
    margin-top: 0px;
}
}
.t-col_3 {
    max-width: 268px;
    border: 1px #111 solid;
    margin-left: 0px;
    margin-right: -1px;
    margin-bottom: -1px;
    padding-left: 10px;
    padding-right: 10px;
}
@media screen and (max-width: 1200px){
    .t-col_3 {
    max-width: 214px;
}
}
@media screen and (max-width: 960px){
    .t-col_3 {
    max-width: 325px;
}
}
.t-store__grid-cont_mobile-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom:-1px;
} 
.t-store__mobile-two-columns.t-store__grid-cont.t-store__valign-buttons .t-store__card.t-item {
    margin-bottom: -1px;
}
@media screen and (max-width: 960px){
.t-store__mobile-two-columns.t-store__grid-cont.t-store__valign-buttons .t-store__card.t-item {
    margin-bottom: -1px;
}
}
@media screen and (max-width: 480px){
.t-store__mobile-two-columns.t-store__grid-cont.t-store__valign-buttons .t-store__card.t-item {
    margin-bottom: -1px;
}
}
.t-store .t-store__filter__item_custom .t-store__filter__checkbox .t-checkbox__indicator {
    min-width: 13px !important;
}
.t-store__card__sku {
    display: none;
}
.t-store__filter {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px #111111 solid;
    border-bottom: 1px #111111 solid;
    padding-bottom: 20px;
    padding-top: 20px;
}
.t-store__search-icon {
    padding-right: 11px !important;
    border-left: none !important;
}
 .t-store__filter__input {
    border: 1px #4f4f4f solid !important;
    background: none !important;
    border-radius: 50px !important;
    color: #4f4f4f !important;
}
.t-store__sort-select {
    border: 1px #4f4f4f solid !important;
    background: none !important;
    color: #4f4f4f !important;
    border-radius: 50px !important;
}
.t-zoomable, .t-zoomer__show .t-carousel__zoomer__inner, .t-zoomer__show .t-zoomable {
    border: 1px #111111 solid;
    background: #ffffff;
    padding: 30px;
    margin-left: 10px;
    margin-right: 10px;
}
.js-product .t-product__option-variants_buttons .t-product__option-checkmark_image {
    width: 30px !important;
    height: 30px !important;
}
.t-checkbox__indicator {
    height: 13px !important;
    width: 13px !important;
    border: 1px solid #4f4f4f !important;
 }
.t-store__filter__item .t-checkbox__control {
    font-family: 'Roboto Condensed' !important;
}
.t-descr {
    font-family: 'Roboto Condensed' !important;
}
.t-popup__container.t-popup__container-static {
    margin: 36px auto;
    margin-bottom:75px;
}